/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

/* MINWIDTH PROBLEM */
	/* for all browsers that understand min-width */
	.width {width:100%; min-width:750px;}
	
	/* Hide from IE-Mac \*/
	* html .minwidth {border-left:750px solid #fff; position:relative; float:left;}
	* html .container {margin-left:-750px; position:relative; float:left;}
	/* End hide */


/* end MINWIDTH PROBLEM */

body, td, input, select, textarea{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0px;
	color: #000;
	font-size:12px;
	background: #fff;
}
body{
	margin: 0 30px 0 30px;
}
h1, h2, h3, h4, h5, h6, p {
	position: relative;
	top: 0px;
}
img{
	border:0;
}

a{
	color: #000;
	text-decoration: none;
	background: #fff;
}

a:link{
	color: #000;
	text-decoration: none;
}

a:visited{
	color: #000;
	text-decoration: none;
}

a:hover{
	color: #f79451;
	text-decoration: none;
}
a:active{
	color: #f79451;
}

h1{
	font-family: Verdana,Arial,sans-serif;
	font-size: 1.8em;
	color:#11b0e6;
	padding: 0px;
	font-weight:bold;
	}

h2{
	font-family: Verdana,Arial,sans-serif;
	font-size: 1em;
	color: #f79451;
	margin: 0px;
	padding: 0px;
	font-weight:bold;
 
}

h3{
 font-family: Verdana,Arial,sans-serif;
 font-size: 1em;
 color: #000;
 margin: 0px;
 padding: 0px;
 font-weight:bold;
}

h4{
 display:inline;
 font-family: Verdana,Arial,sans-serif;
 font-weight:bold;
 font-size: 0.9em;
 margin: 0px;
 padding: 0px;
 font-size: 0.9em;
}

h5{
 display:inline;
 font-weight:normal;
 font-size: 0.9em;
 margin: 0px;
 padding: 0px;
}
h6{
 display:inline;
 font-family: Verdana,Arial,sans-serif;
 font-weight:normal;
 font-size: 0.9em;
 margin: 0px;
 padding: 0px;
 color:#666666;
}
ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
	font-size:1em;
	margin:0;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	padding: 0;
	border: 1px solid #F79451;
	height:99px;
	left:30px;
	right:30px;
}

#navBar{
	margin: 0px;
	padding: 0px;
	background-color: #fff;
	width: 170px;
	left:0px;
	background: #fff;
	float: left;
}

#content{
	position:relative;
	border:1px solid #f79451;
	border-bottom:none;
	margin-left: 170px;
	margin-right: 170px;
	margin-top:-1px;
}
#footer{
	margin-left: 170px;
	margin-right: 170px;
	margin-top:10px; 
	margin-bottom:20px;
	text-align:right;
	font-size:0.9em;
	height:25px;
	}
#contentfield{
	position:relative;
	margin:0 20px 20px 20px;
	line-height:1.6em;
	padding:10px 0 0 0;
}
#contentnav {
	float:right;
	margin:23px 30px -20px 0;
	font-size: 0.9em;
	line-height:1.6em;
}
#newsbar{
	position:relative;
	float:right;
	padding: 0;
	width: 170px;
	right:0px;
	background: #fff;
	margin:20px 0 0 0;
	border-bottom: 1px solid #f79451;
	border-left: none;
	border-top: none;
	border-right:none;
}
/************* #footer styles **************/
#footer a:link{
	color:#666;
}
#footer a:visited{
	color:#666;
}
#footer a:hover{
	text-decoration:underline;
	color:#666;
}
#footer a:active{
	color:#f79451;
}


/************* #contentfield styles **************/
#contentfield h1{
	margin:0;
}
#contentfield h2{
	margin:10px 0 0 0;
}
#contentfield a:link{
	color:#f79451;
}
#contentfield a:visited{
	color:#f79451;
}
#contentfield a:hover{
	text-decoration:underline;
}
#contentfield a:active{
	color:#f79451;
}
#contentfield .thertable, #contentfield .newstable
{
	width:100%;
	border:1px solid #999;
	margin:10px 0 0 0;
} 
#contentfield .newstable{
	width:99%;
}	
#contentfield .thertable td.header, #contentfield .newstable td.header{
	text-align:left;
	background:#999;
	color:#fff;
	padding:4px
}
#contentfield .newstable td.header{
	font-weight:bold;
	vertical-align:top;
}
#contentfield .thertable td.odd, #contentfield .newstable td.newsdate{
	background:#ddd;
	color:#000;
	padding:4px;
	vertical-align:top;
}
#contentfield .thertable td.odd{
	background:#ddd;
	color:#000;
	padding:2px;
	vertical-align:top;
}
#contentfield .newstable td.thernumber{
	background:#ddd;
	color:#000;
	padding:2px;
	vertical-align:top;
	border-bottom:1px solid #999;
	width: 60px;
}
#contentfield .thertable td.even{
	background:#fff;
	color:#000;
	padding:4px 4px 4px 4px;
	vertical-align:top;
}
#contentfield .newstable td.thertext{
	background:#fff;
	color:#000;
	padding:4px 4px 4px 4px;
	vertical-align:top;
	border-bottom:1px solid #999;
}
#contentfield .thertable td.even, #contentfield .newstable td.newstext{
	background:#fff;
	color:#000;
	padding:4px 4px 4px 4px;
	vertical-align:top;
}
#contentfield table.newsfooter{
	width:99%;
	border-collapse:collapse;
}
#contentfield table.newsfooter td{
	padding:2px;
}
#schoolnav td.cantons {
	padding:0 0 0 10px;
	vertical-align:top;
}
#schoolnav td.cantons a{
	margin-right:5px;
}
#schoolnav td.schoolnav2{
	width:370px;
	vertical-align:top;
}
#schoolnav table.schooltable{
	margin-bottom:10px;
}
/***********************************************/
/* Components                                  */
/***********************************************/
/*************** #thersearch styles **************/
#thersearch a{
color:#000;
}
#thersearch a:link{
color:#f79451;
}
#thersearch a:visited{
color:#f79451;
}
#thersearch a:hover{
color:#f79451;
}

.therinfo{
border:1px solid red;
}
img.pastille {
}
#thersearch
{
	position:relative;
	overflow: auto; /* for FF */
}
#thersearch .border{
	border:1px solid #999;
	position:relative;
	height:65px;
	padding:5px;
}
#thersearch .border select{
	position:relative; 
	display:block; 
	width:150px; 
	float:left;
}
#thersearch .border label, #thersearch .border input{
	position:relative; 
	display:block; 
	width:100px; 
	float:left;
}
 #thersearch .border input{
 	width:196px;
 }
  #thersearch .border input.checkbox{
 	width:auto;
 }
.button{
	text-decoration:none;
	padding:0;
}
#thersearch h5.recsearch
{
	position:static;
}
#thersearch table.searchfooter{
	width:100%;
	border-collapse:collapse
}
#thersearch table.searchfooter td{
	padding:2px;
}

#thersearch table.therdetails{
	border:none;
	margin:0 0 30px 0;
}
#thersearch table.therdetails h5, #thersearch table.therdetails h4{
	position:static;
}
#thersearch td.header{
	font-weight:bold;
}
#thersearch td.contenu{
	padding:0 0 0 10px;
}
/* for all browser*/
#thersearch table.searchbox{
	border:1px solid #999; 
	width:99%;
	}
/* IE6 can't read this*/
html>body #thersearch table.searchbox{
	margin-left:3px;
	}
#thersearch table.searchbox td{
	padding:2px 2px 2px 4px;
}
/*************** #pageName styles **************/

#pageName{
	margin: 0px;
	padding: 0px 0px 0px 10px;
}

/************* #head styles *************/


/* visible for all browser but not IE */
#headdecor{
	background:url(images/headdecor.gif);
	layer-background-image:url(images/headdecor.gif);
	height:16px; /* defines the height */
}
/* this is the Tan hack only visible for IE */
* html #headdecor{ 
	font-size:13px; /* defines the height when height smaller than font-size */
}
/* end of the hack */


/* visible for all browser but not IE */
#headspace{
	height:9px; /* defines the height */
	clear:both;
}
/* this is the Tan hack only visible for IE */
* html #headspace{ 
	font-size:5px; /* defines the height when height smaller than font-size */
}
/* end of the hack */



#headspace img.spacer{
	width:10px;
	height:10px;
}
img.headleft{
	display:block;
	width:170px;
	height:74px;
	float:left;
}

img.headright  {
	display:block;
	width:170px;
	height:74px;
	float:right;
}
#languages{
	float:right;
	margin-top: 29px;
	margin-right: 10px;
}
img.headlogo {
	display:block;
	width:83px;
	float:left;
	margin:0 0 2px 20px;
}
#legend{
	width:300px;
	float:left;
	margin-top:11px;
	margin-left:10px;
	line-height:1.2em;
}


/************* #content styles **************/

.pagetitle{
	margin: 42px 20px 0 20px;
}
.linetop{
	padding: 0;
	margin-top:-16px;
	border-top:6px solid #11b0e6;
	margin-bottom: 15px;
	}
.linebottom{
	padding: 0;
	border-top:6px solid #11b0e6;
	}
.imggo{
	border:none;
	vertical-align:middle;
	margin:0 3px 0 0;
}
/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {
	display: block;
}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/*********** #subnavigation link styles ***********/
#sectionLinks ul ul.sub a:link, #sectionLinks ul ul.sub a:visited  {
	margin-left:15px;
	border-top:none;
	background:url(images/bg_sub.gif) no-repeat 0 5px;
	width:142px;

}
#sectionLinks ul ul.sub a:focus, #sectionLinks ul ul.sub a:hover, #sectionLinks ul ul.sub a:active  {
}



/*********** #newsbar link styles ***********/
#newsbar a.last {
	border-bottom: 1px solid #11B0E6;
	margin-bottom:15px;
}
#newsbar ul a:link, #navBar ul a:visited {
	display: block;
}
#newsbar ul {list-style: none; margin: 0; padding: 0;}

/* fix for browsers that don't need the hack */
html>body #newsbar li {
	border-bottom: none;
}
/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 20px 0 0 0;
	padding: 0px;
	border-bottom: 1px solid #11B0E6;}

#sectionLinks h3{
	padding: 0;
}
#sectionLinks a.first {
	border-top:none;
}
#sectionLinks a.last {
	border-bottom: 1px solid #11B0E6;
	margin-bottom:15px;
}
#sectionLinks a {
	display: block;
	width:162px;
	background-image:url(images/shim.gif);
	border-top: 1px solid #11B0E6;
	padding: 4px 0 4px 8px;
	font-size:0.9em;
}
#sectionLinks a:link {
	background-image:url(images/shim.gif);
}
#sectionLinks a:visited {
	background-image:url(images/shim.gif);
}
#sectionLinks a:hover{
	background-image:url(images/navhover.gif);
	padding: 4px 0 4px 8px;
	text-decoration:none;
}
#sectionLinks a:active{
	background-image:url(images/navactive.gif);
	padding: 4px 0 4px 8px;
}

/************** #newsbar styles **************/

#newsbar p{
	padding: 5px 0px 5px 0px;
}
#newsbar a {
	display: block;
	width:162px;
	background-image:url(images/shim.gif);
	border-top: 1px solid #f79451;
	border-right:1px solid #f79451;
	padding: 2px 0 2px 8px;
	font-size:0.9em;
}
#newsbar a:link {
	color:#000;
}
#newsbar a:visited {
	color:#333333;
}
#newsbar a:hover{
	color:#f79451;
	text-decoration:none;
}
#newsbar a:active{
	color:#f79451;
}
#newsbar a.first {
	border-top:none;
}
#newsbar .newstitle {
	color:#f79451;
	padding: 2px 0 2px 8px;
}

/************* #contentnav styles **************/
#contentnav li.subnav_no{
	list-style-image:url(images/subnav_no.gif);
}
#contentnav li.subnav_yes{
	list-style-image:url(images/subnav_yes.gif);
}
/************** styles ************************/
.tooltip{
	cursor:hand;
}
.lineright{
	 border-right:1px solid #999;
}
.r{
	text-align:right;
}
.l{
	text-align:left;
}
.c{
	text-align:center;
}
.nobr{
	white-space:nowrap;
}
img.forwardbut{
	margin-right:5px;
}
.textfields, textarea{
	padding-left:4px;padding-right:4px;
}
.greybg{
	background:#999;
}
.sortImg {
	margin-left:4px;
}
.headerText {
	background:#999;
	color:#ffffff ! important;
}
.homecontent{
	font-size: 1.8em;
	color:#00993E;
	font-weight:bold;
	padding:100px 0 200px 0;
	width:474px;
	margin-left:auto;
	margin-right:auto;
}
.homecontent img{
	margin-left:1px;
}
#conceptnav{
	margin-top:3.5em;
	padding:0;
} 
.contact{
	border:none;
}
.blue{
 font-size:1em;
 color:#11b0e6;
}