﻿@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).
*******************************************************/

html {
	margin: 0;
	border: 0;
	padding: 0;
	height: 100%; /*  */
}

body {
	margin: 0;
	height: 100%;
	background-color: #fff;
	font-family: Arial Narrow, Arial, Helvetica Narrow, Helvetica, Trebuchet MS, Sans-Serif;
	min-width: 936px;
}

#WrapperDiv {
	/* position: absolute; */
	margin: 0 auto 0 auto;
	padding: 0px;
	width: 100%;
	min-height: 100%;
	/* height: 100%; */
	height: auto;
	/* _height: 100%; */
	background-color: #003;
	color: #666666;
	text-align: center;
}

#MainDiv {
	/*  */
	position: relative;
	top: 0;
	bottom: 0;
	margin: 0 auto 0 auto;
	border: 0;
	padding: 0;
	width: 936px;
	min-height: 100%;
	height: 100%; /* */
	top: 0;
	right: auto;
	bottom: 0;
	left: auto;
	background-color: #fff;
	text-align: left;
}

.HeaderPane {
	margin: 0;
	border: 0;
	padding: 0;
	width: 936px;
	height: 207px;
	max-height: 207px;
	/* background-image: url("images/headers/main.jpg"); */
	background-color: #036;
}

#UtilDiv {
	clear: both;
	width: 100%;
	padding: 5px;
	text-align: center;
}

.FooterDiv {
	font-family: Arial Narrow, Arial, Helvetica Narrow, Helvetica, Trebuchet MS, Sans-Serif;
	font-size: .9em;
	letter-spacing: 2px;
	text-align: center;
}

#NavDiv {
	width: 100%;
	height: 36px;
	background-color: #555 !important;
	background-image: url("RadMenu/NAV_drop.gif");
	background-position: bottom;
	background-repeat: repeat-x;
	color: #eee;
	font-weight: bold;
	text-align: right;
}

#BodyDiv {
	clear: both;
	width: 100%;
	min-height: 100%;
	height: auto;
	margin: 0px;
	padding: 0;
	font-family: Arial Narrow, Arial, Helvetica Narrow, Helvetica, Trebuchet MS, Sans-Serif;
	font-size: 1em;
	background-color: #fff;
}

#BodyDiv table {
	width: 100%;
}

.ColumnPane {
	margin: 0;
	border: 0;
	padding: 20px;
	width: 20%;
	min-width: 160px;
	max-width: 200px;
}

.ColumnDivider {
	background-color: #999;
	background-image: url("images/vertical_line.jpg");
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 1px;
	min-width: 1px;
	max-width: 1px;
	font-size: 0px;
	border-top: solid 20px #fff;
}

.ContentPane {
	margin: 0;
	border: 0;
	padding: 20px;
}

.Clearing {
	clear: both;
}

.Head {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.Normal, p, div, td {
	font-family: Verdana;
	font-size: 12px;
	line-height: 18px;
}

.SubmitButton {
	display: inline-block;
	width: auto;
	height: 23px;
	margin: 0;
	border: 0;
	padding: 2px 60px 2px 10px;
	background-color: transparent;
	background-image: url("images/button.gif");
	background-repeat: no-repeat;
	background-position: right;
	color: #fff;
	font-weight: bold;
	line-height: 23px;
}