/* 
================================
Skin styles for DotNetNuke
================================
*/   

.pagemaster {
	width: 800px;
	height: 100%;
	


}
.skinmaster {

    width:800px; /*added for width of table 770px*/
	height: 100%;
	background-color:#f7f3ec;

	/*background-color: #d6d6d6; abctIntranet*/
	/*border-right: #ea201e 1px solid; 
	border-top: #ea201e 1px solid; 
	border-left: #ea201e 1px solid; 
	border-bottom: #ea201e 1px solid; */
	-moz-border-radius-bottomleft: 15px; 
	-moz-border-radius-bottomright: 15px; 
	-moz-border-radius-topleft: 15px; 
	-moz-border-radius-topright: 15px; 

}
.skinheader {
}

.skingradient {
	
	height:30px;
	border-top: #B3C003 2px solid;
	border-bottom: #B3C003 2px solid;

}
.controlpanel {
	width: 100%;
	/*background-color: #fefefe; abctIntranet*/
background-color:#f7f3ec;


}
.pageimage {
	width: 80%;
	background-color: transparent;
	padding-left: 0px;
	padding-right: 10px;
	padding-top: 6px;


}
.leftpane {
	width: 80px; /*175px*/
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.contentpane {
	width: 640px; /*100%*/
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
	 text-align:left


}
.rightpane {
	width: 80px; /*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;
}
.main_dnnmenu_container {
	background-color: transparent;


	
	
}
.main_dnnmenu_bar {
	cursor: pointer; 
	cursor: hand;
	height:16px;
	width:100%;
	background-color: #A49984;
	margin-left:8px;
	padding: 8px 10px 8px 10px;
	
	 
}
.main_dnnmenu_item td { /*TD if menu option for using tables is on*/
	
	cursor: pointer; 
	cursor: hand; 
	color: #ffffff;
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Tahoma, Arial, Helvetica; 
        white-space: nowrap;  /*Word wrapping menu item now optional*/
        padding: 1px 3px 3px 1px;
    
}

.main_dnnmenu_rootitem  { /*TD if menu option for using tables is on*/
	
	cursor: pointer; 
	cursor: hand; 
	color: #ffffff; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: #A49984;
	font-family: Tahoma, Arial, Helvetica; 
  white-space: nowrap;    /*Word wrapping menu item now optional*/	    
    padding: 0px 10px 0px 10px;   /*explicitly set padding for root menu items*/
	height:16px;
	margin-left:30px

	
}

.main_dnnmenu_itemhover {  
	background-color: #B3C003;/*Word wrapping menu item now optional*/	
	color: #ffffff;
}

.main_dnnmenu_itemhover td {  
	background-color: #B3C003; 
	color: #ffffff;
}


.main_dnnmenu_icon {
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 100%;
	
	
	
}
.main_dnnmenu_submenu {
	background-color: #A49984;  /*#cad5ea; */ 
	z-index: 1000;
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=23); 
	padding: 0px 0px 0px 0px;   /*explicitly set padding for sub-menus Direction=135, Strength=3*/
	border-left:3px solid #B3C003;
	border-bottom:3px solid #B3C003;
	margin-top:8px;
}
.main_dnnmenu_break {
	height: 1px;
	font-size: 1px;
	
}


.main_dnnmenu_arrow {
	border-right: #cad5ea 1px solid; 
	border-bottom: #cad5ea 1px solid; 
	border-top: #cad5ea 0px solid;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	
}
.main_dnnmenu_rootmenuarrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
	
}

.StandardButton {
  background: #ea201e none; 
  color: #ffffff;
  font-family: verdana, sans-serif; 
  font-size: 11px;
  font-weight: normal;
}
.TreeViewMenu {
	width: 175px;
	background-color: #d6d6d6;
	border-right: #ea201e 1px solid; 
	border-top: #ea201e 1px solid; 
	border-left: #ea201e 1px solid; 
	border-bottom: #ea201e 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(menu_RedGray.jpg);
}
.Head {
   font-family: Tahoma, Arial, Helvetica;
   font-size:  18px;
   font-weight: normal;
   color: #333333;
}



/*-------------- Link Style --------------
.linkscontainer{padding-top:10px;padding-bottom:10px;text-align:center;font-size:10px;font-family: Tahoma, Arial, Helvetica;}
.links,a.links:link,a.links:active,a.links:visited{ font-weight:bold; color:#000000; text-transform:uppercase;}
a.links:hover{color:#C00;}*/

.SkinSiteMapDiv
{
	font-weight: bold;
	font-size: 8.5pt;
	color: #003366;
	font-family: Tahoma, Arial, Helvetica;
	text-decoration: none;
	padding-top:10px;
	padding-bottom:10px;
}

A.SkinSiteMapLink:link
{
	text-decoration: none;
	color: #003366;
}

A.SkinSiteMapLink:visited
{
	text-decoration: none;
	color: #003366;
}

A.SkinSiteMapLink:hover
{
	text-decoration:  underline;
	color: red;
}

A.SkinSiteMapLink:active
{
	text-decoration: none;
	color: #003366;
}
