/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   


* background color for the content part of the pages */
Body
{

    font-family: Verdana, Arial, Sans-Serif;
    font-size: 11px;
}

.LeftPane  { 
padding: 0px 0px 0px 0px;

}

.ContentPane  { 

    font-family: Verdana, Arial, Sans-Serif;
    font-size: 11px;
}

.RightPane  { 
color:white;

}


/* text style used for most text rendered by modules */

.Normal
{
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 11px;

}

input,textarea,select
{
    font-weight: normal;
    color: #23470C;
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 11px;
    border: 1px solid #23470C;
    
}

 
}

.NormalRed
{
}

.NormalBold
{
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 11px;
font-weight:bold;
}

table, tr, td 
{
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 11px;
    line-height:18px;
}

a, a:link, a:active, a:visited
{
	color:#97D958;
	font-weight:bold;
}

A:hover {
	color:#7FCF30;
	font-weight:bold;
	text-decoration:underline;
}


/* GENERIC */
H1  {
color:#97D958;
font-size:20px;
}

H2  {
color:#97D958;
font-size:16px;
font-weight:bold;

}

H3  {
color:#97D958;
font-size:14px;
font-weight:bold;
}

H4  {
color:#97D958;
font-size:11px;
font-weight:bold;
}

H5, DT  {
}

H6  {
}


HR {
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 11px;
}   





