html
{
    overflow-y: scroll;
    color: #333333;
}
 
#Body
{
    font-family: Arial;
		margin: 0;
}

#mainWrapper {text-align: center;	position: relative;
z-index: 1;}

a:link, a:active, a:visited
{
	color: #00274C;
	text-decoration: underline;
}

a:hover
{
	color: #00A4E4;
}

img
{
	border-style: none;
}

a:focus, a:hover, a:active
{
	outline: none;
}

a:hover
{
	text-decoration: none;
}
div.Wrap
{
    text-align: center;
}

table, tr, td
{
	padding: 0;
	text-align: left;
}

table
{
	margin-left: auto;
	margin-right: auto;
}

p
{
	padding: 0px;
	margin: 0px;
}

.Normal
{
	font-family: Arial;
	font-size: 14px;
	line-height: 19px;
	color: #000000;
	font-style: normal;
}

.Head, h2, h1, .TitleHead
{
	font: normal normal 24px/100% Georgia, Arial;
	border: 0px;
	color: #4c4c4c;
	text-align: left;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}

#ControlPanel
{
	background-color: White;
	position: relative;
	z-index: 1;
}

#ControlPanel .CommandButton, .ControlPanelButton, a.ControlPanelButton:link, a.ControlPanelButton:visited, a.ControlPanelButton:active, a.ControlPanelButton:hover, #ControlPanel .SubHead, .ControlPanelHead
{
	color: #000000;
}

/* Menu Items */
#navdiv
{
	padding: 0px;
	width: 950px;
	height: 37px;
	background: url(images/nav_bg.png) no-repeat;
}

#navdiv a:link, #navdiv a:active, #navdiv a:visited
{
    color: #000;
}

#navdiv a:hover
{
	color: #00A4E4;
}

.footer, a.footer, .Footer .Normal, .SidePane .Normal
{
	color: #fff;
	font-family: normal normal 14px/100% Arial;
	padding: 0px;
}

/* Default Css */

.MainWrapper
{
	width: 970px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	background-color: White;
}

.HeaderWrapper
{
	width: 950px;
	height: 105px;
	margin-top: 0px;
	background: url(images/HeaderBG.jpg) no-repeat;
}

.HeaderSpacer
{
    width: 185px;
    float: left;
}
.VerticalSpacing {height: 47px;}

.LogoWrapper
{
	width: 625px;
	height: 86px;
	padding-bottom: 8px;
	float: left;
}
div.HomeLink {left: 15px;top: 28px;}
a.HomeLink {display: block;height: 20px;width: 20px;height: 53px;width: 620px;text-indent: -999em;}
.HeaderLinkWrapper
{
	width: 447px;
	float: left;
}

.HeaderNavWrapper
{
    width: 120px;
    float: left;
}

.ContentWrapper
{
	width: 950px;
	margin-left: auto;
	margin-right: auto;
}

.FooterWrapper
{
	padding-top: 5px;
	vertical-align: top;
}

.FooterBG
{
    height: 25px;
    width: 970px;
  	margin: 0px auto;
	  background: url(images/content_bg_bottom.png) no-repeat;
}

.VerticalSpace
{
	padding-bottom: 3px;
	padding-top: 3px;
}

.containermaster
{
	width: 100%;
}

div.clear, div.clear_float
{
	clear: both;
}

.AuthenticationContent table
{
	width: 100%;
}

/* Css for actions menu */
.ModuleTitle_MenuItem
{
    text-align:left;
    white-space:nowrap;
    border: 0px solid white;
}

.ModuleTitle_MenuBreak
{
	display: none;
}

.FooterImageWrapper
{
	vertical-align: top;
}

.ContentSpacer
{
    width: 20px;
    background-color: #ffffff;
}

/*.HeaderImage
{
    background: url(images/header_background.png) 4px 0px no-repeat;
    text-transform: uppercase;
    font-family: Arial;
    color: White;
    font-size: 18px;
    display: block;
    height: 45px;
    width: 250px;
    text-indent: 35px;
    line-height: 33px;
}*/



.FooterPane
{
    padding-top: 10px;
}

.FooterPane p, .FooterPane a
{
    color: White;
}

.AuthenticationContent table, #dnn_ctr_Login_pnlLogin table
{
	width: 100%;
}

.LoginMessagePane
{
    float: left;
}

.LoginLink
{
    float: left;
    padding-top: 1px;
}

ul
{
	margin-bottom: 0px;
}

.DynamicForms_TableRow td table
{
	width: 100%;
	margin-left: 0px;
	text-align: left;
}

.TopLinkWrapper a
{
	text-decoration: none;
	color: #00274C;
 	text-transform: uppercase;
 	font-size: 14px;
}

.TopLinkWrapper a:hover
    {
    	color: #fff;
    }

 
   
   .FooterPane, .FooterPane .Normal, .FooterPane p, .FooterPane a {color: White;font-size: 14px;font-style: italic;}
   
   .InnerTopLinks, .InnerHeaderLinks
    {
    	float: right;
    }

		img.bg {
			/* Set rules to fill background */
			min-height: 100%;
			min-width: 1024px;

			/* Set up proportionate scaling */
			width: 100%;
			height: auto;

			/* Set up positioning */
			position: fixed;
			top: 0;
			left: 0;
		}

		@media screen and (max-width: 1024px){
			img.bg {
				left: 50%;
				margin-left: -512px; }
		}
		
		/* Third Skin CSS */
    .ThirdContentWrapper
    {
    	width: 930px;
    	margin-left: auto;
    	margin-right: auto;
    }
    .InnerThirdContent
    {
    	width: 900px;
    	margin-right: auto;
    	margin-left: auto;
			padding-top: 10px;
    }
    .ThirdContentWrapper .ContentHolder
    {
    	background: url(images/MidThirdContentBG.png) repeat-y;
    }
    
    .ThirdContentWrapper .ContentBottom
    {
    	background: url(images/BotThirdContentBG.png) no-repeat;
    	height: 16px;
    }
    .ThirdContentWrapper .TitleHead
    {
			color: #00274C;
    }
		
		.GrayBoxWrapper {width: 306px;height: 144px;float: left;}
		.GrayBoxSpacer {width: 8px;float: left;}
		.LowerWrapper, .TopWrapper {width: 936px;margin: 0px auto;}
		.TopWrapper {margin: 10px auto;}
		a.TopLink:link, a.TopLink:active, a.TopLink:visited {text-decoration: none;}
