﻿@import url("HtmlOverrides.css"); /* Generic HTML Entity Styles from Core DNN Default Skin */
@import url("DnnOverrides.css"); /* DNN-Specific Styles from Core DNN Default Skin */
@import url("Menus.css"); /* Menu Styles */


/******************************************************
              CSS SPECIFIC TO THIS SKIN
 Styles that override core DNN styles may be placed 
 here, but it would be best to place such rules in the
 imported files (above).
*******************************************************/

#WrapperDiv {
	padding: 0px;
	margin: 0px;
	width: 100%;
	min-height: 100%;
	height: auto; /* position: absolute; */
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	text-align: center;
}

.MultiColumnDiv {
	position: relative;
	width: 100%;
	height: auto;
	min-height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	/*background-color: #fff;*/
	margin: 0;
	border: 0;
	padding: 0;
	text-align: center;
}

#UtilDiv {
	width: 100%;
	height: 30px;
	margin: 0 auto;
	padding: 5px auto;
	text-align: center;
	background-color: #f7c739;
	background-image: url("gfx/top_background.jpg");
	background-repeat: repeat-y;
	background-position: left;
}

#UtilDiv .SearchDiv {
	margin: 0 auto;
	/* width: 812px; 
	max-width: 812px; */
	width: 687px; 
	max-width: 687px; 
	text-align: right;
}

#UtilDiv .SkinObject {
    font-weight: bold;
    font-size: 10px;
    color: #fff;
}

#LogoDiv {
	/* width: 812px; */
	/* height: 50px; */
	width: 687px;
	height: 72px;
	margin: 0 auto;
	padding: 0;
	background-color: #fff !important;
	color: #666666;
	font-weight: bold;
	text-align: left;
}

#NavDiv {
	/* width: 812px; */
	/* height: 50px; */
	width: 687px;
	height: 28px;
	margin: 0 auto;
	padding: 0;
	margin-bottom: 4px;
	
	color: #666666;
	font-weight: bold;
	text-align: right;
}

.NavMenuDiv {
	margin: 0 auto;
	/* padding: 20px 0px 10px 130px; */
	padding: 0px 0px 10px 0px;
	/* width: 687px; */
	width: 687px;
	text-align: right;
	white-space: nowrap;
	background-image: url(gfx/fullbargradient.jpg);
	background-repeat: repeat-x;
	height: 28px;
}

#BodyDiv {
	width: 687px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	clear: both;
}

.MiddlePane {
	/* width: 812px; 
	max-width: 812px; */
	width: 687px; 
	max-width: 687px;
	margin: 20px auto;
	overflow: hidden;
}

.TopPane {
	width: 100%;
	height: auto;
}

.ColumnPane {
	float: left;
	/* margin: 0;
	border: 0;
	height: auto; */
}

.LeftPaneWrapper {
	width: 211px;
	min-width: 211px;
	max-width: 211px;
	height: auto;
}

.LeftPane 
{
	width: 211px;
	min-width: 211px;
	max-width: 211px;
	height: auto;
}

.ContentPane {
	margin: 0px;
	padding: 0 12px 12px 12px;
	width: auto; 
	/* min-width: 391px;
	max-width: 571px; */
	max-width: 447px;
	height: auto;
}

/*
.RightPane {
	width: 180px;
	max-width: 180px;
	height: auto;
}

*/

.BottomPane {
	clear: both;
	width: 100%;
	height: auto;
	text-align: center;
}

#FooterDiv {
	width: 687px;
	margin: 20px auto;
	border-top: solid 1px #ccc;
	padding: 8px auto;
	color: #999;
	text-align: left;
}

.FooterLinks {
	float: left;
	width: 687px;
	text-align: center;
}

.FooterText {
	float: left;
	width: 300px;
	text-align: left;
}

.FooterCopy {
	float: left;
	width: 387px;
	text-align: right;
	font-weight: normal;
    font-size: 10px;
    color: #306EAA;
}
.FooterCopy a,
.FooterCopy a:link,
.FooterCopy a:active,
.FooterCopy a:visited
{
	text-decoration: underline;
	color: #99BA1F;
}

.FooterText .SkinObject {
    font-weight: normal;
    font-size: 10px;
    color: #999;
}

.FooterText a.SkinObject:link, a.SkinObject:visited {
    text-decoration: none;
    color: #306EAA;
}

.FooterText a.SkinObject:hover, a.SkinObject:active {
    text-decoration: none;
    color: #99BA1F;
}
