/* Body style */
body {
	margin: 0;
	background-color: transparent;
}
/* Catch-all to ensure text color, font, and size consistency */
table, tr, td, p, th {
	font-family: tahoma;
	font-size: 12px;
	line-height: 1.4em;
}


/* 
================================
Skin styles for DotNetNuke 4.0.2
================================
*/   

.pagemaster {
	width: 100%;
	background-color: transparent;
}
.portalhead {
	width: 100%;
	background-color: transparent;
}
.skinmaster {
	background-color: transparent;
	border-right: #8f9092 1px solid; 
	border-top: #8f9092 1px solid; 
	border-left: #8f9092 1px solid; 
	border-bottom: #8f9092 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px; 
}
.skingradient {
	background-image: url('gradient_menubar.jpg'); 
	height: 30px
}
.backgradient {
	background-color: transparent;
}
.cornerBR {
	background-color: transparent;
}
.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.leftpane {
	width: 195px;
	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: 195px;
	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: transparent; 
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height: 16px;
	background-color: transparent;

}
.MainMenu_MenuItem {
	border-left: #eeeeee 0px solid; 
	border-bottom: #eeeeee 1px solid; 
	border-top: #eeeeee 1px solid; 
	border-right: #eeeeee 0px solid;
	cursor: pointer; 
	cursor: hand; 
	color: #003366; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 11px; 
	font-weight: bold; 
	font-style: normal; 
	background-color: transparent;
	/*background-image: url(gradient_itemSelect.jpg);*/
}
.MainMenu_MenuIcon {
	background-color: #eeeeee; 
	border-right: #eeeeee 1px solid;
	border-left: #eeeeee 1px solid; 
	border-bottom: #eeeeee 1px solid; 
	border-top: #eeeeee 1px solid; 
	cursor: hand; 
	cursor: hand; 
	text-align: center; 
	width: 16px; 
	height: 21px;
}
.MainMenu_SubMenu {
	background-color: #eeeeee;  
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand;
	margin-top: 5px;
}
.MainMenu_MenuBreak {
	height: 1px;
	background-color:transparent;
	border:0px;
}
.MainMenu_MenuItemSel {
	border:0px solid #003366; background-color: transparent; 
	cursor: pointer; 
	cursor: hand; 
	color: red; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 11px; 
	font-weight: bold; 
	font-style: normal;
/*	height: 21px;*/
}
.MainMenu_MenuArrow {
	border-left: #336699 0px solid; 
	border-right: #336699 0px solid; 
	border-bottom: #336699 0px solid; 
	border-top: #336699 0px solid;	
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}
.MainMenu_Seperator { background: url(separator-menusor.png) no-repeat center center transparent; width:2px; height: 20px; padding: 0px 5px; }
.StandardButton {
   background: #aaaaaa none; 
   color: #ffffff;
   font-family: Tahoma, Verdana; 
   font-size: 11px;
   font-weight: normal;
}
.TreeViewMenu {
	width: 175px;
	background-color: #dddddd;
	border-right: #8f9092 1px solid; 
	border-top: #8f9092 1px solid; 
	border-left: #8f9092 1px solid; 
	border-bottom: #8f9092 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_menubar.jpg');
}
.Head {
   font-family: Tahoma, Arial, Helvetica;
   font-size:  11px;
   font-weight:  bold;
   color: #003366;
}

