/* @group Initialize */

* {margin: 0;padding: 0;}

*:focus {outline: 0 none;}

input {border: 0;font: 11px Georgia; }
a {text-decoration: none;color: #000;cursor: pointer;}
img {border: 0;}
.clear {clear: both;}
.float {float: left;}
table tr {vertical-align: top;}
.caps, a.caps { text-transform: uppercase;}

/* @end */


select {
	background: #fff;
	font: 12px Georgia;
    color: #009eb3;
    border: none;
    height: 20px;
}

html {
}

body {
	margin: 0;
	padding: 0;
	color: #000;
	font: 11px Georgia;
	line-height: 18px;
	background: url(../images/css/blue.gif) repeat-x fixed 0 5000px;
}

#Main {
	z-index: 3000;
	width: 970px;
	margin: 36px 0px 100px 40px;
	/*padding: 0 0 0 40px;*/
}

#Content {
	z-index: 3000;
	width: 940px;
	margin-bottom: 20px;
}

#MainContent {
	float: left;
	width: 700px;
	min-height: 10px;
}

#RightContent {
	float: left;
	display: inline;
	margin-left: 20px;
	width: 200px;
	padding: 27px 0 0 0;
}

.PartnerBox:hover a, .EventBox:hover a {
	color: #009eb3;
}

.NewsBox {
	margin: 0 0 33px 0;
}

.NewsNavBottom {
	font-size: 9px;
}

.Tiny p {
	margin-bottom: 18px;
	font-size: 13px;
	line-height: 18px;
}

.Tiny a {
	border-bottom: 1px dotted #009eb3;
}

.PartnerBox, .EventBox {
	margin: 18px 0 0 0;
}

.ResourcesBox {
	margin: 9px 0 0 0;
}

.color, a.color {
	color: #009eb3;
}

.grey, a.grey {
	color: #666;
}

.HomeContent {
	margin: 0 20px 24px 0;
}

.LeftColumn {
	float: left;
	width: 220px;
	text-align: right;
}

.MainColumn {
	float: left;
	width: 440px;
	margin: 0 20px 0 20px;
}

#MainContent input {
	margin: 2px 0 10px 0;
}

#MainContent input[type=text], #MainContent input[type=password] {
	width: 214px;
	padding: 3px 3px;
	border: 1px solid #a2daf4;
}

#MainContent textarea {
	padding: 3px 3px;
	margin: 2px 0 10px 0;
	width: 214px;
	border: 0;
	border: 1px solid #a2daf4;
}

.submit, button, submit {
	background-color: #fff;
	font-size: 11px;
	line-height: 16px;
	padding: 3px 10px;
	margin: 0 3px 0 0;
	border: 1px solid #009eb3;
	text-transform: uppercase;
}

button.submit, input[type=submit].submit {
	line-height: 16px;
	padding: 1px 10px 1px 10px;
}


/* @group Map */

#Map {
	position: relative;
	#position: static;
	width: 220px;
	height: 252px;
	background: url(../images/map.png) no-repeat;
}

a.MapPoint {
	position: absolute;
	display: block;
	width: 5px;
	height: 5px;
	background: url(../images/css/map_point.png);
}

a.MapPoint:hover, a.MapPointselect {
	background: url(../images/css/map_point_select.png);
}

#Calendar {
	position: relative;
	width: 220px;
	height: 195px;
	background: url(../images/calendar.png) no-repeat;
}

/* @end */

/* @group Blue */

#Blue {
	position: fixed;
	z-index: 1;
	height: 100%;
	width: 100%;
	top: 0px;
	left: 0px;
	/*background: url(../images/css/blue.gif) repeat-x fixed 0 500px;*/
}

#graduation {
	position: fixed;
	z-index: 3500;
	top: 29px;
	left: 10px;
	width: 15px;
	height: 3000px;
	padding: 0 0 0 16px;
	background: url(../images/css/jauge.gif) repeat-y 0 7px;
}

.graduation a {
	display: block;
	visibility: hidden;
	height: 92px;
	margin: -2px 0 0 0;
}

.graduation:hover a {
	visibility: visible;
}

#BlueInfo {
	position: fixed;
	z-index: 3200;
	width: 100px;
	height: 110px;
	padding: 12px 27px 12px 33px;
	left: 30px;
	top: 1500px;
	background: url(../images/css/info.png) no-repeat;
	font: 10px/12px Verdana, sans-serif;
}

/* @end */

/* @group HighLight */

.HighLight {
	padding: 0 5px;
	width: 610px;
	height: 310px;
	font: italic 52px/54px Times, "Times New Roman", serif;
	background: url(../images/css/ido.png) no-repeat 15px 0;
}

.HighLight .front {
	margin: 5px 1px 0 15px;
}


/* @end */

/* @group Main Menu */

#MainMenu {
	font-size: 11px;
	padding: 0px;
	margin: 0 0 26px 0;
	z-index: 3000;
}

#MainMenu a {
	display: inline;
	float: left;
	font-size: 11px;
	line-height: 16px;
	padding: 0 10px 0 10px;
	margin: 0 3px 0 0;
	border: 1px solid #009eb3;
	text-transform: uppercase;
	background-color: #fff;
}

#MainMenu a.select {
	background-color: #009eb3;
	color: #fff;
}

/* @end */

/* @group Accordion */

#Accordion {
	margin-top: 6px;
}

#Accordion .TogglerTitle {
	cursor: pointer;
}

#Accordion .TogglerTitle h3 {
	font-size: 16px;
	line-height: 18px;
	margin-bottom: 0px;
}

#Accordion .TogglerTitle h3.select {
	font-size: 18px;
}
#Accordion .TogglerContent {
}

#Accordion .TogglerContent .ToogleContentText {
	padding: 21px 0 0 0;
}

#Accordion .TogglerContent .ToogleContentText .spacer {
	margin: -15px 0 13px 0;
}

#Accordion .TogglerContent p {
	margin: 0 0 18px 0;
	font-size: 13px;
	line-height: 18px;
}

/* @end */

/* @group Header */

#Header {
	font-size: 12px;
	width: 940px;
	margin: 0 0 15px 0;
}

#Header .left {
	float: left;
}

#Header .right {
	float: right;
}

/* @end */

/* @group Article */


/* @end */

/* @group h & color */

h1 {
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	margin: 0 0 10px 0;
}

h2 {
	font-weight: normal;
	font-style: normal;
	font-size: 31px;
	text-transform: uppercase;
}

h3 {
	color: #009eb3;
	font-weight: normal;
	font-style: normal;
	font-size: 24px;
	margin-bottom: 18px;
	line-height: 1.125em;
}

h3.select {
	color: #000;
}

h4 {
	font-weight: normal;
	font-style: normal;
	font-size: 10px;
	text-transform: uppercase;
}

h5 {
	font-weight: normal;
	font-style: normal;
	font-size: 18px;
	line-height: 18px;
	margin: 0 0 5px 0;
}

h6 {
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	line-height: 18px;
}

.bgcolor {
	background-color: #00b3d0;
	color: #fff;
}

/* @end */


/* @group margin & border */

.ml { margin-left: 20px; }
.mr { margin-right: 20px; }
.mt { margin-top: 30px; }
.mb { margin-bottom: 30px; }

.mmt { margin-top: 15px; }
.mmb { margin-bottom: 15px; }
.mp { padding: 5px; }
.mpt { padding-top: 10px; }
.mpb { padding-bottom: 10px; }
.lpb { padding-bottom: 20px; }
.bp { padding-bottom: 20px; }
.brdt { border-top: 1px solid #000; }
.brdb { border-bottom: 1px solid #000; }
.nomargin { margin: 0; }
hr { line-height: 1px; height: 1px; border: 0; border-top: 1px dotted #009eb3; margin: 10px 0; clear: left; }


/* @end */

/* @group Download */



.downloadFile {
	margin-bottom: 10px;
	overflow: hidden;
}

.downloadFile .fileIco {
	width: 20px;
	font-family: Verdana, sans-serif;
	height: 17px;
	color: #fff;
	font-size: 9px;
	padding: 5px 0;
	text-align: center;
	float: left;
	background: url(../images/ico.gif);
	margin: 0 0 0 10px;
}

.downloadFile .fileIco a {
	color: #fff;
}

.downloadFile .fileInfo {
	float: left;
	width: 190px;
	padding: 0px 0 0 0;
}
.downloadFile .fileInfo .fileSize {
	color: #009eb3;
}

/* @end */



/* @group Footer */

#Footer {
	clear: left;
	padding: 5px 0;
	margin-top: 100px;
	font-size: 10px;
}

/* @end */

/* @group Search */

#SearchZone {
	font-size: 11px;
}

#SearchBt {
	background: url(../images/css/searchbgr.gif) no-repeat center center;
	padding: 3px 7px 4px;
	height: 15px;
	line-height: 14px;
}

#searchInput {
	padding: 1px 3px;
	height: 17px;
	border: 0;
	line-height: 14px;
	width: 175px;
}

#SearchBorder {
	margin-left: 20px;
	border: 1px solid #009eb3;
	width: 200px;
	background-color: #fff;
}

/* @end */

/* @group Tip */

.tip {
	font: 11px/12px Helvetica, Arial, Geneva, sans-serif;
	z-index: 1000;
	position: relative;
	left: -10px;
	top: -5px;
	background-color: #e2e2e2;
	padding: 3px;
	-webkit-box-shadow: 1px 1px 2px #000;
	-moz-box-shadow: #000 1px 1px 4px;
}
.tip-top {
}
.tip-title {
	padding: 0;
	margin: 0;
	color:#000;
}
.tip-text {
	padding: 0;
	margin: 0;
	color:#000;
}
.tip-bottom {

}

/* @end */

/* @group vote */

#ratingTarget {
	float: right;
}

.rating .star {
	font-size: 14px;
}

/* @end */

.LinkedBox {
	margin-top: 9px;
}

.ResourceNavBottom {
	margin-top: 25px;
	font-size: 10px;
}

#grille {
	position: absolute;
	width: 5000px;
	height: 5000px;
	background: url(../images/grille.png);
	top: 54px;
	left: 0px;
	z-index: 2000;
	display: none;
}

div#PreviewAlert{ background-color: #44648d; color: #fff; position: fixed; bottom: 0px; left: 0px; width: 100%; z-index: 4000; -webkit-box-shadow: 0px -1px 2px rgba(19,19,19,0.5); -moz-box-shadow: rgba(19,19,19,0.5) 0px -2px 2px;
 }

div#PreviewAlert a{ color: #fff; margin: 10px 20px; display: block;}

/* Autocomplete */

div.autocomplete {
position:absolute;
background-color: #fff;
border: 1px solid #000;
margin:0px;
padding:0px;
}

div.autocomplete ul {
list-style-type:none;
margin:0px;
padding:0px;
}

div.autocomplete ul li.selected { background-color: #666;color : #fff;}

div.autocomplete ul li {
color:  #000;
list-style-type:none;
display:block;
margin:0;
padding:2px;
cursor:pointer;
}

@media screen{

div#graduation, div#BlueInfo {
		position: fixed;
	}
  /* Don't do this at home */
  * html
    {
    overflow-y: hidden;
    overflow-x: hidden;
    width: 100%;
    margin-right: 20px;
    }
  * html body
    {
    overflow-y: auto;
    height: 100%;
    }
  * html div#graduation, * html div#BlueInfo
    {
    position: absolute;
    z-index: 0;
    }
   * html {
    position: absolute;  
    }
  /* All done. */
}

#errors_display.orange {
	background-color: #ff8822;
	color: #ffffff;
	font-weight: bold;
	padding: 10px;
	border: solid #ffffff 1px;
}
