﻿/* 
================================
Skin styles for DotNetNuke
================================
*/   

.pagemaster {
	margin:0 auto;
	background:#fff;
	padding:5px;
	border: 1px solid #ffffff;
	width: 970px;
}
.skinmaster {
	height: 100%;
	background-color: #ffffff;
	width: 100%;
}
.skinheader {
	height: 100px;
	background-image: url(headerBG.jpg);
	background-repeat: no-repeat;
	margin-bottom: 5px;
}
.skingradient {
	BACKGROUND-COLOR: #1A2552; HEIGHT: 38px; 
}
.controlpanel {
	width: 100%;
	background-color: #DFE5F2;
}
.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.leftpane {
	width: 175px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.contentpane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.rightpane {
	width: 175px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.bottompane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.MainMenu_MenuContainer {
	background-color: transparent; 
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height: 38px;
	background-color: Transparent;
}
.MainMenu_MenuItem {
	border-left: #1A2552 0px solid; 
	border-bottom: #1A2552 0px solid; 
	border-top: #1A2552 0px solid; 
	border-right: #1A2552 0px solid;
	cursor: pointer; 
	cursor: hand; 
	color: white; 
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold; 
	background-color: Transparent;
	padding: 0 3px;
}
.MainMenu_MenuIcon {
	background-color: #1A2552; 
	border-left: #1A2552 0px solid; 
	border-bottom: #1A2552 0px solid; 
	border-top: #1A2552 0px solid; 
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 21px;
	display: none;
}
.MainMenu_SubMenu {
	padding: 3px;
	border-top: #ffffff 1px solid;
	background-color: #1A2552;  
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
}
.MainMenu_MenuBreak {
	height: 0px;
}
.MainMenu_MenuItemSel {
	background-color: #1A2552; 
	cursor: pointer; 
	cursor: hand; 
	color: #F47320; 
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold; 
	padding: 0 3px;
}
.MainMenu_MenuArrow {
	border-right: #1A2552 0px solid; 
	border-bottom: #1A2552 0px solid; 
	border-top: #1A2552 0px solid;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}
/*.StandardButton     {
    background: #7994CB none; 
    color: #FFFFFF;
    font-family:Verdana, sans-serif; 
    font-size: 11px;
    font-weight: normal;
	*/
}
.TreeViewMenu {
	width: 175px;
	background-color: #DFE5F2;
	BORDER-RIGHT: #7994CB 1px solid; 
	BORDER-TOP: #7994CB 1px solid; 
	BORDER-LEFT: #7994CB 1px solid; 
	BORDER-BOTTOM: #7994CB 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px
}
.TreeViewMenu_Header {
	BACKGROUND-IMAGE: url(gradient_LtBlue.jpg);
}
.Head   {
	font:20px Georgia, "Times New Roman", serif;
	color:#1A2552;
}
.MiniHead   {
	font: bold 15px Georgia, "Times New Roman", serif;
	color:#1A2552;
	margin-top:20px;
	margin-bottom: 10px;
}
.SkinObject {
    font: 12px Arial, Verdana, Sans-serif;
    color: #F47320;
    text-decoration: none;
}

A.SkinObject:link, A.SkinObject:visited, A.SkinObject:active {
    text-decoration:    none;
    color:#F47320;
}

A.SkinObject:hover    {
    text-decoration:    underline;
    color:#F47320;
}
/* button style for standard HTML buttons */
.StandardButton
{
	padding-right: 5px;
	padding-left: 5px;
	/*font-weight: normal;
	font-size: 11px;
	/*background: #436D9F;
	color: #ffffff;
	font-family: Verdana, sans-serif;*/
	width: 75px;
}
/* text style used for most text rendered by modules */
.Normal,.NormalDisabled
{
    font: 12px Arial, Verdana, Sans-serif;
    line-height: 18px;
}
/* text style used for rendered text which should appear disabled */
.NormalDisabled
{
    font: 12px Arial, Verdana, Sans-serif;
    line-height: 18px;
    color: Silver;
}

/* text style used for rendered text which requires emphasis */
.NormalBold
{
    font: 12px bold Arial, Verdana, Sans-serif;
    line-height: 18px;
}

/* text style used for error messages */
.NormalRed
{
    font: 12px Arial, Verdana, Sans-serif;
    line-height: 18px;
    color: #ff0000
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font: 12px Arial, Verdana, Sans-serif;
    line-height: 18px;
    font-weight: normal;
}

/* 
==============================
Basic CODE skin styles 
==============================
*/
/* See skin for additional body settings */
body {
	font: 13px Arial, Verdana, Sans-serif;
}
table.normal td, table.normal th, p.normal 
{
	font: 13px Arial, Verdana, Sans-serif;
    line-height: 18px;
}
a, a:link, a:visited, a:active 
{
	text-decoration: underline;
	color: #F47320;
}
a:hover {
	text-decoration: none;
	color: #F47320;
}
h3 
{
	font: bold 13px Arial, Verdana, Sans-serif;
	color:#1A2552;
}
.copyright{
	text-align: center;
	padding: 10px;
	font: 11px Arial, Verdana, Sans-serif;
	display: block;
	color: #333333;
}
.loggedin, .loggedin a {
	font: 11px Arial, Verdana, Sans-serif;
	margin-bottom: 15px;
}
.box {
	background: #EDF6FE;
	padding: 4px 10px 4px 10px;
	margin: 0 0 20px;
	border: 1px solid #AFD7FA;
	text-align: left;
	}
.box p {
	padding: 5px 0;
}
#actionbox {
	clear: both;
	text-align: center;
	padding: 8px 0 0;
	margin: 0 0 0px;
	line-height: 25px;
	height: 22px; _height: 32px;
	border-top: 2px solid #006699;
	}
td.score {
	font: 13px Arial, Verdana, Sans-serif;	
	text-align: center;
}
td.scoretitle 
{
	font: 13px Arial, Verdana, Sans-serif;
	font-weight: bold;
	text-align: center;
	width: 60%;
}
table.eval {
	background-color:#EDF6FE;
	width: 100%;
	border-top: solid 1px #AFD7FA;
	border-left: solid 1px #AFD7FA;
}
table.eval td {
	padding: 1px 4px;
	border-right: solid 1px #AFD7FA;
	border-bottom: solid 1px #AFD7FA;
}
table.evalstandard {
	border-top: 0;
	border-left: 0;
}	
table.evalstandard td {
	font: 13px Arial, Verdana, Sans-serif;
	padding: 1px 4px;
	border-right: 0;
	border-bottom: 0;
}
table.review {
	width: 100%;
	border-top: solid 1px #333333;
	border-left: solid 1px #333333;
}
table.review td {
	padding: 1px 4px;
	border-right: solid 1px #333333;
	border-bottom: solid 1px #333333;
	font-size: 11px;
}
table.review td.header {
	font-size: 110%;
	font-weight: bold;
	text-align: center;
	padding: 2px;
}
	
tr.listheader td, tr.listheader th {
	padding: 4px 2px;
	background: #2465AE;
	border-bottom: 1px solid #224D7C;
	font-weight: bold;
	color: #ffffff;
	}
tr.listheader td.compact, tr.listheader th.compact {
	padding: 0;
	background: #2465AE;
	border-bottom: 1px solid #224D7C;
	font-weight: bold;
	color: #ffffff;
	}
tr.listdetail td {
	padding: 2px 5px;
	border-bottom: 1px solid #efefef;
	vertical-align: top;
	}
tr.listdetail td.compact {
	padding: 2px 0;
	border-bottom: 1px solid #efefef;
	vertical-align: top;
	}
tr.listdetail td.listaction {
	text-align: right;
	}
tr.listdetail td.listaction a {
	margin-left: 10px;
	}
tr.listfooter td {
	padding: 1px 5px;
	font-weight: bold;
	}
#footermenu {
	color: #ffffff;
	font:  12px Arial, Verdana, Sans-serif;
}
#footermenu a {
	text-decoration: none;
	color: #ffffff;
	font: 12px Arial, Verdana, Sans-serif;
	margin: 0 7px;
}
#footermenu a:hover {
	text-decoration: underline;
	color: #ffffff;
	font: 12px Arial, Verdana, Sans-serif;
}
#module 
{
	text-align: left;
}
#ModuleToolbar {
	text-align: left;
	margin-bottom: 10px;
}
.OrgTrail {
	font: 12px Arial, Verdana, Sans-serif;
	margin-bottom: 15px;
	display: block;
}
.ModuleHead   
{
	font: 24px Georgia, "Times New Roman", serif;
	color:#1A2552;
	display: block;
	border-bottom: 1px solid #666;
	margin-bottom: 5px;
}
.CODESuccess
{
	color: #3D3333;
	font: normal 13px Arial, Verdana, Sans-serif; 
	margin: 15px 0;
	padding: 5px 10px 8px;
	display: block; 
	line-height: 20px;
	background-color: #E9FFE5;
	border: solid 1px #9BDEA8;
}
.CODEError 
{
	color: #3D3333; 
	font: normal 13px Arial, Verdana, Sans-serif; 
	margin: 15px 0;
	padding: 5px 10px 8px;
	display: block; 
	line-height: 20px;
	background-color: #FFE5E5;
	border: solid 1px #D99D9D;
}
.CODEWarning 
{
	color: #3D3333; 
	font: normal 13px Arial, Verdana, Sans-serif; 
	margin: 15px 0;
	padding: 5px 10px 8px;
	display: block; 
	line-height: 20px;
	background-color: #FFFEE5;
	border: solid 1px #E8E7BE;
}
.Pager, .Pager select
{
	font: 12px Arial, Verdana, Sans-serif; 
	padding: 7px;
	text-align: right;
	border: solid 1px Gray;
}
.PagingTable
{
    width: 100%;
    font: 12px Arial, Verdana, Sans-serif; 
    background-color: #FFFFFF;
    BORDER: 1px solid Gray; 
}
.PagingTable .Normal, .PagingTable .NormalDisabled 
{
	font: 12px Arial, Verdana, Sans-serif; 
}
.PagingTable a, .PagingTable a:link, .PagingTable a:visited, .PagingTable a:active 
{
	text-decoration: underline;
	color: #F47320;
}
.PagingTable a:hover {
	text-decoration: none;
	color: #F47320;
}
	
.InputHeading {
	padding-top:10px;
	text-decoration:underline;
	font: bold 13px Arial, Verdana, Sans-serif;
}
.EvalYear
{
	float:right; 
	display:inline; 
	padding-bottom:10px;
}
.EvalYear span 
{
	font: 13px bold Arial, Verdana, Sans-serif;
	font-weight: bold;
    line-height: 18px;
}
.HeadingBox
{
	margin: 15px 0 15px 0;
	padding: 10px 5px;
	border: 1px solid #dedede;
}
.ReportDescription
{
	font: 13px Arial, Verdana, Sans-serif;
    line-height: 18px;	
    padding: 7px 15px 17px 15px;
    display: block;
}
.Contact
{
	padding: 10px;
    width: 600px;
}
.ContactItem
{
	font: bold 13px Arial, Verdana, Sans-serif;
    line-height: 18px;	
}
.ContactDescr
{
	font: 11px Arial, Verdana, Sans-serif;
    line-height: 13px;	
    padding-bottom: 4px;
}
.ChildLinks {}
.ChildLinks li
{
}
.ChildLinks li a
{
}
.ChildLinks li div
{
	font: 12px Arial, Verdana, Sans-serif;
    line-height: 14px;	
	padding: 3px 0 15px;
	width: 800px;
}
.Retention-title {
	padding: 10px 0 5px;
	font: 16px "Trebuchet MS", Verdana, Sans-serif;
}
.Retention-menu li {
	padding: 10px 0 0 0;
}
.GridTitle 
{
	display: inline;
	float: left;
}
.GridYear 
{
	display: inline;
	float: right;
	margin-bottom: 8px;
	font: 13px bold Arial, Verdana, Sans-serif;
    line-height: 18px;
}

/* 
===============================
End Basic CODE skin styles 
===============================
*/