/* ================================
    CSS STYLES FOR DotNetNuke
   ================================*/ 
.whiteText
{
	font-size: 11px;
	color: #FFFFFF;
}
.blueText
{
    font-size: 11px;
    color: #0069AA;
}
body 
{
	text-align: left;
	color: #000000;
	background: #FFFFFF;
}
.SiteWidth 
{
	text-align: left;
	background-color: #71cee5;
	width: 1000px;
}
.contentTD
{
	vertical-align: top;
    text-align: left;  
}
.contentTable1
{
	width: 1000px;
	vertical-align: top;
	text-align: left;  
}
.bannerTD
{
	vertical-align: top;
	width: 302px;
	
}
.bannerTable 
{
	width: 302px;
	height: 100%;
	text-align: left;
	vertical-align: top;
	/* background: url(banner_bottom.gif) repeat-y top right; */
}
.bannerTableTop
{
	width: 302px;
	height: 421px;
	vertical-align: top;
}
.bannerTableTop td {
	text-align: right;
}
.bannerTableTopPane
{
    padding-left: 40px;
}
.bannerTableBottom
{
	width: 300px;
	vertical-align: top;
	background: url(banner_bottom.gif) repeat-y top left;
}
.bannerTableTopPane
{
    vertical-align: top;
    padding-left: 25px;
    padding-right: 20px;
    padding-top: 60px;
    padding-bottom: 200px;
}
.bannerTableBottomPane
{
    vertical-align: top;
    padding-left: 25px;
    padding-right: 20px;
}
.menu
{
	text-align: left;
	vertical-align: bottom;
	padding-left: 10px;
}

.contentTD2
{
	vertical-align: top;
    text-align: left; 
    padding-bottom: 25px;
	background-color: #FFFFFF;
}
.contentTable2
{
	width: 665px;
	height: 100%;
	text-align: left;
	vertical-align: top;
	padding-top: 8px;
}
.ContentRowFull 
{
	width: auto;
	vertical-align: top;
	padding-left: 10px;
	padding-right: 10px;
}
.ContentRow 
{
	width: auto;
	vertical-align: top;
	padding-left: 20px;
	padding-right: 20px;
}
.ContentRowLeft 
{
	width: 800px;
	vertical-align: top;
	padding-left: 10px;
	padding-right: 0px;
	background-color: #FFFFFF;
}
.ContentRowRight 
{
	width: 200px;
	vertical-align: top;
	padding-left: 15px;
	padding-top: 50px;
}
.ContentBotRow 
{
	vertical-align: top;
	padding-left: 10px;
}
.copyright
{
	color: #EAEAEA;
	font-weight: bold;
	font-size: 11px;
}
.login
{
    vertical-align: bottom;
}

a.FooterLink:link, a.FooterLink:visited, a.FooterLink:active 
{
    text-decoration: none;
    color: #000000;
	border: 0;
	font-weight: bold;
}

a.FooterLink:hover    
{
    text-decoration: underline;
    color: #000000;
 	border: 0;
 	font-weight: bold;
}
a.LoginLink:link, a.LoginLink:visited, a.LoginLink:active 
{
    text-decoration: none;
    color: #6BCEE7;
	border: 0;
	font-weight: bold;
}

a.LoginLink:hover    
{
    text-decoration: underline;
    color: #CCCCCC;
 	border: 0;
 	font-weight: bold;
}

/* Core CSS */
.DisclaimerRow 
{
	width: auto;
	vertical-align: top;
	padding-left: 100px;
	padding-right: 125px;
}

table, tr, td, p 
{
	font-family: verdana;
	font-size: 11px;
	color: #000000;
}

.normal, .Normal 
{
	font-family: verdana;
	font-size: 11px;
	color: #000000;
}

select, input 
{
	font-family: verdana;
	font-size: 11px;
	color: #000000;
}

.articlesTitle 
{
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	color: #333;	
}

/* text style for the unselected tabs */
.OtherTabs 
{
    font-size: 11px;
    color: #000000;
    font-family: verdana;
    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: verdana; 
	color: #888888;
	font-size: 11px;
	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: verdana; 
	font-size: 11px; 
	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: verdana;
	font-weight: normal;
	font-size: 11px;
}

/* Item titles on edit and admin pages 
----------------------------------------------------------------------------------------*/
.SubHead    
{
    font-family: verdana;
    font-size: 11px;
    font-weight: bold;
    color: #000000;
	padding: 0;
}

/* linky linky */
a.SubHead:link, a.SubHead:visited, a.SubHead:active 
{
	color: #003FB3;
	text-decoration: none;
    font-family: verdana;
    font-size: 11px;
    font-weight: normal;
}

a.SubHead:hover 
{
	color: #000000;
	text-decoration: none;
    font-family: verdana;
    font-size: 11px;
    font-weight: normal;
}

a.CommandButton:link, a.CommandButton:visited, a.CommandButton:active 
{
	color: #003FB3;	
	padding: 1px 3px 1px 4px;
	font-family: verdana;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	height: 20px;
}

a.CommandButton:hover 
{
	color: #003FB3;	
	padding: 1px 3px 1px 4px;
	font-family: verdana;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	height: 20px;
}

a.Normal:link, a.Normal:visited 
{
	color: #003FB3;
	font-family: verdana;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
}

a.Normal:hover 
{
	color: #2c2c2c;
	font-family: verdana;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
}

a:link, a:visited, a:active 
{
	color: #003FB3;
	font-family: verdana;
	font-weight: normal;
	font-size: 11px;
	text-decoration: underline;
}

a:hover 
{
	color: #2c2c2c;
	font-family: verdana;
	font-weight: normal;
	font-size: 11px;
	text-decoration: underline;
}

.Head 
{
	font-size: 11px;
	color: #417695;
	background: transparent;
	font-weight: bold;
	padding: 0;
}

.NormalRed 
{
	color: #003FB3;
	font-family: verdana;
	font-weight: bold;
	font-size: 11px;
}

.NormalBold 
{
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
}

.NormalTextBox 
{
	color: #000000;
	padding-left: 4px;
	line-height: 11px;
	font-family: verdana;
	font-weight: normal;
	font-size: 11px;
	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:1px; 
}

.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: ;
	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: #2B57AE;
	border-right: solid 1px #FFFFFF;
	border-left: solid 1px #FFFFFF;
	border-bottom: solid 1px #FFFFFF;
}

.rootmenuitem TD
{ 
	color: #000000; 
	font-size:10px; 
	font-weight: bold;
	font-family: verdana;
	padding:5px;
}

.rootmenuitemselected TD,.rootmenuitembreadcrumb TD
{
	color:#000000; 
	font-size:10px; 
	font-weight:bold;
	font-family: verdana;
	padding:5px;
}

.rootmenuitemactive TD, .rootmenuitembreadcrumb TD
{
	color:#000000; 
	font-size:10px; 
	font-weight:bold;
	font-family: verdana;
	padding:5px;
}
.rippleWrapper {
	background-color: #FFFFFF;
	width: 435px;
	margin-left: 10px;
	padding-top: 8px;
	padding-bottom: 11px;
	border-bottom: 1px dotted #0069aa;
}
.containerrow2_white  {
	padding-left: 0px !important;
}
.displayDate {
	font-size: 9px;
	font-family: Verdana, verdana, Helvetica, sans-serif;
	font-weight: bold;
	color: #666666;
	text-transform: uppercase;
	text-align: right;
	padding-bottom: 10px;
}
.myExperience {
	font-size: 11px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 16px;
	padding-left: 15px;
	padding-right: 15px;
}
.feelGoodExperience {
	font-size: 9px;
	font-family: Verdana, verdana, Helvetica, sans-serif;
	font-weight: bold;
	color: #333333;
	text-transform: uppercase;
	padding-bottom: 10px;
}
.blueColor {
	color: #0069aa;
}
#pageWrapper {
	z-index: 0;
	width: 1000px;
}
#rippleForm {
	position: absolute;
	/*
	background-color: #71cee5;
	*/
	background-image: url(bluebg.gif);
	background-repeat: no-repeat;
	background-position: top;
	top: 35px;
	left: 170px;
	width: 700px;
	height: 600px;
	z-index: 10;
	opacity: 0.9;
	-moz-opacity: 0.9;
	filter: alpha(opacity=90);
	display: none;
}
#dnn_ctr383_DD {
	display: none;
}
#frameContainer {
	position: absolute;
	top: 35px;
	left: 170px;
	width: 700px;
	height: 600px;
	z-index: 10;
	display: none;
}
#dnn_ctr398_XModDisplay_ctlPager_pnlPager {
 	white-space: nowrap;
        margin-top: 20px;
        margin-left: 10px;
        line-height: 25px;
}
#charityContainer {
	z-index: 1000;
	width: 470px;
	
	display: none;
	top: 235px;
	left: 210px;
	position: absolute;
	line-height: 16px;
	padding-left: 15px;
	padding-top: 10px;
}

#charityContainer ol {
	margin-left: 0px;
	padding-left: 0px;
	margin-left: 20px;
}

#charityBackground {
	z-index: 500;
	width: 500px;
	height: 325px;
	background-image: url(/Portals/0/Skins/wall/smallbluebg.gif);
	background-repeat: no-repeat;
	display: none;
	position: absolute;
	top: 230px;
	left: 210px;
	opacity: 0.9;
	-moz-opacity: 0.9;
	filter: alpha(opacity=90);
}
#emailWrapper {
	visibility: hidden;
}



#dnn_ctr398_XModDisplay_divSearch {
	position: absolute;
	top: 620px;
	_top: 580px;
	left: 822px;
}
#dnn_ctr398_XModDisplay_lnkSearch {
	display: none;
}
#dnn_ctr398_XModDisplay_lblSearch {
	display: none;
}
#searchText {
	position: absolute;
	top: 550px;
	_top: 570px;
	left: 820px;
}
#searchButton {
	position: absolute;
	top: 645px;
	_top: 620px;
	left: 820px;
}
#dnn_ctr398_XModDisplay_txtSearch {
	padding-left: 0px;
}
#dnn_ctr398_XModDisplay_divSearch {
	visibility: hidden;
	padding-left: 0px;
	margin-left: -4px;
	_margin-left: 0px;
	display: none;
}

#mediumFont a {
	font-size: 11px !important;
}
