﻿/* 
================================
Skin styles for DotNetNuke
================================
*/   

.pagemaster {
	width: 100%;
	height: 100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	background: silver;
	margin: 0px;
	padding: 0px;
}
#dnn_ControlPanel
{
	background: silver;
}
.skinmaster {
	background-image: url('media/PageBackground.gif');
	/*height: 100%;*/
	-moz-border-radius-bottomleft: 15px; 
	-moz-border-radius-bottomright: 15px; 
	-moz-border-radius-topleft: 3px; 
	-moz-border-radius-topright: 3px; 
}
.skinheader {
	height: 111px;
	background-image: url('media/banner.jpg');
	background-repeat:no-repeat;
	background-position:center;
	background-color:#07392D;
	border-right: #999999 1px solid; 
	border-top: #999999 1px solid; 
	border-left: #999999 1px solid; 
}
#dnn_dnnLOGIN_cmdLogin.link {
	color:white;
}
.skingradient {
}
.controlpanel {
	width: 100%;
	background-color: #fefefe;
}
#Nav {
	background-image: url('media/NavBackground.jpg');
	background-repeat: repeat-x;
	/*height: 32px;*/
}
.Normal, TD
{
    font-size: 12px;
}
A:link, A.BreadCrumb:link, A.SkinObject:link, A.footer:link, .SkinObject
{
    color:#07392D;
    font-size: 12px;
}
A:visited, A.BreadCrumb:visited, A.SkinOject:visited, A.footer:visited
{
    color:#07392D;
    font-size: 12px;
}
A:hover, A.BreadCrumb:hover, A.SkinOject:hover, A.footer:hover
{
    color:#FF0000;
    font-size: 12px;
    text-decoration: underline;
}
A:active, A.BreadCrumb:active, A.SkinOject:active, A.footer:active
{
    color:#333333;
    font-size: 12px;
}
.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.leftpane {
	/*width: 95%;*/
	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: 95%;*/
	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;
}
.toppane1 {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.leftpane1 {
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.contentpane1 {
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.rightpane1 {
	width: 175px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.footer {
	font-size: 9px;
	background: silver;
}
.StandardButton {
   background: #aaaaaa none; 
   color: #ffffff;
   font-family: Arial, sans-serif; 
   font-size: 11px;
   font-weight: normal;
}
.TreeViewMenu {
	width: 175px;
	background-color: #dddddd;
	border-right: #8f9092 1px solid; 
	border-top: #8f9092 1px solid; 
	border-left: #8f9092 1px solid; 
	border-bottom: #8f9092 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_LtGray.jpg);
}
.Head, A.Head:link, A.Head:Visited {
   font-family: times new roman, Arial, Arial, Helvetica;
   font-size:  16px;
   font-weight:  bold;
   font-style: italic;
   color: #015021;
   text-align: left;
}
th {
   font-family: times new roman, Arial, Arial, Helvetica;
   font-size:  20px;
   font-weight:  bold;
   font-style: italic;
   color: #015021;
   text-align: left;
}
.SubHead {
   font-family: Arial, Helvetica;
   font-size:  11px;
   font-weight:  bold;
   color: #015021;
}

