/* 
================================
Skin styles for DotNetNuke
================================
*/    

.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #E0E0E2;
	/*background-image:URL(bgd_body.gif);
	background:#FFF url(bgd_body.gif) repeat-x;*/
}
.skinmaster {
	height: 100%;
	background-color: #FFFFFF;
	border-right: #8f9092 1px solid; 
	border-top: #8f9092 1px solid; 
	border-left: #8f9092 1px solid; 
	border-bottom: #8f9092 1px solid; 
	margin-top:0px;
}
.skinheader 
{
    margin-bottom:0px;
}
.skingradient {
	font-family: Arial, Helvetica; 
	background-color: #FDBCB9;
	/*background-image:URL(bgd_nav2.jpg);*/
	height: 20px;
	font-size:9pt;
	margin-bottom:0px;
}

.controlpanel {
	width: 100%;
	background-color: #dddddd;
	
}
.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.leftpane {
	background-image:URL(left_nav_bg.gif);
	width: 170px;
	/*height:100%;
	padding-left: 2px;
	padding-right: 4px;
	padding-top: 6px;*/
}
.contentpane {
	width: 100%;
	background-color: transparent;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	font-size:12px;
}
.contentpane a:link{
		font-size:12px;
}
.contentpane a:visited{
		font-size:12px;
}
.contentpane a:hover{
		font-size:12px;
}
.contentpane a:active{
		font-size:12px;
}
.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; 
	text-align:center;*/
	text-align:left;
	width:170px;
}
.MainMenu_MenuBar {
	cursor: hand;
	height: 20px;
	background-color: transparent;
	text-align:left;
}
.MainMenu_RootMenuItemBreadcrumb
{
	/*border-right: #8f9092 1px solid; 
	border-top: #8f9092 1px solid; 
	border-left: #8f9092 1px solid; 
	border-bottom: #8f9092 1px solid;
	border-color:#FF0000;*/
	background-color:#f5f5f5;
}
.MainMenu_MenuItem {
	/*text-align:center;*/
	text-align:left;
	/*width:250px;*/
	cursor: hand; 
	color: #333333; 
	font-family: Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: transparent;
	border-bottom: solid 1px Navy;
	
}
.MainMenu_MenuIcon 
{
    background-color: #FFFF99; 
    border-bottom: solid 1px Navy;
}
.MainMenu_SubMenu {
	background-color: #FFFF99;  
	/*z-index: 1000; */
	border-top: solid 1px Navy;
	cursor: hand; 
}
.MainMenu_MenuBreak {
	height: 0px;
}
.MainMenu_MenuItemSel {
	height: 20px;
	cursor: hand; 
	color: red; 
	text-decoration:none;
	font-family: Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	background-color:transparent;
	border-bottom: solid 1px Navy;
}
.MainMenu_SubMenuItemBreadcrumb
{
}
.MainMenu_SubMenuItemSelected
{
	color:red;
	text-decoration:none;
	font-family: Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	border-bottom: solid 1px Navy;
}
.MainMenu_MenuArrow {
	font-family: Arial, Helvetica;
	font-size: 9pt; 
	font-weight: bold; 
	cursor: pointer; 
	cursor: hand; 
	border-bottom: solid 1px Navy;
}
.MainMenu_RootMenuArrow {
	font-family: Arial, Helvetica;
	font-size: 9pt; 
	font-weight: bold; 
	cursor: hand;
	border-bottom: solid 1px Navy;
}
.StandardButton {
   background: #aaaaaa none; 
   color: #ffffff;
   font-family: Arial, Helvetica;
   font-size: 9pt;
   font-weight: normal;
}
.TreeViewMenu {
	width: 170px;
	background-color: #FFFF99;
	/*border-right: #8f9092 1px solid; 
	border-top: #8f9092 1px solid; 
	border-left: #8f9092 1px solid; 
	border-bottom: #8f9092 1px solid; */

}
.TreeViewMenu_Header {
	/*background-image: url(gradient_LtGray.jpg);*/
}
.Head {
   font-family:  Arial, Helvetica;
   font-size:  18px;
   font-weight:  normal;
   color: #333333;
}
.copyright
{
font-family: Arial, Helvetica; 
	font-size: 9pt; 
}