<--

body { 
	background-color:#858558; 
	font-weight:normal; 
	font-family:verdana; 
	font-size:11px; 
		}
		
A.list1 {
	font-weight :  bold; 
	color : #30679a; 
	text-decoration : none; 
	font-size: 14px;
	font-family : Geneva, Arial, Helvetica, sans-serif;
	}
	
A.list1:visited {
		font-weight :  bold; 
	color : #30679a; 
	text-decoration : none; 
	font-size: 14px;
	font-family : Geneva, Arial, Helvetica, sans-serif;
	}

A.list1:active {
	font-weight :  bold; 
	color : #30679a; 
	text-decoration : none; 
	font-size: 14px;
	font-family : Geneva, Arial, Helvetica, sans-serif;
}

A.list1:link {
	font-weight :  bold; 
	color : #30679a; 
	text-decoration : none; 
	font-size: 14px;
	font-family : Geneva, Arial, Helvetica, sans-serif;
}

A.list1:hover {
	font-weight :  bold; 
	color : #30679a; 
	text-decoration : none; 
	font-size: 14px;
	font-family : Geneva, Arial, Helvetica, sans-serif;
}
A.nav:visited {
	font-weight : normal; 
	font-family : verdana; 
	color : #F8BF24; 
	font-size : 14px; 
	text-decoration : none; 
	text-align : center;
	}

A.nav:active {
	font-weight : normal; 
	font-family : verdana; 
	color : #F8BF24; 
	text-decoration : none; 
	text-align : center;
}

A.nav:link {
	font-weight :  normal; 
	font-family : verdana; 
	font-size : 14px; 
	color : #F8BF24; 
	text-decoration : none; 
	text-align : center;
}

A.nav:hover {
	font-weight : normal; 
	color : #000000; 
	background :#e3e7f3;
	border-width:1px;
    border-style:solid;
    border-color:#e3e7f3;
	
}

A.info {
	font-weight :  bold; 
	color : #000000; 
	text-decoration : none; 
	font-size: 18px;
	font-family : Geneva, Arial, Helvetica, sans-serif;
	}
	
A.info:visited {
	font-weight :  bold; 
	color : #000000; 
	text-decoration : none; 
	font-size: 18px;
	font-family : Geneva, Arial, Helvetica, sans-serif;
	}

A.info:active {
	font-weight :  bold; 
	color : #000000; 
	text-decoration : none; 
	font-size: 18px;
	font-family : Geneva, Arial, Helvetica, sans-serif;
}

A.info:link {
	font-weight :  bold; 
	color : #000000; 
	text-decoration : none; 
	font-size: 18px;
	font-family : Geneva, Arial, Helvetica, sans-serif;
}

A.info:hover {
	font-weight :  bold; 
	color : #000000; 
	text-decoration : none; 
	font-size: 18px;
	font-family : Geneva, Arial, Helvetica, sans-serif;
}

A.links:visited {
   font-family : verdana; 
   color : #e8980c; 
   text-decoration : none; 
}


A.links:link {
   font-family : verdana; 
   color : #e8980c; 
   text-decoration : none; 
}


A.links:hover {
	font-family : verdana; 
   color : #e8980c; 
   text-decoration : underline; 
}


A.links:active {
   font-family : verdana; 
   color : #e8980c; 
   text-decoration : none; 
}

A:visited {
   font-weight : normal; 
   font-family : verdana; 
   color : #F8BF24; 
   text-decoration : none; 
}


A:link {
   font-weight : normal; 
   font-family : verdana; 
   color : #F8BF24; 
   text-decoration : none; 
   text-align : center; 
}


A:hover {
   color : #FF4700; 
   text-decoration : underline; 
}


A:active {
   font-family : verdana; 
   color : #F8BF24; 
   text-decoration : none; 
   text-align : center; 
}

#calendarbox{
	background-color: #355777; 
	width: 230px;
	heigh: 350pc;
	font-family : verdana; 
}

#calendarbox th.dayname{
	font-weight: bold;
	font-family : verdana; 
	color : #FFFFFF; 
	font-size: 14px;
}

#calendarbox table td{
	width: 23px;
	height: 23px;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #0f2639;
	font-family : verdana; 
	background-color:#15334f;
	font-size: 12px;
	color : #FFFFFF;
}

#calendarbox table td.today{
	background-color: #f8bf24;
	font-size: 12px;
	font-weight: bold;
	color : #000000;
}

#calendarbox table td.empty{
	border: 0px;
	background-color: #355777;
}

#calendarbox table td.event{
	font-family : verdana; 
	background-color: #d93b11;
	border: 1px solid #1c1812;
	font-size: 15px;
	font-weight: bold;
}

#eventbox{
	width: 200px;
	background-color: #7988a5;
	border: 1px solid #FBB600;
	margin-top: 20px;
	padding: 5px;
	display: none;
}

#calendarbox a, #calendarbox a:link, #calendarbox a:visited, #calendarbox a:active, #calendarbox a:hover{
	
	border: none;
}

#eventbox dt{
	font-weight: bold;
	display: list-item;
	list-style-image: url(../image/listdot.gif);
	margin-left: 20px;
}

#eventbox dd{
	margin-left: 20px;
	font-style: normal;
}

/* SHOWEVENT.PHP */

div.boxheader{
	margin: 20px auto 0 auto;
	width: 80%;
	border: 1px solid #15334f;
	background-color: #15334f;
	color: #FFFFFF;
	text-align: left;
	text-indent: 10px;
	font-weight: bold;
	line-height: 20px;
	vertical-align: middle;
	font-family : verdana; 
	
}

#wrapper{
	margin: 0 auto;
	padding: 0;
	width: 80%;	
	min-height: 90%;
    background-color: #7988a5;
	border: 1px solid #000000;		
}

#nav{
	padding: 0 0 0 5px;
	margin: 0;
	width: 180px;
	float: left;	
	height: 100%;
}

#content{
	margin: 0 0 0 195px;
	height: 100%;
	font-family : verdana; 
}

div.spacer{
	font-size: 1px;
	line-height: 20px;
}

#nav dt{
	font-weight: bold;
}

#nav dt.home{
	margin-top: 15px;
}

#nav dl, #box #content dl{
	margin-top: 10px;
}	

#content dt{
	margin-top: 10px;
	font-weight: bold;
}

#content dd{
	margin: 0;
	padding: 5px 10px 0 16px;
	text-align: justify;
}

tr.border_trl{
	border-left: 1px solid #fbb600;
	border-right: 1px solid #fbb600;
	border-top: 1px solid #fbb600;
}

div.infoheader{
	background-color: #ffbd11;
	color: #000;
	font-weight: bold;
	text-align: center;
	line-height: 16px;
}

div.infobox{
	margin: 10px auto;
	width: 70%;
	border: 1px solid #ffbd11;
	background-color: #7988a5;
}

div.infocontent{
	padding: 5px;
}

-->
