table.GridContainer {
	background-color: #ffffff;
	border: 1px solid #000000;
	margin: 10px;

}
table.Grid {
background-color: #ffffff;
border: solid;
}

/* grid header styles */
tr.GridHeader {
	background-color: #003300;	
}

tr.GridHeader td {
	color: #ffffff;
	font-family: arial,verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
tr.GridHeader td a, tr.GridHeader td a:link, tr.GridHeader td a:visited, tr.GridHeader td a:hover, tr.GridHeader td a:active{
	color: #ffffff;
	font-family: arial,verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}
/* grid item styles */
tr.GridItem {background-color: #ffffff;}
tr.GridItem td {
	color: #000000;
	font-family: arial,verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
tr.GridItem td a, tr.GridItem td a:link, tr.GridItem td a:visited, tr.GridItem td a:hover, tr.GridItem td a:active{
	color: #000000;
	font-family: arial,verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
}
/* grid alt item styles */
tr.GridAltItem {background-color: #E8E8E8;}
tr.GridAltItem td {
	color: #000000;
	font-family: arial,verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
tr.GridAltItem td a, tr.GridAltItem td a:link, tr.GridAltItem td a:visited, tr.GridAltItem td a:hover, tr.GridAltItem td a:active{
	color: #000000;
	font-family: arial,verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
}
/* grid pager styles */
tr.GridPager {background-color: #FFFFFF;}
tr.GridPager td, tr.GridPager td span {
	color: #000000;
	font-family: arial,verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	
}
tr.GridPager td a, tr.GridPager td a:link, tr.GridPager td a:visited, tr.GridPager td a:hover, tr.GridPager td a:active{
	color: #000000;
	font-family: arial,verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}

.expand {
	background-color: #003300;
}
/* 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, 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: 11px;
	padding: 2px 5px 2px 5px;
	border: 1px solid #3B3B3B;
}

.Instructions {
	font-size: 11px;
	padding: 2px 5px 2px 5px;
}

.DataGridHeader {
	font-weight: normal;
}

.EventDonationDetail {
	width:270px;
}
	
/* base */
A:link {
	COLOR: #006600
}
A:active {
	COLOR: #006600
}
A:visited {
	COLOR: #006600
}
A:hover {
	COLOR: #339933
}
table, tr, td {
	font-size: 11px;
	color: #000000;
}	
td.header, tr.header {
	font-size: 11px;
	background-color: #379736;
	color: #000000;
}
td.inverse, tr.inverse {
	font-size: 11px;
	color: #000000;
}
body {
	color: #000000;
	font-size: 11px;
	text-decoration: none;
}
p {
	color: #000000;
	font-size: 11px;
	margin-top: 0px;
}
h1, h3, h4, h5, .PageTitleHeader, .PageSubTitleHeader {
	color: #006600;
	font-weight: bold;
}
h1 {font-size: 15px;}
h2 {
	font-size: 14px;
	color: #ffffff;
	background-color: #003300;
	padding-left: 5px;
}
h3 {font-size: 12px;}
h4 {font-size: 11px;}
h5 {font-size: 11px;}
.PageTitleHeader {
	font-size: 15px;
	color: #006600;
	text-transform: uppercase;
}
.PageSubTitleHeader {
	color: #006600;
	font-size: 12px;
	font-weight: normal;
}
TEXTAREA {
	FONT-SIZE: 11px; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
INPUT {
	FONT-SIZE: 11px; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
SELECT {
	FONT-SIZE: 11px; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
RADIO {
	FONT-SIZE: 11px; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
CHECKBOX {
	FONT-SIZE: 11px; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
button {
	cursor: hand;
}

button.hover {
	cursor: hand;
}

/*  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: #003300;	
	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: #003300;	
	cursor: hand;
}

a.linkbutton, a.linkbutton:visited, a.linkbutton:link, a.linkbutton:hover, a.linkbutton:active { 
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
   padding: 0px 4px 0px 4px;
}

.HelpButton {
	font-size: 11px;
	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-WEIGHT: bold; 
	FONT-SIZE: 8pt; 
	COLOR: #990000;
	background-color: #ffffff;
	border: solid;
	border-width: 1px;
	padding: 2px 5px 2px 5px;
	border-color: #990000;
}

.Success {
	font-size: 11px;
	color: #000000;
	border: solid;
	border-width: 1px;
	padding: 2px 5px 2px 5px;
	border-color: #F9A23B
}
.DataGrid{
	border: solid 1px #808080;
}
.DataGridAltItem {
	background: #e8e8e8;
	border-top: solid 1px #808080;
}

.DataGridPager {
	font-weight: bold;
	letter-spacing: 3px;
	line-height: 20px;
	text-align: right;
}

/*profile */

.ProfileHeader {
	font-weight: bold;
	font-size: 11px;
}

.ProfilePageTabHeadings {
	font-size:11px;
	font-weight:bold;
}


/* search */

.SearchResultsDataGridAltItem {
	background: #e8e8e8;
}

.SearchResultsDataGridPager {
	font-weight: bold;
	letter-spacing: 3px;
	line-height: 50px;
}

/* message boards */

table.HotTopics {
	width:270px;
}

.MsgItem {
	background-color: #e8e8e8;
}

.MsgItemSubject {
	background-color:#ffffff;
}

.MsgItemInverse {
	background-color: #e8e8e8;
}

.MsgItemSubjectInverse {
	background-color:#ffffff;
}	
	
.LastPostingText {
	font-size: 11px;
	font-style: italic;
	color: #F9A23B;
}

.BadWordHighlight {
	font-weight: bold;
	color: #ff0000;
}
.MsgsReplyText {
	font-size: 11px;
}
.MsgsDates {
	font-size: 11px;
}

/* file library */
.FileLibFileDetails {
	font-size: 11px;
	color: #000000;
	background-color: #379736;
	width: 270px;
	padding: 2px 5px 2px 5px;
}
.FileLibraryFileList {
	font-size: 11px;
	color: #000000;
	background-color: #379736;
	width: 270px;
	padding: 2px 5px 2px 5px;
}
/* news */
/* events */
td.StoreItemHeader {
	border-color: #000000;
}

/* donations */

.DonationPaymentAmount {
	font-size: 11px;
	color: #000000;
	background-color :#FFFFE8;
	border: solid;
	border-width: 1px;
	padding: 2px 5px 2px 5px;
	border-color: #002963;
}

/* left navigation */
.navcontainer, .navcontainerselected, .navheadercontainer, .navheadercontainerselected {
	background-image: url(images/nav_bg.gif);
	background-position: top;
	background-repeat: no-repeat;
	padding-left: 13px;
} 
.navheader, a.navheader:link, a.navheader:active, a.navheader:visited, a.navheader:hover {
	color: #000000;
	 font-size: 11px;  
	 font-weight: bold; 
	 text-decoration: none;
}

a.navheader:hover {
	color: #000000;
}

.navheaderselected, a.navheaderselected, a.navheaderselected:link, a.navheaderselected:active, a.navheaderselected:visited, a.navheaderselected:hover {
	color: #000000;
	 font-size: 11px;  
	 font-weight: bold; 
	 text-decoration: none;
}

a.navheaderselected:hover {
	color: #000000;
}

a.nav, a.nav:link, a.nav:visited, a.nav:hover {
 color: #000000;
 font-size: 11px; 
 font-weight: normal; 
 text-decoration: none
}

a.nav:hover {
	color: #339933;
}

a.navselected, a.navselected:link, a.navselected:visited, a.navselected:hover {
 color: #000000;
 font-size: 11px; 
 font-weight: normal; 
 text-decoration: none
}

a.navselected:hover {
	color: #339933;
}
/* top navigation */

/* pagemanager */
table.PageManager {
	border: solid;
	border-width: 1px;
	border-color: #002963;
}
/* photo albums */
/* communications utility */
table.CommUtil {
	width: 540px;
}
td.CommUtilHeader {
	background-color:#000000;
	color:#FFFFFF;
}
/* community specific */
td.address {
	color: #003300;
	font-size: 10px;
	padding-top: 25px;
	padding-left: 6px;
	padding-bottom: 11px;
}
td.address a {
	color: #003300;
	font-size: 10px;
	font-weight: normal;
	line-height: 12px;
	text-decoration: none;
}

td.address a:link {
	color: #003300;
		font-weight: normal;
}

td.address a:visited {
	font-weight: normal;
	color: #003300;
}

td.address a:hover {
	font-weight: normal;
	color: #99CCFF;
}

td.address a:active {
	font-weight: normal;
	color: #99CCFF;
}
/* member tools  */
.MTonline, .MTfriends, .MTnotes, .MTLinkscontainer {
	float: left;
	padding-left: 5px;
	padding-right: 5px;
	border-right: 1px solid #000000;
}
a.MT, a.MT:link, a.MT:hover, a.MT:visited, a.MT:active{
 color: #ffffff;
 font-size: 10px; 
 font-weight: normal; 
 text-decoration: none
}
	
a.MTLinks:link, a.MTLinks:visited, a.MTLinks:active {
 color: #ffffff;
 font-size: 10px; 
 font-weight: normal; 
 text-decoration: none
}
a.MTLinks:hover, a.MT:hover, a.MTLinksselected:hover{
 color: #339933;
 font-size: 10px; 
 font-weight: normal; 
 text-decoration: none
}
a.MTLinksselected:link, a.MTLinksselected:visited, a.MTLinksselected:active {
 color: #ffffff;
 font-size: 10px; 
 font-weight: normal; 
 text-decoration: none
}