/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   
/* ================================
    CSS STYLES FOR STARS
   ================================
/* COLOR SPECIFIC */
/* style for Body */
/*brown #261810; dark green #055600 */

.ShanCont .Body   {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:  bold;
    color: #261810;
}
/* style for Paragraphs */
.ShanCont .P   {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:  bold;
    color: #261810;
}
/* .Head  ////////////////////////////////////////////////////////////////////////////////////////////////////*/   
/* text style for Module Titles */
.ShanCont .Head
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #d0a069;
    height: 0px;
    text-transform: uppercase;
}
/* .SubHead  ////////////////////////////////////////////////////////////////////////////////////////////////////*/   
/* text style for Module Item Titles and Admin Pages*/
.ShanCont .SubHead 
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #261810;
    height: 0px;
}
/* .SubSubHead  ////////////////////////////////////////////////////////////////////////////////////////////////////*/   
/* text style for Module Titles for compact renderings - Quiklinks/Sign-ins*/
.ShanCont .SubSubHead 
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;    
    font-weight: bold;
    color: #261810;
}
/* .Normal  ////////////////////////////////////////////////////////////////////////////////////////////////////*/   
/* text style used for most text rendered by modules*/
.ShanCont .Normal 
{
    font-family: Arial, Helvetica, sans-serif;	
    font-size: 12px;
    font-weight: bold;
    color: #261810;
}
.ShanCont .NormalBold
{
    font-family: Arial, Helvetica, sans-serif;	
    font-size: 12px;    
	font-weight: bold;
    color:#261810;
}
.ShanCont .NormalRed
{
    font-family: Arial, Helvetica, sans-serif;	
    font-size: 12px;    
	font-weight: bold;
	color: #990000;
}
.ShanCont .NormalTextBox
{
    font-family: Arial, Helvetica, sans-serif;	
    font-size: 12px;
	text-align: left;
	font-weight: bold;
    color: #261810;
}
/* text style for the unselected tabs */
.ShanCont .OtherTabs 
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;    
    font-weight: bold;
    color: #261810;
}
/*  .ItemTitle  ////////////////////////////////////////////////////////////////////////////////////////////////////*/   
/* text style used for ItemTitles rendered by Announcements and Events Modules*/
.ShanCont .ItemTitle 
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;    
    font-weight: bold;
    color:#261810;
    height: 0px;
}
/* Link style for Module Item Titles and Admin Pages /////////////////////////////////////////////////////////////*/    
.ShanCont A.SubHead:link    
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;    
    font-weight: bold;
    text-decoration: none;
    color: #055600;
    height: 0px;
}
.ShanCont A.SubHead:visited  
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;   
    font-weight: bold;
    text-decoration: none;    
    color: #055600;
    height: 0px;
}
.ShanCont A.SubHead:active   
{
    font-family: Arial, Helvetica, sans-serif;	
    font-size: 12px;   
    font-weight: bold;
    text-decoration: underline;
    color:#055600;
    height: 0px;
}
.ShanCont A.SubHead:hover    
{
    font-family: Arial, Helvetica, sans-serif;	
    font-size: 12px;   
    font-weight: bold;
    text-decoration: underline;
    color: #055600;
    height: 0px;
}

/* Link style for Links  /////////////////////////////////////////////////////////////*/    
.ShanCont A:link    
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;    
    font-weight: bold;
    text-decoration: none;
    color:#055600;    
}
.ShanCont A:visited  
{
    font-family: Arial, Helvetica, sans-serif;	
    font-size: 12px;   
    font-weight: bold;
    text-decoration: none;    
    color: #055600;
}
.ShanCont A:active   
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-decoration: underline;
    color: #055600;
}
.ShanCont A:hover    
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-decoration: underline;
    color: #055600;
}
/* Link style for Normal Links  /////////////////////////////////////////////////////////////*/    
.ShanCont A.Normal:link    
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;    
    font-weight: bold;
    text-decoration: none;
    color:#055600;    
}
.ShanCont A.Normal:visited  
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;   
    font-weight: bold;
    text-decoration: none;    
    color: #055600;
}
.ShanCont A.Normal:active   
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;   
    font-weight: bold;
    text-decoration: underline;
    color: #055600;
}
.ShanCont A.Normal:hover    
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;   
    font-weight: bold;
    text-decoration: underline;
	color: #055600;
}

/* Link style for CommandButton Links  /////////////////////////////////////////////////////////////*/    
.ShanCont A.CommandButton:link   /* estos son para los links de las paginas*/
{
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-weight: bold;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #055600;	
    height: 0px;
    cursor: hand;
}
.ShanCont A.CommandButton:visited        /* estos son para los links de las paginas*/
{
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-weight: bold;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #055600;	
    height: 0px;
    cursor: hand;
}
.ShanCont A.CommandButton:active       	/* estos son para los links de las paginas*/
{
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 2px;	
	padding-top: 2px;	
	font-weight: bold;
	font-size: 12px;
	color:#055600;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
    height: 0px;
    cursor: hand;
}
.ShanCont A.CommandButton:hover				/* estos son para los links de las paginas*/

{
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 2px;	
	padding-top: 2px;	
	font-weight: bold;
	font-size: 12px;
	color: #055600;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
    height: 0px;
    cursor: hand;
}


