﻿
/*

*/

input, select, textarea
{
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;	
}

/* ul
{
    list-style-image: url(/assets/images/site/menu_sep.gif);
} */

.button
{
	border: solid 2px #325B84;
	background-color: #EEEEE5;
	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;
}

#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;
}

/* 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;
	cursor: wait;
}

.calendarWait img
{
	position: relative;
	top: 70px; 
}

.calendarWaitParent
{
    position: relative; left: 5px; cursor: wait;
}

#calendarHeader
{
	width: 170px;
	text-align: center;
	font-size: 12px;
	font-family: Arial;
	font-weight: bold;
	padding: 7px 0 7px 0;
}

#calendarHeader div
{
	float: left;
	font-weight: bold;
	width: 14%;
	text-align: center;
}

#calendarHeaderControls
{
	width: 170px;
	margin: auto;	
}

#calendarHeaderControls span
{
	font-weight: bold;
	text-align: center;	
}

.eventday, .eventday a
{
	font-weight: bold;
	background-color: #ffffff;
	border: solid 1px #953036;	
	font-size: 10px;
}

.today, .today a
{
	font-weight: bold;	
	border: solid 1px #953036;	
	background-color: #dcdcdc;
	font-size: 11px;
}

/* 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;
    text-align: left;
    line-height: 15px;
    margin: auto;
    width: 500px;
}

.generalMessage
{
    background-color: #ffffff;
    border: solid 2px #000000;
    color: #325B84;
    font-size: 11px;
    margin: auto;
    width: 400px;
}

/* SITE MAIN MENU */

.menu_sep
{
    padding-right: 4px;
    background-image:  url(/assets/images/site/menu/nav_divider.gif);
	background-repeat: no-repeat;
	background-position: right top;
	cursor: pointer;	
	border: none;
}

.menu_item
{    
	cursor: pointer;	
	border: none;
}

/* SITE MAIN MENU */

/* FOOTERS */
.footerMenu
{
	width: 449px;
	/* margin: auto; */	
	/* padding-top: 10px;
	padding-bottom: 10px; */
	float: left;
	margin-left: 70px;
	/*border-top: dotted 1px #2A5A82;*/
}

.homeFooterMenu
{
	width: 900px;
	margin: auto;	
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: dotted 1px #2A5A82;
}

.homeFooterMenu table{
	
	 margin: auto; 
}


/* #copyright
{
	padding-top: 10px;
	font-size: 10px;
	background-color: Yellow;
	width: 100%;
	height: 20px;
	color: #000;
} */

/* FOOTERS */

#news_container
{
    /*padding: 3px 5px 3px 5px;
    width: 150px;*/
}

#cal_container
{
    font-size: 9px;   
    
}

#cal_container a
{
    text-decoration: none;
    font-size: 12px;
}

#cal_container a:hover
{
    text-decoration: underline;    
}

#cal_container p a  
{
    width: 150px; position: relative; left: 10px; margin-right: 5px;
    font-size: 11px;
}

.listMessage
{
	font-size: 9px;  
	width: 130px; 
}

#textSize
{	
	font-weight: bold;
	color: #2A5A82;		
}

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;
}


.sitemapGroup
{
	margin-bottom: 16px;	
}

.sitemapGroup a
{
	background-image: url(/assets/images/site/menu_sep.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}


.siteMap td
{
    vertical-align: top;
}

.sitemapItemDesc
{
    font-size:10px;
    line-height: 18px;
    padding-right: 10px;
    padding-left: 3px;
     margin-right: 10px;
    /* 
    
   
    text-align: left;
     */
}

#listSignUpDiv
{
    font-size: 11px;
}

.editLink
{
	background-image: url('/assets/images/controls/edit.gif');
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 22px;
}

#textSize
{    
    height: 24px;
    text-align: left;
    margin: 0;
    padding: 0;
}

