.ucssmBoldFontBlue{
	color: #4a6194;
	font-family: Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
}
.ucssmBoldFontWhite{
	color: #FFFFFF;
	font-family: Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
}
.ucssmButtonFontBlue{
	color: #4a6194;
	font-family: Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	border: 1px solid #4a6194;
}

.ucssmTableBG {
	background-color: #FFFFFF;
}

.ucssmTableSYS {
	background-color: #F3F4FE;
	/*background-color: #BBD0E5;*/
}

/*******************MAIN MENU****************/

.MainMenu_MenuContainer {
	background-color: transparent; 
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:16px;
	background-color: Transparent;
}
.MainMenu_MenuItem {
	cursor: pointer;
	cursor: hand;
	color: #395280;
	font-family: Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	background-color: Transparent;
	border: 0px solid #9AAAC3;
	margin-right: auto;
	margin-left: auto;

}
.MainMenu_MenuIcon {
	background-color: #c3d8ef; 
	border-left: #ffaa42 0px solid; 
	border-bottom: #ffaa42 0px solid; 
	border-top: #ffaa42 0px solid; 
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 0px; 
	height: 20px;
}
.MainMenu_SubMenu {
	background-color: #f0f6ff;
	z-index: 1000;
	cursor: pointer;
	cursor: hand;
	filter:progid;
	border: 0px solid Transparent;
	margin-top: 2px;
	background-image: url(SubmenuBG.png);
	:DXImageTransform.Microsoft.Shadow(color='#ce6f00', Direction=135, Strength=6); 
}


.MainMenu_MenuBreak {
	height: 0px;
}
.MainMenu_MenuItemSel {
	background-color: #ffffff;
	cursor: pointer;
	cursor: hand;
	color: #ff7e00;
	font-family: Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	border: 0px solid #7795B7;

}
.MainMenu_MenuArrow {
	border-right: #ff971c 0px solid; 
	border-bottom: #ff971c 0px solid; 
	border-top: #ff971c 0px solid;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
	color: #ff971c;
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	color: #ff971c;
	cursor: pointer; 
	cursor: hand;

}
.StandardButton     {
    background: #1E5589 none; 
    color: #FFFFFF;
    font-family:Verdana, sans-serif; 
    font-size: 11px;
    font-weight: normal;
}

/* SEARCH Button */
.UCSSMSearch {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
a.UCSSMSearch:Link a.UCSSMSearch:Visited{
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	width: 75px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #98B1D1;
	border-right-color: #273E58;
	border-bottom-color: #273E58;
	border-left-color: #98B1D1;
	background-color: #4973a5;
	font-weight: bold;
	color: #FFFFFF;
}

