/* place all styles for CMS driven pages here */

/* don't forget to copy "public" styles to the editor.css page, so they will appear in
   the preview and editor section of the html editor
   
   There should always be a default body font and P tag font in both files
   The html editor sometimes likes to use <p>, other times it just uses nothing and <br>
*/

body
{
	font: 10px/1.2 Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}

p
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

li
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

#subheader
{
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
font-weight:bold;
}

/* SAMPLE styles for templates
 *
 */

h5 {
	text-align: center;
	font-size: 9px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

#header {
	border-bottom: 2px solid #ddd;
}
#footer {
	border-top: 2px solid #ddd;
}
#footer h4 {
	text-align: center;
}

/************************************************************************************/
/* NEWS styles 
 * These control the look of the auto-generated news section on the site
 *
 */

.newscontent
{
}
.newstable
{
	margin: auto;
	width: 85%;
	background: #eee;
	border: 1px solid black;
}
.newstable th
{
	background: #EDCC46;
	font-weight: bold;
	font-family: verdana, lucida, helvetica, sans-serif;
	font-size: 11px;
	padding: 2px;
}
.newsh1
{
}
.newsh2
{
}
.newstable td
{
	background: #FFFFFF;
	font-family: verdana, lucida, helvetica, sans-serif;
	font-size: 11px;
	padding: 2px;
}
.newsr1
{
}
.newsr2
{
}

.newsitemtitle
{
	background: #EDCC46;
	font-weight: bold;
	font-family: verdana, lucida, helvetica, sans-serif;
	color: #000000;
	font-size: 14px;
	padding-left: 5px;
}
.newsitemdate
{
	font: 10px/1.2 Verdana, Arial, Helvetica, sans-serif;
	color: #666666;

	padding-right: 10px;
}
.newsauthor
{
	font: 10px/1.2 Verdana, Arial, Helvetica, sans-serif;
	color: #666666;

}
.newsitemcontent
{
	margin-top: 10px;
	padding: 3px;
}
.newslistlink a:link, .newslistlink a:visited, .newslistlink a:active, .newslistlink a:hover 
{
	margin-top: 10px;
	font-size: 14px;
}

/************************************************************************************/
/* Signup-Form (email form) styles 
 *
 */


.emailcontent
{
}
.emailmessage
{	/* this is what shows when there is an error or a confirmation */
	font-weight: bold;
	font-size: 14px;
	color: #f00;
}
.emailtable
{
	margin: auto;
	width: 85%;
	background: #eee;
	border: 1px solid black;
}
.emailtable th
{
	background: #edd;
	font-weight: bold;
	font-family: "lucida grande", verdana, lucida, helvetica, sans-serif;
	font-size: 14px;
	padding: 2px;
}
.emailtable td
{
	font-family: "lucida grande", verdana, lucida, helvetica, sans-serif;
	font-size: 11px;
	padding: 2px;
}


#navbar img
{
	margin: 0;
	padding: 0;
}

/************************************************************************************/
/* Nav Bar styles 
 * are in the other css files in this folder
 */


/************************************************************************************/
/* Forum styles 
 * 
 */


#forum {
	margin-bottom: 10px;
}

#forum table {
	margin: auto;
	width: 85%;
	background: #eee;
	border: 1px solid black;
}
#forum table th {
	background: #EDCC46;
	font-weight: bold;
	font-family: verdana, lucida, helvetica, sans-serif;
	font-size: 11px;
	padding: 2px;
}
#forum table td {
	background: #FFFFFF;
	font-family: verdana, lucida, helvetica, sans-serif;
	font-size: 11px;
	padding: 2px;
}

#forum .fthread p {
	font-size: 12px;
	margin: 4px 0;
}

#forum #messagetext {
	display: block;
	width: 450px;
	height: 250px;
}

#flist h3 {
	text-align: left;
	font-size: 13px;
	padding: 2px;
	margin: 0;
}
#flist a {
	font-size: 13px;
}
#flist h4 {
	text-align: left;
	font-size: 11px;
	padding: 2px;
	margin: 0;
}

#forumtopic {
	border: 1px solid #aaa;
	padding: 5px;
}
#forumtopic h3 {
	text-align: center;
	margin: 0;
	padding: 0;
}
#forumtopic h4 {
	margin: 10px 0px;
	padding: 0;
	font-size: 12px;
}	
#fmsglist {
	width: 100% !important;
	border: none !important;
	padding: 0 !important;
	margin: 0px !important;
}
#fmsglist td {
	text-align: left;
}
#fmsglist h3 {
	text-align: left;
	font-size: 13px;
	padding: 2px;
	margin: 0;
}
#fmsglist a {
	font-size: 13px;
}
#fmsglist h4 {
	text-align: left;
	font-size: 11px;
	padding: 2px;
	margin: 0;

}
#fmsglist p {
	margin: 2px 0px;
}
#fmsglist .nvleft {
	text-align: left;
}
#fmsglist .nvright {
	text-align: right;
}
#fmsglist th a {
	font-size: 10px;
	font-weight: bold;
	color: #444;
}


#fpost {
	border: 1px solid #aaa;
	padding: 5px;
}
#fpost h3, #fpost h4 {
	font-size: 11px;
	margin: 5px 0px;
}
#fpost h4 {
	color: #f00;
}


#evlist {
	width: 500px;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	
}

#evlist table {
	margin: auto;
	width: 85%;
	background: #eee;
	border: 1px solid black;
}
#evlist table th {
	background: #EDCC46;
	font-weight: bold;
	font-family: verdana, lucida, helvetica, sans-serif;
	font-size: 11px;
	padding: 2px;
}
#evlist table td {
	background: #FFFFFF;
	font-family: verdana, lucida, helvetica, sans-serif;
	font-size: 11px;
	padding: 2px;
}


#evlist h3 {
	text-align: left;
	font-size: 13px;
	padding: 2px;
	margin: 0;
}
#evlist a {
	font-size: 13px;
}
#evlist h4 {
	text-align: left;
	font-size: 11px;
	padding: 2px;
	margin: 0;
}

#evcontent {
	border: 1px solid #aaa;
	padding: 10px;
	text-align: left;
}
#evcontent h3 {
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	margin: 5px 0;
	padding: 0;
}
#evcontent h4 {
	text-align: left;
	font-size: 12px;
	margin: 5px 0;
	padding: 0;
}
#evcontent h5 {
	text-align: left;
	margin: 5px 0;
	padding: 0;
}
#evcontent .eventlongdesc {
	margin: 10px 0;
}


#evcal {
	width: 900px;
	margin: auto;
	margin-bottom: 10px;
	
}
#evcal table {
	border: 1px solid #000000;
	border-collapse: collapse;
	width: 95%;
	
}
#evcal td {
	width: 75px;
	padding: 2px;
	border: 1px solid #aaa;
	height: 75px;
	vertical-align: top;
}
#evcal .mname td {
	color: #FFFFFF;
	background: #4E0101;
	text-align: center;
	font-weight: bold;
	font-color: white;
	vertical-align: middle;
	height: 25px;
}
#evcal th {
	background: #aa00;
	padding: 3px;
	color: #000000;
}
#evcal th a {
	padding: 3px;
	color: #000000;
}
#evcal td a {
	display: block;
	margin: 5px 2px;
	color: #0000FF;
}
