@charset "utf-8";
/* CSS Document */
body {
	font: 9pt Verdana, Arial, Helvetica, sans-serif;
	background: #f1f0f1;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

.oneColFixCtrHdr #mainbody {
	font: 9pt Verdana, Arial, Helvetica, sans-serif;
	background: #f1f0f1;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtrHdr #container {
	background: #fff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	_width: 960px;
	min-width: 850px;
	max-width: 960px;
}
.oneColFixCtrHdr #header {
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #fff;
	background-image: url(topbg.gif);
	background-repeat: repeat-x;
	height:170px;
	width: 100%;
}

.oneColFixCtrHdr #mainContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #fff;
	_width: 960px;
	min-width: 850px;
	max-width: 960px;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
	background-color: #fff;
	background-image: url(bottom.gif);
	background-repeat: repeat-x;
	_width: 960px;
	min-width: 850px;
	max-width: 960px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.oneColFixCtrHdr #topsubmenu {
	padding: 0px 10px 0px 10px;
	float:right;
	margin-top: -26px;
}

.oneColFixCtrHdr #dnn_ContentPane {
	width: auto;
	padding: 0px;
	margin: 0px;
}

/*==================DNN Styles====================*/
.Head{ font-size:11pt; font-weight:bold; color:black; }
.SubHead{ font-size:10pt; color:#22499c; }
.SubSubHead{ font-size:10pt; color:#22499c; }
.Normal{ font-size:9pt; color:black; }
.CommandButton,A.CommandButton:link,A.CommandButton:visited,A.CommandButton:active{	color:#22499c; text-decoration:none; }
A.CommandButton:hover{ color:#f58220; text-decoration:underline;}
TH,TD,DIV{ font-size:9pt; color:#black; }
A,A:link,A:visited,A:active{ color:#22499c; text-decoration:none; }
A:hover{ color:#92d4f1; text-decoration:underline; }

a.user,a.user:link,a.user:visited,a.user:active{ color:black; text-decoration:none; font-weight: bold; font-size: 9pt;}
a.user:hover{ color:#f58220; text-decoration:underline; font-weight:bold; font-size: 9pt;}

/* Main Menu */
.MainMenu_MenuContainer
{
	background-color: transparent;
}
.MainMenu_MenuBar
{
	cursor: pointer;
	height: 16px;
	background-color: Transparent;
}
.MainMenu_MenuItem
{
	cursor: pointer;
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	font-style: bold;
	border-left: white 0px solid;
	border-bottom: white 1px solid;
	border-top: white 1px solid;
	border-right: white 0px solid;
	background-color: Transparent;
}
.MainMenu_MenuIcon
{
	cursor: pointer;
	background-color: #f1f0f1;
	border-left: #f1f0f1 1px solid;
	border-bottom: #f1f0f1 1px solid;
	border-top: #f1f0f1 1px solid;
	text-align: center;
	width: 15px;
	height: 21px;
}
.MainMenu_SubMenu
{
	z-index: 1000;
	cursor: pointer;
	background-color: #FFFFFF;
	border-bottom: #FFFFFF 0px solid;
	border-left: #FFFFFF 0px solid;
	border-top: #FFFFFF 0px solid;
	border-right: #FFFFFF 0px solid;
}
.MainMenu_MenuBreak
{
	border-bottom: #f1f0f1 1px solid;
	border-left: #f1f0f1 0px solid;
	border-top: #f1f0f1 1px solid;
	border-right: #f1f0f1 0px solid;
	background-color: #f1f0f1;
	height: 1px;
}
.MainMenu_MenuItemSel
{
	cursor: pointer;
	color: black;
	font-family: Verdana, Arial, Helvetica;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	background-color: #92d4f1;
}
.MainMenu_MenuArrow
{
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
	border-right: #FFFFFF 1px solid;
	border-bottom: #FFFFFF 1px solid;
	border-top: #FFFFFF 0px solid;
}
.MainMenu_RootMenuArrow
{
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
}

