/* 
================================
Skin styles for DotNetNuke
================================
*/   

.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #fefefe;
}
.skinmaster {
	height: 100%;
	background-color: #ffffff;
	border-right: #cb9479 1px solid; 
	border-top: #cb9479 1px solid; 
	border-left: #cb9479 1px solid; 
	border-bottom: #cb9479 1px solid; 
	-moz-border-radius-bottomleft: 15px; 
	-moz-border-radius-bottomright: 15px; 
	-moz-border-radius-topleft: 5px; 
	-moz-border-radius-topright: 5px; 
}
.skinheader {
}
.skingradient {
    background-image: url(menubar_bg.gif); 
    background-repeat:repeat-x;
    height:32px;
}
.skinheadleft
{
    width:3px;
	height:32px;
}
.skinheadright{
    width:3px;
	height:32px;
}
.skinfooter
{
    font-size:1px;
    background-image: url(bottom_sprtr.gif);
    height:5px;
}

.controlpanel {
	width: 100%;
	background-color: #fefefe;
}
.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.leftpane {
	width: 175px;
	background-color: transparent;
	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;
}
.leftbottompane
{   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;
}
.main_dnnmenu_container {
	background-color: transparent; 
}
.main_dnnmenu_bar {
	cursor: pointer; 
	cursor: hand;
	height:32px;
	background-color: Transparent;
}
.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;	
        vertical-align:middle;
}

.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: Transparent;
	font-family: Tahoma, Arial, Helvetica; 
    white-space: nowrap;  /*Word wrapping menu item now optional*/	    
    padding: 5px 12px 0px 5px;   /*explicitly set padding for root menu items*/
}

.main_dnnmenu_itemhover {  
	background-color: Transparent; 
	color:#ffda0d;
}

.main_dnnmenu_selected {  
	background-color: Transparent; 
	color:#ffda0d;
}

.main_dnnmenu_itemhover td 
{
    /* banda de selecci�n del submenu*/
	background-color: #99555c;
}

.main_dnnmenu_icon {
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 100%;
}
.main_dnnmenu_submenu 
{
    /*desplegable del men�*/
	background-color: #c28e94;
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
	padding: 1px 1px 1px 1px;   /*explicitly set padding for sub-menus */
}
.main_dnnmenu_break {
	height: 1px;
	font-size: 1px;
}

.main_dnnmenu_arrow {
	border-right: #b87e84 1px solid; 
	border-bottom: #b87e84 1px solid; 
	border-top: #b87e84 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: #cb798c none; 
  color: #ffffff;
  font-family: verdana, sans-serif; 
  font-size: 11px;
  font-weight: normal;
}
.TreeViewMenu {
	width: 175px;
	background-color: #f2dfeb;
	border-right: #cb798c 1px solid; 
	border-top: #cb798c 1px solid; 
	border-left: #cb798c 1px solid; 
	border-bottom: #cb798c 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(header1_c.gif);
}
.Head {
   font-family: Tahoma, Arial, Helvetica;
   font-size:  18px;
   font-weight: normal;
   color: #333333;
}

.links 
{
  color:#acacac;
     }

/*Esto lo a�ado para el treeview vertical 28-08-2007*/

.rootmenuitem TD{ 
	color:#ffffff; font-size:10px; font-weight:bold;
	background:url(header1_c.gif) repeat-x transparent;
	padding:5px;
	height:21px;
	width:150px;
}
.rootmenuitemselected TD,.rootmenuitembreadcrumb TD{
	color:#ffda0d; font-size:10px; font-weight:bold;
	background:url(header1_c.gif) repeat-x transparent;
	padding:5px;
	height:21px;
	width:150px;
}
