/* 
================================
Skin styles for DotNetNuke
================================
*/

.pagemaster
{
	width: 100%;
	height: 100%;
	background-color: #DBDBDB;
}
.skinmaster
{
	height: 100%;
	width: 760px;
	background-color: #DBDBDB; /*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-image: url(gradient_DkRed.jpg);
	height: 30px;
}
.controlpanel
{
	width: 100%;
	background-color: #FB0102;
}
.toppane
{
	width:760px;
	text-align:center;
	 vertical-align:top;
	background-color: #FEFEFE;
	background-image: url(fondo_html.jpg);
	background-repeat:repeat-y;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
.leftpane
{
	width: 216px;
	/*width: 216px;*/
	background-color: #FEFEFE;
	background-repeat:repeat-y;
	background-image: url(fondo_leftPane_html.jpg);	
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
.contentpane
{
	width: 510px;
	/*width: 504;*/
	background-color: #FEFEFE;
	padding-left: 2px;
	padding-right: 0px;
	padding-top: 4px;
}
.rightpaneOnlyBG
{
	width: 20px;
	background-color: #FEFEFE;
	background-repeat:repeat-y;	
	background-position: 100% 0;
	background-image: url(fondo_contentPane_html.jpg);	
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
.bottompane
{
	width: 100%;
	background-color: #FEFEFE;
	background-image: url(fondo_html.jpg);
	background-repeat:repeat-y;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
.MainMenu_MenuContainer {
	background-color: transparent; 
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:20px;
	background-color: transparent;
}
.MainMenu_MenuItem {
	border-left: #E31414 0px solid; 
	border-bottom: #E31414 1px solid; 
	border-top: #E31414 1px solid; 
	border-right: #E31414 0px solid;
	cursor: pointer; 
	cursor: hand; 
	color: #121228; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
}
.MainMenu_MenuIcon {
	background-color: #E31414; 
	border-left: #E31414 1px solid; 
	border-bottom: #E31414 1px solid; 
	border-top: #E31414 1px solid; 
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 21px;
}
.MainMenu_SubMenu {
	background-color: #E31414; 
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
}

.MainMenu_MenuBreak {
	height: 1px;
}
.MainMenu_MenuItemSel {
	background-color: #E31414; 
	cursor: pointer; 
	cursor: hand; 
	color: white; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
}
.MainMenu_MenuArrow {
	border-right: #E31414 1px solid; 
	border-bottom: #E31414 1px solid; 
	border-top: #E31414 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: #F20404 none;
	color: white;
	font-weight:bold;
	font-family: Helvetica, Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;

}
.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_MidRed.jpg);
}
.Head
{
	font-family: Tahoma, Arial, Helvetica;
	font-size: 18px;
	font-weight: normal;
	color: #333333;
}

.DBHFooterClass {
	background-repeat:repeat-x;
}