/* 
================================
Skin styles for DotNetNuke
================================
*/   

.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: white;
}
.skinmaster {
	height: 90%; 
}

.all {
	height: 100%; 
}

.half {
	height: 50%; 
}

.copy {
	background-image: url(../../../../images/dot_left.gif);
	vertical-align:middle;
	}
	
.terms {
	background-image: url(../../../../images/spacer_yellow.gif);
	vertical-align:middle;
	}


.date {
	background-image: url(../../../../images/dot_back.gif);
	padding: 0px 0px 0px 5px;
}

.bgGreen {
	background-image: url(../../../../images/dot_green.gif);
}

.bgDropLeft {
	background-image: url(../../../../images/drop_left2.gif);
}

.bgDropCenter {
	background-image: url(../../../../images/drop_center.gif);
}

.bgDropRight {
	background-image: url(../../../../images/drop_right.gif);
}

.bgDropBack {
	background-image: URL(../../../../images/dot_back.gif);
}

.bgDotRight {
	background-image: URL(../../../../images/dot_right.gif);
}

.crumbs {
	padding: 0px 0px 0px 5px;
	background-color: White;
}

.login {
	background-color: #efebef;
	padding: 0px 0px 0px 0px;
}

.skinheader {
}
.skingradient {
	background-image: url(gradient_DkBlue.jpg); 
	height:30px;
}
.controlpanel {
	width: 100%;
	background-image: URL(../../../../images/dot_back.gif);
}
.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.leftpane {
	width: 176px;
	padding-left: 20px;
	padding-right: 4px;
	padding-top: 20px;
	background-image: URL(../../../../images/dot_back.gif);
	height: 250;
	vertical-align: top;
}
.contentpane {
	width: 100%;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
	background-color: White;
}
.bgControlPanel {
	width: 100%;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 3px;
	background-image: url(../../../../images/dot_green.gif);
}
.rightpane {
	width: 46px;
	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: 317d4a; 
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:16px;
	background-color: 317d4a;
}
.MainMenu_MenuItem {
	border-left: #317d4a 0px solid; 
	border-bottom: #317d4a 1px solid; 
	border-top: #317d4a 1px solid; 
	border-right: #317d4a 0px solid;
	cursor: pointer; 
	cursor: hand; 
	color: #ffffff; /* main menu text color */
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Tahoma, Arial, Helvetica; 
}
.MainMenu_MenuIcon {
	background-color: #317d4a; 
	border-left: #317d4a 1px solid; 
	border-bottom: #317d4a 1px solid; 
	border-top: #317d4a 1px solid; 
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 0px; 
	height: 25px;
}
.MainMenu_SubMenu {
	background-color: #317d4a;   /* dropdown all items back color */
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
}
.MainMenu_MenuBreak {
	height: 1px;
}
.MainMenu_MenuItemSel {
	background-color: 317d4a; /* dropdown selected item back color */
	cursor: pointer; 
	cursor: hand; 
	color: #ffcc00; /* dropdown selected item text color */
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
}
.MainMenu_MenuArrow {
	border-right: #317d4a 1px solid; 
	border-bottom: #317d4a 1px solid; 
	border-top: #317d4a 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: #336633 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_LtGreen.jpg);
}
.Head {
   font-family: Tahoma, Arial, Helvetica;
   font-size:  18px;
   font-weight: normal;
   color: #333333;
}



















