/* 
================================
Skin styles for DotNetNuke
================================
*/

body
{
    color:black;
}
.pagemaster
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#005130;
	width:100%;
	height:100%;
	vertical-align:top;
	padding:0 0 0 0;
	color:White;
}
.skinmaster
{
	width:760px;
	height:100%;
	background-color:#005130;
	vertical-align:top;
	padding:0 0 0 0;
	margin:0 0 0 0;
}
.controlpanel
{
	width: 100%;
	background-color: #ffffff;
}
.centerpage
{
    background-color:Transparent;
}
.leftPane
{
    width:180px;
}
.contentpane
{
    width: 580px;
    background-color:#005130;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
#antesDeContenido1 
{
    width:770px;
	height:30px;
	background-repeat: no-repeat;
	background-position:left;
	background-color:#022212;
	text-align:center;
	list-style-type:none;
	background-image:url(images/antesDeContenido1Verde.bmp);
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	}
#antesDeContenido2 
{
    color:White;
    width:770px;
	height:26px;
	background-repeat: no-repeat;
	background-position:left;
	background-color:#022212;
	text-align:center;
	list-style-type:none;
	background-image:url(images/antesDeContenido2Verde.bmp);
	font-family: Verdana,Arial, Helvetica;
	font-size: 10px;
	font-weight: bold;
	}
#cabecera 
{
    width:770px;
	height:89px;
	background-repeat: no-repeat;
	background-position:left;
	background-color:#022212;
	text-align:center;
	list-style-type:none;
	background-image:url(images/cabeceraVerde.bmp);
	vertical-align:top;
	}
	
#cabecera a{
	color:#ffffff;
	text-decoration:none;
	}
#cabecera a:hover {
	color:#808000;
	}
	#menu {
	background-color:#022212;
	background-repeat:no-repeat;
	background-image:url(images/menuVerde.bmp);
	width:180px;
	}
	
#menu a {
	color:#ffffff;
	text-decoration:none;
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 8pt;
	padding-left:10px;
	font-style:italic;
	}
#menu a:hover {
	color: #deb01e;
	}


/* Main Menu */
/* style for the solpart menu */
.MainMenu_MenuContainer
{
	background-color: transparent;
}
.MainMenu_MenuBar
{
	cursor: pointer;
	height: 16px;
	background-color: Transparent;
}
.MainMenu_MenuItem td
{
	cursor: pointer;
	color: white;
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 7pt;
	font-weight: bold;
	font-style: normal;
	border-left: white 0px solid;
	border-bottom: white 0px solid;
	border-top: white 0px solid;
	border-right: white 0px solid;
	background-color:Transparent;
	padding-top: 1px;
	padding-bottom: 1px;
}
.MainMenu_MenuIcon
{
	cursor: pointer;
	background-color: #EEEEEE;
	border-left: #EEEEEE 0px solid;
	border-bottom: #EEEEEE 0px solid;
	border-top: #EEEEEE 0px solid;
	text-align: center;
	padding: 2px 2px 2px 2px;
	width: 15px;
	height: 21px;
}
.MainMenu_SubMenu TD
{
	z-index: 1000;
	cursor: pointer;
	background-color: #73b4a0;
	border-bottom: #FFFFFF 0px solid;
	border-left: #FFFFFF 0px solid;
	border-top: #FFFFFF 0px solid;
	border-right: #FFFFFF 0px solid;
}
.MainMenu_MenuBreak TD
{
	border-bottom: #73b4a0 0px solid;
	border-left: #73b4a0 0px solid;
	border-top: #73b4a0 0px solid;
	border-right: #73b4a0 0px solid;
	background-color: #EEEEEE;
	height: 0px;
}
.MainMenu_MenuItemSel TD
{
	cursor: pointer;
	color: White;
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 7pt;
	font-weight: bold;
	font-style: normal;
	background-color: Transparent;
	padding-left: 5px;
	padding-top: 5px;
}
.MainMenu_MenuArrow
{
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
	border-right: #FFFFFF 1px solid;
	border-bottom: #FFFFFF 1px solid;
	border-top: #FFFFFF 0px solid;
}
.MainMenu_RootMenuArrow
{
	font-family: webdings;
	font-size: 10pt;
	cursor: pointer;
}
.MainMenu_RootMenuItemBreadcrumb TD
{   
	color: #deb01e;
}
.MainMenu_RootMenuItem TD
{
	padding-left: 5px;
	padding-top: 5px;
} 
.MainMenu_SubMenuItemActive TD
{
	background-color: #deb01e;
}
.MainMenu_RootMenuItemSelected TD
{
	color: #deb01e;
	border-left:solid 1px white;
	border-bottom:solid 1px white;
}
.MainMenu_RootMenuItemActive TD
{
	color: #deb01e;
	padding-left: 5px;
	padding-top: 5px;
}
.MainMenu_SubMenuItemSelected
{
	color: White;
}

/* Estilos Dotnetnuke Por Defecto  */
.Head
{
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 20px;
	font-weight: normal;
	color: #73B4A0;
}
.SubHead
{
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: White;
}
.SubSubHead
{
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: White;
}
.Normal, .NormalDisabled
{
	font-family: Verdana,Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	color:White;
}
.NormalBold
{
	font-family: Verdana,Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color:White;
}
.NormalTextBox
{
    color:white;
}
input.NormalTextBox, select.NormalTextBox
{
    color:black;
}
textarea.NormalTextBox
{
    color:Black;
}
.StandardButton
{
	padding-right: 5px;
	padding-left: 5px;
	font-weight: normal;
	font-size: 10px;
	background: #deb01e;
	color: #000000;
	font-family: Verdana, sans-serif;
}
.CommandButton, .SkinObject
{
	font-weight: bold;
	font-size: 7pt;
	color: #ffffff;
	font-family: Verdana, Tahoma, Arial, Helvetica;
	text-decoration: none;
}
a:link, a:active, a:visited, A.CommandButton:link, A.CommandButton:active, A.CommandButton:visited, A.SkinObject:link, A.SkinObject:active, A.SkinObject:visited
{
	text-decoration: none;
	color: #ffffff;
}
a:hover, A.CommandButton:hover, A.SkinObject:hover
{
	text-decoration: none;
	color: #deb01e;
}
.ControlPanel .CommandButton
{
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	font-family: Verdana, Tahoma, Arial, Helvetica;
	text-decoration: none;
}
.ControlPanel a.CommandButton:link, .ControlPanel a.CommandButton:visited, .ControlPanel a.CommandButton:active 
{
    text-decoration: none;
	color: #000000;
}
.ControlPanel a.CommandButton:hover
{
	text-decoration: underline;
}
.ControlPanel .SubHead
{
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color:Black;
}
.ControlPanel a.SubHead:link, .ControlPanel a.SubHead:visited, .ControlPanel a.SubHead:active 
{
    text-decoration: none;
	color: #000000;
}
.ControlPanel a.SubHead:hover
{
	text-decoration: underline;
}
.ControlPanel .NormalTextBox
{
    color:Black;
}
.DataGrid_Header
{
	background-color: Transparent;
	color: White;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
}
.DataGrid_Item
{
	background-color: Transparent;
	color: White;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 10px;
	font-weight: normal;
}


/* Module Title Menu */
.ModuleTitle_MenuContainer
{
	border-bottom: blue 0px solid;
	border-left: blue 0px solid;
	border-top: blue 0px solid;
	border-right: blue 0px solid;
}

.ModuleTitle_MenuBar
{
	cursor: pointer;
	height: 16;
	background-color: Transparent;
}
.ModuleTitle_MenuItem
{
	cursor: pointer;
	color: white;
	font-family: Verdana, Arial, Helvetica;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	border-left: white 0px solid;
	border-bottom: white 0px solid;
	border-top: white 0px solid;
	border-right: white 0px solid;
	background-color: Transparent;
	white-space:nowrap;
}
.ModuleTitle_MenuItem TD
{
	cursor: pointer;
	color: white;
	font-family: Verdana, Arial, Helvetica;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	border-left: white 0px solid;
	border-bottom: white 0px solid;
	border-top: white 0px solid;
	border-right: white 0px solid;
	background-color: Black;
	white-space:nowrap;
}

.ModuleTitle_MenuIcon
{
	cursor: pointer;
	background-color: #EEEEEE;
	border-left: #EEEEEE 1px solid;
	border-bottom: #EEEEEE 1px solid;
	border-top: #EEEEEE 1px solid;
	text-align: center;
	width: 15px;
	height: 21px;
}

.ModuleTitle_SubMenu TD
{
	z-index: 1000;
	cursor: pointer;
	background-color: #73b4a0;
	color:white;
	border-bottom: #FFFFFF 0px solid;
	border-left: #FFFFFF 0px solid;
	border-top: #FFFFFF 0px solid;
	border-right: #FFFFFF 0px solid;
}

.ModuleTitle_MenuBreak TD
{
	background-color: #ffffff;
	height:0px;
}

.ModuleTitle_MenuItemSel TD
{
	cursor: pointer;
	color: white;
	font-family: Verdana,Tahoma, Arial, Helvetica;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	background-color: #73b4a0;
	border-bottom:solid 1px white;
	border-top:solid 1px white;
}

/* styles used in the FileManager */
.FileManager
{
	border-right: white 1px solid;
	border-top: white 1px solid;
	border-left: white 1px solid;
	border-bottom: white 1px solid;
	height: 400px;
}
.FileManager_ToolBar
{
	border-bottom: white 1px solid;
	height: 25px;
}
.FileManager .Normal
{
	font-family: Verdana,Tahoma, Arial, Helvetica;
	font-size: 9px;
	font-weight: bold;
	color:white;
}
.FileManager a.Normal:link, .FileManager a.Normal:visited, .FileManager a.Normal:active 
{
    text-decoration: none;
	color: white;
}
.FileManager a.Normal:hover
{
	text-decoration: underline;
}
.FileManager_SelItem .Normal, .FileManager_AltItem .Normal, .FileManager_Item .Normal
{
	font-family: Verdana,Tahoma, Arial, Helvetica;
	font-size: 9px;
	font-weight: bold;
	color:black;
}
.FileManager_SelItem a.Normal:link, .FileManager_SelItem a.Normal:visited, .FileManager_SelItem a.Normal:active, .FileManager_AltItem a.Normal:link, .FileManager_AltItem a.Normal:visited, .FileManager_AltItem a.Normal:active, .FileManager_Item a.Normal:link, .FileManager_Item a.Normal:visited, .FileManager_Item a.Normal:active
{
    text-decoration: none;
	color: black;
}
.FileManager_AltItem a.Normal:hover, .FileManager_SelItem a.Normal:hover, .FileManager_Item a.Normal:hover
{
	text-decoration: underline;
}
.FileManager_StatusBar .NormalBold
{
	font-family: Verdana,Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	margin: 2px 2px 2px 2px;
	color:Black;
}
.FileManagerTreeNode
{
	font-family: Verdana,Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	color:Black;
}
