@import url("./css/Button/style.css");
@import url("./css/Calendar/style.css");
@import url("./css/DropDownList/style.css");
@import url("./css/Footer/style.css");
@import url("./css/Header/style.css");
@import url("./css/Label/style.css");
@import url("./css/ListBox/style.css");
@import url("./css/Menu/style.css");
@import url("./css/Page/style.css");
@import url("./css/TextBox/style.css");

/* 
================================
Skin styles for DotNetNuke
================================
*/   
body
{
	/* See css/Page/style.css  */
}

h1, h2, h3, h4, h5
{
   color: #003366;
}

table
{
   font-size: 11px;
}

th
{
   background-color: #4682b4;
   border-bottom: medium none; 
   border-left: #4682b4 1px solid; 
   border-top: #4682b4 1px solid; 
   border-right: #4682b4 1px solid;
   color: #fff;
}

th span
{
   color: #fff;
}

td
{
   border-left: medium none;
   border-top: medium none;
}
td p
{
   margin: 4px;
}


.backgroundColorWrapper
{
	background-color: #4682B4;
}

.pagemaster 
{
    height: 100%;	
	background-color: #FEFEFE;
}
.skinmaster 
{
	height: 100%;
	width: 950px;
	background-color: #FFFFFF;
}
.skinheader {
}

.controlpanel {
	width: 100%;
	background-color: #DFE5F2;
	margin-bottom: 5px;
}
.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 {
	margin-top: 5px;
	background-color: #4682B4;
	height: 30px;
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:16px;
}
.MainMenu_MenuItem {	
	height: 25px;
	background: #4682B4;
	border: none;
	margin: 2px 8px 6px 4px;
	padding-right: 2px;
	padding-left: 2px;
	color: #EEEEEE;
	cursor: hand;
	text-transform: uppercase;
    font-family: Verdana;
    font-size: 11px;
    font-weight: bold;
}
.MainMenu_MenuIcon {
	background-color: #e2f1f4; 
	border-left: #e2f1f4 1px solid; 
	border-bottom: #e2f1f4 1px solid; 
	border-top: #e2f1f4 1px solid; 
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 21px;
	padding-right: 2px;
}
.MainMenu_SubMenu {
	background-color: #CAD5EA;  
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	border: 1px solid #ffffff;
	border-top: none;
}
.MainMenu_MenuBreak {
	height: 0px;
}
.MainMenu_MenuItemSel {
	background-color: #95bdd7; 
	cursor: pointer; 
	cursor: hand; 
	color: #000000; 
	font-family: Verdana; 
	font-size: 11px; 
	font-weight: bold; 
	font-style: normal;
	text-transform: uppercase;
	height: 25px;
	padding-right: 2px;
	padding-left: 2px;
}
.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	border: none;
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}

.SearchBox
{
	height: 25px;
	border: solid 1px #4682B4;
	margin: 5px 0px 0px 0px;
    font-family: Verdana;
    font-size: 11px;
    font-weight: bold;	
    padding-right: 3px;
    padding-top: 3px;
    padding-left: 3px;
    vertical-align: middle;    
}

.SearchBox Input
{
	margin-right: 4px;
}

.StandardButton     {
    background: #7994CB none; 
    color: #FFFFFF;
    font-family: 'Microsoft Sans Serif', Verdana, Tahoma; 
    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);
}


























