.expand img {
	background-color: #11297B;
	float: none;
	display: block;
}
.expand {
	background-color: #11297B;
}

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  {
}

/* 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 {
	/*font-size:12px;*/
	color: #000000;
	padding: 2px 5px 2px 5px;
	border: 1px solid #CCCCCC;
}

.DataGridHeader {
	font-weight : normal;
}

.EventDonationDetail {
	width:250px;
}
	
/* base */
a, a:hover, a:link, a:visited, a:active {
color: #000099;
}

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: #11297B;
}
body {
	font-size:12px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, .PageTitleHeader, .PageSubTitleHeader {
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
	COLOR:  #000000;
	font-weight: bold;
}
h1 {}
h2, .PageTitleHeader {
	font-family: Verdana, Arial, sans-serif;	
	font-size: 24px;
	font-weight: normal;
	color: #000000;
}
h2 {
	margin-bottom: 5px;
	margin-top: 10px;
}
.PageTitleHeader {
	border-bottom: 2px solid #B4B4B4;
	padding: 0 0 5px 0;
	margin: 0 0 5px 0;
	display: block;
}
h3, .PageSubTitleHeader {
	font-size: 12px;
	font-weight: bold;
	color: #006600;
}
h3 {
	margin-bottom: 0px;
	margin-top: 0px;
}
h4 {}
h5 {}

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: 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, .error {
	display: block;
	padding: 5px 0 5px 25px;
	color:  #BF0000;
	background-color: #FFE8E8;
	background-image: url(/images/icons/v2/common/exclamation.gif);
	background-repeat: no-repeat; 
	background-position: 2px;
	border: 1px solid #BF0000;
}
.Success, .success {
	display: block;
	padding: 5px 0 5px 25px;
	color:  #008000;
	background-color: #D0E8D0;
	background-image: url(/images/icons/v2/common/accept.gif);
	background-repeat: no-repeat;
	background-position: 3px 2px;
	border: 1px solid #008000;
}

.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 */
.navheadercontainer, .navheadercontainerselected {
	text-align: left;
	padding: 10px 0 0 5px;
	margin: 0 15px 0 10px;
	border-bottom: 1px solid #ffffcc;
}
.navcontainer, .navcontainerselected{
	text-align: left;
	padding-left: 20px;
}
a.navheader, a.navheader:link, a.navheader:active, a.navheader:visited, a.navheader:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	FONT-SIZE: 11px; 
	COLOR: #ffffcc;
	text-decoration: none;
	font-weight: normal;
}
.navheaderselected, a.navheaderselected, a.navheaderselected:link, a.navheaderselected:active, a.navheaderselected:visited, a.navheaderselected:hover {
	font-family:  Arial, Helvetica, sans-serif;
	FONT-SIZE: 11px; 
	COLOR: #ffffcc;
	text-decoration: none; 	
	font-weight: normal;
}
a.nav, a.nav:link, a.nav:active, a.nav:visited, a.nav:hover { 
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size:11px; 
	COLOR: #ffffff; 
	text-decoration: none;
}

a.nav:hover{
	text-decoration: underline;
}

a.navselected, a.navselected:link, a.navselected:active, a.navselected:visited, a.navselected:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	FONT-SIZE: 11px; 
	COLOR: #ffffff;
	text-decoration: none;
	font-weight: bold;
}
/* top navigation */
/* pagemanager */
table.PageManager {
	border: solid;
	border-width : 0px;
	border-color : #002963;
}
/* photo albums */
/* communications utility */
table.CommUtil {
	width: 500px;
}
td.CommUtilHeader {
	background-color:#CCCCCC;
	color:#FFFFFF;
}
/* community specific */
td.HomeLinks,td.HomeLinks a:link, td.HomeLinks a,td.HomeLinks a:active,td.HomeLinks a:visited{
	text-decoration: none;
	color: #00004C;
	font-size: 11px;
}
p.capxion {
	margin-top: 2px;
	text-align: center;
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
	font-style: italic;
	FONT-SIZE: 10px; 
	COLOR: #000060;
	text-decoration: none;	
}
td#ContentFooter {
	font-size: 10px;
	color: #000000;
}
td#ContentFooter p {
	margin-top: 3px;
}
td#ContentFooter a, td#ContentFooter a:hover, td#ContentFooter a:link, td#ContentFooter a:visited, td#ContentFooter a:active {
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}
td.boxtitle {
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
	font-style: italic;
	/*font-size:12px;*/
	color: #ffffff;
	text-align: center;
}

.Events, td.Events{
	border-top: 2px solid #B67100; 
	border-bottom: 2px solid #B67100; 
	background-image: url(images/promo_bg.jpg); 
	background-repeat: repeat-x;
}
/* member tools  */
.MTonline, .MTfriends, .MTLinkscontainer {
	float: left;
	padding: 0px 5px 0px 5px;
	border-right: 1px solid #ffffff;
}
.MTnotes {
	float: left;
	padding: 0px 5px 0px 5px;
}
a.MT {
	font-size: 11px;
	text-decoration: none;
}
a.MT:link, a.MT:hover, a.MT:visited, a.MT:active{
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
}
	
a.MTLinks:link, a.MTLinks:visited, a.MTLinks:active {
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
}
a.MTLinks:hover, a.MT:hover, a.MTLinksselected:hover{
	font-size: 11px;
	color: #ffffff;
	text-decoration: underline;
}
a.MTLinksselected:link, a.MTLinksselected:visited, a.MTLinksselected:active {
	font-size: 11px;
	text-decoration: none;
	color: #ffffff;
}
textarea {width:300px}