.expand img {
	background-color: #11297B;
	float: none;
	display: block;
}
.expand {
	background-color: #11297B;
}
/* 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: 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: #336699;
}

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: #11297B;
}
body {
	font-size: 12px;
	color: #000000;
}

h1, h2, h3, h4, h5, .PageTitleHeader, .PageSubTitleHeader {
	font-family: Georgia, "Times New Roman", Times, serif;
	COLOR: #770000;
	text-transform: uppercase;
	font-weight: bold; 
}
h1, .PageTitleHeader {
	font-size: 16px;
}
h2 {
	font-size: 14px;
	font-weight: bold;
}
h2 {margin-bottom: 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, .error {
	display: block;
	padding: 5px 0 5px 25px;
	color:  #BF0000;
	background-color: #FFE8E8;
	background-image: url(/images/icons/v2/common/exclamation.gif);
	background-repeat: no-repeat; 
	background-position: 2px;
	border: 1px solid #BF0000;
}
.Success, .success {
	display: block;
	padding: 5px 0 5px 25px;
	color:  #008000;
	background-color: #D0E8D0;
	background-image: url(/images/icons/v2/common/accept.gif);
	background-repeat: no-repeat;
	background-position: 3px 2px;
	border: 1px solid #008000;
}

.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 {
	padding-left: 10px;
	text-align: right;
	padding-right: 3px;
}
.navcontainer, .navselectedcontainer{
	padding-left: 10px;
	text-align: right;
	padding-right: 3px;
}

a.navheader, a.navheader:link, a.navheader:active, a.navheader:visited, a.navheader:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	FONT-WEIGHT: bold; 
	FONT-SIZE: 10px; 
	COLOR: #9A8963;
	text-decoration: none;
}
.navheaderselected, a.navheaderselected, a.navheaderselected:link, a.navheaderselected:active, a.navheaderselected:visited, a.navheaderselected:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	FONT-WEIGHT: bold; 
	FONT-SIZE: 10px; 
	COLOR: #9A8963;
	text-decoration: none; 
}
a.navheader:hover, a.navheaderselected:hover {
	
}
a.nav, a.nav:link, a.nav:active, a.nav:visited, a.nav:hover {
	font-family: Georgia, "Times New Roman", Times, serif;	
	FONT-WEIGHT: normal; 
	FONT-SIZE: 10px; 
	COLOR: #9A8963; 
	text-decoration: none;
}
a.navselected, a.navselected:link, a.navselected:active, a.navselected:visited, a.navselected:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	FONT-WEIGHT: normal; 
	FONT-SIZE: 10px; 
	COLOR: #9A8963;
	text-decoration: none; 
}
a.nav:hover, a.navselected:hover {
	
}
/* 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 */

/* member tools  */
.MTonline, .MTfriends, .MTnotes, .MTLinkscontainer {
	padding-left: 10px;
	text-align: right;
	padding-right: 3px;
}
a.MT {
	font-family: Georgia, "Times New Roman", Times, serif;	
	FONT-WEIGHT: normal; 
	FONT-SIZE: 10px; 
	COLOR: #9A8963; 
	text-decoration: none;
}
a.MT:link, a.MT:hover, a.MT:visited, a.MT:active{
	font-family: Georgia, "Times New Roman", Times, serif;	
	FONT-WEIGHT: normal; 
	FONT-SIZE: 10px; 
	COLOR: #9A8963; 
	text-decoration: none;
}
a.MTLinks:link, a.MTLinks:visited, a.MTLinks:active {
	font-family: Georgia, "Times New Roman", Times, serif;	
	FONT-WEIGHT: normal; 
	FONT-SIZE: 10px; 
	COLOR: #9A8963; 
	text-decoration: none;
}
a.MTLinks:hover, a.MT:hover, a.MTLinksselected:hover{}
a.MTLinksselected:link, a.MTLinksselected:visited, a.MTLinksselected:active {
	font-family: Georgia, "Times New Roman", Times, serif;	
	FONT-WEIGHT: normal; 
	FONT-SIZE: 10px; 
	COLOR: #9A8963; 
	text-decoration: none;
}
        #ContentLeftNavTop {width:200px;}
        #ContentLeftNavTop ul {margin:0px;padding:0px 0px 0px 0px;}
#ContentLeftNavTop li {display:none;padding:0px;margin:0px;}
#ContentLeftNavTop li a{display:none;}
#ContentLeftNavTop li li a{display:none;}
#ContentLeftNavTop li.mainNav {display:block;}
#ContentLeftNavTop li.mainNav li{display:block;}
	#ContentLeftNavTop li.mainNav a{width:190px;display:block;height:1%;padding:5px;color:#555;text-decoration:none;background-color:#ffd458;text-align:right;text-transform:uppercase;}
	#ContentLeftNavTop li.mainNav a:hover {text-decoration:underline;background-color:#FFEBB2;background-image:none;color:#000;text-decoration:none;}

        #ContentLeftNavTop li.mainNav ul{display:block;margin:0px;padding:0px 0px 0px 0px;}
	#ContentLeftNavTop li.mainNav li{list-style-type:none;margin:2px 0px;}
	#ContentLeftNavTop li.mainNav li a{width:190px;display:block;height:1%;padding:5px;color:#555;text-decoration:none;background-color:#ffd458;text-align:right;}
	#ContentLeftNavTop li.mainNav li a:hover {text-decoration:underline;background-color:#FFEBB2;background-image:none;color:#000;text-decoration:none;}

/* Second Level Groups */
	#ContentLeftNavTop li.mainNav li ul {position: absolute; left: -999999px; margin:-27px 0px 0px 199px;float:none; width:150px;padding:0px;border:2px solid #fff;border-bottom:none;}
	#ContentLeftNavTop li.mainNav li li {margin:0px;padding:0px;}
	#ContentLeftNavTop li.mainNav li li a { padding:0px;height:1%;padding:4px 5px 5px 5px;border:none;width:140px;font-weight:normal;color:#555;border-bottom:2px solid #fff;background-color:#ffd458;}
	#ContentLeftNavTop li.mainNav li li:hover, #ContentLeftNavTop li li.sfHover {padding:0px; background-color: #FFEBB2;}
	
	/* Third Level Groups */
	#ContentLeftNavTop li.mainNav li li ul { margin:-27px 0 0 149px}
	
	/* The Magic */
	#ContentLeftNavTop li li:hover ul ul,
	#ContentLeftNavTop li li:hover ul ul ul,
	#ContentLeftNavTop li li.sfhover ul ul,
	#ContentLeftNavTop li li.sfhover ul ul ul { left: -999em;}
	
	#ContentLeftNavTop li li:hover ul,
	#ContentLeftNavTop li li li:hover ul,
	#ContentLeftNavTop li li li li:hover ul,
	#ContentLeftNavTop li li.sfhover ul,
	#ContentLeftNavTop li li li.sfhover ul,
	#ContentLeftNavTop li li li li.sfhover ul { left: auto;}
	
	#ContentLeftNavTop ul#nav2 li.popLinksNav a{display:none;}
/**** contentleft *****/
#ContentLeft {}
#ContentLeft ul {padding-left:10px;padding-right:3px;text-align:right;}
#ContentLeft li {list-style-type:none;}
#ContentLeft li a{color:#9A8963;font-family:Georgia,"Times New Roman",Times,serif;font-size:10px;text-decoration:none;}
#ContentLeft li a:hover{text-decoration:underline;}
#ContentLeft li.stronG {font-weight:bold;}
#ContentLeft li.mainNav {display:none;}

#ContentLeft #nav3 li a {font-weight:bold}
#ContentLeft #nav4 li a {font-weight:normal}

#ContentMemberTools {}
#ContentMemberTools ul {padding-left:10px;padding-right:3px;text-align:right;}
#ContentMemberTools li {list-style-type:none;}
#ContentMemberTools li a{color:#9A8963;font-family:Georgia,"Times New Roman",Times,serif;font-size:10px;text-decoration:none;}
#ContentMemberTools li a:hover{text-decoration:underline;}

#ContentPopularLinks {margin:0px;padding:0px;}
#ContentPopularLinks ul {text-align:right;margin:0px;padding:0px;}
#ContentPopularLinks li {list-style-type:none;margin:3px 0px;}
#ContentPopularLinks li a{width:196px;color:#fff;font-family:Arial, Helvetica, Verdana, Sans-serif;font-size:10px;background-color:#2333a4;text-align:right;padding:2px;display:block;text-decoration:none;text-transform:uppercase;}
#ContentPopularLinks li a:hover{text-decoration:none;background-color:#BDC3E5;}