BODY
{
  background-image: url(images/bg.jpg);
  background-repeat:repeat-x;  
  background-color:#1B223E;
  font-family: Verdana;
  font-weight: normal;
  margin: 0;
}

.MainMenu_MenuContainer 
{
	background-color: white;
	border-width: 0px;
}

.MainMenu_SubMenu 
{
  background-color: #C6D9E5; 
  border: solid 0 #C6D9E5;
  color: #1A6494;
  cursor: hand;
  margin-top: 3px;
  padding-left: 0px;
  padding-right: 0px;
  filter: progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3);
}

.MainMenu_MenuItem, .MainMenu_MenuItem:active, .MainMenu_MenuItem:link, .MainMenu_MenuItem:visited
{
  border-width: 0px;
  color: Black;
	cursor: hand; 
  font-family: Arial; 
  font-size: 8pt;
  font-weight: normal;
  padding-left: 5px;
  padding-right: 5px;
  text-decoration: none;
}

.MainMenu_MenuIcon
{
  background-color: #C6D9E5; 
	border: solid 1px #C6D9E5;
	cursor: hand;
	width: 0px; 
}

.MainMenu_MenuItemSel, .MainMenu_MenuItem:hover
{
  background-color: #E4BF80;
  border-width: 0px;
  color: #1B223E;
  cursor: hand;
  font-family: Arial;
  font-size: 8pt; 
  font-weight: normal; 
  padding-left: 5px;
  padding-right: 5px;
}

.MainMenu_MenuArrow 
{
	border-width: 0px;
	color: Black;
	cursor: hand; 
	font-family: webdings; 
	font-size: 10pt; 
}

.MainMenu_RootMenuArrow 
{
	color: Black;
	cursor: hand; 
	font-family: webdings; 
	font-size: 10pt; 
}

.Footer
{
  background-color: #D12F26;
  height:50px;
}

.FooterText
{
  color:1B223E;
  font-family:arial; 
  font-size:8pt;
  font-weight:normal;
  background-image:url(images/footermid.gif)
}

.Normal
{
  color:#1B223E;
  font-family:arial; 
  font-size:10pt;
  font-weight:normal;
  line-height:16px;
}

.Normal:active, .Normal:link, .Normal:visited,  Normal:hover
{
  text-decoration:underline;
}

.Normal:hover
{
  color:#AF4A03;
  text-decoration:underline;
}

.SideBar .Normal
{
  color: #1B223E;
  font-size:8pt;
  line-height:16px;
}

.DirectoryTitle
{
  color:1B223E;
  background-color:D7DCE2;
  font-family:arial; 
  font-size:9pt;
  font-weight:bold;
  line-height:18px; 
}

.TableBlue
{
  border-right: #D7DCE2 1px solid;
  border-left: #D7DCE2 1px solid;
  border-bottom: #D7DCE2 1px solid;
}

.TableText
{
  color:1B223E;
  font-family:arial; 
  font-size:9pt;
  font-weight:normal;
  padding-left:36px;
  padding-top:5px;
  padding-right:15px;
  padding-bottom:5px; 
}

/* GENERAL */
/* style for module titles */
.Head, H1
{
  color:#1B223E;
  font-family:Tahoma, arial; 
  font-size:11pt;
  font-weight:bold;
  line-height:18px;
}

/* style of item titles on edit and admin pages */
.SubHead, H2   
{
  color: #AF4A03;
  font-family: Arial; 
  font-size: 10pt;
  font-weight: bold;
  margin-bottom: 5px;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead, H3
{
  color: #AF4A03;
  font-family: Arial; 
  font-size: 10pt;
  font-weight: bold;
}

#AdminHolder .SubHead
{
  color: white;
}

#AdminHolder .CommandButton
{
  color: white;
}