/* ================================
    CSS STYLES FOR VCSSO-EducationalServices Branch
   ================================
*/

BODY {
	scrollbar-face-color: #527FD4; /*based on searchbar background color*/
	scrollbar-track-color: #C2D1F0; /*based on logo image background color*/
	scrollbar-arrow-color: #000000;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-3dlight-color: #000000;
	scrollbar-dark-shadow-color: #000000;	
}


/* base color of branch theme */
.VCSSO_Base{
	background-color: #C1D1F0; /*based on content image background color*/
}

/* style for the top Main Logo */
.VCSSO_MainLogo{
	background:  url("adsrvsmain_logo.jpg") top no-repeat;	
}

/* style for the title image */
.VCSSO_Image{
	background: url("adsrvsmain_image.jpg") top no-repeat;	
}

/* style for the left-side bar */
.VCSSO_SearchBar{
	background-color: #527FD4; /*based on top(darkest) of left bar image background color*/
}

/* style for the left-side bar */
.VCSSO_LeftBar{
	background:  url("adsrvsmain_leftgrade.jpg") top repeat-x;
	background-color: #D3DEF4; /*based on bottom(lightest) of left bar image background color*/
}

/* style for the main content area */
.VCSSO_Content{
	background: url("adsrvsmain_content.gif") top no-repeat;
}

/* style for the login label to hide it (the color will be different between themes) */
.VCSSO_HideLogin{
	font-family: Arial, Helvetica, sans-serif;	
	font-weight: normal;
	font-size: 8pt;	
}
A.VCSSO_HideLogin:link {
	text-decoration: none;
	font-weight: normal;
	color: #CEDEEE;
}

A.VCSSO_HideLogin:visited  {
    text-decoration:    none;
	 font-weight: normal;
    color: #CEDEEE;
}

A.VCSSO_HideLogin:active   {
	text-decoration: none;
	font-weight: normal;
	color: #E1E8F6;
}

A.VCSSO_HideLogin:hover    {
   text-decoration:    none;
	font-weight: normal;
   color: #E1E8F6;
}

/* style for the submenu of the left bar menu (the background-color will be different between themes)*/
.MainMenu_MenuIcon {
	cursor: pointer;
	cursor: hand;
	background-color: #527FD4;	/*based on searchbar background color*/
	border-left: 0px;
	border-bottom: 0px;
	border-top: 0px;
	text-align: center;
	width: 15;
	height: 21;
}

.MainMenu_SubMenu {
	z-index: 1000;
	cursor: pointer;
	cursor: hand;
	background-color: #527FD4;	/*based on searchbar background color*/
	filter: progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3);
	border-bottom: 1px solid Black;
	border-left: 1px solid Black;
	border-top: 1px solid Black;
	border-right: 1px solid Black;
	font-size: 8pt;
	font-weight: normal;
	font-style: normal;
}
