@charset "utf-8";
/* CSS Document */
body {
	font: 10pt Georgia, "Times New Roman", Times, serif;
	background: black;
	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: #FFFFFF;
}

.oneColFixCtrHdr #mainbody {
	font: 10pt Georgia, "Times New Roman", Times, serif;
	background: black;
	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: #FFFFFF;
	border: 1px solid #FDBD42;
}

.oneColFixCtrHdr #container {
	background: black;
	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. */
	border: 1px solid #FDBD42;
	width: 90%;
}

.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: black;
	background-image: url(images/headerbg.gif);
	background-repeat: repeat-y;
	width: 100%;
	height: 166px;
}

.oneColFixCtrHdr #menu {
	padding: 10px;
}

.oneColFixCtrHdr #mainContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: black;
}

.oneColFixCtrHdr #footer {
	padding: 0 10px;
}
.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 #dnn_ContentPane {
	width: auto;
	padding: 5px;
	margin: 0px;
}

h1, h2 {
	color: #FDBD42;
}

h3 {
	color: #EE3338;
	}

/*==================DNN Styles====================*/
.Head{ font-size:11pt; font-weight:bold; color:#FDBD42; }
.SubHead{ font-size:10pt; color:#EE3338; }
.SubSubHead{ font-size:10pt; color:#EE3338; }
.Normal{ font-family: Georgia, "Times New Roman", Times, serif; font-size:10pt; color:white; }
.CommandButton,A.CommandButton:link,A.CommandButton:visited,A.CommandButton:active{	color:#FDBD42; text-decoration:none; }
A.CommandButton:hover{ color:white; text-decoration:underline;}
TH,TD,DIV{ font-size:10pt; }
A,A:link,A:visited,A:active{ color:#FDBD42; text-decoration:underline; }
A:hover{ color:white; text-decoration:none; }

a.user,a.user:link,a.user:visited,a.user:active{ color:white; text-decoration:none; font-weight: bold; font-size: 9pt;}
a.user:hover{ color:#FDBD42; text-decoration:underline; font-weight:bold; font-size: 9pt;}

h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
}

/* Main Menu */
.MainMenu_MenuContainer
{
	background-color: transparent;
}
.MainMenu_MenuBar
{
	cursor: pointer;
	height: 16px;
	background-color: Transparent;
	font-color: #FDBD42;
}
.MainMenu_MenuItem
{
	cursor: pointer;
	color: #FDBD42;
	font-color: #FDBD42;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11pt;
	font-weight: bold;
	font-style: bold;
	border-left: #FDBD42 0px solid;
	border-bottom: #FDBD42 1px solid;
	border-top: #FDBD42 1px solid;
	border-right: #FDBD42 0px solid;
	background-color: Transparent;
}
.MainMenu_MenuIcon
{
	cursor: pointer;
	background-color: black;
	border-left: #FDBD42 1px solid;
	border-bottom: #FDBD42 1px solid;
	border-top: #FDBD42 1px solid;
	text-align: center;
	width: 15px;
	height: 21px;
}
.MainMenu_SubMenu
{
	z-index: 1000;
	cursor: pointer;
	background-color: black;
	border-bottom: #FDBD42 0px solid;
	border-left: #FDBD42 0px solid;
	border-top: #FDBD42 0px solid;
	border-right: #FDBD42 0px solid;
}
.MainMenu_MenuBreak
{
	border-bottom: #FDBD42 1px solid;
	border-left: #FDBD42 0px solid;
	border-top: #FDBD42 1px solid;
	border-right: #FDBD42 0px solid;
	background-color: black;
	height: 1px;
}
.MainMenu_MenuItemSel
{
	cursor: pointer;
	color: #FDBD42;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11pt;
	font-weight: bold;
	font-style: normal;
	background-color: white;
}
.MainMenu_MenuArrow
{
	font-family: webdings;
	font-size: 11pt;
	cursor: pointer;
	border-right: #FDBD42 1px solid;
	border-bottom: #FDBD42 1px solid;
	border-top: #FDBD42 0px solid;
}
.MainMenu_RootMenuArrow
{
	font-family: webdings;
	font-size: 11pt;
	cursor: pointer;
}

.DataGrid_Item, .DataGrid_Header{
	color: white;
}


