/*--------------------------------------------------------------*/
/* CSS Definitions for content panes                            */
/*--------------------------------------------------------------*/

TD.Content0 
{
}

TD.Content1 
{
	padding : 10;
}

TD.Content2 
{ 
	padding : 10;
}

TD.Content3 
{ 
	padding : 10;
}

TD.Content4 
{ 
	padding : 10;
}

TD.Content5 
{ 
	padding : 10;
}

TD.Content6 
{ 
	padding : 10;
}

TD.Content7 
{ 
	padding : 10;
}

TD.Content8
{ 
	padding : 10;
}

TD.Content9 
{ 
	padding : 10;
}

/*--------------------------------------------------------------*/
/* End CSS Definitions for content panes                        */
/*--------------------------------------------------------------*/


/*--------------------------------------------------------------*/
/* CSS Definitions for normal text, no headlines                */
/*--------------------------------------------------------------*/

.Normal
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
	color: Black;
}

.NormalTextBox
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
    color: black;
}

.NormalRed
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: Red;
}

.NormalBold
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: Black;
}

/*--------------------------------------------------------------*/
/* End CSS Definitions for normal text, no headlines            */
/*--------------------------------------------------------------*/


/*--------------------------------------------------------------*/
/* CSS Definitions for command buttons                          */
/*--------------------------------------------------------------*/

.CommandButton
{
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #0099FF;
}
    
A.CommandButton:link ,A.CommandButton:visited,A.CommandButton:active  
{
	text-decoration: underline;
	color: #0099FF;
}

A.CommandButton:hover
{
	text-decoration: underline;
	color: #6495ED;
}

/*--------------------------------------------------------------*/
/* End CSS Definitions for command buttons                      */
/*--------------------------------------------------------------*/


/*--------------------------------------------------------------*/
/* CSS Definitions for Headlines                                */
/*--------------------------------------------------------------*/

.Head   
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #6495ED;
}

.SubHead    
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #6495ED;
}

.SubSubHead 
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: Gray;
}

/*--------------------------------------------------------------*/
/* End CSS Definitions for Headlines                            */
/*--------------------------------------------------------------*/


/*--------------------------------------------------------------*/
/* CSS Definitions for Generic Elements                         */
/*--------------------------------------------------------------*/

BODY
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color : #cccccc;
}

H1  
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: normal;
	color: Black;
	border-bottom-color : #006699;
	border-bottom-style : solid;
	border-bottom-width : thin;
}

H2  
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #336699;
}

H3  
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bolder;
	color: #336699;
	text-align : center;
}

H4  
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    normal;
    color: #003366;
}

H5, DT  
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}

H6  
{
 	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}

TFOOT, THEAD    
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size:  12px;
    color: #003366;
}

TH  
{
    vertical-align: baseline;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
    color: #003366;
}


A
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size:  11px;	
}

A:link ,A:visited,A:active    
{
	text-decoration: underline;
	color: #0099FF;
}

A:hover 
{
	text-decoration: underline;
	color: #0099FF;
}

SMALL 
{
    font-size: 8px;
}

BIG 
{
    font-size: 14px;
}

BLOCKQUOTE, PRE 
{
    font-family: Lucida Console, monospace;
}

HR 
{
	color: #006699;
	height:1pt;
	text-align: justify;
}

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; }

/*--------------------------------------------------------------*/
/* End CSS Definitions for Generic Elements                     */
/*--------------------------------------------------------------*/


/*--------------------------------------------------------------*/
/* CSS Definitions for Navigation Elements                      */
/*--------------------------------------------------------------*/

.LoginStyle
{
	color: #FFCC00;
	font-size: 12px;
	font-weight: normal;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

A.LoginStyle:link,A.LoginStyle:visited,A.LoginStyle:active
{
	color: #FFCC00;
    text-decoration: none;
}

A.LoginStyle:hover
{
	color: #FFCC00;
	text-decoration: underline;
}

.TabBg
{
    background-color: black;
}

.SelectedTab
{
 	font-size: 11px;
	color: #0099FF;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    text-decoration: none;
}

A.SelectedTab:link,A.SelectedTab:visited,A.SelectedTab:active
{
	color: #0099FF;
    text-decoration: none;
}

A.SelectedTab:hover
{
	color: #0099FF;
	text-decoration: underline;
}

.OtherTabs
{
	font-weight: bold;
	font-size: 11px;
	color: #FFCC00;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
    
A.OtherTabs:link,A.OtherTabs:visited,A.OtherTabs:active
{
	color: #FFCC00;
	text-decoration: none;
}

A.OtherTabs:hover
{
	color: #FFCC00;
	text-decoration: none;
}

/*--------------------------------------------------------------*/
/* End CSS Definitions for Navigation Elements                  */
/*--------------------------------------------------------------*/


/*--------------------------------------------------------------*/
/* CSS Definitions for Header / Footer Elements                 */
/*--------------------------------------------------------------*/


.Footer 
{
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #C0C0C0;
}

.HeadBg 
{
    background-color: white;
}
/*--------------------------------------------------------------*/
/* End CSS Definitions for Header / Footer Elements             */
/*--------------------------------------------------------------*/




/*--------------------------------------------------------------*/
/* End CSS Definitions for Container               */
/*--------------------------------------------------------------*/


/* MenuCSS - Menu Container */
.spmctr 
{
  background-color:#3265b0; 
}

/* MenuCSS - Menu BAr */
.spmbar 
{
    cursor: pointer; 
    cursor: hand; 
    height: 20;
}

/* MenuCSS - Menu Item */
.spmitm 
{
	cursor: pointer;
	cursor: hand;
	color: White;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
}

/* MenuCSS - Menu  Icono*/
.spmicn 
{
	cursor: pointer;
	cursor: hand;
	text-align: center;
	width: 15;
	height: 21;
	background-color: #048AC9;
}

/* MenuCSS - SubMenu */
.spmsub 
{
	z-index: 1000;
	background-color: #048AC9;
	word-spacing:2px;
	font-family: verdana, Arial, Helvetica, MS Sans Serif;
	font-size:9px;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:4px;
	padding-right:2px;
	border-width:1px;
	border-style:solid;
	border-color:#006699;
	border-left-color: #C5DFF9;
	border-top-color: #C5DFF9;
	cursor:hand;
}

/* MenuCSS - Menu  Break*/
.spmbrk 
{
    background-color: White; 
	height: 8px;
}

/* MenuCSS - Menu  Item Selected*/
.spmitmsel 
{
	cursor: pointer;
	cursor: hand;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color : #4EB9FC;
}

/* MenuCSS - Menu  Arrow*/
.spmarw 
{
    font-family: webdings; 
    font-size: 11px; 
    cursor: pointer; 
    cursor: hand; 
}

