/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   
/* ================================
    CSS STYLES FOR STARS
   ================================
/* COLOR SPECIFIC */
/* style for Body */
.Academy_cont_transparent .Body   {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  9pt;
    font-weight:  normal;
    color: #666666;
}
/* style for Paragraphs */
.Academy_cont_transparent .P   {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  9pt;
    font-weight:  normal;
    color: #666666;
}
/* .Head  ////////////////////////////////////////////////////////////////////////////////////////////////////*/   
/* text style for Module Titles */
.Academy_cont_transparent .Head 
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14pt;
    font-style: normal;
    font-weight: normal;
    color: #006442;
    height: 0pt;
}
/* .SubHead  ////////////////////////////////////////////////////////////////////////////////////////////////////*/   
/* text style for Module Item Titles and Admin Pages*/
.Academy_cont_transparent .SubHead 
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12pt;
    font-style: normal;
    font-weight: normal;
    color: #006442;
    height: 0pt;
}
/* .SubSubHead  ////////////////////////////////////////////////////////////////////////////////////////////////////*/   
/* text style for Module Titles for compact renderings - Quiklinks/Sign-ins*/
.Academy_cont_transparent .SubSubHead 
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;    
    font-weight: normal;
    color: #666666;
}
/* .Normal  ////////////////////////////////////////////////////////////////////////////////////////////////////*/   
/* text style used for most text rendered by modules*/
.Academy_cont_transparent .Normal 
{
    font-family: Arial, Helvetica, sans-serif;	
    font-size: 9pt;
    font-weight: normal;
    color: #666666;
}
.Academy_cont_transparent .NormalBold
{
    font-family: Arial, Helvetica, sans-serif;	
    font-size: 9pt;    
	font-weight: bold;
    color:#666666;
}
.Academy_cont_transparent .NormalRed
{
    font-family: Arial, Helvetica, sans-serif;	
    font-size: 9pt;    
	font-weight: bold;
	color: #666666;
}
.Academy_cont_transparent .NormalTextBox
{
    font-family: Arial, Helvetica, sans-serif;	
    font-size: 9pt;
	text-align: left;
	font-weight: normal;
    color: #666666;
}
/* text style for the unselected tabs */
.Academy_cont_transparent .OtherTabs 
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;    
    font-weight: bold;
    color: #666666;
}
/*  .ItemTitle  ////////////////////////////////////////////////////////////////////////////////////////////////////*/   
/* text style used for ItemTitles rendered by Announcements and Events Modules*/
.Academy_cont_transparent .ItemTitle 
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;    
    font-weight: normal;
    color: #666666;
    height: 0pt;
}
/* Link style for Module Item Titles and Admin Pages /////////////////////////////////////////////////////////////*/    
.Academy_cont_transparent A.SubHead:link    
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;    
    font-weight: normal;
    text-decoration: none;
    color: #006442;
    height: 0pt;
}
.Academy_cont_transparent A.SubHead:visited  
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;   
    font-weight: normal;
    text-decoration: none;    
    color: #006442;
    height: 0pt;
}
.Academy_cont_transparent A.SubHead:active   
{
    font-family: Arial, Helvetica, sans-serif;	
    font-size: 9pt;   
    font-weight: normal;
    text-decoration: none;
    color:#006442;
    height: 0pt;
}
.Academy_cont_transparent A.SubHead:hover    
{
    font-family: Arial, Helvetica, sans-serif;	
    font-size: 9pt;   
    font-weight: normal;
    text-decoration: underline;
    color: #006442;
    height: 0pt;
}

/* Link style for Links  /////////////////////////////////////////////////////////////*/    
.Academy_cont_transparent A:link    
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;    
    font-weight: normal;
    text-decoration: none;
    color:#b6cc4d;    
}
.Academy_cont_transparent A:visited  
{
    font-family: Arial, Helvetica, sans-serif;	
    font-size: 9pt;   
    font-weight: normal;
    text-decoration: none;    
    color: #b6cc4d;
}
.Academy_cont_transparent A:active   
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    font-weight: normal;
    text-decoration: none;
    color: #b6cc4d;
}
.Academy_cont_transparent A:hover    
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    font-weight: normal;
    text-decoration: underline;
    color: #b6cc4d;
}
/* Link style for Normal Links  /////////////////////////////////////////////////////////////*/    
.Academy_cont_transparent A.Normal:link    
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;    
    font-weight: normal;
    text-decoration: none;
    color:#b6cc4d;    
}
.Academy_cont_transparent A.Normal:visited  
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;   
    font-weight: normal;
    text-decoration: none;    
    color: #b6cc4d;
}
.Academy_cont_transparent A.Normal:active   
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;   
    font-weight: normal;
    text-decoration: none;
    color: #b6cc4d;
}
.Academy_cont_transparent A.Normal:hover    
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;   
    font-weight: normal;
    text-decoration: underline;
	color: #b6cc4d;
}

/* Link style for CommandButton Links  /////////////////////////////////////////////////////////////*/    
.Academy_cont_transparent A.CommandButton:link   /* estos son para los links de las paginas*/
{
	padding-left: 5pt;
	padding-right: 5pt;
	padding-top: 2pt;
	padding-bottom: 2pt;
	font-weight: normal;
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #006442;	
    height: 0pt;
    cursor: hand;
}
.Academy_cont_transparent A.CommandButton:visited        /* estos son para los links de las paginas*/
{
	padding-left: 5pt;
	padding-right: 5pt;
	padding-top: 2pt;
	padding-bottom: 2pt;
	font-weight: normal;
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #006442;	
    height: 0pt;
    cursor: hand;
}
.Academy_cont_transparent A.CommandButton:active       	/* estos son para los links de las paginas*/
{
	padding-right: 5pt;
	padding-left: 5pt;
	padding-bottom: 2pt;	
	padding-top: 2pt;	
	font-weight: bold;
	font-size: 9pt;
	color:#006442;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
    height: 0pt;
    cursor: hand;
}
.Academy_cont_transparent A.CommandButton:hover				/* estos son para los links de las paginas*/

{
	padding-right: 5pt;
	padding-left: 5pt;
	padding-bottom: 2pt;	
	padding-top: 2pt;	
	font-weight: bold;
	font-size: 9pt;
	color: #006442;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
    height: 0pt;
    cursor: hand;
}

/*--------------------------------header styles--------------------------------*/

h1
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12pt;
    font-style: normal;
    font-weight: normal;
    color: #006442;
    height: 0pt;
}
h2
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12pt;
    font-style: normal;
    font-weight: normal;
    color: #b6cc4d;
    height: 0pt;
}
h3
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12pt;
    font-style: normal;
    font-weight: normal;
    color: #666666;
    height: 0pt;
}
h4
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-style: normal;
    font-weight: normal;
    color: #006442;
    height: 0pt;
}
h5
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-style: normal;
    font-weight: normal;
    color: #b6cc4d;
    height: 0pt;
}
h6
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-style: normal;
    font-weight: normal;
    color: #666666;
    height: 0pt;
}

