/* 
================================
Skin styles for DotNetNuke
================================
*/   
body
{
	height:100%;
	background-color: #999999;	
	margin:0;
    padding:0;
}
.skinmaster
{
	width: 950px;	
	height: 100%;
	font-family: Arial;
	font-size: 9pt;
	background-color:white;	
}

.skinheader
{
	width: 100%;
	background-color:#FFFFFF;
	background-image: url(gradient_Head.PNG);
	background-position: bottom;
	background-repeat: repeat-x;
}

.skincontent
{
	width: 100%;
	background-color: #FFFFFF;
	background-image: url(gradient_bg2.PNG);
	background-repeat: repeat-x;
}
.skinfooter
{
	width: 100%;
	background-color:#FFFFFF;
	background-image: url(gradient_Footer.PNG);
	background-repeat: repeat-x;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #FF0000;
}
.skinmainmenu
{
	width: 100%;
	background-repeat: no-repeat;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #333333;
	border-bottom-color: #333333;
	background-color: #D0D0D0;
}
.ImagenArea
{
	background-color:Transparent;
}
.controlpanel
{
	width: 100%;
	background-color:#FFFFFF;
}
.contentpane
{
	background-color: Transparent;
}

.main_dnnmenu_container 
{
	background-color: transparent; 
}
.main_dnnmenu_bar 
{
	cursor: pointer; 
	cursor: hand;
	height:16px;
	background-color: Transparent;
}
.main_dnnmenu_item
{
	cursor: pointer;
	cursor: hand;
	border-width: 1px;
	border-style: none none none solid;
	color: black;
	background-color: Transparent;
	white-space: nowrap;
	font-size: 9pt;
	font-weight: normal;
}
.main_dnnmenu_item td
{
	border-style: none;
	cursor: pointer;
	cursor: hand;
	color: black;
	background-color: Transparent;
	font-size: 9pt;
	font-weight: normal;
	white-space: nowrap;
}

.main_dnnmenu_rootitem  { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand; 
	color: #000000; 
	font-size: 9pt; 
	font-weight: normal; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Tahoma, Arial, Helvetica; 
    white-space: nowrap;  /*Word wrapping menu item now optional*/	    
    padding: 0px 12px 0px 5px;   /*explicitly set padding for root menu items*/
}

.main_dnnmenu_itemhover
{
	background-color: #FF0000;
	cursor: pointer;
	cursor: hand;
	color: #FFFFFF;
	font-size: 9pt;
	font-weight: normal;
}

.main_dnnmenu_itemhover td
{
	background-color: #FF0000;
	cursor: pointer;
	cursor: hand;
	color: #FFFFFF;
	font-size: 9pt;
	font-weight: normal;
}
.main_dnnmenu_icon
{
	border-style: none;
	background-color: Transparent;
	cursor: pointer;
	cursor: hand;
	text-align: center;
	width: 15px;
	height: 100%;
}
.main_dnnmenu_arrow
{
	width: 10px;
	border-style: none;
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
	cursor: hand;
	color: #666666;
}
.main_dnnmenu_break
{
	height: 1px;
	font-size: 1px;	
}

.main_dnnmenu_rootmenuarrow
{
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
	cursor: hand;
	color: #666666;
}
.main_dnnmenu_submenu
{
	padding: 2px;
	border: 1px solid #000000;
	background-color: #FFFFFF;
	z-index: 1000;
	cursor: pointer;
	cursor: hand;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=     '#696969' , Direction=135, Strength=3);
}

.StandardButton
{

}
.Head
{
	color: #000000;
	font-size: 9pt;
	font-weight: bold;
}

.SkinObject
{
	font-weight: lighter;
	font-size: 8pt;
	color: #000000;
	font-family: Tahoma, Arial, Helvetica;
	text-decoration: none;
}

.SkinObjectUser
{
	font-weight:bold;
	font-weight: lighter;
	font-size: 10pt;
	color: #000000;
	font-family: Tahoma, Arial, Helvetica;
	text-decoration: none;
}
A.SkinObject:link
{
	text-decoration: none;
	color: #000000;
}