﻿body
{
	font-family: Arial, Calibri, Verdana;
	background-image: url(Images/BackGround.jpg);
	background-repeat: no-repeat;
}

.footer_text
{
	color: #febb12;
	font-size: 12px;
	padding-right: 20px;
	padding-left: 20px;
}

.footer_text_link
{
	color: #febb12;
	font-size: 12px;
	padding-right: 20px;
	padding-left: 20px;
}

p.home_content
{
	padding-right: 25px;
	padding-left: 25px;
	padding-top: 25px;
	font-size: 10pt;
	color: #e7d4cc;
	font-family: 'Microsoft Sans Serif' , 'Arial Narrow' ,Arial;
}


A:link
{
	text-decoration: none;
	color: #006699;
}	
		
A:visited	{	
	text-decoration:	none;
	color:	#006699;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#006699;
	}	
		
A:hover
{
	text-decoration: none;
	color: #febb12;
}

A.left_menu 
{
	padding-right: 10px;
	padding-left: 12px;
	padding-bottom: 10px;
	padding-top: 5px;
	color: #febb12;
	font-size: 10pt;
	text-decoration: none;
}

.admin_page_title
{
	font-weight: bold;
	font-size: 12pt;
	color: #822112;
	font-family: 'Microsoft Sans Serif' , Verdana, Arial;
}

.News_Title
{
	font-weight: bold;
	color: #841618;
	font-size:11pt;
}

.News_Description
{
	font-size:11pt;
}

/************************************************************************
* 
* Calendar specific formatting 
*
************************************************************************/

/* Surrounds the calendar */
.eventmonth
{
    border: 1px solid #DBDB79;
    width: 694px;
    margin-right: auto;
    margin-left: auto;
    background: #FEFFAB url(images/background_fullwidth.jpg) repeat-y;
    margin-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    text-align: center;
}

/* used as the cssclass of the actual calendar */
.eventmonthtable
{
    width: 694px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    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;
}


.calcurrentmonth
{
    /* no styles needed at this time */
}
.calothermonth
{
    background-color: #DCD78E;
}
.calcurrentday
{
    background-color: #FFFFC1;
}
.calweekend
{
    background-color: #FEEB95;
  /*  width: 15%; */
}

.calcurrentmonth , .calcurrentmonth , .calothermonth , .calcurrentday , .calweekend
{
    text-align: left;
    border: 2px solid #C7C272;
    height: 60px;
    vertical-align: top;
    /* needed for positioning the dayNumber part */
    position:relative;
     border-collapse:separate;
     border-spacing: 5px;
     
}