/* 
================================
Skin styles for DotNetNuke
================================
*/   

.pagemaster {
	width: 950px;
	/*height: 100%;	*/
	background-color: #ffffff;
}
.skinmaster {
	height: 100%;
	background-color: #ffffff;
}
.skinheader {
}

.skinbarra {
	height:20px;
	padding-top:5px;
}

.skinbarra#barrabottom {
	background-image: url(botonv2.gif); 
}

.skinbarra#barramenu {
	background-color: #FFFFFF; 
}

A:link
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 8pt;
    font-weight: bold;
    color:#939598;
}

A:visited 
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 8pt;
    font-weight: bold;
    color:#939598;
}

A:active 
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 8pt;
    font-weight: bold;
    color:#939598;
}

A:hover    {
    font-family: Tahoma, Arial, Helvetica;
    font-size: 8pt;
    font-weight: bold;
    color:#007f3d;
    text-decoration: none;
}

.SkinObject {
    font-weight: bold;
    font-size: 7.5pt;
    color: #007f3d;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
    padding-left:20px;
}

.SkinObject#dnn_CURRENTDATE_lblDate 
{
	font-weight: normal;
    font-size: 7.5pt;
    color: #939598;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
    padding-left:0px;
}

.SkinObject#gc_tel {
    color:#ffffff;
}

A.SkinObject:link
{
    text-decoration:    none;
    color:#ffffff;
}

A.SkinObject:visited 
{
    text-decoration:    none;
    color:#ffffff;
}

A.SkinObject:active 
{
    text-decoration:    none;
    color:#ffffff;
}

A.SkinObject:hover    {
    text-decoration: underline;
    color:#ffffff;
}

A.SkinObject#dnn_dnnLOGIN_hypLogin:link
{
    text-decoration:    none;
    color:#007f3d;
    padding-left:0px;
}

A.SkinObject#dnn_dnnLOGIN_hypLogin:visited 
{
    text-decoration:    none;
    color:#007f3d;
    padding-left:0px;
}

A.SkinObject#dnn_dnnLOGIN_hypLogin:active 
{
    text-decoration:    none;
    color:#007f3d;
    padding-left:0px;
}

A.SkinObject#dnn_dnnLOGIN_hypLogin:hover    {
    text-decoration:    underline;
    color:#007f3d;
    padding-left:0px;
}


A.SkinObject#dnn_dnnSEARCH_cmdSearch:link
{
    text-decoration:    none;
    color:#007f3d;
    padding-left:0px;
}

A.SkinObject#dnn_dnnSEARCH_cmdSearch:visited 
{
    text-decoration:    none;
    color:#007f3d;
    padding-left:0px;
}

A.SkinObject#dnn_dnnSEARCH_cmdSearch:active 
{
    text-decoration:    none;
    color:#007f3d;
    padding-left:0px;
}

A.SkinObject#dnn_dnnSEARCH_cmdSearch:hover    {
    text-decoration:    underline;
    color:#007f3d;
    padding-left:0px;
}

#dnn_dnnLANGUAGE_lblLinks A:link
{
    font-weight: bold;
    font-size: 8pt;
    color: #ffffff;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
    padding-left: 20px;
}

#dnn_dnnLANGUAGE_lblLinks A:visited
{
    font-weight: bold;
    font-size: 8pt;
    color: #ffffff;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
    padding-left: 20px;
}
#dnn_dnnLANGUAGE_lblLinks A:active
{
    font-weight: bold;
    font-size: 8pt;
    color: #ffffff;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
    padding-left: 20px;
}

#dnn_dnnLANGUAGE_lblLinks A:hover
{
    font-weight: bold;
    font-size: 8pt;
    color: #ffffff;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: underline;
    padding-left: 20px;
}


.controlpanel {
	width: 100%;
	background-color: #DBE9DF;
	border-color:#007f3d;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Tahoma, Arial, Helvetica;
    font-size: 7.5pt;
    font-weight: normal;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    none;
    font-size: 7.5pt;
    color: #007f3d;
}

A.CommandButton:visited  {
    text-decoration:    none;
    font-size: 7.5pt;
    color: #007f3d;
}

A.CommandButton:active   {
    text-decoration:    none;
    font-size: 7.5pt;
    color: #007f3d;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    font-size: 7.5pt;
    color: #007f3d;
}

table#content
{
	border-top: #007f3d 1px solid; 
	border-right: #007f3d 1px solid; 
	border-left: #007f3d 1px solid; 	
	border-bottom: #007f3d 1px solid;
}

.toppane {
	width: 100%;
	background-color: transparent;
}
.leftpane {
	width: 20%;
	background-image:url(sombrita-izquierda.jpg);
	background-position:right;
	background-repeat:repeat-y;
	padding-right:10px;
	background-color:Transparent;
}

.leftpaneCatalog, .rightpaneCatalog {
	display:none;
	visibility:hidden;
}

.contentpane 
{
	padding-left:2px;
	padding-right:2px;
	background-color:Transparent;
	background-attachment:fixed;
	background-image: url(watermark.jpg);	
	background-repeat:repeat-y;	
	background-position:center;
}
 
.rightpane {
	width: 20%;
	background-image:url(sombrita-derecha.jpg);
	background-position:left;
	background-repeat:repeat-y;
	background-color:Transparent;
	padding-left:10px;
}
.bottompane 
{	
	width: 100%;
	background-color:Transparent;
}
.MainMenu_MenuContainer {
	background-color: Transparent;
	border-left: #007f3d 1px solid; 
	border-right: #007f3d 1px solid; 
	border-top: #007f3d 1px solid; 
	border-bottom: #007f3d 0px solid; 
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
}
.MainMenu_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: #939598; 
	font-size: 8pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
	font-family: Tahoma, Arial, Helvetica; 
}
.MainMenu_MenuIcon {
	background-color: Transparent; 
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 0px; 
}
.MainMenu_SubMenu {
	background-color: #DBE9DF;  
	cursor: pointer; 
	cursor: hand; 
}
.MainMenu_MenuBreak {
	
}

.MainMenu_MenuItemSel {
	background-image: URL(botonv.gif);
	border-left: #007f3d 1px solid; 
	border-right: #007f3d 1px solid; 
	border-top: #007f3d 1px solid; 
	border-bottom: #007f3d 1px solid;
	cursor: pointer; 
	cursor: hand; 
	color:#FFFFFF;
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 8pt; 
	font-weight: bold; 
	font-style: normal; 
}
.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 8pt; 
	cursor: pointer; 
	cursor: hand; 
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 8pt; 
	cursor: pointer; 
	cursor: hand;
}
.MainMenu_LeftSeparator
{
	background-image:URL(separador.gif);
	background-color:#FFFFFF;
	font-size:12px;
	background-repeat:repeat-y;
}

.StandardButton {
  background: #7994cb none; 
  color: #ffffff;
  font-family: verdana, sans-serif; 
  font-size: 9pt;
  font-weight: normal;
}
.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; 
}
.TreeViewMenu_Header {
	background-image: url(gradient_LtBlue.jpg);
}
.Head {
   font-family: Tahoma, Arial, Helvetica;
   font-size:  10pt;
   font-weight: normal;
   color: #333333;
}

.SubHead    {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  8pt;
    font-weight:    bold;
    color: #939598;
}

.NormalTextBox
{
    font-family: Tahoma, Arial, Helvetica;
    color:#007f3d;
    font-size: 8pt;
    font-weight: normal;
    border:#007f3d 1px solid; 
    padding-left:3px;
}

.Normal
{
	font-family: Tahoma, Arial, Helvetica;
    font-size: 8pt;
    font-weight: normal;
    color:#939598;
    line-height:20px;
}

#dnn_ctr13263_ViewCarver_LME_lblContent .Normal
{
	font-family: Helvetica;
    font-size: 14px;
    font-weight: normal;
    color: black;
    line-height: 20px;
	text-align: left;
}
/*
TD 
{
	font-family: Tahoma, Arial, Helvetica;
    font-size: 8pt;
    font-weight: normal;
    color:#939598;
    line-height:20px;
}
*/

DIV 
{
	font-family: Tahoma, Arial, Helvetica;
    font-size: 8pt;
    font-weight: normal;
    color:#939598;
    line-height:20px;
}

A.Normal:link
{
	padding-top:10px;
    text-decoration: none;
    color:#939598;
    font-size:8pt;
    font-weight:bold;
    line-height:20px;
}

A.Normal:visited 
{
	padding-top:10px;
    text-decoration:    none;
    color:#939598;
    font-size:8pt;
    font-weight:bold;
    line-height:20px;
    word-spacing:5px;
}

A.Normal:active 
{
	padding-top:10px;
    text-decoration:    none;
    color:#939598;
    font-size:8pt;
    font-weight:bold;
    line-height:20px;
}

A.Normal:hover    
{
	padding-top:10px;
    text-decoration: underline;
    color:#939598;
    font-size:8pt;
    font-weight:bold;
    line-height:20px;
}

A.NormalBold:link
{
    text-decoration: none;
    color:#007f3d;
    font-size:7pt;
    font-weight:bold;
    float:right;
}

A.NormalBold:visited 
{
    text-decoration:    none;
    color:#007f3d;
    font-size:7pt;
    font-weight:bold;
    float:right;
}

A.NormalBold:active 
{
    text-decoration:    none;
    color:#007f3d;
    font-size:7pt;
    font-weight:bold;
    float:right;
}

A.NormalBold:hover    {
    text-decoration:    none;
    color:#007f3d;
    font-size:7pt;
    font-weight:bold;
    float:right;
    text-decoration:underline;
}

INPUT
{
	font-family: Tahoma, Arial, Helvetica;
    color:#007f3d;
    font-size: 8pt;
    font-weight: normal;
    /*border:#007f3d 1px solid; */
    padding-left:3px;
}

TEXTAREA 
{
	font-family: Tahoma, Arial, Helvetica;
    color:#007f3d;
    font-size: 8pt;
    font-weight: normal;
    border:#007f3d 1px solid; 
    padding-left:3px;
}

span#dnn_dnnLANGUAGE_lblLinks 
{
	color:#007f3d;
}