.expand img {
	background: #081076;
	float: none;
	display: block;
}
.expand {
	background: #081076;
}

.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: "Times New Roman", Times, 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: 532px;
}

/* box settings */
.DataGridHeader, .EventsHeader, .EventDonationDetail, .CampaignsHeader, td.PageManagerHeader, tr.PageManagerHeader, .Profile {
	/*FONT-SIZE: 12px;*/
	COLOR: #000033;
	padding: 2px 5px 2px 5px;
	border-top: 1px solid #003300;
}

.instructions {
	/*FONT-SIZE: 12px;*/
	COLOR: #000033;
	border: solid;
	border-width : 1px;
	border-color : #000033;
	padding: 2px 5px 2px 5px;
	/*background-color: #e8e8e8;*/
}

.DataGridHeader {
	font-weight : normal;
}

.EventDonationDetail {
	width:266px;
}
	
/* base */
a, A:link, a:active {
	FONT-WEIGHT: normal;
	/*FONT-SIZE: 12px;*/
	COLOR: #003300;
	FONT-STYLE: normal;
	TEXT-DECORATION: underline;
}
A:hover {
	FONT-WEIGHT: normal;
	/*FONT-SIZE: 12px;*/
	COLOR: #003300;
	FONT-STYLE: normal;
	TEXT-DECORATION: underline;
}
A:visited {
	FONT-WEIGHT: normal;
	/*FONT-SIZE: 12px;*/
	COLOR: #003300;
	FONT-STYLE: normal;
	TEXT-DECORATION: none;
}
body, table, tr, td {
/*font-size : 12px;*/
color : #000033;
}	
p {
	margin-top: 0px; 
}
td.header, tr.header {
	/*FONT-SIZE: 12px;*/
	COLOR: #000033;
	background-color : #e8e8e8;	
}

td.inverse, tr.inverse {
	/*FONT-SIZE: 12px;*/
	COLOR: #000033;
	background-color : #e8e8e8;
}
h1, h2, h3, h4, h5, .PageTitleHeader, .PageSubTitleHeader  {
	font-weight: bold;
	color: #000033;
}
h1 {}
h2, .PageTitleHeader {margin-bottom: 1;}
h3, .PageSubTitleHeader {}
h4 {}
h5 {}


input,select,textarea {
	/*FONT-SIZE: 12px;*/
}

button {
	cursor: hand;
}

button.hover {
	cursor: hand;
}

input,select,textarea {
	/*FONT-SIZE: 12px;*/
	color: #000033;
}
ol,ul,li{
	COLOR: #000033;
}
ul {
	list-style-type: square;
}

/*  core */

input.button, a.button, a.button:visited, a.button:link, a.button:active, div.button, span.button {
	/*FONT-SIZE: 12px;*/
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	color: #000033;
	/*background-color : #BE8A24;*/	
	border: solid;
	border-width : 1px;
	border-color : #000033;
   padding : 2px;
	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: #000033;
	/*background-color :#BE8A24;*/	
	border: solid;
	border-width : 1px;
	border-color : #000033;
   padding : 2px;
	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: #000033;
   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;
	border: solid;
	border-width : 1px;
	padding: 2px 5px 2px 5px;
	border-color : #FF0100;
}

.Success {
	/*FONT-SIZE: 12px;*/
	background-color: #ffffcc;
	COLOR: #000033;
	border: solid;
	border-width : 1px;
	padding: 2px 5px 2px 5px;
	border-color : #000033
}

.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:266px;
}

.MsgItem {
	background-color: #cccccc;
}

.MsgItemSubject {
	background-color:#e8e8e8;
}

.MsgItemInverse {
	background-color: #cccccc;
}

.MsgItemSubjectInverse {
	background-color:#e8e8e8;
}	
	
.LastPostingText {
	/*FONT-SIZE: 12px;*/
	font-style: italic;
	COLOR: #000033;
}

.BadWordHighlight {
	font-weight: bold;
	color: Red;
}

.MsgsReplyText {
	/*FONT-SIZE: 12px;*/
}

.MsgsDates {
	/*FONT-SIZE: 12px;*/
}

/* file library */

.FileLibFileDetails {
	/*FONT-SIZE: 12px;*/
	COLOR: #000033;
	background-color : #e8e8e8;
	width : 150px;
	padding: 2px 5px 2px 5px;
}

.FileLibraryFileList {
	/*FONT-SIZE: 12px;*/
	COLOR: #000033;
	background-color : #ffffff;
	border: solid;
	border-width : 1px;
	border-color : #000033;
	width : 266px;
	padding: 2px 5px 2px 5px;
}

/* news */
/* events */
td.StoreItemHeader {
	border-color: #000033;
	border-bottom: 1px solid;
}

/* donations */

.DonationPaymentAmount {
	/*FONT-SIZE: 12px;*/
	COLOR: #000033;
	background-color :#e8e8e8;
	border: solid;
	border-width : 1px;
	padding: 2px 5px 2px 5px;
	border-color : #000033;
}

/* left navigation */
.navheadercontainer, .navheaderselectedcontainer {
padding-bottom: 5px;
padding-left: 10px;
padding-right: 10px;
}
.navcontainer, .navselectedcontainer  {
padding-bottom: 5px;
padding-left: 10px;
padding-right: 10px;
}
.navheader, a.navheader, a.navheader:link, a.navheader:active, a.navheader:visited, a.navheader:hover {
	FONT-WEIGHT: bold; 
	FONT-SIZE: 12px; 
	COLOR: #ffffff; 
	FONT-FAMILY: Arial, Helvetica, sans-serif; 
	TEXT-DECORATION: none;
}

a.navheader:hover {
    text-decoration: underline;
}

.navheaderselected, a.navheaderselected, a.navheaderselected:link, a.navheaderselected:active, a.navheaderselected:visited, a.navheaderselected:hover {
	FONT-WEIGHT: bold; 
	FONT-SIZE: 12px; 
	COLOR: #ffffff; 
	FONT-FAMILY: Arial, Helvetica, sans-serif; 
	TEXT-DECORATION: none;
}

a.navheaderselected:hover {
    text-decoration: underline;
}

.nav, a.nav, a.nav:link, a.nav:active, a.nav:visited, a.nav:hover {
	FONT-WEIGHT: normal; 
	FONT-SIZE: 12px; 
	COLOR: #ffffff; 
	FONT-FAMILY: Arial, Helvetica, sans-serif; 
	TEXT-DECORATION: underline;
	}

a.nav:hover {
    text-decoration: underline;
}

.navselected, a.navselected, a.navselected:link, a.navselected:active, a.navselected:visited, a.navselected:hover {
	FONT-WEIGHT: normal; 
	FONT-SIZE: 12px; 
	COLOR: #ffffff; 
	FONT-FAMILY: Arial, Helvetica, sans-serif; 
	TEXT-DECORATION: underline;
}

a.navselected:hover {
    text-decoration: underline;
}
/* top navigation */
/* pagemanager */
table.PageManager {
	border: solid;
	border-width : 0px;
	border-color : #000033;
}
/* photo albums */
/* communications utility */
table.CommUtil {
	width: 532px;
}
td.CommUtilHeader {
	background-color:#cccccc;
}
/* community specific */
/* member tools  */
.MTonline, .MTfriends, .MTnotes, .MTLinkscontainer {
	float: left;
	padding-right: 5px;
	padding-left: 5px;
	border-right: 1px solid #ffffff;
}
a.MT, a.MT:link, a.MT:hover, a.MT:visited, a.MT:active, a.MTLinks:link, a.MTLinks:visited, a.MTLinks:active {
	font-size: 10px;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
}
a.MTLinks:hover, a.MT:hover {
	font-size: 10px;
	text-decoration: underline;
	text-transform: uppercase;
}
a.MTLinksselected:link, a.MTLinksselected:visited, a.MTLinksselected:active {
	font-size: 10px;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
}
a.MTLinksselected:hover {
	font-size: 10px;
	text-decoration: underline;
	text-transform: uppercase;
}

/* social */

ul.social{padding:0px;margin:0px;float:right;}
.social li {float:left;list-style-type:none;}
.social li a {display:block;width:30px;height:30px;text-indent:-9999em;margin-right:10px;}
.social li.fb a {background: url(images/social-sprite.png) -60px 0px  no-repeat;}
.social li.in a {background: url(images/social-sprite.png) 0px 0px no-repeat;}
.social li.tw a {background: url(images/social-sprite.png) -30px 0px no-repeat;}
