/* 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: Verdana, Tahoma, Arial, sans-serif;
}

H1
{
	font-family: 'Century Gothic', 'Trebuchet MS', Tahoma, Arial, sans-serif;
	font-size: 18pt;
	font-weight: bold;
	color: #000;
	margin: 0.3em 0;
}

H2
{
	font-family: 'Century Gothic', 'Trebuchet MS', Tahoma, Arial, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #1962AE;
	margin: 0.4em 0;
}

H3
{
	font-family: 'Century Gothic', 'Trebuchet MS', Tahoma, Arial, sans-serif;
	font-size: 13pt;
	font-weight: bold;
	color: #D3346E;
	margin: 0.5em 0;
}

H4
{
	font-family: 'Century Gothic', 'Trebuchet MS', Tahoma, Arial, sans-serif;
	font-size: 13pt;
	font-weight: bold;
	color: #333;
	margin: 0.6em 0;
}

H5, DT
{
	font-family: 'Century Gothic', 'Trebuchet MS', Tahoma, Arial, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #444;
	margin: 0.7em 0;
}

H6
{
	font-family: 'Century Gothic', 'Trebuchet MS', Tahoma, Arial, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #555;
	margin: 0.7em 0;
}

TFOOT, THEAD
{
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 10pt;
	color: #003366;
}

TH
{
	vertical-align: baseline;
	font-family: Verdana, Tahoma, Arial, 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: none;
	color: #1962AE;
}

A:visited
{
	font-weight: bold;
	text-decoration: none;
	color: #1962AE;
}

A:hover
{
	font-weight: bold;
	text-decoration: none;
	color: #BC365D;
}

A:active
{
	font-weight: bold;
	text-decoration: none;
	color: #BC365D;
}

/* 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: Verdana, Tahoma, Arial, 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: Verdana, Tahoma, Arial, 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: Verdana, Tahoma, Arial, 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: #949494;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	text-decoration: none;
}

.Help
{
	font-size: 9pt;
	font-family: Verdana, Tahoma, Arial, sans-serif;
}

.Head
{
	font-family: 'Century Gothic', 'Trebuchet MS', Tahoma, Arial, sans-serif;
	font-size: 16pt;
	font-weight: normal;
	color: #111;
}

.SubHead
{
	font-family: 'Century Gothic', 'Trebuchet MS', Tahoma, Arial, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #222;
}

.SubSubHead
{
	font-family: 'Century Gothic', 'Trebuchet MS', Tahoma, Arial, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #333;
}

.Normal, .NormalDisabled
{
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 10pt;
	font-weight: inherit;
}

.NormalDisabled
{
	color: #999;
	text-shadow: 0 1px 0 #ccc;
}

.NormalBold
{
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}

.NormalRed
{
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #cc0000;
}

/* Normal subclasses */

.Normal p
{
	margin: 0.7em 0;
	line-height: 1.6;
	font-size: 10pt;
	font-family: Verdana, Tahoma, Arial, sans-serif;
}

#dnn_ContentPane .Normal p img {
	margin: 7px;
}

.Normal table {  }

.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
{

}

.Normal ul, .Normal ol
{
	margin: 0.2em 1.5em;
	list-style: inside inherit none;
}

.Normal li
{
	line-height: 1.4;
	margin: 0 1em;
}

/* 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: #949494;
}

A.SkinObject:visited
{
	text-decoration: none;
	color: #949494;
}

A.SkinObject:hover
{
	text-decoration: underline;
	color: #949494;
}

A.SkinObject:active
{
	text-decoration: none;
	color: #000000;
}

/* Solpart Menu */

.MainMenu_MenuContainer
{
	background-color: transparent;
	height: 45px;
	border: 0;
}
.MainMenu_MenuBar
{
	cursor: pointer;
	height: 45px;
	background-color: #1962ae;
	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;
}

.MainMenu_MenuIcon
{
	display: none;
}

.MainMenu_SubMenu
{
	z-index: 1000;
	cursor: pointer;
	border:none;
	background-color: #1962ae;
	opacity:.95;
	filter: alpha(opacity = 95);
}

.MainMenu_SubMenu td {
	padding: 5px 8px 5px 8px;
}

.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: "Century Gothic", Tahoma, Verdana, Arial, Sans-Serif;
	font-size: 12pt;
	font-weight: bold;
	border-top: 0;
	background: #1962ae;
}


.MainMenu_RootMenuItemActive {
	background-color: #000;
	border-bottom: 0;
	height: 45px;
	background: #4588c9;
}



.MainMenu_RootMenuItemSelected {
	color: #fff;
	border-bottom: 0;
	height: 45px;
	text-align: center;
	background: #4588c9;
}


.MainMenu_RootMenuItemBreadcrumb {
	border-bottom: 0;
	height: 45px;
	color: #fff;
	font-weight: bold;
	background: #4588c9;
	opacity:1;
	filter: alpha(opacity = 100);
}

.MainMenu_SubMenuItemBreadcrumb {
	background-color: #4588c9;
	color: #fff;
	opacity:1;
	filter: alpha(opacity = 100);
}

.MainMenu_SubMenuItemActive {
	color: #fff;
	background-color: #4588c9;
	opacity:1;
	filter: alpha(opacity = 100);
}

.MainMenu_SubMenuItemSelected {
	color: #fff;
	background-color: #4588c9;
	font-weight: normal;
	opacity:1;
	filter: alpha(opacity = 100);
}

.MainMenu_MenuArrow
{
	display: none;
}
.MainMenu_RootMenuArrow
{
	display: none;
}

/* Template layout */

#wrapper
{
	margin: 0 auto;
	width: 80%;
}

#LogoPane { float: left; }

#TaglinePane { float: right; }

#dnn_ContentPane { 
	padding: 10px;
}

#dnn_LeftPane {  
	padding: 5px;
}

#BottomPane { float: left; }

#dnn_RightPane_index { 
	background: #ebeff1; 
	padding: 5px;
}

#dnn_RightPane_inner { 
	background: #fff; 
	padding: 5px;
}

#footer {  }

#footerleft { float: left; }

#footerright { float: right; }

#dnn_PhotoPane {
	width: auto;
	float: right;
	height: 140px;
	width: 60%;
	text-align: right;
}

#logoholder {
	width: 325px;
	float: left;
	padding: 20px;
}

.clear { clear: both; }

/* Template styles */

.LogoPane { }

.TaglinePane { }

.ContentPane { }

.LeftPane { }

.BottomPane { }

.RightPane { }


body {
	background: url("images/bodybg.png") repeat-x scroll left top #D0E8F6;
}

p {
	font-size: 13px;
	color: #222;
	line-height: 1.6;
	margin-bottom: 10px;
}

#container {
	width: 960px;
	margin: auto;
	-webkit-box-shadow: 0 1px 5px rgba(0,0,0,.35);
    -moz-box-shadow: 0 1px 5px rgba(0,0,0,.35);
    box-shadow: 0 1px 5px rgba(0,0,0,.35);
}

#content {
 /*    background: url('contentbg.png') repeat-y top left #fff; */
	background: #fff;
}
	  
.page-header {
	border: none;
	margin-bottom: 0px;
	height: 140px;
}

#menu {
	border-top: 1px solid #5389c2;
	border-bottom: 1px solid #134982;
	background: #1962ae;
	clear: both;
}

/*

#menu ul li {
	display: inline;
	
}

#menu ul li a {
	padding: 11px 30px;
	color: #fff;
	margin: 0;
	font-weight: bold;
	font-size: 1em;
	font-family: "Century Gothic", Tahoma, Verdana, Arial, Sans-Serif;
	text-decoration: none;
	}
	
#menu ul li a:hover {
	background: #4588c9;
}

#menu ul {
	padding: 0;
	margin: 0;
}

*/

#footer {
	background: #1962ae;
	height: 35px;
	font-size: 11px;
	color: #fff;
}

#footer .SkinObject, #footer a:link, #footer a:visited {
	font-size: 11px;
	color: #fff;
}

#footer .SkinObject a{
	font-size: 11px;
	color: #fff;
}

#footerleft {
	width: 30%;
	float: left;
	padding: 9px;
}

#footerright {
	width: auto;
	float: right;
	padding: 9px;
}

.bigquote {
	color: #999;
	font-size: 16px;
	font-family: "Century Gothic", Tahoma, Verdana, Arial, Sans-Serif;
}

#dnn_PhotoPane p {
	margin: 0;
	padding: 0;
}