/* ================================
    CSS STYLES FOR DotNetNuke
   ================================*/ 

H1 
{
    color: #000000;
	background-color: transparent;
	font-weight: bold;
	font-size: 14pt;
	font-style: italic;
	font-family: Times New Roman;
}

.mainDiv
{
	text-align: center;
	width: 100%;
	background-color: #000000;
}
	
body 
{
	margin: 0px 0 0px 0;
	text-align: center;
	color: #555555;
	background-color: #000000;
}

.SiteWidth 
{
	text-align: center;
	width: 974px;	
	border: solid 1px #FFFFFF;
}
.SiteWidthBottom 
{
	text-align: center;
	width: 974px;	
}

.bannerTD
{
	vertical-align: top;
	width: 974px;	
	text-align: center;
}

.BannerTable 
{
	text-align: center;
	/*border: solid 1px blue; */
}

.banner
{
	height: 199px;
	background: url(banner.jpg) no-repeat top;
	width: 974px;
	text-align: right;
	vertical-align: bottom;
	color: #FFFFFF;
	font-size: 16px;
	font-family: Georgia;
	font-style: italic;
	font-weight: normal;
}

.vertSpacer
{
	height: 20px;
	width: 974px;
	vertical-align:top;
	text-align: right;
	padding-right: 10px;
	background-color: #1A1300;
	color: #FFFFFF;
}

.menu
{
	vertical-align: top;
	width: 100%;
}

a.LoginLink:link, a.LoginLink:visited, a.LoginLink:active 
{
	color: #B80218;
	font-family: tahoma;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}

a.LoginLink:hover 
{
	color: #CCCCCC; 
	font-family: tahoma;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}

a.SearchLink:link, a.SearchLink:visited, a.SearchLink:active 
{
	color: #FFFFFF;
	font-family: tahoma;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}

a.SearchLink:hover 
{
	color: #DA9104; 
	font-family: tahoma;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}

a.HostLink:link, a.HostLink:visited, a.HostLink:active 
{
	color: #CCCCCC;
	font-family: tahoma;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}

a.HostLink:hover 
{
	color: #FFFFFF; 
	font-family: tahoma;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}

.contentTD
{
	vertical-align: top;
	width: 974px;
	height: 350px;
	background-color: #ADADAD;
}

.contentTable1
{
	width: 974px;
	height: 100%;
	border-width: 0px;
	text-align: center;
	padding-right: 0px;
	padding-left: 0px;
}
.contentTable2
{
	width: 100%;
	border-width: 0px;
	text-align: center;
	background-color: #FFFFFF;
	padding: 0px 0px 0px 0px;
}
.TopRow
{
    vertical-align: top;
    padding-top: 5px;
    background-color: #000000;
}
.ContentRow 
{
	vertical-align: top;
	background-color: #FFFFFF;
}

.ContentRowLeft 
{
	width: 190px;
	vertical-align: top;
	background: url(navBG.jpg) no-repeat top;
}
.ContentRowInsideLeft 
{
	width: auto;
	vertical-align: top;
    padding-top: 5px;
    text-align: center;
}
.FullPane
{
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

.LeftPane 
{
	width: 65%;
	vertical-align: top;
	padding-top: 10px;
    padding-left: 10px;
	padding-right: 10px;
	text-align: center;
}
.RightPane 
{
	width: 35%;
	vertical-align: top;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	border-left: solid 1px #532817;	
}
.ContentRowRight 
{
	width: 200px;
	vertical-align: top;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 0px;
}
.ContentBotRow 
{
	vertical-align: top;
	border-left: #532817 solid 1px;
	border-right: #532817 solid 1px;
}
.RightEdge 
{
	vertical-align: top;
	background: url() repeat-y right;
	width: 20px;
}
.footerRow
{
	padding-top: 3px;
	background-color: #000000;
}

.FooterTable 
{
	width: 974px;
	height: 20px; 
	text-align: center;
	color: #FFFFFF;
}
.FooterLeft
{
	vertical-align: top;
	text-align: left;
	color: #FFFFFF;
	width: 33%;
	padding-left: 5px;
}
.FooterCenter
{
	vertical-align: top;
	text-align: center;
	width: 33%;
}
.credits
{
	color: #CCCCCC;
	text-align: center;
	background-color: #000000;
}

.footerRight
{
    width: 33%;
	vertical-align: top;
	text-align: right;
	padding-right: 5px;
}
.copyright
{
	color: #000000;
	font-weight: bold;
}

table, tr, td, p 
{
	font-family: tahoma;
	font-size: 12px;
}

.normal, .Normal 
{
	font-family: tahoma;
	font-size: 12px;
	color: #333;
}

select, input 
{
	font-family: tahoma;
	font-size: 12px;
	color: #333333;
}

.articlesTitle 
{
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #333;	
}

/* text style for the unselected tabs */
.OtherTabs 
{
    font-size: 12px;
    color: #000000;
    font-family: tahoma;
    text-decoration: none;
}

/* hyperlink style for the unselected tabs */
a.OtherTabs:link, a.OtherTabs:visited, a.OtherTabs:active 
{
    text-decoration: none;
    color: #2c2c2c;
	background-color: transparent;
	border: 0;
	font-weight: bold;
}

a.OtherTabs:hover    
{
    text-decoration: underline;
    color: #2c2c2c;
	background-color: transparent;
 	border: 0;
 	font-weight: bold;
}

/*=============== START DEFAULT MENU STYLES ============================================*/
/*== main menu styles ======================================*/
/*==========================================================*/

/*-- box that holds the menu --*/

/*== module menu styles ====================================*/
/*==========================================================*/

/*-- container for module menus --*/
.ModuleTitle_MenuContainer 
{
	color: #2c2c2c;
}


/*-- bar for module menus --*/
.ModuleTitle_MenuBar 
{
	/*cursor: pointer;*/
	cursor: hand;
}

/*-- menu items --*/
.ModuleTitle_MenuItem 
{
	font-family: tahoma; 
	color: #888888;
	font-size: 12px;
	background: url(sub_item_bg.gif) no-repeat;
	font-weight: bold; 
	font-style: normal; 
	border: #eeeeee 1px solid;
	padding: 0px 8px 1px 2px;
	font-weight: bold;
	height: 16px;
}

/*-- submenu container --*/
.ModuleTitle_SubMenu 
{
	z-index: 1000; 
	/*cursor: pointer;*/
	cursor: hand; 
	margin: 8px 0 0 -4px;
	background: #eeeeee;
	padding: 1px;
	border: 1px solid #aaaaaa;
	font-weight: normal;
}

/*-- hover state --*/
.ModuleTitle_MenuItemSel 
{
	font-family: tahoma; 
	font-size: 12px; 
	font-weight: bold; 
	/*cursor: pointer;*/
	cursor: hand; 
	color: #B80218;
	padding: 0px 8px 1px 2px;
	font-weight: bold;
	height: 16px;
}

/*-- don't need this stuff --*/
.ModuleTitle_MenuBreak, .ModuleTitle_MenuArrow, .ModuleTitle_RootMenuArrow, .ModuleTitle_MenuIcon 

   
{
	display: none;
}

/* for the date ---------------------------------------------------*/
.SelectedTab 
{
    color: #777777;
	font-family: tahoma;
	font-weight: normal;
	font-size: 12px;
}

/* Item titles on edit and admin pages 
----------------------------------------------------------------------------------------*/
.SubHead    
{
    font-family: tahoma;
    font-size: 12px;
    font-weight: bold;
    color: #2c2c2c;
	padding: 0;
}

/* linky linky */
a.SubHead:link, a.SubHead:visited, a.SubHead:active 
{
	color: #B80218;
	text-decoration: none;
    font-family: tahoma;
    font-size: 12px;
    font-weight: normal;
}

a.SubHead:hover 
{
	color: #2c2c2c;
	text-decoration: none;
    font-family: tahoma;
    font-size: 12px;
    font-weight: normal;
}

a.CommandButton:link, a.CommandButton:visited, a.CommandButton:active 
{
	color: #B80218;	
	padding: 1px 3px 1px 4px;
	font-family: tahoma;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	height: 20px;
}

a.CommandButton:hover 
{
	color: #B80218;	
	padding: 1px 3px 1px 4px;
	font-family: tahoma;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	height: 20px;
}

a.Normal:link, a.Normal:visited 
{
	color: #B80218;
	font-family: tahoma;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
}

a.Normal:hover 
{
	color: #2c2c2c;
	font-family: tahoma;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
}

a:link, a:visited, a:active 
{
	color: #B80218;
	font-family: tahoma;
	font-weight: normal;
	font-size: 12px;
	text-decoration: underline;
}

a:hover 
{
	color: #2c2c2c;
	font-family: tahoma;
	font-weight: normal;
	font-size: 12px;
	text-decoration: underline;
}

.Head 
{
	font-size: 12px;
	color: #333333;
	background: transparent;
	font-weight: bold;
	padding: 0;
}

.NormalRed 
{
	color: #B80218;
	font-family: tahoma;
	font-weight: bold;
	font-size: 12px;
}

.NormalBold 
{
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
}

.NormalTextBox 
{
	color: #333333;
	padding-left: 4px;
	line-height: 12px;
	font-family: tahoma;
	font-weight: normal;
	font-size: 12px;
	background: #fff;
	border: 1px solid #ccc;
	scrollbar-face-color: #ffffff;
	scrollbar-track-color: #ffffff;
	scrollbar-arrow-color: #555555;
	scrollbar-3dlight-color: #ffffff;
	scrollbar-shadow-color: #ffffff;
	scrollbar-highlight-color: #ffffff;
	scrollbar-darkshadow-color: #ffffff;
}

td.NormalTextBox 
{
	padding: 0;
	margin: 0;
	background: transparent;
	/*visibility: hidden;*/
	visibility: invisible;
	border: 0;
}

/* Main menu */
.MainMenu_MenuContainer
{  
	height:1px; 
	width: 194px;
}

.MainMenu_MenuBar{}

.MainMenu_MenuIcon
{ 
	display:none; 
}

.MainMenu_MenuArrow
{ 
	display:none; 
}

.MainMenu_RootMenuArrow
{ 
	display:none; 
}

.MainMenu_MenuBreak
{ 
	display:none; 
}

.MainMenu_MenuItem,.submenuitembreadcrumb
{
	color: #FFFFFF; 
	font-size:11px;	
	font-weight:normal;
	background: ;
	padding:3px 20px 3px 5px;
	border:0px #CBCBCB solid;
}

.submenuitemselected
{
	color: #DA9104; 
	font-size:11px; 
	font-weight:normal;
	padding:3px 20px 3px 5px;
	background: #000000;
	border-bottom: 0px #FFFFFF;
}

.submenu
{
	color: #FFFFFF; 
	font-size:11px; 
	font-weight:normal;
	padding:3px 20px 3px 10px;
	background: #000000;
	border-top:0px #CBCBCB solid;
}

.rootmenuitem TD
{ 
	color: #FFFFFF; 
	padding: 5px 5px 5px 15px;
	font-size:13px; 
	font-weight: bold;
	background:  transparent;
	height: 20px;	
}

.rootmenuitemselected TD,.rootmenuitembreadcrumb TD
{
	color:#FFFFFF; 
	font-size:13px; 
	font-weight:bold;
	background:  #B80218;
	padding: 5px 5px 5px 15px;
	height: 20px;		
}

.rootmenuitemactive TD, .rootmenuitembreadcrumb TD
{
	color:#FFFFFF; 
	font-size:13px; 
	font-weight:bold;
	background: #B80218;
	padding: 5px 5px 5px 15px;
	height: 20px;	
}

