﻿
h1
{
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	color : #000000;
}

h2
{
	font-family: Arial;
	font-size: 11pt;
	font-weight: bold;
	color : #000000;
}

Table
{
	font-family: Arial;
	font-size: 10pt;
	color : black
}

/*.clsFormHeaderTable
{
	font-weight: bold;
	font-size: 10pt;	
	color: white;	
	height: 20px;
	font-family: Arial;
	background-color: #2143B6;
	text-align: left;
}*/

.clsFormHeaderTable
{
	font-weight: bold;
	font-size: 12pt;	
	color: black;	
	height: 25px;
	font-family: Arial;
	text-align: left;
}


.clsRecordCmdLabel
{
	font-weight: bold;
	font-size: 10pt;
	color:  blue;
	font-family: Arial;
	text-decoration: underline;
}



.clsFormSubMenuTD
{
	font-weight: bold;
	font-size: 10pt;	
	color: black;	
	height: 30px;
	font-family: Arial;
	background-color: #cccccc;
	text-align: left;
}

.clsFormControlTD
{
	font-size: 10pt;	
	color: black;	
	font-family: Arial;
	background-color: #CEDEFF;
	text-align: left;
}

.clsFormMsgTD
{
	font-weight: bold;
	font-size: 10pt;	
	color: red;	
	font-family: Arial;
	background-color: #CEDEFF;
	text-align: left;
}

.clsFormLabelTD
{
	font-weight: bold;
	font-size: 10pt;
	color: #012756;
	font-family: Arial;
	/*background-color: #EBEBEB;*/
}

.clsFormLabelCompTD
{
	font-weight: bold;
	font-size: 10pt;
	color: blue;
	font-family: Arial;
	background-color: #EBEBEB;
}

.clsFormLabelIDTD
{
	font-weight: bold;
	font-size: 10pt;
	color: blue;
	font-family: Arial;
	background-color: #ffcc00;
}

.clsFormSect2TD
{
    background-color: #FFFFCC;
}

.clsFormLabelHighlightTD
{
	font-weight: bold;
	font-size: 10pt;
	color: blue;
	font-family: Arial;
	background-color: #ffcc00;
}

.clsFormLabelInfoTD
{
	font-weight: bold;
	font-size: 10pt;
	color: black;
	font-family: Arial;
	background-color: #ffe400;
}

.clsFormControlInfoTD
{
	font-weight: bold;
	font-size: 10pt;
	color: black;
	font-family: Arial;
	font-weight :bold ;
	
	
}


/*.clsFormSubHeader
{
	font-weight: bold;
	font-size: 10pt;
	color: white;
	font-family: Arial;
	background-color: #3366cc;
}*/

.clsFormSubHeader
{
	font-weight: bold;
	font-size: 10pt;
	color: black;
	font-family: Arial;
	background-color: #f6c506;
}


.clsFormColumnHeader
{
	font-weight: bold;
	font-size: 10pt;
	color: black;
	font-family: Arial;
	background-color: #cccccc;
}

.clsFormLabelClsAllocateTD
{
    font-weight: bold;
	font-size: 10pt;
	color: black;
	font-family: Arial;
	background-color: #FFFFCC;
}

.clsErrMsg
{
	font-weight: bold;
	font-size: 10pt;
	color: red;
	font-family: Arial;	
}


.clsUserRecordCmdLabel
{
	font-weight: bold;
	font-size: 10pt;
	color: blue;
	font-family: Arial;
	text-decoration: underline;
}


.clsUserFormHeaderTable
{
	border: none;		
	font-weight: bold;
	font-size: 10pt;	
	color: black;	
	font-family: Arial;
	background-color: #88b1d9;
	text-align: left;
}
.clsUserFormLabelTD
{
	font-weight: bold;
	font-size: 10pt;
	color: black;
	font-family: Arial;
	background-color: #ffffff;
}
.clsUserFormLabelHighlightTD
{
	font-weight: bold;
	font-size: 10pt;
	color: black;
	font-family: Arial;
	background-color: #ffffff;
}
.clsUserFormLabelCompTD
{
	font-weight: bold;
	font-size: 10pt;
	color: red;
	font-family: Arial;
	background-color: #ffffff;
}
.clsUserFormSubHeader
{
	font-weight: bold;
	font-size: 10pt;
	color: black;
	font-family: Arial;
	background-color: #88b1d9;
}
.clsUserFormColumnHeader
{
	font-weight: bold;
	font-size: 10pt;
	color: black;
	font-family: Arial;
	background-color: #cccccc;
}

.clsUserErrMsg
{
	font-weight: bold;
	font-size: 10pt;
	color: red;
	font-family: Arial;	
}

.alt-row1 {background-color:#ecf7f8;padding:10px;}
.alt-row2 {background-color:#f2f7e5;padding:10px;}

.CartTable
{	
	border: solid 1 #aaaaaa;
	padding:0px;
	border-spacing: 0; 
	
}

.CartTableHeader
{
	font-weight: bold;
	font-size: 10pt;
	font-family: Arial;	
	color :#000000;
	background-color: #EEEEEE;
	text-align:center; 
	
}


.CartTable TD
{
	font-size: 10pt;
	font-family: Arial;		
	padding:0px 0px 0px 0px;
	border: solid 1 #aaaaaa;
	padding:2px;
	
}

/****DATAGRID****/
.clsDataGrid
{
    border-style: Solid;
    Border-Color: Gray ;
    border-width:1px;
    font-family: Arial;
    font-size: 10pt; 	
	height:20px;   
}

.clsDataGridHLRow
{
    border-style: Solid;
    Border-Color: Gray ;
    background-color : #ffcc00;
    border-width:1px;
    font-family: Arial;
    font-size: 10pt; 	
    font-weight: bold;      
   height:20px;
        
        
}
.clsDataGridAltItemStyle
{
    background-color:#ffdbdb;
     height:20px;
        
}
.clsDataGridPagerStyle
{
    background-color:CornflowerBlue;
    color :#FFFFFF;   
    font-weight: bold;       
    height: 20px;   
}
.clsDataGridEditItemStyle
{
	height:20px;
}
.clsDataGridFooterStyle
{
}
.clsDataGridHeaderStyle
{
    font-family: Arial; 		
    color :#006766;    
    background-color:#dceef2;
    font-weight: bold;
    height :36px;
}
.clsDataGridItemStyle
{
	 height:20px;
}
.clsDataGridSelectedItemStyle
{
}

.clsMAdminMenu a:link
{
font-weight: bold;
color: #FFFFFF;
font-family: Arial, Verdana,  Helvetica, sans-serif;
font-size: 8pt;
}

.clsMAdminMenu a:hover
{
color: #A71C20;
}

.clsMAdminMenuItem
{
font-weight: bold;
color: #FFFFFF;
font-family:  Arial, Verdana,  Helvetica, sans-serif;
font-size: 8pt;
padding: 2px 4px;

}

.clsMAdminMenuSub a:link
{
font-weight: bold;
color: #FFFFFF;
font-family: Arial, Verdana,  Helvetica, sans-serif;
font-size: 8pt;
background-color: #387abe;
}

.clsMAdminMenuSub a:hover
{
font-weight: bold;
color: #A71C20;
font-family: Arial, Verdana,  Helvetica, sans-serif;
font-size: 8pt;
background-color: #387abe;
}

.clsMAdminMenuSubItem
{
font-weight: bold;
color: #FFFFFF;
font-family: Arial, Verdana,  Helvetica, sans-serif;
font-size: 8pt;
padding: 4px 4px 4px 4px;
border-top : solid 1px #E6E5E0;
text-align: left;
background-color: #387abe;
}
.clsIconMAdminMenu a:hover#link1
{
display:block; position:absolute; left:168px; top:2px; width:299px; height:149px; border:1px; background:#b55568;
}
.clsIconMAdminMenuItem a:hover
{
font-weight: bold;
color: #A71C20;
font-family: Arial, Helvetica, sans-serif;
font-size: 8pt;
background-color: #387abe;
}
.clsIconMAdminMenuSub a:hover
{
font-weight: bold;
color: #A71C20;
font-family: Verdana, Arial, Verdana,  Helvetica, sans-serif;
font-size: 8pt;
background-color: #387abe;
}

.clsIconMAdminMenuSubItem
{
font-weight: bold;
color: #FFFFFF;
font-family: Verdana, Arial, Verdana,  Helvetica, sans-serif;
font-size: 8pt;
padding: 3px 3px 3px 3px;
border-top : solid 1px #E6E5E0;
text-align: left;
background-color: #387abe;
}


/*MODAL*/
.modalProgressGreyBackground 
{
    background:#CCCCCC;
	filter:alpha(opacity=60);
	opacity:0.6;
}

.modalProgressRedBackground 
{
    background:Red;
	filter:alpha(opacity=60);
	opacity:0.6;
}

.modalPopup
{
    text-align:center;
    padding-top: 30px; 
    border-style:solid; 
    border-width:1px; 
    background-color:White; 
    width:300px; 
    height:100px;
}

.clsAdminGridScrollBar
{
   OVERFLOW:scroll; 
   WIDTH: 1000px; 
   TEXT-ALIGN: left;
}

/*CollapsiblePanel*/
.clsCollapsePanel {
	
	background-color:white;
	overflow:hidden;
}

.clsCollapsePanelHeader{
	width:100%;
	height:30px;
	background-image: url(images/bg-menu-main.png);
	background-repeat:repeat-x;
	color:#FFF;
	font-weight:bold;
}

.clsCollapsePanelHeaderTable{
	font-weight: bold;
	font-size: 10pt;	
	color: white;	
	height: 20px;
	font-family: Arial;
	background-color: #000080;
	text-align: left;
}

.clsFormEnrolProgLabelTD
{
    font-weight: bold;
	font-size: 10pt;
	color: black;
	font-family: Arial;
	background-color: #ffcc00;
}

.clsDataGridElectiveCol
{
    border-style: Solid;
    Border-Color: Gray ;
    background-color : #ffcc00;
    border-width:1px;
    font-family: Arial;
    font-size: 10pt; 	
    font-weight :bold;
}
.clsDataGridCoreCol
{
    border-style: Solid;
    Border-Color: Gray ;
    background-color : #0000ff;
    border-width:1px;
    font-family: Arial;
    font-size: 10pt; 	
    color: #ffffff; 	
    font-weight :bold;
    text-align :center ;
}


.clsDataGridExemptCol
{
    border-style: Solid;
    Border-Color: Gray ;
    background-color : #d4a5f5;
    border-width:1px;
    font-family: Arial;
    font-size: 10pt; 	
    color :#000000;
    text-align :center ;
    font-weight :bold;
}

.clsDataGridESSCompletedCol
{
    border-style: Solid;
    Border-Color: Gray ;
    background-color : #99b0f2;
    border-width:1px;
    font-family: Arial;
    font-size: 10pt; 	
    color :#000000;
    font-weight :bold;
    
}

.clsDataGridESSProgressCol
{
    border-style: Solid;
    Border-Color: Gray ;
    /*background-color : #00ff00;*/
    border-width:1px;
    font-family: Arial;
    font-size: 10pt; 	
    color :#000000;
    
       
}

/*Cust Registraion Form*/
.clsCustRegFormHeader
{
    font-weight:  bold;
	font-size: 11pt;
	color: #000000;
	font-family: Arial;
	background-color: #cccccc;
	padding: 5px 5px 5px 5px;
	border-top: 1px #999999 solid; 
	border-left: 1px #999999 solid;

}

.clsCustRegFormSubHeader
{
    font-weight:  bold;
	font-size: 11pt;
	font-style: italic ;
	color: #FFFFFF;
	font-family: Arial;
	background-color: #999999;
	padding: 5px 5px 5px 5px;
	border-top: 1px #999999 solid; 
	border-left: 1px #999999 solid;

}


.clsCustRegFormLabelTD 
{
    font-weight:  normal;
	font-size: 10pt;
	color: black;
	font-family: Arial;
	background-color: #ffffff;
	border-top: 1px #999999 solid; 
	border-left: 1px #999999 solid;
	padding: 2px 2px 2px 5px;
}


.clsCustRegFormLabelCompTD 
{
    font-weight:  normal;
	font-size: 10pt;
	color: #ff0000;
	font-family: Arial;
	background-color: #ffffff;
}

.clsCustRegFormCtrlLabel
{
    font-weight:  normal;
	font-size: 10pt;
	color: #000080;
	font-family: Arial;
	background-color: #ffffff;
}


