.expand img {
	background: #006400;
	float: none;
	display: block;
}
.expand {
	background: #006400;
}

.Error, .error {
	display: block;
	padding: 5px 0 5px 25px;
	color:  #BF0000;
	background:#FFE8E8 url(/images/icons/v2/common/exclamation.gif) no-repeat 2px;
	border: 1px solid #BF0000;
}
.Success, .success {
	display: block;
	padding: 5px 0 5px 25px;
	color:  #008000;
	background:#D0E8D0 url(/images/icons/v2/common/accept.gif) no-repeat 3px 2px;
	border: 1px solid #008000;
}

/* 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 issue */
.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: 540px;
}

/* box settings */
.DataGridHeader, .EventsHeader, .EventDonationDetail, .CampaignsHeader, td.PageManagerHeader, tr.PageManagerHeader, .Profile {
	font-size: 12px;
	background-color: #ffffff;
	color: #000000;
	padding: 2px 5px 2px 5px;
	border: 1px solid #E5E5E5;
}

.instructions {
	font-size: 12px;
	background-color: #ffffff;
	color: #000000;
	padding: 2px 5px 2px 5px;
	border: 1px solid #E5E5E5;
}

.DataGridHeader {
	font-weight : normal;
}

.EventDonationDetail {
	width:270px;
}
	
/* base */
a, a:link, a:active, a:visited, a:hover {
	color: #006400;
	font-size: 12px;
}
a:hover {
	text-decoration: underline;
}
table, tr, td {
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}	

td.header, tr.header {
	font-size: 12px;
	color: #ffffff;
	background-color : #000000;	
}

td.inverse, tr.inverse {
	font-size: 12px;
	color: #000000;
	background-color : #E5E5E5;
}

body {
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

	h1, h2, h3, h4, h5, .pagetitleheader, .pagesubtitleheader {
		color: #006400;
	}
	h1, .pagetitleheader  {font-size: 21px;}
	h2, .pagesubtitleheader {font-size: 18px;}
	h3 {font-size: 15px;}
	h4 {font-size: 12px;}
	h5 {font-size: 12px;}	

button {
	cursor: hand;
}
button.hover {
	cursor: hand;
}
input,select,textarea {
	font-size: 11px;
}
ol,ul,li{
	color: #000000;
	list-style: square;
}

sup {
	font-size: 8px;
}

/*  core */

input.button, a.button, a.button:visited, a.button:link, a.button:active, div.button, span.button {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	color: #ffffff;
	background-color : #006400;	
	border: solid;
	border-width : 1px;
	border-color : #000000;
   padding : 1px;
	cursor: hand;
}

input.buttoninverse, a.buttoninverse, a.buttoninverse:visited, a.buttoninverse:link, a.buttoninverse:active, div.buttoninverse, span.buttoninverse {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	color: #ffffff;
	background-color : #004B00;	
	border: solid;
	border-width : 1px;
	border-color : #000000;
   padding : 1px;
	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 : #FF0100;
	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 : #285483
}

.DataGridAltItem {
	background: #E5E5E5;
}

.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: #E5E5E5;
}

.SearchResultsDataGridPager {
	font-weight: bold;
	letter-spacing: 3px;
	line-height: 50px;
}

/* message boards */

table.HotTopics {
	width:270px;
}

.MsgItem {
	background-color: #E5E5E5;
}

.MsgItemSubject {
	background-color:#ffffff;
}

.MsgItemInverse {
	background-color: #E5E5E5;
}

.MsgItemSubjectInverse {
	background-color:#ffffff;
}	
	
.LastPostingText {
	font-size: 10px;
	font-style: italic;
	color: #000000;
}

.BadWordHighlight {
	font-weight: bold;
	color: Red;
}

.MsgsReplyText {
	font-size: 10px;
}

.MsgsDates {
	font-size: 12px;
}

/* file library */

.FileLibFileDetails {
	font-size: 12px;
	color: #000000;
	background-color : #E5E5E5;
	width : 150px;
	padding: 2px 5px 2px 5px;
}

.FileLibraryFileList {
	font-size: 12px;
	color: #000000;
	background-color : #ffffff;
	border: solid;
	border-width : 1px;
	border-color : #285483;
	width : 300px;
	padding: 2px 5px 2px 5px;
}

/* news */
/* events */
td.StoreItemHeader {
	border-color: #285483;
	border-bottom: 1px solid;
}

/* donations */

.DonationPaymentAmount {
	font-size: 12px;
	color: #000000;
	background-color :#ffffff;
	border: solid;
	border-width : 1px;
	padding: 2px 5px 2px 5px;
	border-color : #285483;
}

/* left navigation */
div.navheadercontainer, div.navheadercontainerselected {
		padding-left: 8px;
		padding-top: 7px;
}
.navcontainer, .navselectedcontainer, .navcontainerselected {
		padding-left: 8px;
		padding-top: 7px;
}	
a.navheader, a.navheader:link, a.navheader:visited, a.navheader:active, a.navheader:hover {
		font-family: verdana;
		font-size: 11px;
		color: #ffffff;
		text-decoration: none;
		font-weight: bold;
		text-transform: capitalize;
}
a.navheaderselected, a.navheaderselected:link, a.navheaderselected:visited, a.navheaderselected:active, a.navheaderselected:hover {
		font-family: verdana;
		font-size: 11px;
		color: #ffffff;
		text-decoration: none;
		font-weight: bold;
		text-transform: capitalize;
}
a.nav, a.nav:link, a.nav:visited, a.nav:active, a.nav:hover {
		font-family: verdana;
		font-size: 11px;
		color: #FFC400;
		text-decoration: none;
		font-weight: normal;
		text-transform: lowercase;	
}
a.navselected, a.navselected:link, a.navselected:visited, a.navselected:active, a.navselected:hover {
		font-family: verdana;
		font-size: 11px;
		color: #FFC400;
		text-decoration: none;
		font-weight: bold;
		text-transform: lowercase;	
}
a.nav:hover, a.navselected:hover, a.navheaderselected:hover, a.navheader:hover  {
	text-decoration: underline;
}    
/* top navigation */
/* pagemanager */
table.PageManager {
	border: solid;
	border-width : 0px;
	border-color : #285483;
}
/* photo albums */
/* communications utility */
table.CommUtil {
	width: 540px;
}
td.CommUtilHeader {
	background-color:#000000;
	color:#FFFFFF;
}
/* community specific */
	div.home {
		padding-left: 8px;
		font-family: verdana;
		font-size: 11px;
		color: #ffffff;
		text-decoration: none;
		font-weight: normal;
		text-transform: capitalize;
	}
	div.home a:link, div.home a:active, div.home a:visited, div.home a:hover  {
		font-family: verdana;
		font-size: 11px;
		color: #ffffff;
		text-decoration: none;
		font-weight: normal;
		text-transform: capitalize;	
	}
	div.home a:hover {
		text-decoration: underline;
	}
		td.footer {
		font-family: verdana;
		font-size: 10px;
		color: #006400;
		text-decoration: none;
		font-weight: normal;
		padding-top: 40px;
		padding-bottom: 10px;	
	}
	td.footer a {
		font-family: verdana;
		font-size: 10px;
		color: #006400;	
	}
/* member tools  */
.MTonline, .MTfriends, .MTnotes, .MTLinkscontainer {
	float: left;
	padding-left: 5px;
	padding-right: 5px;
	padding-top:3px;
	padding-bottom: 4px;
}
a.MT {
	font-size: 11px;
	text-decoration: none;
}
a.MT:link, a.MT:visited, a.MT:active{
	font-size: 11px;
	text-decoration: none;
	color: #ffffff;
}
a.MT:hover {
	font-size: 11px;
	color: #FFC400;
	text-decoration: underline;
}	
a.MTLinks:link, a.MTLinks:visited, a.MTLinks:active {
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
}
a.MTLinks:hover {
	font-size: 11px;
	color: #FFC400;
	text-decoration: underline;
}
a.MTLinksselected:link, a.MTLinksselected:visited, a.MTLinksselected:active {
	font-size: 11px;
	text-decoration: none;
	color: #ffffff;
}
a.MTLinksselected:hover {
	font-size: 11px;
	color: #FFC400;
	text-decoration: underline;
}
