/* Forces browser height of 100% */
html {
	height: 100%;
}

/* Body style */
body {
	margin: 0;
	height: 100%;
	background: url(bg_990.gif) top center repeat-y #e2e2e2;
/*	background: url(bg_800.gif) top center repeat-y #e2e2e2;*/
}
/* Catch-all to ensure text color, font, and size consistency */
table, tr, td, p, th, input {
	font-family: tahoma;
	font-size: 11px;
	line-height: 1.4em;
}


/* 
================================
Skin styles for DotNetNuke 4.0.2
================================
*/   

.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: transparent;
}
.portalhead {
	width: 100%;
	height: 100%;	
	background-color: #f7f7f7;
}
.skinmaster {
	height: 100%;
	background-color: #f7f7f7;
	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; 
}
.skinheader {
}
.skingradient {
	background-image: url(gradient_menubar.jpg); 
	height: 30px;
}
.backgradient {
	height: 100%;	
	filter:progid:DXImageTransform.Microsoft.Gradient(endColorstr='#6896EA', startColorstr='#f7f7f7', gradientType='0');
	background-color: transparent;
}
.cornerBR {
/*	background-image: url(cornerBR.jpg); */
	background-color: transparent;
}
.controlpanel {
	width: 100%;
	filter:progid:DXImageTransform.Microsoft.Gradient(endColorstr='#C0CFE2', startColorstr='#FFFFFF', gradientType='0');
	background-color: #ffffff;
}
.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; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=6);
}
.MainMenu_MenuBreak {
	height: 1px;
}
.MainMenu_MenuItemSel {
	border-left: #003366 0px solid; 
	border-bottom: #003366 0px solid; 
	border-top: #003366 0px solid; 
	border-right: #003366 0px solid;
	background-color: transparent; 
	cursor: pointer; 
	cursor: hand; 
	color: #3A597E; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 11px; 
	font-weight: bold; 
	font-style: normal;
/*	height: 21px;*/
	background-image: url(gradient_item.jpg);
}
.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;
}
.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;
}


