﻿/* CSS Document */

/*
CSS Reset Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.7.0
*/

/* CSS Reset */
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td
{
	margin:0;
	padding:0;
}

table
{
	border-collapse:collapse;
	border-spacing:0;
}

fieldset, img { border:0; }

address, caption, cite, code, dfn, em, strong, th, var, optgroup
{
	font-style:inherit;
	font-weight:inherit;
}

em { font-style:italic; }

strong { font-weight:bold; }

del, ins { text-decoration:none; }

li { list-style:none; }

caption, th { text-align:left; }

h1, h2, h3, h4, h5, h6
{
	font-size:100%;
	font-weight:normal;
}

q:before, q:after { content:''; }

abbr, acronym
{
	border:0;
	font-variant:normal;
}

sup { vertical-align:baseline; }

sub { vertical-align:baseline; }

legend { color:#000; }

input, button, textarea, select, optgroup, option
{
	font-family:inherit;
	font-size:inherit;
	font-style:inherit;
	font-weight:inherit;
}

input, button, textarea, select { *font-size:100%; }

/* HTML redefinitions */

Body
{
	background-color: #fff;
	color: #000;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

H1
{
	font-family: 'Trebuchet MS', Tahoma, Arial, sans-serif;
	font-size: 18pt;
	font-weight: bold;
	color: #000;
	margin: 0.3em 0;
}

H2
{
	font-family: 'Trebuchet MS', Tahoma, Arial, sans-serif;
	font-size: 13.5pt;
	font-weight: bold;
	color: #111;
	margin: 0.4em 0;
}

h3 {
color:#3F6A92;
font-family:'Trebuchet MS',Tahoma,Arial,sans-serif;
font-size:11pt;
font-weight:bold;
margin:0.25em 0;
}

H4
{
	font-family: 'Trebuchet MS', Tahoma, Arial, sans-serif;
	font-size: 13pt;
	font-weight: bold;
	color: #333;
	margin: 0.6em 0;
}

H5, DT
{
	font-family: 'Trebuchet MS', Tahoma, Arial, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #444;
	margin: 0.7em 0;
}

H6
{
	font-family: 'Trebuchet MS', Tahoma, Arial, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #555;
	margin: 0.7em 0;
}

TFOOT, THEAD
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #003366;
}

TH
{
	vertical-align: baseline;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #003366;
}

SMALL { font-size: 7pt; }

BIG { font-size: 14pt; }

BLOCKQUOTE, PRE { font-family: 'Lucida Console', monospace; }

input, button, textarea, select, optgroup, option { margin: 2px 2px 1px 3px; }

UL LI { list-style-type: square; }

UL LI LI { list-style-type: disc; }

UL LI LI LI { list-style-type: circle; }

OL LI { list-style-type: decimal; }

OL OL LI { list-style-type: lower-alpha; }

OL OL OL LI { list-style-type: lower-roman; }

OL UL LI { list-style-type: disc; }

HR
{
	color: #000;
	height: 1px;
	text-align: center;
	width: 100%;
	margin: 2px auto;
	background-color:#000;
	border: none;
}

A:link
{
	font-weight: bold;
	text-decoration: underline;
	color: #678eb3;
}

A:visited
{
	font-weight: bold;
	text-decoration: underline;
	color: #9aa5bb;
}

A:hover
{
	font-weight: bold;
	text-decoration: none;
	color: #3f6a92;
}

A:active
{
	font-weight: bold;
	text-decoration: none;
	color: #009764;
}

/* Admin elements */

.ControlPanel, .PagingTable
{
	width: 80%;
	min-width: 800px;
	margin: 0 auto 10px;
	background-color: #fff;
	border-right: #949494 1px solid;
	border-top: 0;
	border-left: #949494 1px solid;
	border-bottom: #949494 1px solid;
	-moz-box-shadow: 1px 1px 6px #888;
}

.ControlPanel td { padding: 3px; }

.CommandButton
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #949494;
	background: #bdbdbd;
	border: solid 2px #949494;
	padding: 2px 5px;
}

/* DNN element styles */

.StandardButton
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	padding: 2px 5px;
	display: inline-block;
	text-decoration: none;
	color: #5f5f5f;
	background: #e0e0e0;
	margin: 1px;
	border: outset 2px #bdbdbd;
}

.NormalTextBox
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	padding: 2px;
	border: 1px solid #999;
}

/* DNN text styles */

.SkinObject
{
	font-weight: normal;
	font-size: 8pt;
	color: #a3cbe0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.Help
{
	font-size: 9pt;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

.Head
{
	font-family: 'Trebuchet MS', Tahoma, Arial, sans-serif;
	font-size: 16pt;
	font-weight: normal;
	color: #111;
}

.SubHead
{
	font-family: 'Trebuchet MS', Tahoma, Arial, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #222;
}

.SubSubHead
{
	font-family: 'Trebuchet MS', Tahoma, Arial, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #333;
}

.Normal, .NormalDisabled
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: inherit;
}

.NormalDisabled
{
	color: #999;
	text-shadow: 0 1px 0 #ccc;
}

.NormalBold
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}

.NormalRed
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #cc0000;
}

/* Normal subclasses */

.Normal p
{
	margin: 0.7em 0;
	line-height: 1.4;
	font-size: 10pt;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

.Normal table { border: 1px solid #000; }

.Normal table th
{
	padding: 3px;
	border-bottom: 1px dashed #000;
	background: #ddeeff;
	line-height: 1.4;
}

.Normal table td
{
	padding: 3px;
	line-height: 1.4;
}

.Normal table tr:hover
{
	color: #003366p;
	background: #ddeeff;
}

.Normal ul, .Normal ol
{
	margin: 0.9em 1.5em;
	list-style: inside inherit none;
}

.Normal li
{
	line-height: 1.6;
	margin: 0 1em;
	text-align:left;
}

/* DNN link styles */

A.CommandButton:link
{
	display: inline-block;
	text-decoration: none;
	color: #5f5f5f;
	background: #e0e0e0;
	margin: 1px;
	border: outset 2px #bdbdbd;
}

A.CommandButton:visited
{
	display: inline-block;
	text-decoration: none;
	color: #5f5f5f;
	background: #e0e0e0;
	margin: 1px;
	border: outset 2px #bdbdbd;
}

A.CommandButton:hover
{
	display: inline-block;
	text-decoration: none;
	color: #3366cc;
	background: #e0e0e0;
	margin: 1px;
	border: inset 2px #bdbdbd;
}

A.CommandButton:active
{
	display: inline-block;
	text-decoration: none;
	color: #cc3333;
	background: #e0e0e0;
	margin: 1px;
	border: inset 2px #bdbdbd;
}

A.SkinObject:link
{
	text-decoration: none;
	color: #a3cbe0;
}

A.SkinObject:visited
{
	text-decoration: none;
	color: #a3cbe0;
}

A.SkinObject:hover
{
	text-decoration: none;
	color: #cfeeff;
}

A.SkinObject:active
{
	text-decoration: none;
	color: #cfeeff;
}

/* Template layout */

#wrapper
{
	margin: 0 auto;
	width: 80%;
}

#LogoPane { float: left; }

#TaglinePane { float: right;}

#ContentPane { }

#LeftPane { float: left; }

#BottomPane { float: left; }

#RightPane { float: left; }

#footer { }

#footerleft { float: left; }

#footerright { float: right; }

.clear { clear: both; }

/* Template styles */

.DropShadow {background: url('images/dropshadow.png') no-repeat top left transparent;
width:392px;height:347px; padding:8px;}
.LogoPane {background: url('images/logo.jpg') top left no-repeat;width:50%; text-align:right;}

.TaglinePane {background: url('images/horse_right.jpg') top right no-repeat; width:50%; text-align:left;}
.TaglineContent {
background:url("images/taglinepane_bg.png") repeat-x scroll center top transparent;
float:left;
padding-bottom:37px;
padding-top:39px;
text-align:left;
vertical-align:middle;
width:260px;
}

.TaglineRight {
background:url("images/taglinepane_right.png") no-repeat scroll left top transparent;
height:200px;
text-align:left;
vertical-align:middle;
width:20px;
float:left;
}

.ContentPane {
margin-bottom: 10px; 
padding: 15px 15px 15px 28px;
width:auto;}

.LeftPane { padding: 15px 0px 15px 15px;
width: 25%;
}

.BottomPane {padding: 0px 15px 15px 15px;
 }

.RightPane {padding: 20px 21px 15px 0px; width: auto;

 }
 
.TopPane {
padding: 15px;
}

body {
	margin: 0;
	padding: 0;
	font-family: Tahoma, Verdana, Arial;
	font-size: 14px;	
	color: #333;
	background: url('images/bodybg.png') #00295f repeat-x;
}

/* Structural Elements */

.sepclass {
	height: 45px;
	width: 1px;
	background-color: #fff;
}

#menubar {
	clear: both;
	min-width: 800px;
	border-bottom: 1px solid #004368;
	border-left: 1px solid #00074D;
	border-right: 1px solid #00074D;
	width: 100%;
}

#container {
	margin: auto;
	width: 80%;
	height: 800px;
	min-width: 836px;
	position: relative;
	padding-top: 50px;
	max-width: 1000px;
}

#menu {
	height: 71px;
}

#headerholder {
	height: 200px;
	background: #fff;
	border-left: 1px solid #00074D;
	border-right: 1px solid #00074D;
	width: 100%;
}

#topstrip {
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-left: 1px solid #00074D;
	border-right: 1px solid #00074D;
	border-top: 1px solid #00074D;
	background: #dbe4e4;
	clear: both;
	height: 3px;
	width: 100%;
}

#botstrip {
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
	border-left: 1px solid #00074D;
	border-right: 1px solid #00074D;
	border-bottom: 1px solid #00074D;
	background: #dbe4e4;
	clear: both;
	width: 100%;
	height: 3px;
}

#header {
	float: left;
	width: 100%;
	height: 195px;
	background: url('images/headerbg.png') repeat-x;
}

#leftheader {
	float: left;
	height: 195px;
	width: 4px;
	background: url('images/leftheader.png') no-repeat;
}
#rightheader {
	float: left;
	height: 195px;
	width: 4px;
	background: url('images/rightheader.png') no-repeat;
}

#content {
	overflow: hidden;
	text-align: justify;
	float: left;
	border-left: 1px solid #00074D;
	border-right: 1px solid #00074D;
	width: 100%;
	background: #fff;
}
	
#dnn_ContentPane {
}


#footer {
	float: left;
	height: 22px;
	padding-top: 8px;
	font-size: 11px;
	width: 100%;
	color: #a3cbe0;
}

.clearer {
	clear: both;
	}
	
#loginbit {
	float: right;
	}

#buttonholder {
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 10px;
	overflow: hidden;
	float: left;
	width: 210px;
	text-align: left;
}
/* Main Menu */

.MainMenu_MenuContainer
{
	background-color: transparent;
	height: 45px;
	border: 0;
}
.MainMenu_MenuBar
{
	cursor: pointer;
	height: 45px;
	background: #003762;
	text-align: center;
	border: 0;
}
.MainMenu_MenuItem
{
	cursor: pointer;
	color: #fff;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	border: 0;
	border-bottom: 1px solid #00074D;
}

.MainMenu_MenuIcon
{
	display: none;
}

.MainMenu_SubMenu
{
	z-index: 1000;
	cursor: pointer;
	border-bottom: 0;
	border-left: 0;
	border-top: 0;
	border-right: 0;
	background-color: #003762;
	border-left: 1px solid #00074D;
	border-top: 1px solid #00074D;
	border-right: 1px solid #00074D;
}

.MainMenu_SubMenu td {
padding: 5px 8px 5px 3px;
}

.MainMenu_MenuItemSel
{
	cursor: pointer;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	padding: 3px;
	color: #fff;
}

.MainMenu_RootMenuItem {
	cursor: pointer;
	color: #fff;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	border-bottom: 0;
	border-top: 0;
	background: url('images/menuidle.png') repeat-x #003762;
}


.MainMenu_RootMenuItemActive {
	background-color: #00074D;
	border-bottom: 0;
	height: 45px;
	background: url('images/menuhover.png') repeat-x #003762;
}



.MainMenu_RootMenuItemSelected {
	color: #a3cbe0;
	background-color: #00074D;
	border-bottom: 0;
	height: 45px;
	text-align: center;
	background: url('images/menuhover.png') repeat-x #00074D;
}


.MainMenu_RootMenuItemBreadcrumb {
	background-color: #00074D;
	border-bottom: 0;
	height: 45px;
	color: #a3cbe0;
	font-weight: bold;
}



.MainMenu_SubMenuItemBreadcrumb {
	background-color: #134264;
	color: #fff;
}

.MainMenu_SubMenuItemActive {
color: #fff;
background-color: #005882;
}

.MainMenu_SubMenuItemSelected {
color: #fff;
background-color: #005882;
font-weight: normal;
}

.MainMenu_MenuArrow
{
display: none;
}
.MainMenu_RootMenuArrow
{
display: none;
}

.footertext {
	color: #a3cbe0;
	font-weight: normal;
	font-size: 11px;
}

.footer2{ font-size:8pt; color:#a3cbe0; text-decoration:none; font-weight:bold;}
a.footer2:link,a.footer2:visited{ font-size:8pt; color:#ffffff; text-decoration:none; font-weight:bold;}
a.footer2:hover,a.footer2:active{ color:#06a75e; text-decoration:underline; font-weight:bold;}


.lefthalf {
	width: 50%;
	text-align: left;
	float: left;
	}
	
.righthalf {
	width: 50%;
	text-align: right;
	float: left;
}


	
#toppaw {
	background: url('images/toppaw.png') no-repeat;
	width: 100px;
	height: 108px;
	position: absolute;
	top: 0;
	left: 0;
	z-index:-1;
}