﻿/* 
================================
Skin styles for DotNetNuke
================================
*/   
body {
	background-color: #FFFFFF;
}
.pagemaster {
	width: 100%;
	height: 100%;	
/*	background-image:url('Media/PageBackground.jpg'); */
	background-repeat:repeat-x;
	text-align:center;
	vertical-align:top;
}
.skinmaster {
	height: 100%;
	background-color: #F7C0C2;
	-moz-border-radius-bottomleft: 15px; 
	-moz-border-radius-bottomright: 15px; 
	-moz-border-radius-topleft: 3px; 
	-moz-border-radius-topright: 3px;
	border:#E02227 1 solid;
}
.skinheader {
}
.skingradient {
	background-image: url('Media/MenuBackground.jpg');
	background-repeat:repeat-y; 
	height:30px;
}
.controlpanel {
	width: 100%;
	background-color: #F7C0C2;
}
.PageContent {
	background-color: #FFFFFF;
}
.LeftBorder 
{
    width:100px;
    vertical-align:top;
	/*background-image: url('Media/Border-Left.gif');
	background-repeat:repeat-y;*/
}
.RightBorder 
{
    width:100px;
    vertical-align:top;
    /*background-image: url('Media/Border-Right.gif');
	background-repeat:repeat-y;*/
}
.MenuPanel {
	padding-left:20px;
}
.toppane {
	width: 100%;
	padding-left: 60px;
	padding-top: 30px;
	height: 180px;
	background-image: url('Media/Banner.jpg');
}
.leftpane {
	width: 175px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.contentpane {
	width: 100%;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 20px;
	text-align:left;
}
.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;
}
.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-family: Tahoma, Arial, Helvetica;
   font-size:  18px;
   font-weight: normal;
   color: #333333;
}
.SubHead {
   font-family: Tahoma, Arial, Helvetica;
   font-size:  12px;
   font-weight: bold;
   color: #E60000;
}
.SkinObject {
	color:#000;
	font-weight: normal;
}
A.SkinObject:link, A.SkinObject:visited {
	color:#000;
	text-decoration: none;
}
A.SkinObject:hover {
	color:#FF0000;
	text-decoration: underline;
}
A.SkinObject:active {
	color:#E6E7E8;
	text-decoration: underline;
}
.Footer {
    font-family: Tahoma, Arial, Helvetica;
	height:179px;
	background-image: url(media/PageBottom.gif);
	background-color: #FFFFFF;
	color: #000000;
	text-align: right;
	font-size: x-small;
	font-weight: normal;
}
.Footer .User {
	text-align:left;
	vertical-align:bottom;
	font-weight: normal;
}
.Footer .Links {
	text-align:right;
	vertical-align:top;
	padding-right:25px;
	font-size:9px;
}
.Footer .Copyright {
	text-align:right;
	vertical-align:bottom;
}
.Links A.link, .Links A.visited {
	color: #f3f5fa;
	font-weight: normal;
}
.Links A.hover {
	color: #ffffff;
	text-decoration: underline;
}
.Links A.active {
	color: #E6E7E8;
	text-decoration: underline;
}
.credits {
	font-family: Tahoma, Arial, Helvetica;
	font-size:xx-small;
	text-align:left;
	color:#E60000;
}
A.credits:link, A.credits:visited {
	color:#E60000;
	text-decoration:none;
}
A.credits:hover {
	color:#FF0000;
	text-decoration:underline;
}
A.credits:active {
	color:#333333;
	text-decoration:underline;
}
