﻿
a,a:visited
{
	text-decoration: none;
	color:#452B16;
}

a:hover
{
	text-decoration: underline;
}

input, select, textarea
{
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;	
}

.button
{
	border: solid 2px white;
	background-color: white;
	font-weight: bold;
	}

/* NO SCRIPT/FLASH */
.noScript
{
	border: solid 1px blue;
	background-color: #fff;
	color: #000000;
	margin: auto;
	position: relative;
	top: 200px;
}

.noScript a:hover
{
	text-decoration: underline;
}

#noScriptDiv
{
	position: absolute;
	top: 0px; left: 0px;	
	width: 100%;
	height: 400px;
	background-color: #ffffff;
	
}

#noFlashDiv 
{
	display: none;	
	position:absolute;
	top: 0px; left: 0px;	
	
	width: 100%;
	height: 2000px;
	
	z-index: 12000;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	/* background-color: #ffffff;
	filter:alpha(opacity=50);
	opacity:0.5;
	moz-opacity:0.5; */
}

#noFlashDiv img
{
	border: none;	
	
}

#noFlashContent
{
	border: solid 1px blue;
	background-color: #fff;
	color: #000000;
	margin: auto;
	position: relative;
	top: 30px;
	width: 510px;
	height: 180px;
	font-size: 15px;
	padding: 8px 8px 8px 8px;
	z-index: 13000;
}

/* EVENT CALENDAR */
.calendarWait {	
	/*background-color:#000;
	filter:alpha(opacity=50);
	opacity:0.5;
	moz-opacity:0.5;*/
	width: 190px;
	height: 150px;
	position:absolute;
	background-image:url(/assets/images/site/transparent.png);  /* required by MSIE to prevent actions on lower z-index elements */
	text-align: center;
	
}

.calendarWait img
{
	position: relative;
	top: 60px; 
}

.calendarWaitParent
{
    position: relative; left: 5px; cursor: wait;
}
/* EVENT CALENDAR */


/* LOGIN TABLE */
#logintable
{
	border-collapse: collapse;
}

.watermark
{
	color: silver;
	font-style: italic;
	font-size: 10px;
}

/* GENERAL MESSAGE CONTROL */

.messageCtlImage
{
	margin: 5px 5px 5px 5px;
}

.messageCtlBody
{
	margin: 5px 5px 5px 5px;
	height: 90%;
	width: 90%;
	overflow: hidden;
}
/* GENERAL MESSAGE CONTROL */

.errorMessage
{
    background-color: #fff;
    border: solid 2px red;
    font-size: 11px;
    margin: auto;
    width: 600px;
}

.generalMessage
{
    background-color: #ffffff;
    border: solid 2px #000000;
    color: #325B84;
    font-size: 11px;
    margin: auto;
    width: 400px;
}

/* SITE MAIN MENU */
.mainMenu
{
	position:relative;
	/* text-align: center; */
}

.mainMenu table{
	
}

.footerMenu
{
	width: 900px;
	margin: auto;	
}

.footerMenu table{
	
	margin: auto;
}

#news_container
{
    padding: 3px 5px 3px 5px;
    width: 150px;
}

#cal_container
{
    font-size: 9px;   
    
}

.listMessage
{
	font-size: 9px;  
	width: 130px; 
}

#textSize
{
	padding-top: 15px;
	text-align: center;
	font-weight: bold;
	color: #2A5A82;
}

.eventday
{
	font-weight: bold;
	background-color: #ffffff;
	border: solid 1px #953036;	
}

.today
{
	font-weight: bold;	
	border: solid 1px #953036;	
}

table .required
{
	background-image: url('/assets/images/controls/required.png');
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 12px;
}

.eventTitle
{
	color: #2A5A82; /*#4CAFC6;*/ /*color:  #92C546 #2F597F; */ 
	font-size: 13px;
	font-weight: bold;
}

#copyright
{
	padding-top: 10px;
	font-size: 10px;
}

#cal
{
	width:160px;
	margin:auto;
	font-size:12px;
	position:absolute;
}

#cal table tr a
{
	background:#E6D09F;
}

#listSignUpDiv
{
	padding-left:25px;
}

#listSignUpDiv input
{
	margin-top:5px;
}

/* AJAX GALLERY STYLES */

.thumbnails_table td
{
	vertical-align: top;
}

.thumbnails
{	
	position: relative;
	
	margin-right: 10px;
	margin-bottom: 10px;
margin-top: 10px;

	padding: 5px;	
		
	float: left;
	
	background: #ffffff;
	border: solid 1px #999;
	}

.thumbnails img
{
	width: 150px; /* matches dimensions specified in tn generator code */
}

.thumbnails div
{
	max-width: 150px; /* matches dimensions specified in tn generator code */
}

.slide_image
{
	border: solid 1px #000000;	
	background-color: #ffffff;
	max-width: 580px; padding: 3px 3px 3px 3px;
}

/* AJAX GALLERY STYLES */