/* 
================================
Skin styles for DotNetNuke
================================
*/   
body{
	margin: 0px;
	padding: 0px;
}
.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: white;
}
.skinmaster {
	height: 100%;
	background-color: #EEEEEE; 
	border-right: black 1px solid;
	border-top: black 1px solid; 
	border-left: black 1px solid; 
	border-bottom: black 1px solid;
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px; 
}
.skinheader 
{	background-image: url(background1.gif);
	border-right: 0px;
	border-top: 0px;
	border-left: 0px;
	border-bottom: 0px;
	height: 110px;
}
.skingradient {
	background-color: #F35F1B;
	height:30px;
/*	border-top: black 1px solid;
	border-bottom: black 1px solid; 
	#E20A16 */
}
.controlpanel {
	width: 100%;
/*	background-color: #a5dfb1; */
	background-color: #C3CFC5;
}
.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 {
	background-color: #F35F1B;
}
.MainMenu_MenuBar {
	background-color: #F35F1B;
	cursor: pointer; 
	cursor: hand;
	height:21px;	
}
.MainMenu_MenuItem {
	background-color: #F35F1B;
	border-left: #F35F1B 1px solid; 
	border-bottom: #F35F1B 1px solid; 
	border-top: #F35F1B 1px solid; 
	border-right: #F35F1B 0px solid;
/*	border-left: #CCCCCC 0px solid; 
	border-bottom: #CCCCCC 1px solid; 
	border-top: #CCCCCC 1px solid; 
	border-right: #CCCCCC 0px solid; */
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;	
}
.MainMenu_MenuIcon {
	background-color: #F35F1B;
	border-left: #F35F1B 1px solid; 
	border-bottom: #F35F1B 1px solid; 
	border-top: #F35F1B 1px solid;
	border-right: #F35F1B 0px solid;
/*	background-color: #CCCCCC; 
	border-left: #CCCCCC 1px solid; 
	border-bottom: #CCCCCC 1px solid; 
	border-top: #CCCCCC 1px solid; */
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 21px;	
}
.MainMenu_SubMenu {
	background-color: #F35F1B;
	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: #CCCCCC; 	
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	height: 21px;
}
.MainMenu_MenuArrow {
/*	border-right: #84d094 1px solid; 
	border-bottom: #84d094 1px solid; 
	border-top: #84d094 0px solid; */
	border-right: #C3CFC5 1px solid; 
	border-bottom: #C3CFC5 1px solid; 
	border-top: #C3CFC5 1px 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: #23a53e none; */
  background: #F35F1B none;
  color: #ffffff;
  font-family:Verdana, sans-serif; 
  font-size: 11px;
  font-weight: normal;
  cursor: pointer;
}


