.expand {
	background-color: #008000;
	float: none;
	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: 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 {}

.DataGridHeader {
	font-weight : normal;
}

.EventDonationDetail {
	width:250px;
}
	
/* base */
a, a:link, a:visited, a:active, a:hover {
	color: #008000;
}

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: #008000;
}
body {
	font-size: 12px;
	color: #000000;
	margin: 0px;
	background-color: #999999;
}

h1, h2, h3, h4, h5, .PageTitleHeader, .PageSubTitleHeader {
	font-family: "Times New Roman", Times, serif; 
}
h1, .PageTitleHeader {
	font-size: 24px;
	COLOR: #008000;
}
h2, .PageSubTitleHeader {font-size: 18px;}
h2 {
	margin-top: 0px;
	COLOR: #008000;
}
h3 {
	font-size: 12px;
	COLOR: #008000;
	}
h3 {
	margin-bottom: 0px;
	margin-top: 0px;
}
h4 {font-size: 14px;}
h5 {font-size: 14px;}

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;
}
.error {width:auto!important;}

.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 */
a.nav1:link, a.nav1:visited, a.nav1:active, a.nav1:hover {
	color: #ffffff;
	text-decoration: none;
	background-image: url(images/nav_pipe.gif);
	background-repeat: no-repeat;
	background-position: top right;
	font-size: 12px;
	height: 24px;
	vertical-align: middle;
	line-height: 23px;
	padding: 0px 18px 0px 18px;
	display: block;
}
a.nav1:hover, a.nav1selected, a.nav1selected:hover, a.nav1selected:link {
	color: #008000;
	text-decoration: none;
	background-image: url(images/nav1_hover_bg.gif);
	background-repeat: repeat-x;
	background-position: top right;
	font-size: 12px;
	height: 24px;
	vertical-align: middle;
	line-height: 23px;
	padding: 0px 18px 0px 18px;
	display: block;
}

.nav2container, .nav2selectedcontainer {
	padding: 10px;
	border-bottom: 1px solid #DBDBDB;
}
.nav3container, .nav3selectedcontainer{
	padding: 10px 10px 10px 20px;
	border-bottom: 1px solid #DBDBDB;
}

a.nav2, a.nav2:link, a.nav2:active, a.nav2:visited, a.nav2:hover {
	FONT-WEIGHT: normal; 
	FONT-SIZE: 12px; 
	COLOR: #008000;
	text-decoration: none;
}
.nav2selected, a.nav2selected, a.nav2selected:link, a.nav2selected:active, a.nav2selected:visited, a.nav2selected:hover {
	FONT-WEIGHT: bold; 
	FONT-SIZE: 12px; 
	COLOR: #008000;
	text-decoration: none; 
}
a.nav2:hover, a.nav2selected:hover {
	color: #CECECE;
}
a.nav3, a.nav3:link, a.nav3:active, a.nav3:visited, a.nav3:hover {
	FONT-WEIGHT: normal; 
	FONT-SIZE: 12px; 
	COLOR: #008000; 
	text-decoration: none;
}
a.nav3selected, a.nav3selected:link, a.nav3selected:active, a.nav3selected:visited, a.nav3selected:hover {
	FONT-WEIGHT: bold; 
	FONT-SIZE: 12px; 
	COLOR: #008000;
	text-decoration: none; 
}
a.nav3:hover, a.nav3selected:hover {
	color: #CECECE;
}
/* 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 */
#ContentTopNav {
	background-image: url(images/top_nav_bg.gif);
	background-repeat: no-repeat;
	background-position: top right;
	height: 24px;
}
#ContentLeft {
	width: 154px;
	margin: 0px 14px 0px 14px;
}
#ContentMasthead {
	background-image: url(images/masthead_bg.jpg);
	background-repeat: no-repeat;
}
#ContentFooter p {
	color: #999999;
	font-size: 11px;
	font-style: italic;
	margin-bottom: 10px;
}
#ContentFooter p {
	color: #999999;
	font-size: 11px;
	font-style: italic;
	margin-bottom: 10px;
}
#ContentMastheadLinks p, #ContentMastheadLinks p a:link, #ContentMastheadLinks p a:visited, #ContentMastheadLinks p a:active, #ContentMastheadLinks p a:hover {
	color: #999999;
	font-size: 11px;
	text-decoration: none;
}
#ContentRightContainer {
	
}
#ContentRight1 {
	background-image: url(images/rt_bg.jpg);
	background-repeat: repeat-y;
}
#ContentRight1 p {

}
#ContentRight2 {
	background-image: url(images/change_bg.jpg);
	background-position: top;
	background-repeat: no-repeat;
	width: 241px;
	height: 132px;
}

#ContentLeftLinks {
	padding-left: 28px;
}
#ContentLeftLinks, #ContentLeftLinks a:link, #ContentLeftLinks a:visited, #ContentLeftLinks a:active, #ContentLeftLinks a:hover {
	font-size: 12px;
	color: #008000;
	text-decoration: none;
}
#ContentLeftLinks2 {
	padding-left: 28px;
}
#ContentLeftLinks2, #ContentLeftLinks2 a:link, #ContentLeftLinks2 a:visited, #ContentLeftLinks2 a:active, #ContentLeftLinks2 a:hover {
	font-size: 12px;
	color: #008000;
	text-decoration: none;
}

.start h1 {
	font-weight: normal;
	font-style: italic;
	font-size: 24px;
	padding: 0px 15px 0px 15px;
}
.start h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	margin-bottom: 0px;
	padding: 0px 15px 0px 15px;
}
.start p {
	font-size: 11px;
	line-height: 16px;
	margin-top: 0px;
	padding: 0px 15px 0px 15px;
}

/* member tools  */
#ContentMemberTools {
	padding-left: 28px;
}
.MTonline, .MTfriends, .MTnotes, .MTLinkscontainer {
	float: none;
	padding: 10px;
}
a.MT {
	font-size: 12px;
	text-decoration: none;
}
a.MT:link, a.MT:hover, a.MT:visited, a.MT:active{
	font-size: 12px;
	color: #008000;
	text-decoration: none;
}
	a.MTLinks:link, a.MTLinks:visited, a.MTLinks:active {
	font-size: 12px;
	color: #008000;
	text-decoration: none;
}
a.MTLinks:hover, a.MT:hover, a.MTLinksselected:hover{
	font-size: 12px;
	color: #CECECE;
}
a.MTLinksselected:link, a.MTLinksselected:visited, a.MTLinksselected:active {
	font-size: 12px;
	text-decoration: none;
	color: #008000;
}
#ContentSubgroup {
	width: 154px;
	margin: 15px 14px 15px 14px;
}
#ContentSubgroup select {
	width: 150px;
	font-size: 11px;
}
option {
	font-size: 11px;
}
