/* table conversions and properties for old gen (OG) */
div.OptHTML1, div.OptHTML2 {
	float: none;
}
.expand img {background-color: #000;float: none;display: block;}
.expand {background-color: #000;}
/* 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 bullcrap */
.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: 570px;
}

/* box settings */
.DataGridHeader, .EventsHeader, .EventDonationDetail, .CampaignsHeader, td.PageManagerHeader, tr.PageManagerHeader, .Profile {
	font-size: 13px;
	
	color: #000000;
	padding: 2px 5px 2px 5px;
	border-top: 1px solid #000000;
}

.Instructions {
	font-size: 13px;
	color: #000000;
	border: solid;
	border-width : 1px;
	border-color : #000000;
	padding: 2px 5px 2px 5px;
}

.DataGridHeader {
	font-weight : normal;
}

.EventDonationDetail {
	width:221px;
}
	
/* base */
a:link, a:visited, a:hover , a:active {
	color: #A57D10;
}

table, tr, td {
	font-size: 13px;
	color: #000000;
}	

td.header, tr.header {
	font-size: 13px;
	color: #ffffff;
	background-color : #000000;	
}

td.inverse, tr.inverse {
	font-size: 13px;
	color: #000000;
	background-color : #D1CC85;
}

body {
	color: #000000;
	font-size: 13px;
}

h1, .PageTitleHeader {
	color: #A37D17;
	font-size: 21px;
	font-weight: bold;
}

h2 {
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;	
}

.PageSubTitleHeader {
	color: #000000;
	font-size: 16px;
	font-weight: bold;
}

h3, h4 {
	color: #000000;
	font-size: 15px;
	font-weight: bold;
}

head {
	color: #000000;
	font-size: 13px;
	font-weight: bold;
}

input,select,textarea {
	font-size: 13px;
}

button {
	cursor: hand;
}

button.hover {
	cursor: hand;
}

ol,ul,li{
	/*color: #000000;*/
	font-size: 13px;
	margin-left: 20px;
	margin-right: 10px;
}

sup {
	font-size: 8px;
}

td,th {
	font-size: 13px;
}

/*  core */

input.button, a.button, a.button:visited, a.button:link, a.button:active, div.button, span.button {
	font-size: 11px;
	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: 11px;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
	color: #ffffff;
	background-color : #A57D10;	
	border: solid;
	border-width : 1px;
	border-color : #A57D10;
  	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: 13px;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
	background-color : #ffffff;
    padding: 0px 4px 0px 4px;
}

.HelpButton {
	font-size: 13px;
	color: #ffffff;
	background-color : #000000;
	border: solid;
	border-width : 1px;
	border-color : #ffffff;
	padding : 2px;
	font-weight : bold;
	width : 48px;
	text-align : center;
}

.Error {
	font-size: 13px;
	color: #cc0000;
	
	border: solid;
	border-width : 1px;
	padding: 2px 5px 2px 5px;
	border-color : #cc0000;
}

.Success {
	font-size: 13px;
	color: #000000;
	
	border: solid;
	border-width : 1px;
	padding: 2px 5px 2px 5px;
	border-color : #A57D10;
}

.DataGridAltItem {
	background: #D1CC85;
}

.DataGridPager {
	font-weight: bold;
	letter-spacing: 3px;
	line-height: 20px;
	text-align: right;
}

/*profile */

.ProfileHeader {
	font-weight : bold;
	font-size: 13px;
}

.ProfilePageTabHeadings {
	font-size:14px;
	font-weight:bold;
}


/* search */

.SearchResultsDataGridAltItem {
	background: #D1CC85;
}

.SearchResultsDataGridPager {
	font-weight: bold;
	letter-spacing: 3px;
	line-height: 50px;
}

/* message boards */

table.HotTopics {
	width:269px;
}

.MsgItem {
	
}

.MsgItemSubject {
	
}

.MsgItemInverse {
	
}

.MsgItemSubjectInverse {
	
}	
	
.LastPostingText {
	font-size: 10px;
	font-style: italic;
	color: #000000;
}

.BadWordHighlight {
	font-weight: bold;
	color: Red;
}

.MsgsReplyText {
	font-size: 10px;
}

.MsgsDates {
	font-size: 13px;
}

/* file library */

.FileLibFileDetails {
	font-size: 13px;
	color: #000000;
	background-color : #D1CC85;
	border: solid;
	border-width : 1px;
	border-color : #A57D10;
	width : 150px;
	padding: 2px 5px 2px 5px;
}

.FileLibraryFileList {
	font-size: 13px;
	color: #000000;
	background-color : #ffffff;
	border: solid;
	border-width : 1px;
	border-color : #A57D10;
	width : 300px;
	padding: 2px 5px 2px 5px;
}

/* news */
/* events */
td.StoreItemHeader {
	border-color: #000000;
	border-bottom: 1px solid;
}

/* donations */

.DonationPaymentAmount {
	font-size: 13px;
	color: #000000;
	
	border: solid;
	border-width : 1px;
	padding: 2px 5px 2px 5px;
	border-color : #A57D10;
}

/* left navigation */
.navheadercontainer, .navheaderselectedcontainer  {
	width:149px;
}

.navcontainer {
	background-image: url(images/nav_bg.gif);
	background-repeat: repeat-y;
	width: 149px;
	height: 16px;
	padding-left: 15px;
}

.navselectedcontainer {
	background-image: url(images/nav_bg_sel.gif);
	background-repeat: repeat-y;
	width: 149px;
	height: 16px;
	padding-left: 15px;
}

.nav, a.nav:link, a.nav:active, a.nav:visited, a.nav:hover {
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

.navselected, a.navselected:link, a.navselected:active, a.navselected:visited, a.navselected:hover {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

td.navcontainer a.nav img, td.navcontainer a.navselected img {margin-left: -15px;}

/* top navigation */
/* pagemanager */

table.PageManager {
	border: solid;
	border-width : 0px;
	border-color : #A57D10;
}

/* photo albums */
/* communications utility */

table.CommUtil {
	width: 510px;
}

td.CommUtilHeader {
	background-color:#000000;
	color:#FFFFFF;
}

/* community specific */
.footer, a.footer:link, a.footer:hover, a.footer:active, a.footer:visited {
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}

a.footer:hover {
	text-decoration: underline;
}

/* member tools  */
#ContentMemberTools{
}
.MTonline, .MTfriends, .MTnotes, .MTLinkscontainer {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	float: left;
	text-align: center;
}
div.MTonline:hover, div.MTfriends:hover, div.MTnotes:hover, div.MTLinkscontainer:hover{
}
a.MT, a.MTLinks {
	font-weight: normal;
}
a.MTLinksselected{
	font-weight: normal;
}
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 {
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
}
a.MT:hover, a.MTLinks:hover, a.MTLinksselected:hover {
	font-size: 12px;
	color: #D1CC85;
	text-decoration: none;
}

/* TB 8-23-03 */
.HomePageHeader {
	font-size: 13px;
	color: #706F61;
	background-color : #ffffff;
	border: solid;
	border-width : 1px;
	border-color : #E9C951;
	padding: 2px 5px 2px 5px;
}