/* 
================================
Skin styles for DotNetNuke
================================
*/   

.pagemaster {
/*	width: 100%;
*/
	height: 100%;	
	background-color: #FFFFFF;
}
.skinmaster {
	height: 100%; 
/*
	background-color: #f3f5fa;
	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; 
*/
}
.skinheader {
}
.skingradient {
	background-color:#FAF1D1; 
	height:25px;
	border-top: 1px solid #E2B59D;
	border-bottom: 1px solid #E2B59D;
}
.controlpanel {
	width: 100%;
	background-color: #dfe5f2;
}
.toppane {
	width: 100%;
	background-color: transparent;
/*
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
*/
}
.leftpane {
	background-color: transparent;
	/*
	width: 175px;
	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: transparent; 
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:16px;
	background-color: Transparent;
}

.MainMenu_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: #990000; 
	font-size: 11px; 
	font-weight: 400; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Verdana, Arial, Helvetica; 
}
.MainMenu_MenuIcon {
	background-color: Transparent; 
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	/*
	width: 15px; 
	height: 21px;
	*/
}
.MainMenu_SubMenu {
	background-color: #E2B59D;  
	background-color: #FAF1D1; 
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	/*
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
	*/
}
.MainMenu_MenuBreak {
	height: 0px;
}
.MainMenu_MenuItemSel {
	background-color: #FAF1D1; 
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Verdana, Arial, Helvetica; 
	font-size: 11px; 
	font-weight: 400; 
	font-style: normal;
	/*
	height: 25px;
	*/
}
.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 11px; 
	cursor: pointer; 
	cursor: hand; 
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 11px; 
	cursor: pointer; 
	cursor: hand;
}
.StandardButton {
  background: #990000 none; 
  color: #ffffff;
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 11px;
  font-weight: 400;
}
.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_LtBlue.jpg);
}
.Head {
   font-family: Verdana, Arial, Helvetica;
   font-size:  18px;
   font-weight: 400;
   color: #990000;
}

.fadeRight
	{
		background-image:url(background_rightFade.gif); 
		width:131px;
	}

.fadeLeft
	{
		background-image:url(background_leftFade.gif); 
		width:129px;
	}

.mainArea 
	{
		background-image:url(PW_pat02.gif); 
		width:750px;
	}

.homeLeftPane, .homeRightPane
	{width:33%;}
	
.homeContentPane
	{width:34%;}

.homeLeftPane, .homeRightPane, .homeContentPane
	{
	background-image:url(background_feature.gif);
	background-repeat:repeat-y;
	}

.leftpane, .rightpane, .contentpane
	{
	padding-top:10px;
	}
	
.contentpane
	{
	padding-left:25px;
	padding-right:25px;
	}
	
.leftpane
	{
	padding-right:10px;
	}

.rightpane
	{
	padding-left:10px;
	padding-right:25px;
	}

.menuPadding
	{
	padding-left:25px;
	padding-right:25px;
	}

.horizontalLine
	{
	background-color:#E2B59D;
	}

A.normal, A.normal:visited
	{color:#660000;}

A.normal:hover
	{color:#CC0000;}

/* 
********************* 
INVENTURA MENU STYLES 
********************* 
*/
A.bottomMenu,
A.bottomMenu:visited,
.bottomMenu, .bottomMenuHighlight,
.bottomMenuCurrentItem, .bottomMenuSeparator,
SPAN.bottomMenu A
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:400;
	color:#990000;
}

A.bottomMenu:hover,
SPAN.bottomMenu A:hover, SPAN.bottomMenu A:hover SPAN.bottomMenuCurrentItem
{
	color:#CC0000;
}

.bodyText
	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	}


UL LI 
	{
	list-style-image:url(arrow_bullet.gif);
	}

A.SkinObject:visited, A.SkinObject:link, A.SkinObject:active
	{
	color:#999999;
	font-weight:400;
	font-size:9px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}







































