body {
	scrollbar-arrow-color: #E3E7E4;
	scrollbar-base-color: #734C59;
	scrollbar-dark-shadow-color: #3A0804;
	scrollbar-track-color: #E3E7E4;
	scrollbar-face-color: #57120D;
	scrollbar-shadow-color: #4C0E09;
	scrollbar-highlight-color: #6C1B15;
	scrollbar-3d-light-color: #7E221B;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #FF9900;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF6600;
}
a:hover {
	text-decoration: none;
	color: #3366CC;
}
a:active {
	text-decoration: none;
	color: #FF6600;
}

/* text style for the selected tab */
.SelectedTab
{
	font-weight: bold;
	font-size: 10px;
	color: #4A0D09;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
/* hyperlink style for the selected tab */
A.SelectedTab:link {
    text-decoration:    none;
	color: #4A0D09;
}

A.SelectedTab:active {
    text-decoration:    none;
	color: #4A0D09;
}

A.SelectedTab:visited {
    text-decoration:    none;
	color: #4A0D09;
}

A.SelectedTab:hover    {
    text-decoration:    none;
	color: orange;
}

/* text style for the unselected tabs */
.OtherTabs {
    font-weight: bold;
    font-size: 10px;
	color: #4A0D09;
    font-family: Verdana;
    text-decoration: none;
}

A.OtherTabs:link {
    font-weight: bold;
    font-size: 10px;
	color: #4A0D09;
    font-family: Verdana;
    text-decoration: none;
}
A.OtherTabs:active {
    font-weight: bold;
    font-size: 10px;
	color: #4A0D09;
    font-family: Verdana;
    text-decoration: none;
}
A.OtherTabs:visited {
    font-weight: bold;
    font-size: 10px;
	color: #4A0D09;
    font-family: Verdana;
    text-decoration: none;
}
A.OtherTabs:hover {
    font-weight: bold;
    font-size: 10px;
	color: orange;
    font-family: Verdana;
    text-decoration: none;
}
    
/* style for module titles */
.Head
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style:  normal;
	font-weight: bold;
	color: #3A0804;
	font-size: 10px;
	text-decoration: none;
  }  

.SubHead    {
	font-family: Verdana;
	font-size:10px;
	font-weight:bold;
	color: #3A0804;
	text-decoration: none;
}

/* 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: #3A0804;
}

/* text style used for most text rendered by modules */
.Normal
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style:  normal;
	font-weight: normal;
	color: #240401;
	text-align: justify;
	font-size: 10px;
	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: #57120D;
	background-color: #E8E8E8;
	border: 1px solid #E0DCDC;
	background-attachment: fixed;
	background-image: url(/Portals/1/Skins/www/images/menu_grad.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

.NormalRed
{
    font-family: Verdana;
    font-size: 10px;
    font-weight: bold;
    color: orange
}

.NormalBold
{
    font-family: Verdana;
    font-size: 10px;
    font-weight: bold;
	color: #240401;
}
.link
{
    font-family: Verdana;
    font-size: 10px;
    font-weight: bold;
	color: orange;
}
A.link:hover
{
    font-family: Verdana;
    font-size: 10px;
    font-weight: bold;
	color: #3399FF;
}	
		
/* 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: #F0EEEE;
	width: 100%;
	height: 18px;
	border-right: #C2C1C1 1px solid;
	border-top: #C2C1C1 1px solid;
	border-bottom: #C2C1C1 1px solid;
	border-left: #C2C1C1 1px solid;
}

.MainMenu_MenuBar {
	cursor: pointer;
	cursor: hand;
	height:18px;
	width: 100%;
	border-right: #C2C1C1 1px solid;
	border-top: #C2C1C1 1px solid;
	border-bottom: #C2C1C1 1px solid;
	border-left: #C2C1C1 1px solid;
	background-attachment: fixed;
	background-image: url(/Portals/1/Skins/www/images/menu.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #ECECEC;
}

.MainMenu_MenuItem
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height:18px;
	cursor: hand;
	color: #57120D;
	font-size: 10px;
	border-right: #000000 0px solid;
	border-top: #000000 0px solid;
	border-left: #000000 0px solid;
	border-bottom: #000000 0px solid;
	width: 200px;
}

.MainMenu_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #E8E8E8;
	border-left: #E8E8E8 1px solid; 
	border-right: #E8E8E8 1px solid; 
	border-bottom: #E8E8E8 1px solid; 
	border-top: #E8E8E8 1px solid; 
	text-align: center; 
	width: 5px; 
	display:none;
}

.MainMenu_SubMenu {
	z-index: 1000;
	cursor: pointer;
	cursor: hand;
	background-color: #EEEEEE;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#4E0921', Direction=135, Strength=3) ; 
	border-bottom: #C2C1C1 1px solid;
	border-left: #C2C1C1 1px solid;
	border-top: #C2C1C1 1px solid;
	border-right: #C2C1C1 1px solid;
	height:18px;
}

.MainMenu_MenuBreak {
	border-bottom: #C2C1C1 1px solid; 
	border-left: #C2C1C1 1px solid; 
	border-top: #C2C1C1 1px solid;  
	border-right: #C2C1C1 1px solid; 
	background-color: #C2C1C1; 
	height: 0px;
}

.MainMenu_MenuItemSel
{
	font-weight: bold;
	font-size: 10px;
	cursor: hand;
	color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #D97B00;
	border: none;
	height:18px;
	background-image: none;
	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: #E8E8E8;
	border: 2px solid #E0DCDC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #230402;
	text-decoration: none;
}
.cell_h {
	background-color: #DAD7D7;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #230402;
	text-decoration: none;
}
.cell {
	background-color: #F0EEEE;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #230402;
	text-decoration: none;
	border: 1px solid #BBCDC0;
}
.cell_alt {
	background-color: #F6F5F5;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #230402;
	text-decoration: none;
}
.CommandButton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #B73737;
	text-decoration: none;
	border: none;
}
.CommandButton:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #B73737;
	text-decoration: none;
	border: none;
}
.CommandButton:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #B73737;
	text-decoration: none;
	border: none;
}
.CommandButton:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: orange;
	text-decoration: none;
	border: none;
}
.toplink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FF9900;
	text-decoration: none;
}
.toptext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #E8E8E8;
	text-decoration: none;
	background-attachment: fixed;
	background-image: url(/Portals/1/Skins/www/images/image_top_right.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}
.special {
	background-attachment: fixed;
	background-image: url(/Portals/1/Skins/www/images/grad_left2.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.tab_top {
	border: none;
}
.tab_top2 {
	border: 3px solid #E2E2E2;
}
.tab_menu {
	background-color: #EA9A00;
	height: 18px;
	width: 100%;
	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: none;
	border-left-style: solid;
	border-top-color: #C0C0C0;
	border-right-color: #C0C0C0;
	border-bottom-color: #C0C0C0;
	border-left-color: #C0C0C0;
}
.Head2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style:  normal;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 10px;
	text-decoration: none;
}
.login {
	background-attachment: fixed;
	background-image: url(/Portals/1/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/1/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/1/Skins/www/images/buttons_passwordreminder.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 18px;
	width: 154px;
	border: 0px none;
	background-color: #FF9900;
}
