/* 
================================
Skin styles for DotNetNuke
================================
*/   

.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #ffffff;
}
.skinmaster {
	height: 100%;
	background-color: #ffffff;
}
.skinheader {
	height: 89px;
	background-image: url(images/common/topbg.jpg);
	background-repeat:repeat-x;
}
.skingradient {
	background-image: url(images/common/menubg.jpg); 
	background-repeat:repeat-x;
	height:25px;
}
.skinbanner {
	background-image: url(images/common/bannerbg.jpg); 
	background-repeat:repeat-x;
	height:177px;
}
.skinfooter {
	background-image: url(images/common/footer.jpg); 
	background-repeat:repeat-x;
	background-position:top;
	padding-top: 35px;
	padding-bottom: 15px;
}
.controlpanel {
	width: 100%;
	background-color: #fefefe;
}
.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.contentpane {
	width: 100%;
	background-color: transparent;
	padding-left: 0px;
	padding-right: 4px;
	padding-top: 6px;
}
.midpane1 {
	background-color: transparent;
	padding-left: 0px;
	padding-right: 1px;
	padding-top: 6px;
}
.midpane2 {
	background-color: transparent;
	padding-left: 1px;
	padding-right: 1px;
	padding-top: 6px;
}
.midpane3 {
	background-color: transparent;
	padding-left: 1px;
	padding-right: 0px;
	padding-top: 6px;
}
.rightpane {
	width: 175px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 0px;
	padding-top: 6px;
}
.bottompane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.MainMenu_MenuContainer {
	background-color: transparent; 
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:25px;
	background-color: Transparent;
}
.MainMenu_MenuItem {
	border-left: #3C3939 0px solid; 
	border-bottom: #3C3939 1px solid;
	border-top: #3C3939 1px solid;  
	border-right: #3C3939 0px solid;
	cursor: pointer; 
	cursor: hand; 
	color: #DCDCDC; 
	font-size: 11px; 
	font-style: normal;
	font-weight: bold; 
	background-color: Transparent;
	font-family: arial, helvetica; 
}
.MainMenu_MenuItemSel {
	border-left: #3C3939 0px solid; 
	border-bottom: #3C3939 1px solid; 
	border-top: #3C3939 1px solid; 
	border-right: #3C3939 0px solid;
	cursor: pointer; 
	cursor: hand; 
	color: #DCDCDC; 
	font-size: 11px; 
	font-style: normal;
	font-weight: bold; 
	background-color: Transparent;
	font-family: arial, helvetica;
}
.MainMenu_MenuItemAct {
	border-left: #3C3939 0px solid; 
	border-bottom: #3C3939 1px solid;
	border-top: #3C3939 1px solid; 
	border-right: #3C3939 0px solid;
	cursor: pointer; 
	cursor: hand; 
	color: #DCDCDC; 
	font-size: 11px; 
	font-style: normal;
	font-weight: bold; 
	background-color: Transparent;
	font-family: arial, helvetica;
}
.rootMenuItem TD{ 
	cursor: pointer; 
	cursor: hand; 
	color: #DCDCDC; 
	font-size: 11px; 
	font-style: normal;
	font-weight: bold; 
	background-color: Transparent;
	font-family: arial, helvetica;
	padding-left: 7px;
	padding-right: 8px;
	background-image: url(images/common/button_bg.gif);
	background-repeat: repeat-x;
	height: 25px;
} 

.MainMenu_MenuIcon {
	background-color: #3C3939; 
	border-left: #3C3939 1px solid; 
	border-bottom: #3C3939 1px solid; 
	border-top: #3C3939 1px solid; 
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 14px;
	height: 21px;
}
.submenuitemselect {
	background-color: #555655; 
}
.MainMenu_SubMenu {
	margin-top: 0px;
	margin-left: -1px;
	background-color: #3C3939;  
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	border-top: #F1F1F1 0px solid;
	border-right: #F1F1F1 2px solid;
	border-left: #F1F1F1 2px solid;
	border-bottom: #F1F1F1 2px solid;
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#3C3939,endColorStr=#2F2C2C);
	filter: Alpha(Opacity=80, FinishOpacity=100, Style=2);
}
.MainMenu_MenuBreak {
	border-bottom: #00ff00 0px solid; 
	border-left: #00ff00 0px solid; 
	border-top: #00ff00 0px solid;  
	border-right: #00ff00 0px solid; 
	background-color: transparent; 
	height: 0px;
}
.MainMenu_MenuArrow {
	border-right: #3C3939 1px solid; 
	border-bottom: #3C3939 1px solid; 
	border-top: #3C3939 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: #7994cb none; 
	color: #ffffff;
	font-family: verdana, sans-serif; 
	font-size: 11px;
	font-weight: normal;
}
.Head_White {
	font-family: Arial, Helvetica;
	font-size:  11px;
	font-weight: bold;
	color: #ffffff;
}
.normal {
	font-family: Arial, Helvetica;
	font-size:  11px;
	font-weight: normal;
	color: #2c2c2c;
}
.terms {
	font-family: arial, helvetica;
	color: #0e538e;
	font-size:10px;
	font-weight: normal;
	background-image: url(images/common/white_arrow_1pxpad.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
}
a.terms:link {
	font-family: arial, helvetica;
	color: #0e538e;
	font-size:10px;
	font-weight: normal;
	text-decoration: underline;
}
a.terms:active {
	font-family: arial, helvetica;
	color: #0e538e;
	font-size:10px;
	font-weight: normal;
	text-decoration: underline;
}
a.terms:visited {
	font-family: arial, helvetica;
	color: #0e538e;
	font-size:10px;
	font-weight: normal;
	text-decoration: underline;
}
a.terms:hover {
	font-family: arial, helvetica;
	color: #1364a9;
	font-size:10px;
	text-decoration: none;
	font-weight: normal;
}
.copyright {
	font-family: arial, helvetica;
	color: #2c2c2c;
	font-size:10px;
	font-weight: normal;
}




