
/*-------------------------------------------------------------------------------------------------*/
/* Style for links in all templates																   */
/*-------------------------------------------------------------------------------------------------*/

.links A:link {
	text-decoration: none;
	color: #0066CC
	}
.links A:visited {
	text-decoration: none;
	color: #0066CC
	}	
.links A:hover {
	color: #fff; 
	background-color: #0066CC
	}
.links A:active {
	TEXT-DECORATION: none;
	color: #0066CC
	}
	

/*-------------------------------------------------------------------------------------------------*/
/* Style for Header													   
/*-------------------------------------------------------------------------------------------------*/

#container-head {
	padding: 0;
	width: 100%;
	margin: 0 auto;
  	width: 920px;
	height: 60px;
	position: relative;
	font-size: 10px
}


/*-------------------------------------------------------------------------------------------------*/
/* General styles for all templates ( XHTML ) */															   
/*-------------------------------------------------------------------------------------------------*/

html, body
{
	background: #fff url(../imgs/background.gif) repeat-x 0 0;
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px
}

#container-main {
	background: url(../imgs/back.banner.thin.jpg) no-repeat 0 20px;
	
	top: 0;
	padding-top: 60px;
	margin: 0 auto;
  	width: 920px;
	text-align: left;
  	position: relative;
  	min-height: 100%; /* For Modern Browsers */
  	height: auto !important; /* For Modern Browsers */
  	height: 100%; /* For IE */
}
#container-side {
	height: 100%;
	left: 0;
	background: url(../imgs/back.left.jpg) no-repeat -160px 96px;	
	top: 0;
	position: absolute;
	z-index: 0;
}

#menu {

	font-family: Arial, Verdana, sans-serif;
	margin-top: 126px;
	margin-bottom: 30px;
}
#sectionbox {
	margin: 0 0 0 280px;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 12px;
	color: #999;
	text-transform: uppercase;
	padding: 0 0 4px 0px;
	font-weight:bold;
}
#titlebox {
	margin: 4px 0 10px 0px;
	width: 100%;
	border-bottom: solid #eee 0px;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 20px;
	color: #E28566;
	padding: 0 0 6px 0;
	background: url(../imgs/back.path.jpg) no-repeat 100px 6px;	

}
#pathrow {
	height: 20px;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 11px;
	text-transform: lowercase;
	color: #333;
	border-bottom: solid #ccc 0px;
}


#userrow {
	position: absolute;
	top: 13px;
	left: 400px;
	width: 280px;
	height: 42px;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 12px;
	color: #333;
	text-transform: none;
	padding: 12px 0 10px 25px;
	margin: 5px 0 0 0;
	background: url(../imgs/back.user.gif) no-repeat 0px 0px;
}
#content {
	position:absolute;
	top: 110px;
	left: 280px;
	width: 640px;

	z-index: 9;
	font-family: Verdana, Arial,Tahoma,sans-serif;
	font-size: 12px;
	text-align: left;
	color: #333;
	line-height: 18px;
	padding: 0 0px 40px 0px
}
#arrows {
	position: absolute;
	top: 20px;
	right: 26px;
	font-size: 10px;
	z-index: 1;
}
#boxed {
	width: 100%;
	position: relative;
	color: #333;
	padding: 5px 0px 8px 8px;
	text-transform: uppercase;
	font-weight:bold;
	font-size: 10px;
	border-bottom: solid #999 1px;
}
#newsbar {
	width: 182px;
	left: 0px;
	position: relative;
	clip:rect(0,180,6,0);
	background: #F8F8F8;
	padding: 8px 0px 25px 16px;
	margin-bottom: 30px;
	border: 1px solid #ccc
}
#utilities {
	position: absolute;
	text-transform: uppercase;
	top: 36px;	
	right: 26px;
	font-size: 10px;
	z-index: 1;
}



#footer {
	font-size: 9px;
	border-top: solid #ccc 1px;
	margin-top: 30px;
	padding-top: 30px;
	width:640px
	}



/*-------------------------------------------------------------------------------------------------*/
/* Second level navigation																		   */
/*-------------------------------------------------------------------------------------------------*/

#secondarymenu {
	width: 200px;
	position: relative;
	padding-bottom: 30px;
	margin: 0
}
ul#secondlevel	{
	list-style-type: none;
	padding: 0;
	margin: 0
	}
ul#secondlevel li	{
	padding: 0;
	margin: 0;
	border-style: dotted;
	border-color: #fff #fff #666;
	border-width: 0 0 1px
	}
ul#secondlevel li a	{
	display: block;
	margin: 0;
	padding: 4px 0px 4px 6px;
	color: #0066CC
	}
ul#secondlevel li a.active	{
	background-color: #eee;
	color: #333;
	cursor: pointer;
	}
ul#secondlevel li a:hover	{
	background-color: #ccc;
	color: #333;
	_height: 1%;
	}


/*-------------------------------------------------------------------------------------------------*/
/* Style for Search Block															   			   */
/*-------------------------------------------------------------------------------------------------*/

#search {
	position: absolute;
	top: 18px;
	right: 0px;
	width: 264px;
	height: 38px; 
	padding: 5px 0 0 6px;
	background: url(../imgs/back.search.jpg) no-repeat;
}
.highlight	{
	background-color: yellow;
	}
form.formsearch	{

	font-size: 11px;

	color: #666666;
	width: 250px;

	}
form.formsearch div	{
	padding: 4px;
	}
form.formsearch select, form.formsearch input {

	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	background-color: #fff;
	border: 0; 
	padding: 2px; 
	}
form.formsearch select {
	width: 120px;
	}
form.formsearch input {
	margin-left: 10px;
	width: 180px;
	}	
form.formsearch input.submit {
	width: 30px;
	cursor: pointer;
	background: url(../imgs/search.gif) no-repeat 10px ;

}

/*-------------------------------------------------------------------------------------------------*/
/* Style for Search Results															   			   */
/*-------------------------------------------------------------------------------------------------*/


dl#searchresults	{
	color: #333;
	font-size: 11px;
	}
dl#searchresults dt	{
	margin: 0;
	padding: 0;
	}
dl#searchresults dd	{
	margin: 0 0 10px 0;
	padding: 5px 30px 6px 20px;
	background: url(../imgs/back.cal.event.gif) no-repeat 0 0  ;

	}
/*-------------------------------------------------------------------------------------------------*/
/* Style list.php Template															   			   */
/*-------------------------------------------------------------------------------------------------*/

dl#list	{
	color: #333
	}
dl#list dt	{
	padding: 0;
	}
dl#list dd	{
	padding: 0;
	margin: 0 0;
	border-color: black black #CCCCCC; 
	border-style: solid; 
	border-width: 0 0 0px 0;
	}
#navpages	{
	clear: both;
	padding: 10px 0 30px 0;
	text-align: left;
	text-transform:uppercase;
	font-size: 10px;
	}
	
.otherpages, .prevpage, .nextpage {
	padding: 6px;
	border: solid #ccc 1px;
	}	
	
.currentpage {
	padding: 6px;
	border: solid #ccc 1px;
	background: #666;
	color: #fff;

	}	

/*-------------------------------------------------------------------------------------------------*/
/* Style News Scroller 													   			               */
/*-------------------------------------------------------------------------------------------------*/

#news {
	width: 200px;
	left: 0px;
	position: relative;
	padding-bottom: 30px;
}
div#wn {
	position: relative;
	overflow: hidden;
	z-index: 1;
	height: 150px;
	background: #F8F8F8;
	border: 1px solid #ccc;
}
div#cnt {
	z-index: 1;
	position: absolute;
	color: #666666;
	width: 180px; /* mandatory to get the scroller working ! */
	height: 160px; /* mandatory to get the scroller working ! */
	padding: 10px;
	}
div#cnt div.item {
	color: #333;
	height: 100%;
}

/*-------------------------------------------------------------------------------------------------*/
/* Style for gallery.php Template													   			               */
/*-------------------------------------------------------------------------------------------------*/

ul#gallery	{
	list-style-type: none;
	margin: 20px 0 0 0;
	padding: 0 0 0 0;
	}
	
ul#gallery li	{
	padding: 0 11px 11px 0;
	margin: 0;
	float: left;
	}

ul#gallery li img	{
	display: block;
	border: 1px solid #333;
	}
	
#displayedpicture	{
	margin: 10px 0 0 0;
	}
	
#displayedpicture img	{
	border: 1px solid #333;

	}

/*-------------------------------------------------------------------------------------------------*/
/* Style for map.php Template													   			               */
/*-------------------------------------------------------------------------------------------------*/
table#map	{
	width: 400px;
	font-size: 11px;
	}
table#map th	{
	text-align: left;
	font-weight: normal;
	}
table#map tr.section td strong	{
	padding: 0 0 0 15px;
	}
table#map td.level0	{
	padding-left: 0;
	}
table#map tr.page td.level0	{
	padding-left: 15px;

	}
table#map td.level1	{
	padding-left: 20px;
	}
table#map tr.page td.level1	{
	padding-left: 35px;
	}
table#map td.level2	{
	padding-left: 40px;
	}
table#map tr.page td.level2	{
	padding-left: 55px;
	}
table#map tr.section td	{
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 12px;
	}
table#map tr.page div	{
	padding-left: 18px;
	font-size: 11px;
	}
	
/*-------------------------------------------------------------------------------------------------*/
/* Style contact.php,  edit.user.php, login in sbasic.php 															   			   */
/*-------------------------------------------------------------------------------------------------*/

form {  
	margin-bottom: 0px; 
	padding-bottom: 0px; 
	margin-top: 0px; 
	padding-top: 0px
	}
	
#formcontact fieldset	{
	padding: 20px;
	}
	
#formcontact legend	{
	text-transform: uppercase;
	}

#formcontact label	{
	float: left;
	width: 180px;
	}
	
#formcontact input, #formcontact textarea, #formcontact select {
	background-color: #eee;
	border: solid #ccc 1px;
	padding: 3px;
	width: 280px;
	overflow: auto;
	margin: 1px;
}

#formcontact input.error, #formcontact textarea.error, #formcontact select.error {
	background-color: #CC0000;
	color: #FFFFFF;
}
	
#formcontact input.submit {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #333;
	border: solid #ccc 0px;
	padding: 4px;
	margin: 8px 8px 8px 0;
	width: auto;
	float:left;

}

#formcontact div.editnotifications input {
	width: auto;
	background: none;
	border: none;
	}
	

#formcontact div.editnotifications {
	clear: left;
	background: none;
	border: none;

	}
	
#formcontact textarea	{
	height: 120px;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	}

#lastnews	{
	padding: 0;
	margin: 0;
	list-style-type: none;
	}
	
#lastnews li	{
	padding: 0;
	margin: 0;
	}
	
#lastnews li a	{
	text-decoration: none;
	}
	
#formcontact div.notificationsections input	{
	width: 15px;
	}


/*-------------------------------------------------------------------------------------------------*/
/* Style calendar.php, 															   			   */
/*-------------------------------------------------------------------------------------------------*/

#cal	{
	height: 240px;
	margin-top: 130px;
	margin-bottom: 30px;
	padding: 10px;
	background: url(../imgs/back.cal.jpg) no-repeat;;
	}
#get_calendar	{

	margin-bottom: 0px;
	width: 240px;
	border: 0px solid #ccc;
	}
	
#get_calendar td	{
	text-align: center;
	padding: 6px;
	}
	
#get_calendar td.today	{
	color: #fff;
	font-weight: bold;
	padding: 6px;
	}

#get_calendar td.event, #get_calendar td.internal	{
	padding: 2px;
	}

#get_calendar td.event a, #get_calendar td.internal a	{
	display: block;
	padding: 6px;
	border: 1px solid #fff;
	font-weight: bold;
	background: #fff;
	color: #009933;
	text-decoration: none;
	}
	
#get_calendar td.event a:hover, #get_calendar td.internal a:hover	{
	display: block;
	padding: 6px;
	border: 1px solid #fff;
	font-weight: bold;
	background: #D4E680;
	color: #009933;
	
	}
	
#get_calendar th	{
	background:  url(../imgs/header_back.gif) repeat-x;
	color: #fff;
	padding: 6px;
	}
	
#get_calendar tr.months td	a {
	padding: 0px;
	font-size: 12px;
	background: #;
	color: #006600;
	text-transform: uppercase;
	text-decoration: none;
	}
	
#get_calendar tr.months td a	{
	padding: 0px;
	display: block;
	}
	

	
#calendar-list	{
	margin: 0;
	width: 100%;
	font-size: 11px;
	}
	
#calendar-list dd	{
	background:  url(../imgs/back.cal.event.gif) no-repeat;
	margin: 0 0 20px 0;
	padding: 15px 30px 6px 110px;
	}
	
#calendar-list dd.internal	{
	background:  url(../imgs/back.cal.event.gif) no-repeat;
	}
	
#calendar-list dt	{
	float: left;
	margin: 0;
	padding: 10px;
	}

#calendar-list dt.first	{
	}

#calendar-list dt div.eventdate	{
	float: left;
	padding-top: 10px;
	display: block;
	font-size: 12px;
	text-align:center;
	background:  url(../imgs/back.cal.event.icon.gif) no-repeat;
	width: 60px;
	height: 55px;
	margin: 10px;
	}

#calendar-list dt.internal div.eventdate	{
	

	background:  url(../imgs/back.cal.event.icon.internal.gif) no-repeat;
	border: solid black 0px ;
	border-top: 0px solid black;
	}

#calendar-list dd p	{
	margin: 0;
	}

#calendar-list dd p.more	{
	margin-top: 6px;
	padding-top: 0;
	}
	
	
