
.expand img {
	background: #000000;
	float: none;
	display: block;
}
.expand {
	background: #000000;
}

.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 */

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;
}
body {
	margin: 0;
	background-color: #ffffff;
	scrollbar-base-color: #FFCA08;
}
table, tr, td {}	
td.header, tr.header {
	/*font-size: 12px; */
	color: #ffffff;
	background-color : #000000;	
}
td.inverse, tr.inverse {
	/*font-size: 12px; */
	color: #000000;
	background-color : #e8e8e8;
}
br {}
div {}

h1, .PageTitleHeader {font-family: Arial, Helvetica, sans-serif; font-size: 28px;}
h2, .PageSubTitleHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-transform: uppercase;
}
h2 {
	margin: 0;
}
h3 {font-family: Arial, Helvetica, sans-serif; font-size: 16px; line-height: 18px;}
h4 {font-family: Arial, Helvetica, sans-serif; font-size: 14px;}
h5 {font-family: Arial, Helvetica, sans-serif; font-size: 12px;}

input,select,textarea {}
button {
	cursor: hand;
}
button.hover {
	cursor: hand;
}
nobr {}
ol,ul,li{}

p {}
span {}
sup {
	font-size: 8px;
}
.bold {
	font-weight: bold;
}

/*  core */
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 {}

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 {

	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, .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;
}

.DataGrid {}

.DataGridAltItem {
	background: #e8e8e8;
}

.DataGridItem {
}

.DataGridPager {
	font-weight: bold;
	letter-spacing: 3px;
	line-height: 20px;
	text-align: right;
}

.DataGridHeader {
	/*font-size: 12px; */
	color: #000000;
	background-color : #e8e8e8;
	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;
	width : 470px;
	padding: 2px 5px 2px 5px;
}

.ProfileHeader {
	font-weight : bold;
	font-size: 14px;
}

.ProfilePageTabHeadings {
	font-size:14px;
	font-weight:bold;
}

table.Profile {}

table.ViewProfile {}

/* search */

.SearchResultsDataGrid {}

.SearchResultsDataGridAltItem {
	background: #e8e8e8;
}

.SearchResultsDataGridItem {
}

.SearchResultsDataGridPager {
	font-weight: bold;
	letter-spacing: 3px;
	line-height: 50px;
}

/* message boards */

table.HotTopics {
	width:382px;
}


.MsgItem {
	background-color: #e8e8e8;
}

.MsgItemSubject {
	background-color: #808080;
}

.MsgItemInverse {
	background-color: #e8e8e8;
}

.MsgItemSubjectInverse {
	background-color: #808080;
}	
	
.LastPostingText {
	/*font-size: 10px; */
	font-style: italic;
	color: #000000;
}

.BadWordHighlight {
	font-weight: bold;
	color: Red;
}

.MessageBoardsDataGrid {}

.MessageBoardsDataGridAltItem {
	background: #e8e8e8;
}

.MessageBoardsDataGridItem {}

.MessageBoardsDataGridPager {
	font-weight: bold;
	letter-spacing: 3px;
	line-height: 20px;
	text-align: right;
}

.MessageBoardsDataGridHeader {
	/*font-size: 12px; */
	color: #000000;
	background-color : #e8e8e8;
	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 : #e8e8e8;
	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;
}

.PageSubTitleHeader {
	font-size: 16px;
	font-weight: bold;
}

.PageTitleHeader {
	font-size: 18px;
	font-weight: bold;
}

/* news */

table.News {}

/* events */

.EventsHeader {
	/*font-size: 12px; */
	color: black;
	background-color : #e8e8e8;
	border: solid;
	border-width : 1px;
	border-color : #000000;
	padding: 2px 5px 2px 5px;
}

.EventDonationDetail {
	/*font-size: 12px; */
	color: black;
	background-color : #e8e8e8;
	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 : #e8e8e8;
	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 */

/* top navigation */
	.topnav, .topnav:link, .topnav:visited {
	color: #000000;
	/*font-size: 11px; */
	text-decoration: none;
	vertical-align: top;
	line-height: 16px;
	}
	.topnav:hover {
	text-decoration: underline;
	}
/* pagemanager */

td.PageManagerHeader, tr.PageManagerHeader {
	/*font-size: 12px; */
	color: black;
	background-color : #e8e8e8;
	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  */
div.MemberTools {
	float: left;
	padding: 2px 10px 2px 10px;
	border-right: 1px dashed #000000;
	color: #000000
}
div.MemberTools a, div.MemberTools a:hover, div.MemberTools a:visited {
	color: #000000;
	font-size: 80%;
}
div.Maps {
	float: none;
	padding: 2px 5px 2px 10px;
	color: #000000
}
div.Maps a, div.Maps a:hover, div.Maps a:visited {
	color: #000000;
	font-size: 80%;
}	
/****************************************************************/



#ContentLeft {width:196px}
	#ContentLeft ul{margin:0px;padding:0px 0px 0px 0px;}
	#ContentLeft li{list-style-type:none;float:left;}
	#ContentLeft li a{width:186px;display:block;height:1%;padding:5px;color:#000;text-decoration:none;}
	#ContentLeft li a:hover {background-color:#000;color:#fff;text-decoration:underline;}
	#ContentLeft li.feature a {width:180px;padding:2px 0px 2px 15px;}
/* Second Level Groups */
	#ContentLeft li ul {position: absolute; left: -999999px; margin:-25px 0px 0px 187px;float:none; width:170px;padding:0px;}
	#ContentLeft li li {margin:0px;padding:0px;}
	#ContentLeft li li a { width:165px;padding:0px;height:1%;padding:5px 0px 5px 5px;border:none;font-weight:normal;color:#fff;border-bottom:1px solid #fff;background-color:#000;}
	#ContentLeft li li:hover, #ContentLeft li li.sfHover {}
	
	/* Third Level Groups */
	#ContentLeft li li ul { margin:-20px 0 0 170px}
	
	/* The Magic */
	#ContentLeft li:hover ul ul,
	#ContentLeft li:hover ul ul ul,
	#ContentLeft li.sfhover ul ul,
	#ContentLeft li.sfhover ul ul ul { left: -999em;}
	
	#ContentLeft li:hover ul,
	#ContentLeft li li:hover ul,
	#ContentLeft li li li:hover ul,
	#ContentLeft li.sfhover ul,
	#ContentLeft li li.sfhover ul,
	#ContentLeft li li li.sfhover ul { left: auto;}

	
/***************************************************************/
/***************************************************************/