/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   

/* Private Messages Custom Styles */
.messageTable { background-color: black; margin: 0px; }
.messageTopCell { background-color: #5F5B5A; color: white; font-weight: bold; padding: 6px; height: 25px; }
.messageIconCell { background-color: #D0D0D0; width: 20px; }
.messageContentCell { color: 545452; padding: 6px; background-color: #E2D8D7; }
.messageFooterCell { color: #FFFFFF; padding: 3px; background-color: #D8CECD; height: 25px; }
.NormalWhite { font-family: Tahoma, Arial, Helvetica; font-size: 11px; font-weight: bold; color: #FFFFFF; }
.messageQuote { font-family: Tahoma, Arial, Helvetica; font-size: 8pt; border-top: solid 1px #999999; border-bottom: solid 1px #999999; }

.messageContentCell SPAN.Normal { color: black; }
.messageContentCell SPAN.NormalBold { color: black; }
.messageContentCell A.CommandButton:link { color: black; }
.messageContentCell A.CommandButton:visited { color: #7F5F6A; }
.messageContentCell A.CommandButton:hover { color: #563C47; } 

.ControlPanel { background-color: #A4A4A4;}

a:link { color: #7E606A; }
a:hover { color: white; }
a:visited { color: #ffffff; }
.afcrumb a:active, .afcrumb a:hover{color: #ffffff;}

/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}

/* background color for the content part of the pages */
Body
{
	font-family: Arial, Verdana,;
}

/* text style for the selected tab */
.SelectedTab {
}

/* hyperlink style for the selected tab */
A.SelectedTab:link 
{
	color: White;
}

A.SelectedTab:visited  
{
	color: White;
}

A.SelectedTab:active   {
	color: White;
}

A.SelectedTab:hover    
{
	color: White;
}

/* text style for the unselected tabs */
.OtherTabs {
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link 
{
	color: White;
}

A.OtherTabs:visited  
{
	color: White;
}

A.OtherTabs:active   
{
	color: White;
}

A.OtherTabs:hover    
{
	color: White;
}

/* GENERAL */
/* style for module titles */
.Head   
{
	color: White;
}

/* style of item titles on edit and admin pages */
.SubHead    
{
	color: white;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead 
{
	color: White;
}

/* text style used for most text rendered by modules */
.Normal
{
	color: White;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
	color: black;
}

.NormalRed
{
}

.NormalBold
{
	color: White;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link 
{
	color: White;
}

A.CommandButton:visited  
{
	color: #7F5F6A;
}

A.CommandButton:active   
{
	color: White;
}

A.CommandButton:hover    
{
	color: White;
}
    
.aftopicrownew a, aftopicrownew a:link, aftopicrownew a:visited, aftopicrownew a:active {color: #3F3F3F; font-weight: bold;}
.aftopicrownew a:hover, .aftopicrow1 a:hover {color: red }

.afnormal a, .aftopicrow1 a, aftopicrow1 a:link, aftopicrow1 a:visited, aftopicrow1 a:active {color: #3F3F3F; }

/* Main Menu */

.MainMenu_MenuContainer {
	background: transparent;
}

textarea {
	background-color: white;
}


