.expand {
	background-color: #990000;
	display:block;
}
/* this first chunk is to assign the font-family */
/* if you want to change an element or a class to a different font-family than the others in this group,
you will need to remove the the class/element(s) from this block */

a:link, a:visited, a:hover, a:active, table, tr, td, td.header, tr.header, td.inverse, tr.inverse, body,
br, div, h1, h2, h3, head, input,select,textarea, nobr, ol,ul,li, p, p.footer, span, sup, th,
input.button, a.button, a.button:visited, a.button:link, a.button:active, input.buttoninverse,
a.buttoninverse, a.buttoninverse:visited, a.buttoninverse:link, a.buttoninverse:active, .instructions,
.helpbutton, .error, .success, .profile, .profileheader, .profilepagetabheadings, .memberlistingnav,
.memberlistingname, .filelibfiledetails, .pagesubtitleheader, .pagetitleheader, table.news, .eventsheader,
table.events, td.storeitemheader, .campaignsheader, table.campaigns, .donationpaymentamount, a.nav,
a.nav:link, a.nav:visited, a.nav:hover, a.nav:active, a.navselected, a.navselected:link,a.navselected:visited,
a.navselected:hover, a.navselected:active, a.topnav, a.topnav:link, a.topnav:visited, a.topnav:hover,
a.topnav:active, a.topnavselected, a.topnavselected:link, a.topnavselected:visited, a.topnavselected:hover,
a.topnavselected:active, td.pagemanagerheader, tr.pagemanagerheader, table.pagemanager {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

button, button.hover, input.button, a.button, a.button:visited, a.button:link, a.button:active, div.button, span.button, input.buttoninverse, a.buttoninverse, a.buttoninverse:visited, a.buttoninverse:link, a.buttoninverse:active, div.buttoninverse, span.buttoninverse, .HelpButton{
	cursor: hand;
}

/* block - prevents NS/SAFARI info box stuff */
.Instructions, .error, .success, .profile, .filelibfiledetails, .eventsheader, .campaignsheader, .donationpaymentamount, table.profile,  .MessageBoardsDataGridHeader, .FileLibraryFileList{
		display:block;
	}

/* width setting (for community that has equal widths of all boxes) */	
.Error, .Success, .DataGrid, .ProfileButtons, .Profile, table.Profile, table.ViewProfile, .SearchResultsDataGrid, .MessageBoardsDataGrid,
table.News, .EventsHeader, table.Events, .CampaignsHeader, table.Campaigns, table.PageManager, table.Photos, table.CommUtil, .Instructions  {
	/*width: 560px;*/
}

/* box settings */
.DataGridHeader, .EventsHeader, .EventDonationDetail, .CampaignsHeader, td.PageManagerHeader, tr.PageManagerHeader, .Profile {
	/*font-size: 12px;*/
	color: #000000;
	padding: 2px 5px 2px 5px;
	border: 1px solid #CCCCCC;
}

.Instructions {
	/*font-size: 12px;*/
	color: #000000;
	padding: 2px 5px 2px 5px;
	border: 1px solid #CCCCCC;
}

.DataGridHeader {
	font-weight : normal;
}

.EventDonationDetail {
	width:250px;
}
	
/* base */
a, a:link, a:visited, a:active, a:hover {
	color: #990000;
}

table, tr, td {
	/*font-size: 12px;*/
	color: #000000;
}	
td.header, tr.header {
	/*font-size: 12px;*/
	background-color: #E4E4E4;
	color: #000000;
}

td.inverse, tr.inverse {
	/*font-size: 12px;*/
	color: #33466E;
}
body {
	background-color:#E8E8E9;
	margin:8px 8px 8px 8px;
}

h1, h2, h3, h4, h5, .PageTitleHeader, .PageSubTitleHeader {
	COLOR: #000000; 
}
h1 {}
h2, .PageTitleHeader {
	font-size: 14px;
	font-weight: bold;
}
h2 {
	margin-bottom: 0px;
	margin-top: 0px;
}
h3, .PageSubTitleHeader {font-size: 12px;}
h3 {
	margin-bottom: 0px;
	margin-top: 0px;
}
h4 {}
h5 {}

input,select,textarea {
	/*font-size: 12px;*/
}

button {
	cursor: hand;
}

button.hover {
	cursor: hand;
}
ol,ul,li{
	/*font-size: 12px;*/
}
sup {
	font-size: 8px;
}

/*  core */

input.button, a.button, a.button:visited, a.button:link, a.button:active, div.button, span.button {
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	color: #000000;
	background-color: #CCCCCC;
	cursor: hand;
}

input.buttoninverse, a.buttoninverse, a.buttoninverse:visited, a.buttoninverse:link, a.buttoninverse:active, div.buttoninverse, span.buttoninverse {
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	color: #000000;
	background-color: #CCCCCC;
	cursor: hand;
}

a.linkbutton, a.linkbutton:visited, a.linkbutton:link, a.linkbutton:hover, a.linkbutton:active {
	/*font-size: 12px;*/
	font-weight: normal;
	text-decoration: none;
	color: #000000;
	padding: 0px 4px 0px 4px;
}

.HelpButton {
	/*font-size: 12px;*/
	color: #ffffff;
	background-color: #8E9296;
	border: solid;
	border-width: 1px;
	border-color: #ffffff;
	padding: 2px;
	font-weight: bold;
	width: 48px;
	text-align: center;
}

.Error {
	/*font-size: 12px;*/
	color: #FF0100;
	background-color : #ffffff;
	border: solid;
	border-width : 1px;
	padding: 2px 5px 2px 5px;
	border-color : #FF0100;
}

.Success {
	/*font-size: 12px;*/
	color: #000000;
	border: solid;
	border-width: 1px;
	padding: 2px 5px 2px 5px;
	border-color: #c42830;
}

.DataGridAltItem {
	background: #e8e8e8;
}

.DataGridPager {
	font-weight: bold;
	letter-spacing: 3px;
	line-height: 20px;
	text-align: right;
}

/*profile */

.ProfileHeader {
	font-weight : bold;
	/*font-size: 12px;*/
}

.ProfilePageTabHeadings {
	/*font-size: 12px;*/
	font-weight:bold;
}


/* search */

.SearchResultsDataGridAltItem {
	background: #e8e8e8;
}

.SearchResultsDataGridPager {
	font-weight: bold;
	letter-spacing: 3px;
	line-height: 50px;
}

/* message boards */

table.HotTopics {
	width:250px;
}

.MsgItem {
	background-color: #cccccc;
}

.MsgItemSubject {
	background-color: #cccccc;
}

.MsgItemInverse {
	background-color: #e8e8e8;
}

.MsgItemSubjectInverse {
	background-color: #e8e8e8;
}	
	
.LastPostingText {
	font-size: 10px;
	font-style: italic;
	color: #6B6B6B;
}

.BadWordHighlight {
	font-weight: bold;
	color: #c42830;
}
.MsgsReplyText {
	font-size: 10px;
}
.MsgsDates {
	/*font-size: 12px;*/
}

/* file library */
.FileLibFileDetails {
	/*font-size: 12px;*/
	background-color: #BCB8B8;
	width: 250px;
	padding: 2px 5px 2px 5px;
}
.FileLibraryFileList {
	/*font-size: 12px;*/
	color: #000000;
	background-color: #E4E4E4;
	width: 250px;
	padding: 2px 5px 2px 5px;
}
/* news */
/* events */
td.StoreItemHeader {
	border-color: #666666;
}

/* donations */

.DonationPaymentAmount {
	/*font-size: 12px;*/
	color: #000000;
	background-color: #E4E4E4;
	border: solid;
	border-width: 1px;
	padding: 2px 5px 2px 5px;
	border-color: #0057F;
}

/* left navigation */
.navheadercontainer, .navheaderselectedcontainer {
	border-bottom:1px solid #BE614D;
	text-align: right;
}
.navcontainer, .navselectedcontainer{
	border-bottom: 1px solid #86A1BE;
	text-align: right;
}

a.navheader, a.navheader:link, a.navheader:active, a.navheader:visited, a.navheader:hover {
	padding: 5px;
	FONT-WEIGHT: bold; 
	FONT-SIZE: 11px; 
	COLOR: #ffffff;
	text-decoration: none; 
	background-color: transparent;
	display: block;
}
.navheaderselected, a.navheaderselected, a.navheaderselected:link, a.navheaderselected:active, a.navheaderselected:visited, a.navheaderselected:hover {
	padding: 5px;
	FONT-WEIGHT: bold; 
	FONT-SIZE: 11px; 
	COLOR: #ffffff;
	text-decoration: none; 
	background-color: transparent;
	display: block;
}
a.navheader:hover, a.navheaderselected:hover {
	background-color: #86A1BE;
}
a.nav, a.nav:link, a.nav:active, a.nav:visited, a.nav:hover {
	padding: 5px;
	FONT-WEIGHT: normal; 
	FONT-SIZE: 11px; 
	COLOR: #ffffff;
	text-decoration: none; 
	background-color: transparent;
	display: block;
}
a.navselected, a.navselected:link, a.navselected:active, a.navselected:visited, a.navselected:hover {
	padding: 5px;
	FONT-WEIGHT: normal; 
	FONT-SIZE: 11px; 
	COLOR: #ffffff;
	text-decoration: none; 
	background-color: transparent;
	display: block; 
}
a.nav:hover, a.navselected:hover {
	background-color: #86A1BE;
}
/* top navigation */
/* pagemanager */
table.PageManager {
	border: solid;
	border-width : 0px;
	border-color : #002963;
}
/* photo albums */
/* communications utility */
table.CommUtil {
	/*width: 560px;*/
}
td.CommUtilHeader {
	background-color:#CCCCCC;
	color:#FFFFFF;
}
/* community specific */
#ContentLeftBlock {
	background-color:#990000;
	width: 166px;
	border-bottom:5px solid #000000;
}
#ContentLeftPhoto img {
	border-bottom: 5px solid #ffffff;
}
#MainTable {
	background-color: #ffffff;
	border: 1px solid #33466E;
}
#ContentQSFooter {
	background-color: #990000;
	padding: 10px;
	text-align: center;
	color: #ffffff;
}
#ContentQSFooter a:link, #ContentQSFooter a:visited, #ContentQSFooter a:active, #ContentQSFooter a:hover {
	color: #ffffff;
}
#ContentMemberTools {
	background-color: #33466E;
}
#ContentColumn3 {
	background-color: #C2D0DE;
	width: 166px;
}

td.module1 {
background-color:#CCCCCC;
border:1px solid #666666;
padding:3px;
}
td.module1 div span h2 {
	background-color: #990000;
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	padding: 2px; 	
}
td.module2 {
	background-color: #DBD2A1; 
	padding: 3px; 
	border: 1px solid #BFB400;
}
td.module2 div span h2 {
	background-color: #990000;
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	padding: 2px; 	
}
td.module3 {
background-color:#f3e9b3;
border:1px solid #000000;
padding:3px;
}
td.module3 div span h2 {
background-color:#990000;
color:#FFFFFF;
font-size:11px;
font-weight:bold;
padding:2px
}
body, td, p {
	font-size: 11px;
}
/* member tools  */
.MTonline, .MTfriends, .MTLinkscontainer, .MTnotes {
	float: left;
	border-right: 1px solid #86A1BE;
}
a.MT:link, a.MT:hover, a.MT:visited, a.MT:active,
a.MTLinks:link, a.MTLinks:visited, a.MTLinks:active, 
a.MTLinksselected:link, a.MTLinksselected:visited, a.MTLinksselected:active {
	display: block;
	padding: 5px 10px 5px 10px;
	font-size: 10px;
	color: #ffffff;
	background-color: transparent;
	text-decoration: none;
}
a.MTLinks:hover, a.MT:hover, a.MTLinksselected:hover{
	display: block;
	padding: 5px 10px 5px 10px;
	font-size: 10px;
	color: #ffffff;
	background-color: #86A1BE;
	text-decoration: none;
}
table.GridContainer {
	background-color: #ffffff;
	border: 1px solid #000000;
	margin: 10px;

}
table.Grid {background-color: #ffffff;}
/* grid header styles */
tr.GridHeader {
	background-color: #CCCCCC;	
}
tr.GridHeader td {
	color: #000000;
	/*font-family: arial,verdana, sans-serif;*/
	/*font-size: 12px;*/
	font-weight: bold;
}
tr.GridHeader td a, tr.GridHeader td a:link, tr.GridHeader td a:visited, tr.GridHeader td a:hover, tr.GridHeader td a:active{
	color: #000000;
	/*font-family: arial,verdana, sans-serif;*/
	/*font-size: 12px;*/
	font-weight: bold;
	text-decoration: underline;
}
/* grid item styles */
tr.GridItem {background-color: #ffffff;}
tr.GridItem td {
	color: #000000;
	/*font-family: arial,verdana, sans-serif;*/
	/*font-size: 12px;*/
	font-weight: normal;
}
tr.GridItem td a, tr.GridItem td a:link, tr.GridItem td a:visited, tr.GridItem td a:hover, tr.GridItem td a:active{
	color: #000000;
	/*font-family: arial,verdana, sans-serif;*/
	/*font-size: 12px;*/
	font-weight: normal;
	text-decoration: underline;
}
/* grid alt item styles */
tr.GridAltItem {background-color: #e8e8e8;}
tr.GridAltItem td {
	color: #000000;
	/*font-family: arial,verdana, sans-serif;*/
	/*font-size: 12px;*/
	font-weight: normal;
}
tr.GridAltItem td a, tr.GridAltItem td a:link, tr.GridAltItem td a:visited, tr.GridAltItem td a:hover, tr.GridAltItem td a:active{
	color: #000000;
	/*font-family: arial,verdana, sans-serif;*/
	/*font-size: 12px;*/
	font-weight: normal;
	text-decoration: underline;
}
/* grid pager styles */
tr.GridPager {background-color: #FFFFFF;}
tr.GridPager td, tr.GridPager td span {
	color: #000000;
	/*font-family: arial,verdana, sans-serif;*/
	/*font-size: 12px;*/
	font-weight: bold;
	
}
tr.GridPager td a, tr.GridPager td a:link, tr.GridPager td a:visited, tr.GridPager td a:hover, tr.GridPager td a:active{
	color: #000000;
	/*font-family: arial,verdana, sans-serif;*/
	/*font-size: 12px;*/
	font-weight: bold;
	text-decoration: underline;
}

/* Top Nav ----------------------------------------------------*/

#ContentTopNav, #ContentTopNav ul { padding:0; margin:0; list-style:none; background:#990000; float:left; width:100%;}
#ContentTopNav li { float:left; padding:0; margin:0;}
#ContentTopNav li a { display:block; font:bold 12px Arial, Helvetica, sans-serif; color:#fff; padding:5px 15px;  text-decoration:none;}
#ContentTopNav li:hover, #ContentTopNav li.sfHover {}

/* Second Level Groups */
#ContentTopNav li ul { position: absolute; left: -999999px; margin:0; background:#990000; float:none; width:170px; z-index:999;}
#ContentTopNav li li { width: 170px;}
#ContentTopNav li li a { padding:2px 10px; width:130px; _width:150px;}
#ContentTopNav li li a:hover { text-decoration:underline;}
#ContentTopNav li li:hover, #ContentTopNav li li.sfHover {}

/* Third Level Groups */
#ContentTopNav li li ul { margin:-20px 0 0 150px}

/* The Magic */
#ContentTopNav li:hover ul ul,
#ContentTopNav li:hover ul ul ul,
#ContentTopNav li.sfhover ul ul,
#ContentTopNav li.sfhover ul ul ul { left: -999em;}

#ContentTopNav li:hover ul,
#ContentTopNav li li:hover ul,
#ContentTopNav li li li:hover ul,
#ContentTopNav li.sfhover ul,
#ContentTopNav li li.sfhover ul,
#ContentTopNav li li li.sfhover ul { left: auto;}

/*Fix for the Sticking*/
#ContentTopNav  li:hover,
#ContentTopNav  li li:hover,
#ContentTopNav  li li li:hover,
#ContentTopNav  li.sfhover,
#ContentTopNav  li li li.sfhover,
#ContentTopNav  li li.sfhover { position:static;}

/* Member Tools ----------------------------------------------------*/
#ContentMemberTools {margin:0px;padding:5px 0; background:#000000;}
#ContentMemberTools ul {list-style:none;margin:0;padding:0;float:left;}
#ContentMemberTools li {border-left:1px solid #FFFFFF;float:left;padding:0 10px;}
/*#ContentMemberTools li#Logout {border-left:medium none;}*/
#ContentMemberTools li#FirstTimeLogin {border-left:medium none;}
#ContentMemberTools a {color:#FFFFFF;display:block;font-size:10px;line-height:14px;padding:0;text-align:center;text-decoration:none;}

/* Left Nav ----------------------------------------------------*/

#ContentLeftNav {margin:0px;padding:5px 0; border-top:5px solid #000000; float:left; width:100%;}
#ContentLeftNav ul {float:left;list-style:none;margin:0;padding:0;width:100%;}
#ContentLeftNav li {padding:0; margin:0;}
#ContentLeftNav a {color:#FFFFFF;display:block;font-size:10px;line-height:14px;padding:0;text-align:center;text-decoration:none; border-bottom:#FFFFFF 1px solid;}

ul#ContentBreadCrumbs{padding:0;margin:5px 0 10px 0;list-style:none;float:left;}
ul#ContentBreadCrumbs li{padding:0;margin:0;float:left;}
ul#ContentBreadCrumbs li a{display:block;text-decoration:none;font-size:.8em;padding:2px 6px 2px 8px;background:url(images/bcArw.gif) no-repeat center left;}
ul#ContentBreadCrumbs li#bcFirst a{background:none;padding-left:0;}
ul#ContentBreadCrumbs li.navselected a{font-weight:bold;}

#ContentRight{ width:166px;}
#ContentMiddleLayoutRight{ width:166px;}

#ContentMiddle {width:635px;}

.start #ContentMiddle {margin:0 0 -5px;}

.Tlogin{/* padding:5px 5px 0;*/ margin:0 0 -5px 0; *margin:0 0 -10px 0;}

#tblLogin td{ vertical-align:top;}

.imgwrap { width:156px; padding:5px 5px 0 5px; margin:0; background:#990000; text-align:center;}
#ContentImgRot{ border:1px solid #000000; background:#F3E9B3; padding:3px; text-align:center;}