﻿body
{
    padding: 0px;
    margin: 10px 0px 0px 0px;
    background-color: buttonshadow;
    color: #000000;
    font-size: 12px;
    font-family: Georgia, Verdana, Tahoma, Arial;
}

.IE8Fix 
{ 
    z-index: 1000; 

}


#contentwrap
{
    padding: 20px 20px 20px 20px;
    margin-bottom: 20px;
}	



/*********************** Anchor tags **********************************/

a
{
    text-decoration: underline;
    color: #660000;
}
a:hover {text-decoration:none}

a.link {text-decoration:none; color:#660000; padding-left:12px; font-size:1.27em}

/**********************************************************************/



/****************** Calendar specific formatting **********************/

/* Surrounds the calendar */
.eventmonth
{
    border: 1px solid #DBDB79;
    width: 627px;
    background: #f5f5dc url(images/background_fullwidth.jpg) repeat-y;
    text-align: center;
}

.locationddl
{
    border: 1px solid #DBDB79;
    width: 627px;
    background: #f5f5dc url(images/background_fullwidth.jpg) repeat-y;
   
}

/* used as the cssclass of the actual calendar */
.eventmonthtable
{
    width: 627px;
  
    margin-bottom: 15px;
    border: 1px solid #DBDB79;
    border-collapse:collapse;
}


.dayNumber
{
    float: right;
    border-bottom: 1px solid #C7C272;
    border-left: 1px solid #C7C272;
    clear: none;
    padding: 2px;
    color: black;
}


.calcurrentmonth
{
    /* no styles needed at this time */
}
.calothermonth
{
    background-color: #f5f5dc;
}
.calcurrentday
{
    background-color: #f5f5dc;
}
.calweekend
{
    background-color: #f5f5dc;
  /*  width: 15%; */
}

.calcurrentmonth , .calcurrentmonth , .calothermonth , .calcurrentday , .calweekend
{
    text-align: left;
    border: 1px solid #C7C272;
    height: 60px;
    vertical-align: top;
    /* needed for positioning the dayNumber part */
    position:relative;
     border-collapse:separate;
     border-spacing: 5px;
     
}

/******************************************************************/	
	

/*================== Rollover buttons ====================*/

.buttonsmall, .buttonsmall-ovr
{
    background: url(images/rollbtn.jpg) no-repeat;
    border: none;
    color: #ffffff;
    height: 25px;
    width: 80px;
   
    font-size: 11px;
    padding: 0px 3px 2px 0px;
    cursor: pointer;
    font-family: Georgia, Verdana, Tahoma, Arial;
   
}
.buttonsmall-ovr
{
    background-position: -80px 0;
    color: #f0e68c;
}	


/*================== Nav Rollover buttons ====================*/

.next-roll, .next-ovr
{
    background: url(images/next2.jpg) no-repeat;
    border: none;
    height: 25px;
    width: 65px;
    padding: 0px;
}

.next-ovr
{
   background-position: -65px 0;
}

.prev-roll, .prev-ovr
{
    background: url(images/prev2.jpg) no-repeat;
    border: none;
    height: 25px;
    width: 65px;
}
.prev-ovr
{
   background-position: -65px 0;
}

/*================== Contact Style ==================*/

.contactdetail
{
    margin-bottom: 22px;
    margin-left: 10px;
    margin-right: 10px;
}

.actionbuttons
{
    float:right;
    text-align: left;
    position: relative;
    padding-bottom: 20px;
    padding-top: 10px;
}

.pnlAdminAdd
{
   margin-bottom: 10px;
}
/*==========================================*/		

/*========= Panel ===========================*/
legend 
{
    color: #8F4F02;
    font-size:15px;
    padding:5px;
}

fieldset
{
    border-right: #707070 1px ridge;
    border-top: #707070 1px ridge;
    border-left: #707070 1px ridge;
    border-bottom: #707070 1px ridge;
} 
.pnl
{
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 10px;
    margin-right: 10px;
}
/*==========================================*/
								
#imageviewer
{
    height: 25px;
    width: 443px;
    background-image: url(images/img_main_bg.jpg);
    background-repeat: no-repeat;
}

#imageviewer .border
{
    background-image: url(images/img_main_brd.jpg);
    width: 73px;
}

/*==========================================*/


/*Modal Popup*/
.modalBackground {
	background-color: #000000;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}

.sampleStyleA {
	background-color:#FFF;
}

.sampleStyleB {
	background-color:#FFF;
	font-family: Georgia, Verdana, Tahoma, Arial;
	font-size:10pt;
	font-weight:bold;
}

.sampleStyleC {
	background-color:#ddffdd;
	font-family: Georgia, Verdana, Tahoma, Arial;
	font-size:10pt;
	font-style:italic;
}

.sampleStyleD {
	background-color:Blue;
	color:White;
	font-family:Arial;
	font-size:10pt;
}

/************** News ************************/
.title
{
    font-family: Georgia, Verdana, Tahoma, Arial;
    font-size: 12px;
    font-weight: bold;
    /*color: #336633;*/
    color: #8F4F02;
}

.newseventdate
{
	font-family: Georgia, Verdana, Tahoma, Arial;
	font-size: 10px; 
	font-weight: bold;
	/*color: #336633;*/
	color: #8F4F02;
}

.newseventdetail
{
    /*font-family: Georgia, Verdana, Tahoma, Arial;
    color: #000000;*/
}

/***********************************************/

.navigation
{
	width: 100%;
	margin-top:10px;
}

#leftnav 
{
	float:left;
	width: 33%;
	text-align:center;
}

#rightnav 
{
	float: right;
	width: 33%;
	text-align:center;
}

#numnav
{
	float:inherit;
	text-align:center;
}

.preload
{
	display: none;
}


/* Calendar Formatting  */

.MyCalendar .ajax__calendar_container
{
    border: 1px solid #646464;
    background-color: gainsboro;
    color: black;
}
.MyCalendar .ajax__calendar_other .ajax__calendar_day,
.MyCalendar .ajax__calendar_other .ajax__calendar_year {
    color: black;
}
.MyCalendar .ajax__calendar_hover .ajax__calendar_day,
.MyCalendar .ajax__calendar_hover .ajax__calendar_month,
.MyCalendar .ajax__calendar_hover .ajax__calendar_year {
    color: black;
}
.MyCalendar .ajax__calendar_active .ajax__calendar_day,
.MyCalendar .ajax__calendar_active .ajax__calendar_month,
.MyCalendar .ajax__calendar_active .ajax__calendar_year {
    color: black;
    font-weight:bold;
}

/******************** Page Titles **********************************/

#phead
{
    font-size: 22px;
    color: #8f4f02;
    font-family: Forte, Mistral, Kristen ITC, Lucida Handwriting, Lucida Bright, Lucida Calligraphy, Goudy Old Style;
    margin-bottom: 15px;
}
/************************************************************************/

h4
{
    font-size: 13px;
    color: #8F4F02;
    margin-bottom: 12px;
}

.dhead
{
    font-size: 15px;
    color: #ffffff;
    font-family: Georgia, Verdana, Tahoma, Arial;
    padding-left: 8px;
}

.eventcalhead
{
    font-size: 18px;
    font-weight: bold;
    color: #8F4F02;
    font-family: Georgia, Verdana, Tahoma, Arial;
}



/*********************************************************************/

.storydetail
{
    text-indent: 15px;
    font-family: Georgia, Verdana, Tahoma, Arial;
    font-size: medium;
}
