

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

.links A:link {
	text-decoration: none;
	color: #d3471b;
	}
.links A:visited {
	text-decoration: none;
	color: #d3471b;
	}	
.links A:hover {
	color: #fff; 
	background-color: #999;
	}
.links A:active {
	TEXT-DECORATION: none;
	color: #d3471b;
	}
	
/*-------------------------------------------------------------------------------------------------*/
/* Style for Header													   
/*-------------------------------------------------------------------------------------------------*/

#container-head {
	background: #DE4B26 url(../imgs/header_background.gif) repeat-x 0 0 ;
	padding: 0;
	margin: 0 auto;
	width: 100%;
	height: 100px;
	position: relative;
}

#people {
	position: absolute;
	z-index: 1;
	top: 0px;
	right: 0px;
	height: 100px;
	width: 260px;
	background-image: url(../imgs/header_back.gif);
	background-repeat: no-repeat;
	background-position: 0 right;
}

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

html, body
{
	background: #fff ;
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px
}
#container-side {
	left: 720px;
	width: 192px;
	top: 0;
	position: absolute;
	z-index: 11;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
}
#container-main {
	top: 30px;
	margin: 0 auto;
  	width: 920px;
	text-align: left;
  	position: relative;
  	min-height: 400px; /* For Modern Browsers */
  	height: auto !important; /* For Modern Browsers */
  	height: 100%; /* For IE */
}
#pathrow {
	margin: 6px 0 20px 0px; 
	font-family: Arial, sans-serif;
	font-size: 10px;
	color: #333;
}
#titlebox {
	background: url(../imgs/line.gif) no-repeat 0 bottom;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	color: #666;
	height: 36px;
}
#content {
	width: 600px;
	margin: 0 0 0 0px;
	z-index: 9;
	font-family: Arial,sans-serif;
	font-size: 12px;
	text-align: left;
	color: #666;
	line-height: 18px;
	padding: 0 60px 20px 30px;
}


#content_home {
	float: left;
	width: 610px;
	margin: 10px 0 0 0;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #666;
	line-height: 14px;
	padding: 0 0px 0 0px;
}
#arrows {
	position: relative;
	margin: 0 0 0 545px;
	top: 35px;	
	font-size: 10px;
}
#buttons {
	position: relative;
	padding: 0px 0 0 2px;
	width: 230px;
}	
#utilities {
	position: relative;
	margin: 0 0 0 530px;
	top: 60px;
	font-size: 10px;
}

#footer {
	background: url(../imgs/line.gif) no-repeat 30px top;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #666;
	padding: 20px 0 0 30px;
	height: 36px;
	}
#rss {
	position:absolute;
	top: 240px; 
	right: 60px; 

	}

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

#news {
	position: relative;
	background: url(../imgs/ballon_back.gif) repeat-y 0 0 ;
	width: 230px;
	padding: 20px 0 0 20px;
}

div#wn {
	position: relative;
	overflow: hidden;
	z-index: 1;
	height: 150px;
}
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: #666;
	height: 100%;
}

div#cnt p	{
	margin: 0;
	}



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

#search {

	background: url(../imgs/search.label.gif) no-repeat 0 8px ;
	padding: 0 0 0 0;
	position:absolute;
	top: 72px;
	right: 15px;
	width: 216px;
	height: 34px;
	text-align:right;
	z-index: 2
}
.highlight	{
	background-color: yellow;
	}

form.formsearch div	{
	padding: 5px 0px 3px 3px;
	}
form.formsearch select, form.formsearch input {

	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	background-color: #fff;
	border-color: #CCCCCC;
	border-style: solid;
	border-width: 0px; 
	padding: 2px; 
	color: #DE4B26;
	}
form.formsearch select {
	width: 100%;
	}
form.formsearch input {
	width: 120px;
	}	
form.formsearch input.submit {
	width: 25px;
	cursor: pointer;
	border-style: solid;
	border-width: 0px; 
	border-color: #999999 #FFFFFF #FFFFFF #999999;
	background: url(../imgs/search.gif) no-repeat 0px 4px;

}

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


dl#searchresults	{
	color: #666666
	}
dl#searchresults dt	{
	margin: .5em 0;
	padding: 0;
	}
dl#searchresults dd	{
	padding: 0;
	margin: .5em 0;
	border-color: black black #eee; 
	border-style: solid; 
	border-width: 0 0 1px 0;
	}
/*-------------------------------------------------------------------------------------------------*/
/* Style list.php Template															   			   */
/*-------------------------------------------------------------------------------------------------*/

dl#list	{
	color: #666;

	}
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;
	}
	
.otherpages, .prevpage, .nextpage {
	padding: 6px;
	border: solid #ccc 1px;
	}	
	
.currentpage {
	padding: 6px;
	border: solid #999 1px;
	background: #999;
	color: #fff;

	}	


/*-------------------------------------------------------------------------------------------------*/
/* 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 10px 10px 0;
	margin: 0;
	float: left;
	}

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

	}



/*-------------------------------------------------------------------------------------------------*/
/* 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 25px;
	}
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: 10px;
	padding-bottom: 20px;
	}
table#map tr.page div	{
	background: url(../imgs/icon_page.gif) no-repeat 0 0px;
	padding-left: 18px;
	}
	
/*-------------------------------------------------------------------------------------------------*/
/* 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: 10px 20px 10px 20px; 
	border:1px solid #ccc;
	margin-bottom: 20px;
	}
	
#formcontact legend	{
	text-transform: normal;
	font-size: 14px;
	color: #999;
	}

#formcontact label	{
	float: left;
	width: 140px;
	font-size: 12px;
	}
	
#formcontact input, #formcontact select {
	background-color: #eee;
	border: solid #ccc 0px;
	padding: 3px;
	width: 280px;
	margin: 1px;
	overflow: no;
}

#formcontact textarea {
	background-color: #eee;
	border: solid #ccc 0px;
	padding: 3px;
	width: 280px;
	overflow: auto;
	margin: 1px;
}

#formcontact input.error, #formcontact textarea.error, #formcontact select.error {
	border: solid #CC0000 1px;
	background-color: #fff;	
}
	
#formcontact input.submit {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #E77A5F;
	border: solid #666 0px;
	padding: 4px;
	margin: 10px 10px 10px 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;
	}
#formcontact div.notificationsections input	{
	width: 15px;
	}
	
#lastnews	{
	padding: 0;
	margin: 0;
	list-style-type: none;
	}
	
#lastnews li	{
	padding: 0;
	margin: 0;
	}
	
#lastnews li a	{
	text-decoration: none;
	}
	

/*-------------------------------------------------------------------------------------------------*/
/* Style Calendar											   			   */
/*-------------------------------------------------------------------------------------------------*/

#get_calendar	{
	margin-bottom: 30px;
	width: 198px;
	border: 1px solid #ccc;
	color: #999;

	}
	
#get_calendar td	{
	text-align: center;
	padding: 5px;
	}
	
#get_calendar td.today	{
	color: #666;
	background: #eee;
	}

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

#get_calendar td.event a, #get_calendar td.internal a{
	display: block;
	padding: 6px;
	border: 1px solid #fff;

	background: #eee;
	color: #0066CC;
	}
	
#get_calendar td.event a:hover, #get_calendar td.internal a:hover	{
	display: block;
	padding: 6px;
	border: 1px solid #fff;
	background: #0066CC;
	color: #fff;
	
	}
	
#get_calendar th	{
	background: #999;
	color: #fff;
	padding: 5px;
	font-weight:normal;
	}
	
#get_calendar tr.months td	{
	padding: 0;
	}
	
#get_calendar tr.months td a	{
	padding: 3px;
	display: block;
	}
	
#calendar-list	{
	margin: 0;
	width: 100%;
	font-size: 11px;
	}
	
#calendar-list dd	{
	border: solid #eee 1px;
	margin: 0 0 20px 0;
	padding: 15px 30px 6px 110px;
	}
	
#calendar-list dd.internal	{
	border: solid #eee 1px;
	}
	
#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;
	}


