/* ================================
    CSS STYLES FOR DotNetNuke
   ================================*/ 
h2
{
    font-size: 18px;
    font-weight: bold;
    color: #333333;
}
.mainDiv
{
	text-align: center;
	width: 100%;
	background: #FFFFFF;
}
	
body 
{
	margin: 0px 0 0px 0;
	text-align: left;
	color: #555555;
}

.SiteWidth 
{
	text-align: left;
	width: 912px;
	margin: 0px auto;
	border: solid 2px #CCCCCC;
}
.SiteWidthBottom 
{
	text-align: left;
	width: 912px;
	margin: 0px auto;
}
.BannerTable 
{
	text-align: left;
	vertical-align: top;
	padding-top: 0px;
}

.bannerTD
{
	vertical-align: top;
	width: 912px;	
}
.banner
{
	height: 228px;
	width: 912px;
	text-align: left;
	vertical-align: top;
	color: #000000;
	background: url(banner.jpg) no-repeat top left;
	font-size: 22px;
	font-weight: normal;
}
.BannerInsideTable 
{
	width: 100%;
	text-align: left;
	vertical-align: top;
}
.BannerFlash
{
	width: 912px;
	height: 332px;
	text-align: left;
	vertical-align: top;
}
.vertSpacer
{
	vertical-align:top;
	text-align: right;
	color: #000000;
}
.search
{
	color: #333333;
	width: 100%;
	height: 120px;
	Font-size: 12px;
	font-weight: normal;
	vertical-align: bottom;
	text-align: right;
	padding-bottom: 5px;	
}
.menu
{
	width: 226px;
	vertical-align: top;
	background: url(left.jpg) no-repeat top left;
}
.vertSpacerBottom
{
	height: 0px;
	vertical-align:top;
	text-align: right;
	padding-top: 15px;
	color: #000000;
}

.FarRightPane
{
	width: 226px;
	height: 100%;
	vertical-align: top;
	padding-left: 0px;
}
.topLeft
{
    padding-left: 2px;
}
.infoPane
{
    width: auto;
}
.quicklinksPane
{
}

.contentTD
{
	vertical-align: top;
    text-align: left;  
    width: 912px;
}
.contentTable1
{
	width: 912px;
	height: 300px;
	text-align: left;
	background: url(contentTop.jpg) repeat-x top left;
}
.contentTD2
{
	vertical-align: top;
    text-align: left;  
}
.contentTable2
{
	width: 670px;
	height: 100%;
	text-align: left;
	vertical-align: top;
	padding: 0px 10px 5px 10px;
}
.ContentRow 
{
	width: auto;
	vertical-align: top;
	padding-left: 10px;
	padding-right: 10px;
}
.ContentRowLeft 
{
	width: 70%;
	vertical-align: top;
	padding-left: 10px;
	padding-right: 20px;
}
.ContentRowRight 
{
	width: 30%;
	vertical-align: top;
	padding-left: 10px;
	padding-top: 40px;
}
.ContentBotRow 
{
	vertical-align: top;
	padding-left: 10px;
}

.footerRow
{
    width: 912px;
    text-align: left;
}

.FooterTable 
{
	width: 912px;
	text-align: left;
	background: url(footer.jpg) no-repeat top left;
}
.FooterLeft
{
	height: 18px;
	vertical-align: middle;
	text-align: left;
	padding-left: 10px;
	color: #FFFFFF;
	
}
.footerLogin
{
	vertical-align: top;
	text-align: right;
}
.credits
{
	color: #447D9B;
	text-align: right;
	padding-bottom: px;
	padding-right: 5px;
}

.footerCopyright
{
	vertical-align: middle;
	text-align: right;
	white-space: no-wrap;
	padding-right: 10px;
}

.menuFooter
{
	color: #FFFFFF;
	text-align: left;
	padding-top: 5px;
	padding-left: 5px;
	vertical-align: middle;
	font-weight: bold;
}
.copyright
{
	color: #666666;
	font-weight: normal;
	font-size: 11px;
}
a.LoginLink:link, a.LoginLink:visited, a.LoginLink:active 
{
	color: #FFFFFF;
	font-family: arial;
	font-weight: normal;
	font-size: 10px;
	text-decoration: none;
}

a.LoginLink:hover 
{
	color: #666666; 
	font-family: arial;
	font-weight: normal;
	font-size: 10px;
	text-decoration: none;
}

a.SearchLink:link, a.SearchLink:visited, a.SearchLink:active 
{
	color: #333333;
	font-family: arial;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}

a.SearchLink:hover 
{
	color: #CCCCCC; 
	font-family: arial;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}
a.HostLink:link, a.HostLink:visited, a.HostLink:active 
{
	color: #447D9B;
	font-family: arial;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
}

a.HostLink:hover 
{
	color: #CCCCCC; 
	font-family: arial;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
}
.DisclaimerRow 
{
	width: auto;
	vertical-align: top;
}

table, tr, td, p 
{
	font-family: arial;
	font-size: 12px;
}

.normal, .Normal 
{
	font-family: arial;
	font-size: 12px;
	color: #333;
}

select, input 
{
	font-family: arial;
	font-size: 12px;
	color: #417695;
}

.articlesTitle 
{
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	color: #333;	
}

/* text style for the unselected tabs */
.OtherTabs 
{
    font-size: 12px;
    color: #000000;
    font-family: arial;
    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: arial; 
	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: arial; 
	font-size: 12px; 
	font-weight: bold; 
	/*cursor: pointer;*/
	cursor: hand; 
	color: #003FB3;
	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: arial;
	font-weight: normal;
	font-size: 12px;
}

/* Item titles on edit and admin pages 
----------------------------------------------------------------------------------------*/
.SubHead    
{
    font-family: arial;
    font-size: 12px;
    font-weight: bold;
    color: #2c2c2c;
	padding: 0;
}

/* linky linky */
a.SubHead:link, a.SubHead:visited, a.SubHead:active 
{
	color: #003FB3;
	text-decoration: none;
    font-family: arial;
    font-size: 12px;
    font-weight: normal;
}

a.SubHead:hover 
{
	color: #2c2c2c;
	text-decoration: none;
    font-family: arial;
    font-size: 12px;
    font-weight: normal;
}

a.CommandButton:link, a.CommandButton:visited, a.CommandButton:active 
{
	color: #003FB3;	
	padding: 1px 3px 1px 4px;
	font-family: arial;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	height: 20px;
}

a.CommandButton:hover 
{
	color: #003FB3;	
	padding: 1px 3px 1px 4px;
	font-family: arial;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	height: 20px;
}

a.Normal:link, a.Normal:visited 
{
	color: #003FB3;
	font-family: arial;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
}

a.Normal:hover 
{
	color: #2c2c2c;
	font-family: arial;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
}

a:link, a:visited, a:active 
{
	color: #003FB3;
	font-family: arial;
	font-weight: normal;
	font-size: 12px;
	text-decoration: underline;
}

a:hover 
{
	color: #2c2c2c;
	font-family: arial;
	font-weight: normal;
	font-size: 12px;
	text-decoration: underline;
}

.Head 
{
	font-size: 12px;
	color: #417695;
	background: transparent;
	font-weight: bold;
	padding: 0;
}

.NormalRed 
{
	color: #003FB3;
	font-family: arial;
	font-weight: bold;
	font-size: 12px;
}

.NormalBold 
{
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
}

.NormalTextBox 
{
	color: #417695;
	padding-left: 4px;
	line-height: 12px;
	font-family: arial;
	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
{ 
	background: transparent; 
	width:100%; 
	height: 40px;
}

.MainMenu_MenuBar
{
    background: transparent; 
}

.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: transparent; 
	padding:3px 3px 3px 3px;
	border:0px #CBCBCB solid;
}

.submenuitemselected
{
	color: #417695; 
	font-size:11px; 
	font-weight:normal;
	padding:3px 3px 3px 3px;
	background: #FFFFFF;
	border-bottom: 0px #FFFFFF;
}

.submenu
{
	color: #FFFFFF; 
	font-size:11px; 
	font-weight:normal;
	padding:3px 3px 3px 3px;
	background: #666666;
	border-top:0px #CBCBCB solid;
}

.rootmenuitem TD
{ 
	color: #FFFFFF; 
	padding:10px 3px 5px 3px;
	font-size:16px; 
	font-weight: normal;
	background: transparent!;
	vertical-align: top;
}

.rootmenuitemselected TD,.rootmenuitembreadcrumb TD
{
	color:#FFFFFF; 
	font-size:16px; 
	font-weight:normal;
	background: #F26722;
	padding:10px 3px 5px 3px;
	vertical-align: top;
}

.rootmenuitemactive TD, .rootmenuitembreadcrumb TD
{
	color:#FFFFFF; 
	font-size:16px; 
	font-weight:normal;
	background: #F26722;
	padding:10px 3px 5px 3px;
	vertical-align: top;
}

/* Bottom menu */
.MainMenu_MenuContainer2
{ 
	background: transparent; 
	width:100%; 
}

.MainMenu_MenuBar2{}

.MainMenu_MenuIcon2
{ 
	display:none; 
}

.MainMenu_MenuArrow2
{ 
	display:none; 
}

.MainMenu_RootMenuArrow2
{ 
	display:none; 
}

.MainMenu_MenuBreak2
{ 
	display:none; 
}

.MainMenu_MenuItem2,.submenuitembreadcrumb2
{
	color: #FFFFFF; 
	font-size:11px;	
	font-weight:normal;
	background: ;
	padding:3px 3px 3px 3px;
	border:0px #CBCBCB solid;
}

.submenuitemselected2
{
	color: #417695; 
	font-size:11px; 
	font-weight:normal;
	padding:3px 3px 3px 3px;
	background: #FFFFFF;
	border-bottom: 0px #FFFFFF;
}

.submenu2
{
	color: #FFFFFF; 
	font-size:11px; 
	font-weight:normal;
	padding:3px 3px 3px 3px;
	background: #666666;
	border-top:0px #CBCBCB solid;
}

.rootmenuitem2 TD
{ 
	color: #333333; 
	padding:3px 2px 10px 2px;
	font-size:10px; 
	font-weight: normal;
	background: transparent;
}

.rootmenuitemselected2 TD,.rootmenuitembreadcrumb2 TD
{
	color:#333333; 
	font-size:10px; 
	font-weight:normal;
	background: #FFFFFF;
	padding:3px 2px 10px 2px;
}

.rootmenuitemactive2 TD, .rootmenuitembreadcrumb2 TD
{
	color:#333333; 
	font-size:10px; 
	font-weight:normal;
    background: #FFFFFF;
	padding:3px 2px 10px 2px;
}

