/* AlaPark CSS Document */

body, html
{	font: 11px Arial, Helvetica, sans-serif;
	background-color:#af915e;
	padding: 0;
	margin: 0;
}

a:hover
{/*	color: #e6e5b3;
	text-decoration: none;*/
	color: #81201D;
	text-decoration: underline;
}	

a
{	/*color: #FFFFFD;*/
	color: #81201D;
	text-decoration: none;
}
.header
{	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

.header2
{	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
td.officialWebsite
{	padding: 10px 42px 2px 0px;
}
td.secondary
{	background-image: url(/images/Background/rightNav.jpg);
	background-repeat: no-repeat;
	vertical-align: top;
	text-align: left;
	width: 212px;
	/*height: 207px;*/
	padding: 10px 0 0 0px;
	font-weight: bold;
	line-height: 11px;
	font-size: 12px;
}
td.secondary a
{	color: #273a2a;
}
td.secondary a:hover
{	color: #3f7515;
	text-decoration: none;
}


table.bottom
{	color: #FFFFFF;
	padding: 10px 0 0 0;
	margin-top:0px;
	vertical-align:top;
    }
td.bottom
{  vertical-align:top;
   }
td.bottom a
{	color: #e6e5b3;
	text-decoration: none;
    }
td.bottom a:hover
{	color: #FFFFFF;
	text-decoration: none;
    }
td.bottom ul
{   color: #e6e5b3;
	position: relative;
    }
td.bottom a:hover.header 
{	color: #e6e5b3;
    }
td.bottom a.header 
{	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
    }
td.bottom .header 
{    font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
    }



img.magazine{	
    float: left;
	border: #FFFFFF 1px solid;
	margin: 0 5px 5px 0;
}

div.footer a{	
    font-weight: bold;
	color: #FFFFFF;
}
p.footerLinks{	
    color: #FFFFFF;
	font-weight: bold;
}

/*Entries below are used by the pop-up calendar*/
/* calendar icon */
img.tcalIcon {
	cursor: pointer;
	margin-left: 1px;
	vertical-align: baseline;
}
/* calendar container element */
div#tcal {
	position: absolute;
	visibility: hidden;
	z-index: 100;
	width: 158px;
	padding: 2px 0 0 0;
}
/* all tables in calendar */
div#tcal table {
	width: 100%;
	border: 1px solid silver;
	border-collapse: collapse;
	background-color: white;
}
/* navigation table */
div#tcal table.ctrl {
	border-bottom: 0;
}
/* navigation buttons */
div#tcal table.ctrl td {
	width: 15px;
	height: 20px;
}
/* month year header */
div#tcal table.ctrl th {
	background-color: white;
	color: black;
	border: 0;
}
/* week days header */
div#tcal th {
	border: 1px solid silver;
	border-collapse: collapse;
	text-align: center;
	padding: 3px 0;
	font-family: tahoma, verdana, arial;
	font-size: 10px;
	background-color: gray;
	color: white;
}
/* date cells */
div#tcal td {
	border: 0;
	border-collapse: collapse;
	text-align: center;
	padding: 2px 0;
	font-family: tahoma, verdana, arial;
	font-size: 11px;
	width: 22px;
	cursor: pointer;
}
/* date highlight
   in case of conflicting settings order here determines the priority from least to most important */
div#tcal td.othermonth {
	color: silver;
}
div#tcal td.weekend {
	background-color: #ACD6F5;
}
div#tcal td.today {
	border: 1px solid red;
}
div#tcal td.selected {
	background-color: #FFB3BE;
}
/* iframe element used to suppress windowed controls in IE5/6 */
iframe#tcalIF {
	position: absolute;
	visibility: hidden;
	z-index: 98;
	border: 0;
}
/* transparent shadow */
div#tcalShade {
	position: absolute;
	visibility: hidden;
	z-index: 99;
}
div#tcalShade table {
	border: 0;
	border-collapse: collapse;
	width: 100%;
}
div#tcalShade table td {
	border: 0;
	border-collapse: collapse;
	padding: 0;
}
/*end of calendar entries*/

.EventDate{
      font-size:12px; 
      /*background-color: #91A382;*/
	  color: #203E00; 
	  font-weight:bolder; 
	  height:18px;	
      padding-left:5px; 	    
}


/*
table.mainLeft
{	text-align: left;
	vertical-align: top;	
	margin-left:30px;
	margin-top:20px;
}
td.mainLeft
{	vertical-align: top;
	text-align: left;
	}
a:hover.mainLeft 
{	color: #e6e5b3;
	text-decoration: none;
}


td.mainRight
{	vertical-align: top;
	color: #e6e5b3;
	padding: 18px 20px 0 0px;
}
td.mainRight a
{	color: #FFFFFF;
	text-decoration: none;
}
td.mainRight a:hover.header 
{	color: #e6e5b3;
}
td.mainRight a.header 
{	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
td.mainRight .header 
{    font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
*/