body {
	scrollbar-arrow-color: #F0F0F0;
	scrollbar-base-color: #C4C5C6;
	scrollbar-dark-shadow-color: #747C82;
	scrollbar-track-color: #DFE1E2;
	scrollbar-face-color: #B6BCBF;
	scrollbar-shadow-color: #ADB2B5;
	scrollbar-highlight-color: #F0F0F0;
	scrollbar-3d-light-color: #F8F6F6;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/* text style for the selected tab */
.SelectedTab
{
	font-weight: bold;
	font-size: 10px;
	color: #373F46;
	font-family: Verdana;
}
/* hyperlink style for the selected tab */
A.SelectedTab:link {
    text-decoration:    none;
	color: #0F9F20;
}

A.SelectedTab:active {
    text-decoration:    none;
	color: orange;
}

A.SelectedTab:visited {
    text-decoration:    none;
	color: #53BD60;
}

A.SelectedTab:hover    {
    text-decoration:    none;
	color: #3C7CFF;
}

/* text style for the unselected tabs */
.OtherTabs {
    font-weight: bold;
    font-size: 10px;
	color: #373F46;
    font-family: Verdana;
    text-decoration: none;
}

A.OtherTabs:link {
    font-weight: bold;
    font-size: 10px;
	color: #373F46;
    font-family: Verdana;
    text-decoration: none;
}
A.OtherTabs:active {
    font-weight: bold;
    font-size: 10px;
	color: #373F46;
    font-family: Verdana;
    text-decoration: none;
}
A.OtherTabs:visited {
    font-weight: bold;
    font-size: 10px;
	color: #373F46;
    font-family: Verdana;
    text-decoration: none;
}
A.OtherTabs:hover {
    font-weight: bold;
    font-size: 10px;
	color: #373F46;
    font-family: Verdana;
    text-decoration: none;
}
    
/* style for module titles */
.Head
{
	font-family: Verdana;
	font-style:  normal;
	font-weight: bold;
	color: #373F46;
	font-size: 11px;
	text-decoration: none;
  }  

.SubHead    {
	font-family: Verdana;
	font-size:10px;
	font-weight:bold;
	color: #373F46;
	text-decoration: none;
	text-transform: capitalize;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Verdana;
    font-size:10px;
    font-weight:bold;
	color: #373F46;
	text-transform: capitalize;
}

/* text style used for most text rendered by modules */
.Normal
{
	font-family: Verdana;
	font-style:  normal;
	font-weight: normal;
	color: #373F46;
	text-align: justify;
	font-size: 9pt;
	text-decoration: none;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #373F46;
	background-color: #DFE1E2;
	border: 1px solid #FFFFFF;
}

.NormalRed
{
    font-family: Verdana;
    font-size: 10px;
    font-weight: bold;
    color: red
}

.NormalBold
{
    font-family: Verdana;
    font-size: 10px;
    font-weight: bold;
	color: #373F46;
}
		
/* Module Title Menu */

.ModuleTitle_MenuContainer {
	border-bottom: #932605 0px solid; 
	border-left: #932605 0px solid; 
	border-top: #932605 0px solid; 
	border-right: #932605 0px solid; 
}

.ModuleTitle_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:15;
	background-color: #932605;
}

.ModuleTitle_MenuItem {
	cursor: pointer;
	cursor: hand;
	color: white;
	font-family: Verdana;
	font-size: 8pt;
	font-weight: bold;
	font-style: normal;
	border-left: #932605 0px solid;
	border-bottom: #932605 1px solid;
	border-top: #932605 1px solid;
	border-right: #932605 0px solid;
	background-color: Transparent;
	height: 21px;
}

.ModuleTitle_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #932605; 
	border-left: #932605 1px solid; 
	border-bottom: #932605 1px solid; 
	border-top: #932605 1px solid; 
	text-align: center; 
	display: none;
	width: 15; 
	height: 21;
}

.ModuleTitle_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #932605; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#550900', Direction=135, Strength=3); 
	border-bottom: #932605 0px solid; 
	border-left: #932605 0px solid; 
	border-top: #932605 0px solid; 
	border-right: #932605 0px solid;
}

.ModuleTitle_MenuBreak {
	border-bottom: #932605 1px solid; 
	border-left: #932605 0px solid; 
	border-top: #932605 1px solid;  
	border-right: #932605 0px solid; 
	background-color: #932605; 
	height: 1px;
}

.ModuleTitle_MenuItemSel {
	cursor: pointer; 
	cursor: hand; 
	color: white; 
	font-family: Verdana; 
	font-size: 8pt; 
	font-weight: bold; 
	font-style: normal;
	background-color: #700906;
}

.ModuleTitle_MenuArrow {
	display:none;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #932605 1px solid; 
	border-bottom: #932605 1px solid; 
	border-top: #932605 0px solid;
}

.ModuleTitle_RootMenuArrow {
	display:none;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}

/* Main Menu */

.MainMenu_MenuContainer
{
	background-color: #747E86;
	width: 234px;
	height: 21px;
	border-right: #555E66 1px solid;
	border-top: #C2C7CA 1px solid;
	border-bottom: #454E56 1px solid;
	border-left: #959DA3 1px solid;
}

.MainMenu_MenuBar {
	cursor: pointer;
	cursor: hand;
	height:21px;
	width: 234px;
	border-right: #555E66 1px solid;
	border-top: #C2C7CA 1px solid;
	border-bottom: #454E56 1px solid;
	border-left: #959DA3 1px solid;
	background-attachment: fixed;
	background-image: url(/Portals/4/Skins/www/images/menu.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #747E86;
}

.MainMenu_MenuItem
{
	font-family: Verdana;
	height:21px;
	cursor: hand;
	color: #F0F0F0;
	font-size: 10px;
	border-right: #555E66 1px solid;
	border-top: #C2C7CA 1px solid;
	border-bottom: #454E56 1px solid;
	border-left: #959DA3 1px solid;
	width: 234px;
	font-weight: bold;
	text-decoration: none;
}

.MainMenu_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #747E86;
	border-right: #555E66 1px solid;
	border-top: #C2C7CA 1px solid;
	border-bottom: #454E56 1px solid;
	border-left: #959DA3 1px solid;
	text-align: center; 
	width: 5px; 
	display:none;
}

.MainMenu_SubMenu {
	z-index: 1000;
	cursor: pointer;
	cursor: hand;
	background-color: #747E86;
	background-image: url(/Portals/4/Skins/www/images/menu.jpg);
	border-right: #555E66 1px solid;
	border-top: #C2C7CA 1px solid;
	border-bottom: #454E56 1px solid;
	border-left: #959DA3 1px solid;
	height:21px;
}

.MainMenu_MenuBreak {
	border-bottom: #747E86 1px solid; 
	border-left: #747E86 1px solid; 
	border-top: #747E86 1px solid;  
	border-right: #747E86 1px solid; 
	background-color: #747E86; 
	height: 0px;
}

.MainMenu_MenuItemSel
{
	font-weight: bold;
	font-size: 10px;
	cursor: hand;
	color: #0A1620;
	font-family: Verdana;
	background-color: #747E86;
	border-right: #555E66 1px solid;
	border-top: #C2C7CA 1px solid;
	border-bottom: #454E56 1px solid;
	border-left: #959DA3 1px solid;
	background-image: url(/Portals/4/Skins/www/images/menu_sel.jpg);
	width: 100%;
}

.MainMenu_MenuArrow {
	display:none;
	font-family: webdings; 
	font-size: 1pt; 
	color: #57120D; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #000000 0px solid; 
	border-bottom: #000000 0px solid; 
	border-top: #000000 0px solid;
}

.MainMenu_RootMenuArrow {
	display:none;
	font-family: webdings; 
	font-size: 1pt; 
	cursor: pointer; 
	cursor: hand;
	color: white; 

}
.tab {
	background-color: #F0F0F0;
	border: 2px solid #EAE9E9;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #545D64;
	text-decoration: none;
}
.cell_h {
	background-color: #DFE1E2;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #545D64;
	text-decoration: none;
}
.cell {
	background-color: #F0F0F0;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #545D64;
	text-decoration: none;
	border: 1px solid #EAE8E8;
}
.cell_alt {
	background-color: #FFFFFF;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #545D64;
	text-decoration: none;
}
.CommandButton {
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #1B408D;
	text-decoration: none;
	border: none;
}
.CommandButton:link {
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #1B408D;
	text-decoration: none;
	border: none;
}
.CommandButton:visited {
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #586FA0;
	text-decoration: none;
	border: none;
}
.CommandButton:hover {
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #0F9F20;
	text-decoration: none;
	border: none;
}
.toplink {
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #969EA4;
	text-decoration: none;
	border: none;
}
.toplink:link {
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #969EA4;
	text-decoration: none;
	border: none;
}
.toplink:visited {
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #969EA4;
	text-decoration: none;
	border: none;
}
.toplink:hover {
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #C7CDD1;
	text-decoration: none;
	border: none;
}
.toptext {
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #DFE1E2;
	text-decoration: none;
	background-attachment: fixed;
	background-image: url(/Portals/4/Skins/www/images/image_top_right.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}
.login {
	background-attachment: fixed;
	background-image: url(/Portals/4/Skins/www/images/buttons_login.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 18px;
	width: 154px;
	border: 0px none;
	background-color: #FF9900;
}
.register {
	background-attachment: fixed;
	background-image: url(/Portals/4/Skins/www/images/buttons_register.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 18px;
	width: 154px;
	border: 0px none;
	background-color: #FF9900;
}
.reminder {
	background-attachment: fixed;
	background-image: url(/Portals/4/Skins/www/images/buttons_passwordreminder.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 18px;
	width: 154px;
	border: 0px none;
	background-color: #FF9900;
}
.currentdate {
	font-family: Verdana;
	font-size: 10px;
	color: #838B91;
	text-decoration: none;
}
.loginuser {
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #373F46;
	text-decoration: none;
}
A.loginuser:link {
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #373F46;
	text-decoration: none;
}
A.loginuser:hover {
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #0F9F20;
	text-decoration: none;
}
.breadcrumb {
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #373F46;
	text-decoration: none;
}
A.breadcrumb:link {
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #373F46;
	text-decoration: none;
}
.terms {
	font-family: Verdana;
	font-size: 10px;
	color: #F0F0F0;
	text-decoration: none;
}
A.terms:link {
	font-family: Verdana;
	font-size: 10px;
	color: #F0F0F0;
	text-decoration: none;
}
A.terms:hover {
	font-family: Verdana;
	font-size: 10px;
	color: #F0F0F0;
	text-decoration: none;
}
A.terms:visited {
	font-family: Verdana;
	font-size: 10px;
	color: #F0F0F0;
	text-decoration: none;
}
.links {
	font-family: Verdana;
	font-size: 9px;
	color: #475280;
	text-decoration: none;
}
A.links:link {
	font-family: Verdana;
	font-size: 10px;
	color: #475280;
	text-decoration: none;
}
A.links:visited {
	font-family: Verdana;
	font-size: 10px;
	color: #475280;
	text-decoration: none;
}
A.links:hover {
	font-family: Verdana;
	font-size: 10px;
	color: orange;
	text-decoration: none;
}
.linkhost {
	font-family: Verdana;
	font-size: 10px;
	color: #FF9900;
	text-decoration: none;
	font-weight: bold;
}
A.linkhost:hover {
	font-family: Verdana;
	font-size: 10px;
	color: #003366;
	text-decoration: none;
	font-weight: bold;
}.image {
	background-attachment: fixed;
	background-color: #EDF0F3;
	background-image: url(/Portals/4/Skins/www/images/loading.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	border: 4px solid #D8D8D9;
}

