/* ================================
    CSS STYLES FOR THE ASP.NET PORTAL STARTER KIT
    v1.0, 10/2002
   ================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
	background-color: #0075B4;/*#0D79BB;/*#04306D;/*#7883B1;*/
}

/* background color for the content part of the pages */
Body
{
	background-color: black;
}


/* PAGE BANNER */
/* NOTE: Site Title, Site Links and Tabs are rendered by MobilePortalBanner.ascx
/* style for the text of the site title */
.SiteTitle {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-variant: small-caps;
	height: 25px;
	/*color:#12377E;*/
    color: #666666;
}


/* background/border colors for the selected tab */
.TabBg {
	background-color: #003366;    /*border-color:  white;*/
}


/* background/border colors for the unselected tabs */
.OtherTabsBg {
	background-color:Transparent;/*#0075B4; /*#12377e;*/
	border-color: Black;
}

/* text style for the selected tab */
.SelectedTab {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: lighter;
	/*background-color:Transparent;*/
}


/* text style for the unselected tabs */
.OtherTabs {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFCC;
	text-decoration: none;
	font-weight: normal;
}

/* hyperlink styles of the unselected tabs */
A.OtherTabs:link
{
	text-decoration: none;
	color: #FFFFFF;
        background-color:Transparent;
}

A.OtherTabs:visited {
	text-decoration: none;
	color: #FFFFFF;
	background-color:Transparent;
}
A.OtherTabs:active  {
	text-decoration:    none;
	color: #003399;
	background-color:Transparent;
}

A.OtherTabs:hover   {
    text-decoration: underline;
    color: Navy;
    /*color: #7883B1;*/
    background-color:Transparent;   
}
    
/* text style for the site links (at extreme top-right of header) */
.SiteLink {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 9px;
    font-weight: bold
}   

/* hyperlink style for the site links */
A.SiteLink:link {
    text-decoration:    none;
    color:white;
}

A.SiteLink:visited  {
    text-decoration:    none;
    color:#E8F7EF;
     background-color:Transparent; 
}

A.SiteLink:active   {
    text-decoration:    none;
    color:#E8F7EF;
    background-color:Transparent;
}

A.SiteLink:hover    {
    text-decoration:    underline;
    color:white;
}

/* style for separator between site links */
.Accent
{
	/*color: red;*/
    color: #FFFFFF;
	font-weight:    bold;
}



/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    font-size: 11px;
    background-color: #eeeeee;
    
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
	font-family: Verdana, Helvetica, sans-serif;
	font-size:  11px;
	font-weight:    bold;
	
}



/* GENERAL */
/* style for module titles */
/* Tipo de letra de los Titulos*/
.Head   {
	font-family: Verdana, Helvetica, sans-serif;
	font-size:  20px;
	font-weight:    normal;
	color: #FFFFFF;
}

/* style of item titles on edit and admin pages */
/* Tipo de letra de la parte de loguearse Cuenta de Usuario*/
.SubHead    {
	font-family: Verdana, Helvetica, sans-serif;
	font-size:  11px;
	font-weight:    bold;
	color: #FFFFFF;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
	font-family: Verdana, Helvetica, sans-serif;
	font-size:  11px;
	font-weight:    bold;
	color: #FFFFFF;
}

/* text style used for most text rendered by modules*/ 
/* Tipo de letra de la parte de loguearse Email, Password y Recordar Usuario*/
.Normal
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 12px; 
    color: #FFFFFF;
      
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
/* Tipo de letra del TexBox*/
.NormalTextBox
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
   
    
 }

.NormalRed
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	/*color: blue*/
    color: #FFFFFF;
}

.NormalBold
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #FFFFFF;
}


/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #FFFFFF;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
	text-decoration:    underline;
	/*color: darkred;*/
    color: #FFFFFF;
}

A.CommandButton:visited  {
	text-decoration:    underline;
	/*color: darkred;*/
    color: #FFFFFF;
}

A.CommandButton:active   {
	text-decoration:    underline;
	/*color: darkred;*/
    color: #FFFFFF;
}

A.CommandButton:hover    {
	text-decoration:    underline;
	/*color: red;*/
    color: #FFFFFF;
}
    



/* GENERIC */
H1  {
	font-family: Verdana, Helvetica, sans-serif;
	font-size:  20px;
	font-weight:    normal;
	color: #FFFFFF;
}

H2  {
	font-family: Verdana, Helvetica, sans-serif;
	font-size:  20px;
	font-weight:    normal;
	color: #FFFFFF;
}

H3  {
	font-family: Verdana, Helvetica, sans-serif;
	font-size:  12px;
	font-weight:    normal;
	/*color: darkred;*/
    color: #003366;
}

H4  {
	font-family: Verdana, Helvetica, sans-serif;
	font-size:  12px;
	font-weight:    normal;
	/*color: darkred;*/
    color: #FFFFFF;
}

H5, DT  {
	font-family: Verdana, Helvetica, sans-serif;
	font-size:  11px;
	font-weight:    bold;
	/*color: darkred;*/
    color: #FFFFFF;
}

H6  {
	font-family: Verdana, Helvetica, sans-serif;
	font-size:  11px;
	font-weight:    bold;
	/*color: darkred;*/
    color: #FFFFFF;
}

TFOOT, THEAD    {
	font-family: Verdana, Helvetica, sans-serif;
	font-size:  12px;
	/*color: darkred;*/
    color: #FFFFFF;
}

/*TH  {
    vertical-align: baseline;
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
    /*color: darkred;*/
    /*color: white;
}
*/
A:link  {
	text-decoration:    none;
	/*color:  darkred;*/
    color: #FFFFFF;
}

A:visited   {
	text-decoration:    none;
	/*color:  darkred;*/
    color: #FFFFFF;
}

A:active    {
	text-decoration:    none;
	/*color:  darkred;*/
    color: #003366;
}

A:hover {
	text-decoration:    underline;
	/*color:  red;*/
    color: #003366;
}

SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}

BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}


UL LI   {
    list-style-type:    square ;
}

UL LI LI    {
    list-style-type:    disc;
}

UL LI LI LI {
    list-style-type:    circle;
}

OL LI   {
    list-style-type:    decimal;
}

OL OL LI    {
    list-style-type:    lower-alpha;
}

OL OL OL LI {
    list-style-type:    lower-roman;
}

HR {
  /*  color: white;
    height:1pt;
    text-align:left*/
}

/*
Clases de CMSOFTLUTIONS
*/

.CMS_DataGroup_Table
{
	border-right: steelblue 1px solid;
    border-top: steelblue 1px solid; 
    border-left: steelblue 1px solid; 
    border-bottom: steelblue 1px solid;    
}

.CMS_DataGroup_TableCaption
{
	border-bottom: steelblue 1px solid;
	padding-right: 4px;
	padding-left: 4px;
	padding-bottom: 4px;
	padding-top: 4px;
	background-color:#003366
}

.CMS_SubTitle_S
{
	font-family:Verdana, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#003366;
}

.CMS_Texto_S
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
	color: #FFFFFF;
}

.CMS_LabelLevel1_S
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	overflow:auto;
}

.CMS_LargerTitle_S
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #FFFFFF;
}



.CMS_DataGroup_TableCell
{
	padding-left:4px;	
}

.CMS_LabelInfo
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;	
	overflow:auto;
	color:Navy;
}

.CMS_GridViewSelectedRowStyle_S
{	
	background-color:InactiveCaptionText;
}