/* Background Settings */
BODY
{
	margin: 0px;
	font-family: 'Trebuchet MS' , Verdana, Tahoma, Arial;
	background-color: #cccccc;
	topmargin: 0;
	leftmargin: 0;
	rightmargin: 0;
	bottommargin: 0;
	font-weight: normal;
	font-size: 12px;
	color: '#282b39;'
	text-align: justify;
}

.DateTable
{
	font-family: Arial;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	
}
.OtherTabs
{
	font-weight: bold;
	font-size: 11px;
	color: #ffffff;
	font-family: Arial;
	text-decoration: none;
}
/* hyperlink style for the unselected tabs */
A.OtherTabs:link
{
	text-decoration: none;
	color: #ffffff;
}

A.OtherTabs:visited
{
	text-decoration: none;
	color: #3D4D5A;
}

A.OtherTabs:active
{
	text-decoration: none;
	color: #ffffff;
}

A.OtherTabs:hover
{
	text-decoration: none;
	color: #ffffff;
}


.Login
{
	font-weight: bold;
	font-size: 11px;
	font-family: Arial;
	color: #ffffff;
	text-decoration: none;
}

A.Login:link, A.Login
{
	color: #000000;
	text-decoration: none;
}

A.Login:hover
{
	color: #000000;
	text-decoration: underline;
}

.Breadcrumb
{
	font-weight: normal;
	font-size: 10px;
	font-family: Tahoma, Arial, Helvetica;
	color: #3D4D5A;
	text-decoration: none;
	background-color: Transparent;
	padding-right: 10;
}
A.Breadcrumb:visited
{
	text-decoration: none;
	color: #3D4D5A;
}
A.Breadcrumb:link
{
	color: #3D4D5A;
	text-decoration: none;
}
A.Breadcrumb:active
{
	color: maroon;
	text-decoration: none;
}
A.Breadcrumb:hover
{
	text-decoration: none;
	color: #FF9900;
}

/* Main Menu */
/*___________________________________________________________________________________________*/
.MainMenu_MenuContainer {
	background-color: transparent; 
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:16px;
	background-color: Transparent;
}
.MainMenu_MenuItem {
	border-left: #E2E2E3 0px solid; 
	border-bottom: #E2E2E3 1px solid; 
	border-top: #E2E2E3 1px solid; 
	border-right: #E2E2E3 0px solid;
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
}
.MainMenu_MenuIcon {
	background-color: #E2E2E3; 
	border-left: #E2E2E3 1px solid; 
	border-bottom: #E2E2E3 1px solid; 
	border-top: #E2E2E3 1px solid; 
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 21px;
}
.MainMenu_SubMenu {
	background-color: #E2E2E3;  
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
}
.MainMenu_MenuBreak
{
	background-image: url(menubreak.gif) no-repeat center center;
	background: url(menubreak.gif) no-repeat center center;
	width: 2px;
}
.MainMenu_MenuItemSel
{
	cursor: hand;
	color: #ffffff;
	background-color: #91a6db;
}
.MainMenu_MenuArrow {
	border-right: #E2E2E3 1px solid; 
	border-bottom: #E2E2E3 1px solid; 
	border-top: #E2E2E3 0px solid;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}

.MainMenu_MenuIcon {
	cursor: pointer;
	cursor: hand;
	background-color: #91A6DB;
	border-left: #91A6DB 1px solid;
	border-bottom: #91A6DB 1px solid;
	border-top: #91A6DB 1px solid;
	text-align: center;
	width: 15;
	height: 21;
}

span.menuimg {
  background: url(mbmenu.gif) no-repeat center center;
  }

/* text style used for most text rendered by modules */
.Normal, MsoNormal, MsoNormalTable
{
	font-weight: normal;
	font-size: 12px;
	color: #282b39;
	font-family: 'Trebuchet MS' , Verdana, Tahoma, Arial;
	text-align: justify;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */

/* text style for buttons and link buttons used in the portal admin pages */

/* GENERIC */

H1
{
	font-weight: bold;
	font-size: larger;
	font-family: Arial, Helvetica, sans-serif;
}

UL LI
{
	list-style-image: url(li.gif);
	padding-bottom: 10px;
	padding-top: 10px;
}




































































































































