/* ================================
    CSS STYLES FOR VCSSO-StudentServices Sub
   ================================
*/

BODY {
	scrollbar-face-color:#67C2A3;	/*based on branch pages searchbar background color*/
	scrollbar-track-color:#C9E9DE;	/*based on branch pages 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;	
}


/* style for the top Main Logo */
.VCSSO_MainLogo{
	background: url(stdsrvssub_logo.gif) bottom no-repeat;	
}

/* text style for the left-side bar */
.VCSSO_LeftBar{
	background: #D5EFE5 url(stdsrvssub_leftgrade.gif) repeat-y left;
}

/* 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: #67C2A3;	/*based on branch pages 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: #67C2A3;	/*based on branch pages 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;
}
