.expand img {
	background: #000;
	float: none;
	display: block;
}
.expand {
	background: #000}

.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: 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: 600px;
}

	
a:link {
	color: #990000;
	text-decoration: underline;
}

a:visited {
	color: #990000;
}

a:hover {
	color: #990000;
}

a:active {
	color: #990000;
}

table, tr, td {
	font-size: 12px;
	color: #000000;
}	

td.header, tr.header {
	font-size: 12px;
	color: #ffffff;
	background-color : #000000;	
}

td.inverse, tr.inverse {
	font-size: 12px;
	color: #000000;
	background-color : #cccccc;
}

body {
	color: #000000;
	font-size: 12px;
}

br { }

div { }

h1 {
	color: #000000;
	font-size: 21px;
	font-weight: normal;
}

.PageTitleHeader {
	color: #990000;
	font-size: 18px;
	font-weight: normal;
}
h2 {
	color: #990000;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 2px;
}
h3  {
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	margin-top: 2px;
	margin-bottom: 2px;
}
.PageSubTitleHeader  {
	color: #000000;
	font-size: 16px;
	font-weight: bold;
}
head {
	color: #000000;
	font-size: 12px;
	font-weight: bold;
}

input,select,textarea {
	FONT-SIZE: 11px; 
	FONT-FAMILY: Verdana
}

button {
	cursor: hand;
}

button.hover {
	cursor: hand;
}

nobr { }

ol,ul,li{
	/*color: #000000;*/
	font-size: 12px;
	margin-left: 20px;
	margin-right: 10px;
}

p {}

span { }

sup {
	font-size: 8px;
}

td,th {
	font-size: 12px;
}

/*  core */

input.button, a.button, a.button:visited, a.button:link, a.button:active, div.button, span.button {
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
	color: #ffffff;
	background-color : #000000;	
	border: solid;
	border-width : 1px;
	border-color : #000000;
    padding-left : 0px;
    padding-right : 0px;
	 	 margin-top: 3px;
	cursor: hand;
}

input.buttoninverse, a.buttoninverse, a.buttoninverse:visited, a.buttoninverse:link, a.buttoninverse:active, div.buttoninverse, span.buttoninverse {
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
	color: #ffffff;
	background-color : #000000;
	border: solid;
	border-width : 1px;
	border-color : #ffffff;
    padding-left : 0px;
    padding-right : 0px;
	 	 margin-top: 3px;
	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;
	background-color : #ffffff;
    padding: 0px 4px 0px 4px;
}

.instructions {
	font-size: 12px;
	color: #000000;
	background-color : #cccccc;
	border: solid;
	border-width : 1px;
	border-color : #000000;
	padding: 2px 5px 2px 5px;
}

.HelpButton {
	font-size: 12px;
	color: white;
	background-color : #000000;
	border: solid;
	border-width : 1px;
	border-color : #ffffff;
	padding : 2px;
	font-weight : bold;
	width : 48px;
	text-align : center;
}

.Error {
	font-size: 12px;
	color: #cc0000;
	background-color : #ffffcc;
	border: solid;
	border-width : 1px;
	padding: 2px 5px 2px 5px;
	border-color : #cc0000;
}

.Success {
	font-size: 12px;
	color: #000000;
	background-color : #ffffcc;
	border: solid;
	border-width : 1px;
	padding: 2px 5px 2px 5px;
	border-color : #000000;
}

.DataGrid {
}

.DataGridAltItem {
	background: #cccccc;
}

.DataGridItem {
}

.DataGridPager {
	font-weight: bold;
	letter-spacing: 3px;
	line-height: 20px;
	text-align: right;
}

.DataGridHeader {
	font-size: 12px;
	color: #000000;
	background-color : #cccccc;
	border: solid;
	border-width : 1px;
	border-color : #000000;
	font-weight : bold
}

.DataGridFooter {
}

/*profile */
.ProfileButtons {
}

.Profile {
	font-size: 12px;
	color: black;
	background-color : #ffffff;
	border: solid;
	border-width : 1px;
	border-color : #000000;
	padding: 2px 5px 2px 5px;
}

.ProfileHeader {
	font-weight : bold;
	font-size: 12px;
}

.ProfilePageTabHeadings {
	font-size:14px;
	font-weight:bold;
}

table.Profile {
}

table.ViewProfile {
}

/* search */

.SearchResultsDataGrid {
}

.SearchResultsDataGridAltItem {
	background: #cccccc;
}

.SearchResultsDataGridItem {
}

.SearchResultsDataGridPager {
	font-weight: bold;
	letter-spacing: 3px;
	line-height: 50px;
}

/* message boards */

table.HotTopics {
	width:250px;
}


.MsgItem {
	background-color: #cccccc;
}

.MsgItemSubject {
	background-color: #e8e8e8;
}

.MsgItemInverse {
	background-color: #cccccc;
}

.MsgItemSubjectInverse {
	background-color: #e8e8e8;
}	
	
.LastPostingText {
	font-size: 10px;
	font-style: italic;
	color: #000000;
}

.BadWordHighlight {
	font-weight: bold;
	color: Red;
}

.MessageBoardsDataGrid {
}

.MessageBoardsDataGridAltItem {
	background: #cccccc;
}

.MessageBoardsDataGridItem {
}

.MessageBoardsDataGridPager {
	font-weight: bold;
	letter-spacing: 3px;
	line-height: 20px;
	text-align: right;
}

.MessageBoardsDataGridHeader {
	font-size: 12px;
	color: #000000;
	background-color : #cccccc;
	border: solid;
	border-width : 1px;
	border-color : #000000;
}

.MessageBoardsDataGridFooter {
}

.MsgsReplyText {
	font-size: 10px;
}

.MsgsDates {
	font-size: 12px;
}

/* file library */

.FileLibFileDetails {
	font-size: 12px;
	color: black;
	background-color : #cccccc;
	border: solid;
	border-width : 1px;
	border-color : #000000;
	width : 150px;
	padding: 2px 5px 2px 5px;
}

.FileLibraryFileList {
	font-size: 12px;
	color: black;
	background-color : #ffffff;
	border: solid;
	border-width : 1px;
	border-color : #000000;
	width : 300px;
	padding: 2px 5px 2px 5px;
}

/* news */

table.News {
}

/* events */

.EventsHeader {
	font-size: 12px;
	color: black;
	background-color : #cccccc;
	border: solid;
	border-width : 1px;
	border-color : #000000;
	padding: 2px 5px 2px 5px;
}

.EventDonationDetail {
	font-size: 12px;
	color: black;
	background-color : #cccccc;
	border: solid;
	border-width : 1px;
	border-color : #000000;
	padding: 2px 5px 2px 5px;
	width:300px;
}

table.Events {
}

td.StoreItemHeader {
	border-color: #000000;
	border-bottom: 1px solid;
}

/* donations */

.CampaignsHeader {
	font-size: 12px;
	color: black;
	background-color : #cccccc;
	border: solid;
	border-width : 1px;
	border-color : #000000;
	padding: 2px 5px 2px 5px;
}

table.Campaigns {
}

.DonationPaymentAmount {
	font-size: 12px;
	color: #000000;
	background-color : #ffffcc;
	border: solid;
	border-width : 1px;
	padding: 2px 5px 2px 5px;
	border-color : #cc0000;
}

/* left navigation */
.navheadercontainer, .navheaderselectedcontainer {
	border: 1px solid #990000;
	border-collapse: collapse;
	background-color: #cccccc;
	float: left;
	padding: 2px;
	width: 15%;
	text-align: center;
}
a.navHeaderSelected, .navHeaderSelected, a.navHeaderSelected:visited, a.navHeaderSelected:active {
	FONT-WEIGHT: normal; FONT-SIZE: 11px; COLOR: #990000; FONT-FAMILY: arial,helvetica,sans-serif; TEXT-DECORATION: none;
}
A.navHeader {
	FONT-WEIGHT: normal; FONT-SIZE: 11px; COLOR: #990000; FONT-FAMILY: arial,helvetica,sans-serif; TEXT-DECORATION: none;
}
A.navHeader:hover {
	COLOR: #000000
}

.nav, a.nav, a.nav:link, a.nav:hover, a.nav:visited, a.nav:active, 
a.navselected, a.navselected:link, a.navselected:hover, a.navselected:visited, a.navselected:active {
	FONT-SIZE: 11px; COLOR: #000000; FONT-FAMILY: Arial,Helvetica,sans-serif; TEXT-DECORATION: none
}
/* top navigation */
.topNavWhite {
	MARGIN-TOP: 3px; FONT-WEIGHT: bold; FONT-SIZE: 16px; MARGIN-BOTTOM: 3px; COLOR: white; FONT-FAMILY: arial,helvetica,sans-serif; TEXT-ALIGN: center; TEXT-DECORATION: none
}
.topNavGray {
	FONT-WEIGHT: bold; FONT-SIZE: 16px; COLOR: #cccccc; FONT-FAMILY: arial,helvetica,sans-serif; TEXT-ALIGN: center; TEXT-DECORATION: none
}
.topNavBlack {
	FONT-WEIGHT: bold; FONT-SIZE: 16px; COLOR: #000000; FONT-FAMILY: arial,helvetica,sans-serif; TEXT-ALIGN: center; TEXT-DECORATION: none
}
.topNavDarkGray {
	FONT-WEIGHT: bold; FONT-SIZE: 16px; COLOR: #999999; FONT-FAMILY: arial,helvetica,sans-serif; TEXT-ALIGN: center; TEXT-DECORATION: none
}
A.topNavWhite, A.topNavWhite:visited {
	FONT-WEIGHT: bold; font-size: 14px; COLOR: white; FONT-FAMILY: arial,helvetica,sans-serif; TEXT-ALIGN: center; TEXT-DECORATION: none
}
A.topNavWhite:hover {
	COLOR: #999999
}
A.topNavGray {
	FONT-WEIGHT: bold; font-size: 14px; COLOR: #cccccc; FONT-FAMILY: arial,helvetica,sans-serif; TEXT-ALIGN: center; TEXT-DECORATION: none
}
A.topNavGray:hover {
	COLOR: #ffffff
}
A.topNavDarkGray:hover {
	COLOR: #000000
}
/* pagemanager */

td.PageManagerHeader, tr.PageManagerHeader {
	font-size: 12px;
	color: black;
	background-color : #cccccc;
	border-bottom: solid;
	border-bottom-width: 1px;
	border-color : #000000;
	padding: 2px 5px 2px 5px;
}

table.PageManager {
	border: solid;
	border-width : 0px;
	border-color : #000000;
}

/* photo albums */

table.Photos {
}

td.Photos {
}

table.NoPhotoPlaceholder {
}

/* communications utility */

table.CommUtil {
}

td.CommUtilHeader {
	background-color:#000000;
	color:#FFFFFF;
}

/* community specific */

/* member tools
.MTonline {

	background-image: url(images/MTonline.gif);
	background-repeat: no-repeat;	
	margin-left: 2px;
	padding-right: 5px;
	border: 1px solid #000000;
	width: 115px;	
	padding-top:8px;
	padding-bottom: 3px;
}

.MTfriends {

	background-image: url(images/MTfriends.gif);
	background-repeat: no-repeat;	
	padding-right: 5px;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	width: 115px;
	padding-top:8px;
	padding-bottom: 3px;
}

.MTnotes {

	background-image: url(images/MTnotes.gif);
	background-repeat: no-repeat;	
	padding-right: 5px;
	border: 1px solid #000000;
	width: 115px;
	padding-top:8px;
	padding-bottom: 3px;
}
a.MT {
	margin-left:20px;
	font-size: 9px;
	text-decoration: none;
}
a.MT:link {
	font-size: 9px;
	text-decoration: none;
}
a.MT:hover {
	font-size: 9px;
	text-decoration: underline;
}
a.MT:visited {
	font-size: 9px;
	text-decoration: none;
}
a.MT:active {
	font-size: 9px;
	text-decoration: none;
}*/

/* member tools  */
#ContentMemberTools{
border: 1px solid black;
border-bottom: none;
}
.MTonline, .MTfriends, .MTnotes, .MTlinkscontainer {
	float: left;
	text-align: center;
	border-right: 1px solid black;
}
div.MTonline:hover, div.MTfriends:hover, div.MTnotes:hover, div.MTlinkscontainer:hover{
	background-color: #990000;
}
a.MT, a.MTlinks {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}
a.MTLinksselected{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}
a.MT:link, a.MT:visited, a.MT:active, a.MTlinks:link, a.MTlinks:visited, a.MTlinks:active, a.MTLinksselected:link, a.MTLinksselected:visited, a.MTLinksselected:active {
	color: #000000;
	text-decoration: none;
}
a.MT:hover, a.MTlinks:hover, a.MTLinksselected:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #FEFF67;
	background-color: #990000;
	text-decoration: none;
}	