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

.links A:link {
	text-decoration: underlined;
	color: #000;
	}
.links A:visited {
	text-decoration: underlined;
	color: #000;
	}	
.links A:hover {
	color: #fff; 
	background-color: #000
	}
.links A:active {
	TEXT-DECORATION: none;
	color: #000;
	}
	
/*-------------------------------------------------------------------------------------------------*/
/* Style for white links in all templates																   */
/*-------------------------------------------------------------------------------------------------*/	
.wlinks A:link, .wlinks A:visited {
	text-decoration: none;
	color: #666;
	display: inline;
	padding-right: 10px;
	}

.wlinks A:hover {
	color: #fff; 
	background-color: #000;
	}
.wlinks A:active {
	TEXT-DECORATION: none;
	color: #666;
	}

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

#container-head {
	padding: 0;
	margin: 0 auto;
	width: 100%;
	text-align: left;
	height: 60px;
	position: relative;
	background: url(../imgs/logowsp.gif) no-repeat 70px 0;

}


#menu {
	width: 400px;
	right: 60px;
	top: 10px;
	position:absolute;
	z-index: 100;
	padding: 7px 0 10px 10px;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	
}
/*-------------------------------------------------------------------------------------------------*/
/* Style for get_subsections_tabbed()															   */
/*-------------------------------------------------------------------------------------------------*/

#subsection_tabbed {
	top: 364px;
	left: 120px;
	position: absolute;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;	
	width: 100%;


}
#subsection_tabbed ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	}
	
#subsection_tabbed ul li {
	padding: 0;
	margin: 0;
	float: left;
	height: 1%;
	} 

#subsection_tabbed a {
	display: block;
	color: #fff;
	padding: 0 10px 0 10px;
	margin-right: 3px;
	text-align:center;
	background: #000 ;
	text-decoration: none;
	height: 1%;
	}
	
#subsection_tabbed a:hover {
	background: #000 ;
	color: #fff;
	height: 1%;

	}

#subsection_tabbed ul li.active a {
	background: #fff ;
	color: #333;
	height: 1%;
	}


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

html, body
{
	background: #E2E2E2 url(../imgs/back.body.jpg) repeat-x 0 0;
	margin: 0 0 0 0;
	padding: 0;
	height: 100%;
}

#container-side {
	right: 80px;
	top: 200px;
	position: absolute;
	z-index: 11;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-left: dotted 1px #ccc;
	padding-left: 10px;
}
#container-side-start {
	right: 0;
	top: 180px;
	position: absolute;
	z-index: 11;
	border-left: dotted 1px #ccc;
	padding-left: 10px;
}

#container-side-overview {
	right: 80px;
	width: 160px;
	top: 360px;
	position: absolute;
	z-index: 11;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-left: dotted 1px #ccc;
	padding-left: 20px;	
}

#container-main {
	background: #fff url(../imgs/back.body2.jpg) no-repeat right bottom;	
	top: 0;
	margin: 0 auto;
	width: 920px;
	text-align: left;
  	position: relative;
  	min-height: 800px; /* For Modern Browsers */
  	height: auto !important; /* For Modern Browsers */
  	height: 100%; /* For IE */

}
#content-top {
	position:relative; 
	background:  url(../imgs/back.top.gif) no-repeat 0 0;
	margin: 30px auto auto;
	width: 920px;
	height:23px;
	}	
#content {
  	min-height: 550px; /* For Modern Browsers */
	width: 540px;
	margin: 0 0 0 80px;
	z-index: 9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #444;
	line-height: 18px;
	padding: 30px 0px 40px 0px;
}
#contentlarger {
  	min-height: 550px; /* For Modern Browsers */
	width: 560px;
	margin: 30px 0 0 60px;
	z-index: 9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #444;
	line-height: 18px;
	padding: 0 0px 40px 0px;
	border: solid 0px #ccc;
}
#contentfull {
  	min-height: 600px; /* For Modern Browsers */
	width: 800px;
	margin: 30px 0 0 60px;
	z-index: 9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #444;
	line-height: 18px;
	padding-bottom: 60px;
}
#contentstart {
  	min-height: 900px; /* For Modern Browsers */
	width: 560px;
	margin: 30px 0 0 60px;
	padding: 0 0 10px 0;
	z-index: 9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #444;
	line-height: 18px;
}

#content p, #contentstart p, #contentfull p, #contentlarger p{
  	margin: 0;
  	margin-bottom: 10px;
}
#content-bottom {
	position:relative; 
	background:  url(../imgs/back.bottom.jpg) no-repeat 0 0;
	margin: 0 auto;
	width: 920px;
	height:20px;
	}


#newsbar {
	width: 180px;
	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 {
	font-family: Arial, Helvetica, sans-serif;
	margin: 20px 0 0 30px;
	font-size: 12px;
	color: #999;
}
#arrows {
	position: absolute;
	top: 60px;
	right: 0px;
	font-size: 10px;
	z-index: 1;
}
#titlebox {
	margin: 0 0 0 80px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #666;
	border-bottom: solid #ccc 1px;
	padding: 60px 0 10px 0;
	position: relative;
	width: 755px;

}
#pathrow {
	margin: 0 0 0 80px; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333;
	border-bottom: solid #ccc 0px;
	padding: 8px 0px 2px 0px;
	position: relative;
}


#footer {
	position:relative; 
	margin: 30px auto;
	width: 920px;
	height: 60px; 
	color:#333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;	
	}



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


ul#secondlevel	{
	position: absolute;
	right: 72px;
	top: 190px;
	width: 160px;
	list-style-type: none;
	padding: 0 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
		list-style-type: none;
	padding: 0;
	margin: 0
	}

ul#secondlevel li	{
	padding: 0;
	margin: 0;
	}
ul#secondlevel li a	{
	display: block;
	
	padding: 4px 10px 5px 10px;
	color: #666;
	text-decoration: none;	
	_height: 1%;

	}
ul#secondlevel li a.active	{
	background: url(../imgs/nav.dx.out.gif) no-repeat 0 0;
	color: #333;
	cursor: pointer;
	text-decoration: none;	
		padding: 4px 10px 5px 10px;

	_height: 1%;
	
	}
ul#secondlevel li a:hover	{
	background: url(../imgs/nav.dx.on.gif) no-repeat 0 0;
	color: #333;
	cursor: pointer;
	text-decoration: none;	
	_height: 1%;
	padding: 4px 10px 5px 10px;

	}


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

#search {
	padding-bottom: 0px;
	position:absolute;
	top: 0px;
	right: 0px;
}
.highlight	{
	background-color: yellow;
	}
form.formsearch	{
	border: #CCCCCC solid;
	font-size: 11px;
	border-width: 0px 1px 1px;
	color: #666666;
	width: 192px;
	padding: 3px; 
	background: #eee;
	}
form.formsearch div	{
	padding: 3px 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: 1px; 
	padding: 3px; 
	}
form.formsearch select {
	width: 100%;
	}
form.formsearch input {
	width: 80%;
	}	
form.formsearch input.submit {
	width: 25px;

	border-style: solid;
	border-width: 0px; 
	border-color: #999999 #FFFFFF #FFFFFF #999999;
	background: url(../imgs/search.gif) no-repeat 3px 0;

}

/*-------------------------------------------------------------------------------------------------*/
/* 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 News Scroller 													   			               */
/*-------------------------------------------------------------------------------------------------*/

#news {
	width: 198px;
	left: 0px;
	position: relative;
	padding-bottom: 30px;
}
div#wn {
	position: relative;
	overflow: hidden;
	z-index: 1;
	height: 150px;
	background: #fff;
	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: #666;
	height: 100%;
}

div#cnt p	{
	margin: 0;
	}

/*-------------------------------------------------------------------------------------------------*/
/* 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: 0px solid #666;
	}
	
#displayedpicture	{
	margin: 10px 0 0 0;
	}
	
#displayedpicture img	{
	border: 0px solid #666;

	}

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

ul#slideshow	{
	list-style-type: none;
	margin: 0 0 0 0;
	padding: 0;
	}
	
ul#slideshow li	{
	padding: 0;
	margin: 10px 0 0 0;
	float: left;
	}
ul#slideshow li	a {
	text-decoration: none;
	}	
	

ul#slideshow li span	{
border:1px solid #CCCCCC;
color:#333333;
cursor:pointer;
display:block;
font-size:12px;
margin:0 3px 10px 0;
padding:3px 8px;
text-align:center;
	}
	
ul#slideshow li span.activeslide, ul#slideshow li a:hover span	{
background:none repeat scroll 0 0 #000000;
border:1px solid #000000;
color:#FFFFFF;
text-align:center;
	}

#gallerycaption{
	float: right;
	padding: 15px 10px 5px 0;
	font-size: 11px;
	
	}
#displayedslide	{
	margin: 0 0 30px 0;
	}
	
#displayedslide img	{
	border: 0px solid #eee;

	}

/*-------------------------------------------------------------------------------------------------*/
/* Style for map.php Template													   			               */
/*-------------------------------------------------------------------------------------------------*/
table#map	{
	width: 400px;
	font-size: 12px;
	}
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 															   			   */
/*-------------------------------------------------------------------------------------------------*/


	
#formcontact fieldset	{
	width: 450px;
	padding: 10px;
	border: 1px solid #ccc;
	margin-bottom: 20px;
	}
	
#formcontact legend	{
	font-size: 12px;
	padding: 0 10px 0 10px;
	}

#formcontact label	{
	float: left;
	width: 130px;
	font-size: 12px;
	text-align: right;
	padding-right: 20px;
	}
	
#formcontact input, #formcontact textarea, #formcontact select {
	background-color: #fff;
	border: solid #ccc 1px;
	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: #666;
	border: solid #666 0px;
	padding: 4px;
	margin: 10px;
	width: auto;
	float: right;

}

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

#formcontact div.editnotifications {
	clear: left;
	}
	
#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											   			   */
/*-------------------------------------------------------------------------------------------------*/
#container-calendar {
	right: 60px;
	width: 280px;
	top: 154px;
	position: absolute;
	z-index: 11;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
}

#get_calendar	{
	margin-bottom: 30px;
	padding: 30px;
	width: 160px;
	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: #EEE;
	color: #666;
	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: 500px;
	font-size: 12px;
	}
	
#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;
	}
