/* 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;
}


body {
	font-size: 11px;
	color: #000000;
}

h1, h2, h3, h4, h5, .PageTitleHeader, .PageSubTitleHeader {
	COLOR: #EC173E; 
}
h1 {}
h2, .PageTitleHeader {
	font-size: 14px;
	font-weight: bold;
}
h2 {margin-bottom: 0px;
}
h3, .PageSubTitleHeader {font-size: 11px;}
h3 {
	margin-bottom: 0px;
	margin-top: 0px;
}
h4 {}
h5 {}
a, a:link, a:active, a:visited{
	color: #EC173E;
	text-decoration: none;
}
a:hover{
	color: #3FAD95;
	text-decoration: underline;
}
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 stuff */
.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: 560px;*/
}

/* box settings */
.DataGridHeader, .EventsHeader, .EventDonationDetail, .CampaignsHeader, td.PageManagerHeader, tr.PageManagerHeader, .Profile {
	font-size: 11px;
	color: #000000;
	padding: 2px 5px 2px 5px;
	border: 1px solid #CCCCCC;
}

.Instructions {
	font-size: 11px;
	color: #000000;
	padding: 2px 5px 2px 5px;
	border: 1px solid #CCCCCC;
}

.DataGridHeader {
	font-weight : normal;
}

.EventDonationDetail {
	width:250px;
}
	
/* base */


table, tr, td {
	font-size: 11px;
	color: #000000;
}	
td.header, tr.header {
	font-size: 11px;
	background-color: #E4E4E4;
	color: #000000;
}

td.inverse, tr.inverse {
	font-size: 11px;
	color: #EC173E;
}

input,select,textarea {
	font-size: 11px;
}

button {
	cursor: hand;
}

button.hover {
	cursor: hand;
}
ol,ul,li{
	font-size: 11px;
}
sup {
	font-size: 8px;
}

/*  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: #ffffff;
	background-color: #333333;
	cursor: hand;
	border: solid 1px #3FAD95;
}

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: #ffffff;
	background-color: #333333;
	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: #8E9296;
	border: solid;
	border-width: 1px;
	border-color: #ffffff;
	padding: 2px;
	font-weight: bold;
	width: 48px;
	text-align: center;
}

.Error {
	font-size: 11px;
	color: #FF0100;
	background-color : #ffffff;
	border: solid;
	border-width : 1px;
	padding: 2px 5px 2px 5px;
	border-color : #FF0100;
}

.Success {
	font-size: 11px;
	color: #000000;
	border: solid;
	border-width: 1px;
	padding: 2px 5px 2px 5px;
	border-color: #c42830;
}

.DataGridAltItem {
	background: #e8e8e8;
}

.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: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: 11px;
}

/* file library */
.FileLibFileDetails {
	font-size: 11px;
	background-color: #BCB8B8;
	width: 250px;
	padding: 2px 5px 2px 5px;
}
.FileLibraryFileList {
	font-size: 11px;
	color: #000000;
	background-color: #E4E4E4;
	width: 250px;
	padding: 2px 5px 2px 5px;
}
/* news */
/* events */
td.StoreItemHeader {
	border-color: #666666;
}

/* donations */

.DonationPaymentAmount {
	font-size: 11px;
	color: #000000;
	background-color: #E4E4E4;
	border: solid;
	border-width: 1px;
	padding: 2px 5px 2px 5px;
	border-color: #0057F;
}

/* left navigation */


/* top navigation */
/* pagemanager */
table.PageManager {
	border: solid;
	border-width : 0px;
	border-color : #002963;
}
/* photo albums */
/* communications utility */
table.CommUtil {
	/*width: 560px;*/
}
td.CommUtilHeader {
	background-color:#CCCCCC;
	color:#FFFFFF;
}
/* community specific */

/* member tools  */
.MTonline, .MTfriends, .MTnotes, .MTLinkscontainer {
	float: left;
	padding: 5px;
}
a.MT {
	font-size: 10px;
	text-decoration: none;
}
a.MT:link, a.MT:hover, a.MT:visited, a.MT:active{
	font-size: 10px;
	color: #ffffff;
	text-decoration: none;
}
	a.MTLinks:link, a.MTLinks:visited, a.MTLinks:active {
	font-size: 10px;
	color: #ffffff;
	text-decoration: none;
}
a.MTLinks:hover, a.MT:hover, a.MTLinksselected:hover{
	font-size: 10px;
	color: #ffffff;
	text-decoration: underline;
}
a.MTLinksselected:link, a.MTLinksselected:visited, a.MTLinksselected:active {
	font-size: 10px;
	text-decoration: none;
	color: #ffffff;
}

.expand {
	background-color: #EC173E;
	float: none;
	display: block;
}

/* Structure */

#wrapper{
	margin: 0px auto 0px auto;
	text-align: center;	
	overflow: hidden;
	width: 880px;
	border: solid #666666 10px;
}

#MastHead{
	width: 880px;
	height: 166px;	
	margin: 0px auto 0px auto;
	text-align: left;
}
#Header{
	width: 880px;
	height: 53px;
	background-image: url(images/kct_aa_banner.gif);
	background-repeat: no-repeat;
	text-align: left;	
	margin: 0px;
	border: 0px;
	
}

#WordMark{
	width: 195px;
	height: 113px;
	float: left;
	margin: 0px;	
	padding:0px;
	background-image: url(images/kct_workmark_left.gif);
	background-repeat: no-repeat;	
}

#TopNavContainer{
	width: 457px;
	height: 113px;	
	margin:  0px 0px 0px 0px;
	padding: 0px;
	float: left;
	background-image: url(images/topnav_banner.gif);
	background-position: top right;
	background-repeat: no-repeat;	
	background-color: #ffffff;
}

#Contact{
	width: 228px;
	height: 113px;
	margin: 0px;
	padding: 0px;
	float: left;	
	background-image: url(images/contact_info.gif);
	background-position: top left;
	background-repeat: no-repeat;
	color: #ffffff;	
}

#ContentContactText{
	margin: 25px 0px 0px 15px;
}
#ContentContactlinks{
	margin: 5px 0px 0px 15px;
}
#ContentContactlinks a,#ContentContactlinks a:link, #ContentContactlinks a:active, #ContentContactlinks a:visited{
	color: #ffffff;
	text-decoration: none;	
}
#ContentContactlinks a:hover{
	text-decoration: underline;
}
#BodyWrapper{	
	width: 880px;
	margin: 0px auto 0px auto;
	text-align: left;	
	background-image: url(images/faux_col.gif);
	background-repeat: repeat-y;	
	text-align: left;	
	overflow:hidden;
}
#ContentLeftNav{
	width: 192px;
	float: left;
	margin: 0px 0px 0px 1px;
}
#ContentNavigation{
	padding: 15px 0px 0px 25px;
}
#ContentBody{
	width: 683px;
	margin: 0px 0px 0px 1px;
	float: left;
	background-image: url(images/content_MiddleBG.gif);
	background-repeat: repeat-x;	
	}
#BodyContent{
		padding:28px;
	}
	
#FooterWrapper{
	width: 880px;
	background-image: url(images/faux_col.gif);
	background-repeat: repeat-y;	
	text-align: left;
	margin: 0px auto 0px auto;
	overflow:hidden;
	}

#ContentSearch{
	width: 192px;
	float:left;
	padding: 0px 5px 5px 5px;
	margin: 0px 0px 10px 0px;
}
#ContentFooter{
	text-align: center;
	width: 670px;
	float: left;
}

#ContentMemberTools{
	width: 880px;	
	text-align: left;
	margin: 0px auto 0px auto;
	overflow:hidden;
}
/*Top Navigation UL LI*/
#TopNavContainer{
	padding:0px;
}
#ContentNavigation ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#ContentNavigation ul li ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#ContentNavigation ul li{
	font-weight: bold;
	font-size: 11px;		
	margin: 8px 0px 8px 0px;
	padding: 0px;
}
#ContentNavigation ul li a{
	color: #666666;
}
#ContentNavigation ul li ul li{
	margin: 8px 0px 8px 0px;
	font-weight: normal;
	font-size: 11px;			
}



