/* table.css */
/* generic table styles, updated 10/16/05 */
table.tabular {
	border:1px solid #999;
	border-collapse:collapse;
	color:black;
	margin:15px 0px 15px 25px;
}
/* override for Events page */
body#events table.tabular {
	width:690px;
}

table.tabular tr, table.tabular td {
	border: 1px solid #999;
}
table.tabular thead td {
	background-color:#A4C3A5;
	color:black;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	padding:4px;
}
table.tabular tbody tr { 
	font-size:11px;
	text-align:left;
}
table.tabular tbody td { 
	padding:3px 6px 2px 4px;
}
/* override for Events page */
table.tabular tbody td.eventLocation { 
	width:95px;
}

/* override for Events page */
table.tabular tbody td.eventDate { 
	width:95px;
}

/* deleted overide style for call to action links, 10/19/05 */

/* added new link styles for Events page DESCRIPTION, 10/19/05 */
table.tabular a:link.linkEventName {
	color:black; 
	text-decoration:none; 
} 
table.tabular a:visited.linkEventName { 
	color:black;
	text-decoration:none; 
} 
table.tabular a:hover.linkEventName { 
	color:#069; 
	background-color: white;
	text-decoration:underline; 
} 

table.tabular tfoot td {
	font-size:11px;
	padding:6px 6px 6px 6px;
	text-align:left;
	width:25em;
}
/* override AboutUs table added 10/12/05 */
table.tabular.aboutUs {
	width:530px;
	border:none;
}
table.tabular.aboutUs, table.tabular.aboutUs td, table.tabular.aboutUs tr {
	border: none;
	padding: 5px;
}


/* added 10/15/05 */
/* top part of CREDIT page */
table.tabular.creditText {
	width:100%;
	border:none;
}

table.tabular.creditText h2 {
	background-color: #a4c3a5;
	margin:0px;
	padding: 1px 0px 1px 8px;
	}
	
/* bottom part of CREDIT page */
table.tabular.creditText tr, table.tabular.creditText td  {
	border:none;
}	

/* FAQ table added 10/17/05 */
table.tabular.faq, table.tabular.faq td, table.tabular.faq tr {
	border: none;
	width: 530px;

}

