﻿/* 
================================
Skin styles for EasySite
================================
*/   

.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #FEFEFE;
}
BODY {
	background: url(GrayBack.jpg);
	BACKGROUND-COLOR: #FFFFFF
}
.skinmaster {
	width: 96%;
	height: 80px;
	background-color: #FFFFFF;
}
.skinMenu {
	width: 96%;
	height: 36px;
	BACKGROUND-IMAGE: url(MenuBack.gif); HEIGHT:36px;
	border-right: #DDDDDD 1px solid; 
	border-top: #DDDDDD 1px solid; 
	border-left: #DDDDDD 1px solid;
  border-bottom: #DDDDDD 1px solid;
}
.skinBreadcrumb{
	width: 96%;
	height: 24px;
	background-color: #ffffff;
	border-bottom: #CCCCCC 1px solid;
}
.skinContentpanel{
	width: 96%;
	background-color: #FFFFFF;
}
.skinBottom{
	width: 96%;
	background-color: #FFFFFF;
}
.skinheader {
	BACKGROUND-IMAGE: url(AdminTopback.gif); HEIGHT:49px;
	BORDER-BOTTOM: #CCCCCC 1px solid;
}
.skinbanner {
	BACKGROUND-IMAGE: url(AdminTop.gif); HEIGHT:49px;WIDTH:853px;
}
.skincontent {
	background-color: #FFFFFF;
}
.skingradient {
	height: 30px;
	background-color: #F1F2F3;
	BORDER-BOTTOM: #cccccc 1px solid; 
}
.skingradient1 {
	BORDER-TOP: #CCCCCC 1px solid; 
}
.skingradientbottom {
	BACKGROUND-IMAGE: url(skinbottomback.gif);
	background-repeat:repeat-x;
	height:70px;
}
.SkinObject {
	font-weight: normal;
	color:#666666;
}
A.SkinObject:link {
	color:#666666;
}
A.SkinObject:hover {
	color:#666666;
}
A.SkinObject:visited {
	color:#666666;
}
.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;
}
.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:  14px;
    font-weight:    bold;
}