/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   






/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   


/* PAGE BACKGROUND */

/* background color for the content part of the pages */
Body
{
    background-color: white;
}

/* background/border colors for the selected tab */
.TabBg {
    background-color: #BBD191;
}

.LeftPane  { 
}
.LeftPane.Normal:A  { 
	padding-left: 40px;
}

.ContentPane  { 
}

.RightPane  { 
}

/* text style for the selected tab */
.SelectedTab {
    font-weight: bold;
    font-size: 8.5pt;
    color: white;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
    text-decoration:    none;
    color:white;
}

A.SelectedTab:visited  {
    text-decoration:    none;
    color:#eeeeee;
}

A.SelectedTab:active   {
    text-decoration:    none;
    color:#eeeeee;
}

A.SelectedTab:hover    {
    text-decoration:    none;
    color:#cccccc;
}

/* text style for the unselected tabs */
.OtherTabs {
    font-weight: bold;
    font-size: 8.5pt;
    color: white;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
    text-decoration:    none;
    color:white;
}

A.OtherTabs:visited  {
    text-decoration:    none;
    color:#eeeeee;
}

A.OtherTabs:active   {
    text-decoration:    none;
    color:#eeeeee;
}

A.OtherTabs:hover    {
    text-decoration:    none;
    color:#cccccc;
}

/* GENERAL */
/* style for module titles */
.Head
{
    color: #01A63F;
    font-family: Helvetica, Tahoma, Arial;
    font-size: 15pt;
    font-weight: normal;
}

/* style of item titles on edit and admin pages */
.SubHead, .ItemTitle
{
    color: #01A63F;
    font-family: Helvetica, Tahoma, Arial;
    font-size: 13pt;
    font-style: italic;
    font-weight: bold;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead
{
    color: #01A63F;
    font-family: Helvetica, Tahoma, Arial;
    font-size: 12pt;
    font-weight: bold;
}

/* text style used for most text rendered by modules */
.Normal
{
    color: #306EFF;
    font-family: Helvetica, Tahoma, Arial;
    font-size: 11pt;
    font-weight: normal;
	line-height: 14pt;
}

.NormalGreen
{
    color: #01A63F;
    font-family: Helvetica, Tahoma, Arial;
    font-size: 11pt;
    font-weight: normal;
	line-height: 14pt;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
}

.NormalRed
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: bold;
    color: #ff0000
}

.NormalBold
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: bold
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color: #006600;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: #006600;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: #006600;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: #BBD191;
}
    
/* GENERIC */
H1
{
    font-family: Helvetica, Tahoma, Arial;
    font-size: 13pt;
    font-weight: normal;
    color: #666644;
}

H2
{
    font-family: Helvetica, Tahoma, Arial;
    font-size: 11pt;
    font-weight: normal;
    color: #666644;
}

H3
{
    font-family: Helvetica, Tahoma, Arial;
    font-size: 10pt;
    font-weight: normal;
    color: #003300;
}

H4
{
    font-family: Helvetica, Tahoma, Arial;
    font-size: 9pt;
    font-weight: normal;
    color: #003300;
}

H5, DT
{
    font-family: Helvetica, Tahoma, Arial;
    font-size: 9pt;
    font-weight: bold;
    color: #003300;
}

H6
{
    font-family: Helvetica, Tahoma, Arial;
    font-size: 9pt;
    font-weight: bold;
    color: #003300;
}

TFOOT, THEAD
{
    font-family: Helvetica, Tahoma, Arial;
    font-size: 9pt;
    color: #003300;
}

TH
{
    vertical-align: baseline;
    font-family: Helvetica, Tahoma, Arial;
    font-size: 9pt;
    font-weight: bold;
    color: #003300;
}

A:link
{
    text-decoration: none;
	color: #00A814;
}

A:visited
{
    text-decoration: none;
	color: #00A814;
}

A:active
{
    text-decoration: none;
	color: #00A814;
}

A:hover
{
    text-decoration: underline;
	color: #00A814;
}

SMALL   {
    font-size:  10px;
}

BIG {
    font-size:  14px;
}

.15
{
    font-size:15pt;
}

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: dimgrey;
    height:1pt;
    text-align:left
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
    background-color: #eeeeee
}   

/* style of item titles by Announcements and events */
/*.ItemTitle    {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    bold;
    color: #003300;
}
*/

/* Users Online Styles - merge with your stylesheet */ 

/* Style used for default non-selected tabs */
.TabDefault { font-family: Verdana, Arial, Helvetica; font-size: 10px; font-weight: bold; padding-left: 20px; background-color: #e7e7e7; margin-left: 10px; margin-right: 10px; border-bottom: solid 1px black; }

/* Style used for the selected tab */
.TabSelected { font-family: Verdana, Arial, Helvetica; font-size: 10px; font-weight: bold; background-color: #ffffff; border: 1px solid #000000;  border-bottom: none; padding-left: 20px; }

/* Style used for seperating the tabs */
.TabSeparator { background-color: #ffffff; border-bottom: 1px solid #000000; width: 5px; }

/* Style used for messaging central table */
.TabPage { border: solid 1px black; border-top: none; }

.PMSOtherCellTop { border-bottom: 1px #D2D2D2 solid; padding: 6px; background-color: whitesmoke; }

.PMSOtherCellBottom { border-top: 1px #D2D2D2 solid; padding: 6px; background-color: whitesmoke; }

.PMSHeaderCell { font-family: Verdana, Arial, Helvetica; font-size: 10px; color: black; font-weight: bold; padding: 5px; background-color: #ffffcc }

.PMSCell { font-family: Verdana, Arial, Helvetica; font-size: 10px; color: black; padding: 5px; }

.PMSCellAlternate { font-family: Verdana, Arial, Helvetica; font-size: 10px; color: black; padding: 5px; background-color: #dddddd;}
