/**********************************************************************
 * Styles.css                                                         *
 *                                                                    *
 * This file is initially empty and you can add any additional styles *
 * or modify any of the styles defined in BaseStyles.css              *
 * This file will never be overwritten.                               *
 *                                                                    *
 * For example, if you want to override just the top padding for a    *
 * menu, you can simply add the following lines:                      *
 *                                                                    *
 * .menus {                                                           *
 * 	padding-top: 20px;                                            *
 * 	}                                                             *
 *                                                                    *
 * This will keep all the other styles of the "menus" style as-is,    *
 * but modify the top padding to be 20px.                             *
 *                                                                    *
 * You can also, add a new style by just specifying it.               *
 *                                                                    *
 * .menus {                                                           *
 * 	padding-top: 20px;                                            *
 * 	text-align: center;                                           *
 * 	}                                                             *
 * 	                                                              *
 * In the above case, we added the text-align style.  This style was  *
 * not specified in the original declaration of the menus style.      *
 *                                                                    *
 **********************************************************************/

.table_cell_rad, .alt_table_cell_rad, .ttc_rad, .tatc_rad {
	padding: 5px;
	color: #000000;
	vertical-align: top;
	font-family: Verdana, Geneva, ms sans serif;
	font-size: 10px;
	text-align: left;
	border-right: 0px;
	border-bottom: 0px;	
	border-left: 0px;
	background-color: #ffffff;
	}

/*CollapsiblePanel*/
.collapsePanel 
{
	width:100%;
	background-color:white;
	color:Black;
	border: solid 1px #828282;
	overflow: hidden;
}

/* collapsiblepanel area    */
.collapsiblePanelArea 
{
	width:100%;
	border: solid 1px #828282;
	background:#FFF url(../images/demotop.png) no-repeat left top;
}

.collapsePanelHeader{	
	width:100%;		
	height:18px;
	/* background-image: url(../images/bg-menu-main.png); */
	background-repeat:repeat-x;
	background-color: #f2f2f2;
	color:#000000;
	font-weight:normal;
	border: solid 1px #828282;
	font-family: Arial, Geneva, ms sans serif;
	font-size: 11px;
	font-weight: bold;	
}

/* Header */

#header {
	height: 36px;
	background: #ffffff;
}

#headerright {
	float: right;
	padding-top: 3px;
	Color: #0000ff;
	font: bold 3.6em Arial, Verdana, Helvetica, sans-serif;
}


#logo {
	float: left;
	height: 28px;
}

#logo h1, #logo h2 {
	float: left;
	margin: 0 0 0 20px;
}

#logo h1 {
	padding: 10px 0 0 0;
	letter-spacing: -2px;
	font-size: 2.4em;
}

#logo h2 {
	padding: 22px 0 0 5px;
	letter-spacing: -1px;
	font-size: 1.4em;
	font-weight: normal;
	font-style: italic;
}

#logo a {
	text-decoration: none;
	color: #40C1D4;
}


.field_label, .fl {
	font-family: Arial, Geneva, ms sans serif;
	font-size: 11px;
	font-weight: bold;
	color: #859999;
	white-space: nowrap;	
	vertical-align: middle;
	text-align: left;
	padding: 3px 6px 3px 6px;
	}

.field_label_on_side, .fls {
	font-family: Arial, Geneva, ms sans serif;
	font-size: 11px;
	font-weight: bold;
	color: #859999;
	white-space: nowrap;	
	vertical-align: middle;
	text-align: right;
	padding: 3px 6px 3px 6px;
	}
	
	
	
