/* 
================================
Skin styles for DotNetNuke
================================
*/   
 
html {
	margin:0 auto;
	}

Body {
	background-color: #FFFFFF;
	background-image:url(images/bg.gif);
	background-repeat:repeat-x;
	margin:0 auto;
	}
	
H1, .H1, .h1_maintitle {
	color:#660000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:22px;
	font-weight:bold;
	}

H2, .H2, .h2_maintitle
{
	font-family: Arial, Helvetica;
	font-size: 20px;
	font-weight: normal;
	color: #666644;
}

#fixfont .h2_maintitle
{
	font-family: Arial, Helvetica;
	font-size: 20px;
	font-weight: normal;
	color: #666644;
}

#TopBg {
	position:absolute;
	z-index:999;
	width:100%;	
	height:48px;
	background-image:url(images/paper_torn.png);
	background-repeat:repeat-x;
	top:0;
	left:0;
	}
	
#TopAdmin {
	position:absolute;
	z-index:1000;
	width:100%;	
	top:0;
	left:0;
	}	
	
a.searchbutton, a.searchbutton:link, a.searchbutton:visited, a.searchbutton:active, a.searchbutton:hover {
	font-family: Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	background-color:#000000;
	border:#808080 solid 1px;
	padding:2px 4px 3px 4px;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
	}



.breadcrumbs, a.breadcrumbs, a.breadcrumbs:link, a.breadcrumbs:visited, a.breadcrumbs:active {
	font-family: Arial, Helvetica, sans-serif;
	color:#999999;
	font-size:10pt;
	font-weight:bold;
	text-decoration:none;
	}
	
a.breadcrumbs:hover {
	font-family: Arial, Helvetica, sans-serif;
	color:#057087;
	font-size:10pt;
	font-weight:bold;
	text-decoration:none;
	}


/*footer*/
.footer{
	font-family:Arial, Verdana, Helvetica;
	color:#FFFFFF;
	font-size:8pt;
	font-weight:bold;
}

.footer a, .footer a:hover, .footer a:visited{color:#FFFFFF; text-decoration:none;}


	
	
	
/*subfooter*/
.subfooter{
	font-family:Arial, Verdana, Helvetica;
	color:#444444;
	font-size:7pt;
	font-weight:bold;
}

.subfooter a, .subfooter a:hover, .subfooter a:visited{color:#444444; text-decoration:none;}

.login					{font: 8pt arial, helvetica, sans-serif; color:#660000;font-weight: bold;}
a.login					{font: 8pt arial, helvetica, sans-serif; color:#660000;font-weight: bold;text-decoration:none;}
a.login:visited			{font: 8pt arial, helvetica, sans-serif; color:#660000;font-weight: bold;text-decoration:none;}
a.login:hover			{font: 8pt arial, helvetica, sans-serif; color:#003366;font-weight: bold;text-decoration:none;}
a.login:active			{font: 8pt arial, helvetica, sans-serif; color:#660000;font-weight: bold;text-decoration:none;}


.subtitle{
	font-family:Arial, Verdana, Helvetica;
	color:#057087;
	font-size:10pt;
	font-weight:bold;
}

.quicklinktitle{
	font-family:Arial, Verdana, Helvetica;
	color:#660000;
	font-size:11pt;
	font-weight:bold;
	text-align:left;
}

#fixfont td, p {font-family: Arial, Helvetica;
	font-size: 9pt;
	font-weight: normal;
	color:#000000;}
	
#quicklinks td, p {font-family: Arial, Helvetica;
	font-size: 9pt;
	font-weight: normal;
	color:#000000;}	
	
#quicklinks a {font-size:11px;}	

/* Main Menu */
.MainMenu_MenuContainer
{
	background-color: transparent;
}
.MainMenu_MenuBar
{
	cursor: pointer;
	height: 25px;
	background-color: Transparent;
}
.MainMenu_MenuItem
{
	cursor: pointer;
	color: #FFFFFF;
	font-family: Arial, Helvetica;
	font-size: 10pt;
	font-weight: bold;
	font-style: normal;
	border-left: white 0px solid;
	border-bottom: white 0px solid;
	border-top: white 0px solid;
	border-right: white 0px solid;
	background-color: Transparent;
	padding:0px 10px 0px 10px;
	height: 25px;
}
.MainMenu_MenuIcon
{
	cursor: pointer;
	background-color: #084f8d;
	border-left: #084f8d 0px solid;
	border-bottom: #084f8d 0px solid;
	border-top: #084f8d 0px solid;
	text-align: center;
	width: 0px;
	height: 25px;
}
.MainMenu_SubMenu
{
	z-index: 1000;
	cursor: pointer;
	background-color: #084f8d;
	border-bottom: #FFFFFF 0px solid;
	border-left: #FFFFFF 0px solid;
	border-top: #FFFFFF 0px solid;
	border-right: #FFFFFF 0px solid;
}
.MainMenu_MenuBreak
{
	border-bottom: #057087 1px solid;
	border-left: #057087 0px solid;
	border-top: #057087 1px solid;
	border-right: #057087 0px solid;
	background-color: #057087;
	height: 1px;
}
.MainMenu_MenuItemSel
{
	cursor: pointer;
	color: #FFFFFF;
	font-family: Arial, Helvetica;
	font-size: 10pt;
	font-weight: bold;
	font-style: normal;
	background-color: #660000;
	padding:0px 10px 0px 10px;
	height: 25px;
}
.MainMenu_MenuArrow
{
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
	border-right: #FFFFFF 0px solid;
	border-bottom: #FFFFFF 0px solid;
	border-top: #FFFFFF 0px solid;
}
.MainMenu_RootMenuArrow
{
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
}



	