/* General Styles */

.NavBackG
{
	font-family: Tahoma, Arial, sans-serif !important;
	font-size: 11px !important;
	font-weight: normal !important;
	color: #CCCCCC !important;
	background-color: #DADADA !important;
	background-image: url(images/MenuBackG.jpg) !important;
	background-repeat: repeat-x !important;
	background-position: left top !important;
	padding-top: 2px !important;
	padding-right: 0px !important;
	padding-bottom: 2px !important;
	padding-left: 2px !important;
}

.ContentBorder
{
	font-family: Tahoma, Arial, sans-serif !important;
	font-size: 11px !important;
	color: #333333 !important;
	background-color:#FFFFFF !important;
	border-top:solid 0px #212222;
	border-right:solid 1px #212222;
	border-bottom:solid 1px #212222;
	border-left:solid 1px #212222;
}

.FooterStyle
{
	font-family: Tahoma, Arial, sans-serif !important;
	font-size: 10px !important;
	color: #333333 !important;
}
.HeaderBackG
{
	font-family: Tahoma, Arial, sans-serif !important;
	font-size: 11px !important;
	background-image: url(../../images/HeaderBackG.jpg) !important;
	background-repeat: repeat-x !important;
	background-position: left !important;
}

.LeftTopBackG
{
	font-family: Tahoma, Arial, sans-serif !important;
	font-size: 11px !important;
	color: #FFFFFF !important;
	background-color: #5a5a5b !important;
}

.LeftMenuBackG
{
	font-family: Tahoma, Arial, sans-serif !important;
	font-size: 11px !important;
	color: #333333 !important;
	background-color: #a4aaaa !important;
}

.LeftBackG
{
	font-family: Tahoma, Arial, sans-serif !important;
	font-size: 11px !important;
	color: #FFFFFF !important;
	background-color: #b90d1d !important;
}

.FooterBackG
{
	font-family: Tahoma, Arial, sans-serif !important;
	font-size: 10px !important;
	color: #333333 !important;
	background-image: url(images/FooterBackG.jpg) !important;
	background-repeat: repeat-x !important;
	background-position: top !important;
	padding-top: 2px !important;
	padding-right: 0px !important;
	padding-bottom: 4px !important;
	padding-left: 0px !important;
}

/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   


/* 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: Tahoma, Arial, sans-serif !important;
	font-size: 11px !important;
	color: #333333 !important;
	margin: 0px 0px 0px 0px !important;
	background-color: #cccc98 !important;
}

td, p
{
	font-family: Tahoma, Arial, sans-serif !important;
	font-size: 11px !important;
	color: #333333 !important;
}

/* background/border colors for the selected tab */
.TabBg 
{
	font-family: Tahoma, Arial, sans-serif !important;
	font-size: 11px !important;
	color: #333333 !important;
}

.LeftPane  
{
	font-family: Tahoma, Arial, sans-serif !important;
	font-size: 11px !important;
	color: #FFFFFF !important;
}

.ContentPane  
{
	font-family: Tahoma, Arial, sans-serif !important;
	font-size: 11px !important;
	color: #333333 !important;
}

.RightPane  
{
	font-family: Tahoma, Arial, sans-serif !important;
	font-size: 11px !important;
	color: #333333 !important;
}

/* text style for the selected tab */
.SelectedTab 
{
	font-family: Tahoma, Arial, sans-serif !important;
	font-size: 11px !important;
}

/* hyperlink style for the selected tab */
A.SelectedTab:link 
{
	font-family: Tahoma, Arial, sans-serif !important;
}

A.SelectedTab:visited  
{
	font-family: Tahoma, Arial, sans-serif !important;
}

A.SelectedTab:active   
{
	font-family: Tahoma, Arial, sans-serif !important;
}

A.SelectedTab:hover    
{
	font-family: Tahoma, Arial, sans-serif !important;
}

/* text style for the unselected tabs */
.OtherTabs 
{
	font-family: Tahoma, Arial, sans-serif !important;
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link 
{
	font-family: Tahoma, Arial, sans-serif !important;
	color: #b90d1d !important;
}

A.OtherTabs:visited  
{
	font-family: Tahoma, Arial, sans-serif !important;
	color: #b90d1d !important;
}

A.OtherTabs:active   
{
	font-family: Tahoma, Arial, sans-serif !important;
	color: #b90d1d !important;
}

A.OtherTabs:hover    
{
	font-family: Tahoma, Arial, sans-serif !important;
	color: #666666 !important;
}

/* GENERAL */
/* style for module titles */
.Head   
{
	font-family: Tahoma, Arial, sans-serif !important;
	font-size: 11px !important;
	color: #333333 !important;
	font-weight:bold !important;
}

/* style of item titles on edit and admin pages */
.SubHead    
{
	font-family: Tahoma, Arial, sans-serif !important;
	font-size: 11px !important;
	color: #333333 !important;
	font-weight:bold !important;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead 
{
	font-family: Tahoma, Arial, sans-serif !important;
	font-size: 11px !important;
	color: #666666 !important;
	font-weight:bold !important;
}

/* text style used for most text rendered by modules */
.Normal
{
	font-family: Tahoma, Arial, sans-serif !important;
	font-size: 11px !important;
	color: #333333 !important;
	font-weight:normal !important;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
	font-family: Tahoma, Arial, sans-serif !important;
	font-size: 11px !important;
	color: #333333 !important;
	font-weight:normal !important;
}

.NormalRed
{
	font-family: Tahoma, Arial, sans-serif !important;
	font-size: 11px !important;
	color: #CC0000 !important;
	font-weight:normal !important;
}

.NormalBold
{
	font-family: Tahoma, Arial, sans-serif !important;
	font-size: 11px !important;
	color: #333333 !important;
	font-weight:bold !important;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     
{
	font-family: Tahoma, Arial, sans-serif !important;
	font-size: 11px !important;
	color: #333333 !important;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link 
{
	font-family: Tahoma, Arial, sans-serif !important;
	font-size: 11px !important;
	color: #b90d1d !important;
}

A.CommandButton:visited  
{
	font-family: Tahoma, Arial, sans-serif !important;
	font-size: 11px !important;
	color: #b90d1d !important;
}

A.CommandButton:active   
{
	font-family: Tahoma, Arial, sans-serif !important;
	font-size: 11px !important;
	color: #b90d1d !important;
}

A.CommandButton:hover    
{
	font-family: Tahoma, Arial, sans-serif !important;
	font-size: 11px !important;
	color: #666666 !important;
}
    
/* GENERIC */
H1  
{
	font-family: Tahoma, Arial, sans-serif !important;
	font-size: 16px !important;
	color: #333333 !important;
	font-weight:bold !important;
}

H2  
{
	font-family: Tahoma, Arial, sans-serif !important;
	font-size: 14px !important;
	color: #333333 !important;
	font-weight:bold !important;
}

H3  
{
	font-family: Tahoma, Arial, sans-serif !important;
	font-size: 12px !important;
	color: #333333 !important;
	font-weight:bold !important;
}

H4  
{
	font-family: Tahoma, Arial, sans-serif !important;
	font-size: 11px !important;
	color: #333333 !important;
	font-weight:bold !important;
}

H5, DT  
{
	font-family: Tahoma, Arial, sans-serif !important;
	font-size: 10px !important;
	color: #333333 !important;
}

H6  
{
	font-family: Tahoma, Arial, sans-serif !important;
	font-size: 9px !important;
	color: #333333 !important;
}

TFOOT, THEAD    {
}

TH  {
}

A:link  
{
	font-family: Tahoma, Arial, sans-serif !important;
	color: #b90d1d !important;
}

A:visited   
{
	font-family: Tahoma, Arial, sans-serif !important;
	color: #b90d1d !important;
}

A:active    
{
	font-family: Tahoma, Arial, sans-serif !important;
	color: #b90d1d !important;
}

A:hover 
{
	font-family: Tahoma, Arial, sans-serif !important;
	color: #666666 !important;
}

SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}


UL LI   {
}

UL LI LI    {
}

UL LI LI LI {
}

OL LI   {
}

OL OL LI    {
}

OL OL OL LI {
}

HR {
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
}

/*Skin Objects */
.SkinObject
{
	font-family: Tahoma, Arial, sans-serif !important;
	font-size: 10px !important;
	color: #b90d1d !important;
	text-decoration: none !important;
}

a.SkinObject
{
	font-family: Tahoma, Arial, sans-serif !important;
	font-size: 10px !important;
	color: #b90d1d !important;
	text-decoration: none !important;
}
a.SkinObject:hover
{
	font-family: Tahoma, Arial, sans-serif !important;
	font-size: 10px !important;
	color: #666666 !important;
	text-decoration: none !important;
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer 
{
	font-family: Tahoma, Arial, sans-serif !important;
	font-size: 12px !important;
	color: #333333 !important;
}

.ModuleTitle_MenuBar 
{
	font-family: Tahoma, Arial, sans-serif !important;
	font-size: 12px !important;
	color: #333333 !important;
}

.ModuleTitle_MenuItem 
{
	font-family: Tahoma, Arial, sans-serif !important;
	font-size: 10px !important;
	color: #333333 !important;
}

.ModuleTitle_MenuIcon 
{
	font-family: Tahoma, Arial, sans-serif !important;
	font-size: 10px !important;
	color: #333333 !important;
	background-color:#999999 !important;
}

.ModuleTitle_SubMenu 
{
	font-family: Tahoma, Arial, sans-serif !important;
	font-size: 10px !important;
	color: #333333 !important;
	background-color:#d7d7d7 !important;
}

.ModuleTitle_MenuBreak 
{
	font-family: Tahoma, Arial, sans-serif !important;
	font-size: 10px !important;
	color: #333333 !important;
}

.ModuleTitle_MenuItemSel 
{
	font-family: Tahoma, Arial, sans-serif !important;
	font-size: 10px !important;
	color: #ffffff !important;
	background-color:#b90d1d !important;
}

.ModuleTitle_MenuArrow 
{
	font-family: Tahoma, Arial, sans-serif !important;
	font-size: 10px !important;
	color: #333333 !important;
}

.ModuleTitle_RootMenuArrow 
{
	font-family: Tahoma, Arial, sans-serif !important;
	font-size: 10px !important;
	color: #333333 !important;
}

/* Main Menu */

.MainMenu_MenuContainer 
{
	font-family: Tahoma, Arial, sans-serif !important;
	font-size: 11px !important;
	color: #333333 !important;
}

.MainMenu_MenuBar 
{
	font-family: Tahoma, Arial, sans-serif !important;
	font-size: 11px !important;
	color: #333333 !important;
}

.MainMenu_MenuItem 
{
	font-family: Tahoma, Arial, sans-serif !important;
	font-size: 10px !important;
	color: #333333 !important;
}

.MainMenu_MenuIcon 
{
	font-family: Tahoma, Arial, sans-serif !important;
	font-size: 10px !important;
	color: #333333 !important;
	background-color:#999999 !important;
}

.MainMenu_SubMenu 
{
	font-family: Tahoma, Arial, sans-serif !important;
	font-size: 10px !important;
	color: #333333 !important;
	background-color:#d7d7d7 !important;
}

.MainMenu_MenuBreak 
{
	font-family: Tahoma, Arial, sans-serif !important;
	font-size: 10px !important;
	color: #333333 !important;
}

/* Menu Hover Effect */
.MainMenu_MenuItemSel 
{
	font-family: Tahoma, Arial, sans-serif !important;
	font-size: 10px !important;
	color: #ffffff !important;
	background-color:#b90d1d !important;
}

.MainMenu_MenuArrow 
{
	font-family: Tahoma, Arial, sans-serif !important;
	font-size: 10px !important;
	color: #000000 !important;
}

.MainMenu_RootMenuArrow 
{
	font-family: Tahoma, Arial, sans-serif !important;
	font-size: 10px !important;
	color: #333333 !important;
}

