/* GENERAL */

a{
	text-decoration: none;
	color: #1a6b7f;
	font-weight: bold;
}

html{
	height: 100%;
}

body{
	margin: 0 auto;
    height: 100%;
    padding: 0;
    font-family: Arial;
	font-size: 12px;
	/*background-color: #2B7183;*/
	background-color: #369EB7;
}

#screen{
	width: 100%;                
	margin: 0;      
	position: absolute;
	height: 100%;
	background: url(../images/mainBackground.png);
	background-repeat: repeat-x;
}

#dataPanel{
	width: 980px;
	/*height: 803px;     */           
	margin-left: -490px;      
	/*margin-top: -402px; */     
	left: 50%;
	/*top: 50%;*/
	position: absolute;
}

#siteTitle{
	width: 980px;
	height: 83px; 
	margin-bottom: 5px;
	background: url(../images/siteTitle.png);
}

#mainPanel{
	background: url(../images/panelBackground.png);
	width: 980px;
	height: 669px;
	background-repeat: no-repeat; 
}

#copyrightArea{
	height: 40px;
	width: 980px;
}

/* NAVIGATION */

#navigation{
	/*padding-top: 15px;*/
	height: 40px;
	margin-bottom: 5px;
	font-family: Helvetica;
	font-size: 12px;
	font-weight: bold;
}

#navigation .unactiveTab{
	height: 100%;
	color: #1a6b7f;	
	float: left;
	cursor: pointer;
	border-right: 1px solid #f38c2e;
}

#navigation .activeTab{
	height: 100%;
	color: #FFFFFF;	
	float: left;
	cursor: pointer;
	border-right: 1px solid #f38c2e;
	background: url(../images/activeTab.png);
	background-color: #f29534;
	background-repeat: no-repeat;
	background-position: center;
}

#navigation .textTab{
	margin-top: 10px;
	text-align: center;
}

.submenu{
	min-height: 30px;
	position: absolute;
	padding-left: 521px;
	display: none;
}

.submenuList{
	background-color: #f29534;
	height: 30px;
	width: 200px;
	margin-bottom: 3px;
	cursor: pointer;
}

.submenuLargeList{
	background-color: #f29534;
	height: 30px;
	width: 270px;
	margin-bottom: 3px;
	cursor: pointer;
}

.submenuListText{
	color: #FFFFFF;
	font-size: 14px;
	text-align: center;
	padding-top: 6px;
	font-family: Helvetica;
	font-weight: bold;
}

/* BANNER */

#banner{
	/*background: url(../images/banner.png); */
	width: 980px;
	height: 181px; 
}

#batiferLogo{
	text-align: right;
	position: absolute;
	width: 970px;
	margin-top: -65px;
}

/* MAIN AREA */

#mainArea{
	margin-top: 25px;
	width: 960px;
	height: 375px;
	margin-left: 15px;
	margin-right: 5px;
}

#mainArea .newsArea{
	height: 375px;
	width: 230px;
	float: left;
}

#mainArea .dataArea{
	height: 375px;
	width: 670px;
	float: left;
	margin-left: 40px;
}

/* NEWS */

.newsAreaTitle{
	height: 16px;
	background: url(../images/newsTitle.png);
	width: 97px;
	margin-left: 40px; 
	margin-bottom: 3px;
}

#newsListArea{
	height: 376px;
	width: 230px;
	background-color: #f38c2e;
}

#newsListArea .newsContent{
	overflow: hidden;
	position: relative;
	width: 215px;
	height: 100%;
	float: left;
}

#newsListArea .news{
	padding-top: 10px;
	padding-left: 5px;
	padding-right: 3px;
	padding-bottom: 3px;
	color: #FFFFFF;
	font-family: Helvetica;
	font-size: 12px;
}

.newsText{
	padding-bottom: 10px;
	cursor: pointer;
}

/* NEWS SCROLLBAR */

#newsListArea .scrollbar {
	width: 15px;
	font-size: 1px;
	float: left;
	height: 100%;
  	text-align: center;
  	background-color: #1a6b7f;
}

#newsTrack {
  	width: 15px;
}

#newsDragBar{
  	position: relative;
  	width: 14px;
  	background-color:transparent;
  	height: 0px;
}

#newsUp {
	width: 15px;
  	height: 13px;
  	text-align: center;
}

#newsDown {
	width: 15px;
  	height: 11px;
  	text-align: center;
}

/* NEWS CONTENT */

#newsContentArea{
	height: 290px;
	width: 700px;
	background-color: #FFFFFF;
}

#newsContentArea .newsContent{
	overflow: hidden;
	position: relative;
	width: 685px;
	height: 100%;
	float: left;
}

#newsContentArea .news{
	padding-top: 10px;
	padding-left: 5px;
	padding-right: 3px;
	padding-bottom: 3px;
	color: #FFFFFF;
	font-family: Helvetica;
	font-size: 12px;
}


.newsContentTitle{
	font-family: Helvetica;
	font-size: 12px;
	color: #1a6b7f;
	font-style: italic;
	font-weight: bold;
	margin-bottom: 20px;
}

.newsContentDate{
	font-family: Helvetica;
	font-size: 12px;
	font-style: italic;
	color: #f38c2e;
}

.newsContentText{
	font-family: Helvetica;
	font-size: 12px;
	color: #1a6b7f;
}

/* NEWS CONTENT SCROLLBAR */

#newsContentArea .scrollbar {
	width: 15px;
	font-size: 1px;
	float: left;
	height: 100%;
  	text-align: center;
  	background-color: #1a6b7f;
}

#newsTrack {
  	width: 15px;
}

#newsDragBar{
  	position: relative;
  	width: 14px;
  	background-color:transparent;
  	height: 0px;
}

#newsUp {
	width: 15px;
  	height: 13px;
  	text-align: center;
}

#newsDown {
	width: 15px;
  	height: 11px;
  	text-align: center;
}

/* GENERAL */

.majorTitle{
	font-family: Helvetica;
	font-size: 20px;
	color: #1a6b7f;
	font-style: italic;
	font-weight: bold;
	margin-bottom: 20px;
}

.content{
	font-family: Helvetica;
	font-size: 12px;
	color: #1a6b7f;
}

/* COPYRIGHTS */

.copyrightsContent{
	font-family: Helvetica;
	font-size: 12px;
	color: #31c0de;
	padding-top: 15px;
}

/* EVENTS */

.eventTitle{
	font-family: Helvetica;
	font-size: 16px;
	font-style: italic;
	color: #f38c2e;
}

.eventDate{
	font-family: Helvetica;
	font-size: 18px;
	font-style: italic;
	color: #f38c2e;
	font-weight: bold;
	/*width: 550px;*/
	float: left;
}

.eventDocumentLink{
	font-family: Helvetica;
	font-size: 12px;
	font-style: italic;
	color: #f38c2e;
	font-weight: bold;
	float: right;
	text-decoration: underline;
	padding-top: 6px;
	padding-right: 10px;
	cursor: pointer;
}

.eventStandardLink{
	font-family: Helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #1a6b7f;
	text-decoration: underline;
	float: left;
	margin-right: 5px;
	cursor: pointer;
}

#eventArea{
	width: 670px;
	height: 250px;
	padding-top: 10px;
}

#eventArea .eventContent{
	overflow: hidden;
	position: relative;
	width: 655px;
	height: 100%;
	float: left;
}

#eventArea .content{
	padding-right: 3px;
	font-family: Helvetica;
	font-size: 12px;
	color: #1a6b7f;
}

/* FORM */

#formArea{
	/*padding-top: 30px;*/
	margin-top: 30px;
}

#formLine{
	padding-top: 5px;
	padding-bottom: 5px;
	height: 25px;
}

#formBigLine{
	padding-top: 5px;
	padding-bottom: 5px;
	height: 100px;
}

.formText{
	font-family: Helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #1a6b7f;
	width: 140px;
	float:left;
}

#formLine .formCategory{
	font-family: Helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #1a6b7f;
	width: 140px;
	padding-left: 15px;
	float:left;
}

#formLine .formSentence{
	font-family: Helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #1a6b7f;
}

#formLine .checkSentence{
	font-family: Helvetica;
	font-size: 12px;
	color: #1a6b7f;
	padding-left: 3px;
	padding-left: 5px;
}

#formButtonsLine{
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	height: 25px;
	text-align: center;
	/*width: 98%;*/
	width: 620px;
	background-color: #1a6b7f;
}

#formButtonsLine .buttonLabel{
	font-family: Helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
	float:left;
	width: 310px;
	cursor: pointer;
}

#notificationLine{
	margin-top: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 98%;
	background-color: #FFFFFF;
	border: 1px solid #1a6b7f;
}

#notificationLine .text{
	font-family: Helvetica;
	font-size: 12px;
	color: #1a6b7f;
	padding-top: 8px;
	padding-left: 3px;
	padding-right: 3px;
}

/* INSCRIPTION */

#inscriptionConfirmation{
	text-align: center;
	font-family: Helvetica;
	font-size: 14px;
	font-weight: bold;
	color: #1a6b7f;
	padding-top: 100px;
}

/* AQUATHLON */

#fieldsArea{
	width: 670px;
	height: 300px;
}

#errorMessageArea{
	text-align: center;
	font-family: Helvetica;
	font-size: 14px;
	font-weight: bold;
	color: #1a6b7f;
	padding-top: 100px;
}

#fieldsArea .formContent{
	overflow: hidden;
	position: relative;
	width: 655px;
	height: 100%;
	float: left;
}

#fieldsArea .content{
	padding-right: 3px;
	/*padding-bottom: 3px;*/
}

.areaTitle{
	padding-top: 5px;
	padding-bottom: 5px;
	height: 25px;
	font-family: Helvetica;
	font-size: 14px;
	font-weight: bold;
	color: #1a6b7f;
	text-decoration: underline;
}

/* SCROLLBAR */

#fieldsArea .scrollbar {
	width: 15px;
	font-size: 1px;
	float: left;
	height: 100%;
  	/*text-align: center;*/
  	background-color: #1a6b7f;
}

#formTrack {
  	width: 15px;
}

#formDragBar{
  	position: relative;
  	width: 14px;
  	background-color:transparent;
  	height: 0px;
}

#formUp {
	width: 15px;
  	height: 13px;
  	text-align: center;
}

#formDown {
	width: 15px;
  	height: 11px;
  	text-align: center;
}

/* NATATION */

#natationFormArea{
	width: 670px;
	height: 350px;
}

#natationFormArea .natationFormContent{
	overflow: hidden;
	position: relative;
	width: 655px;
	height: 100%;
	float: left;
}

#natationFormArea .content{
	padding-right: 3px;
	/*padding-bottom: 3px;*/
}

/* SCROLLBAR */

#natationFormArea .scrollbar {
	width: 15px;
	font-size: 1px;
	float: left;
	height: 100%;
  	/*text-align: center;*/
  	background-color: #1a6b7f;
}

#natationFormTrack {
  	width: 15px;
}

#natationFormDragBar{
  	position: relative;
  	width: 14px;
  	background-color:transparent;
  	height: 0px;
}

#natationFormUp {
	width: 15px;
  	height: 13px;
  	text-align: center;
}

#natationFormDown {
	width: 15px;
  	height: 11px;
  	text-align: center;
}

/* EVENT SCROLLBAR */

#eventArea .scrollbar {
	width: 15px;
	font-size: 1px;
	float: left;
	height: 100%;
  	text-align: center;
  	background-color: #1a6b7f;
}

#eventTrack {
  	width: 15px;
}

#eventDragBar{
  	position: relative;
  	width: 14px;
  	background-color:transparent;
  	height: 0px;
}

#eventUp {
	width: 15px;
  	height: 13px;
  	text-align: center;
}

#eventDown {
	width: 15px;
  	height: 11px;
  	text-align: center;
}

/* INSCRIPTION LIST */

#inscriptionListArea{
	width: 670px;
	height: 320px;
}

#inscriptionListArea .inscriptionContent{
	overflow: hidden;
	position: relative;
	width: 655px;
	height: 100%;
	float: left;
}

#inscriptionListArea .inscription{
	padding-right: 3px;
	/*font-family: Helvetica;
	font-size: 12px;
	color: #1a6b7f;*/
}

#inscriptionListArea .noResult{
	text-align: center;
	font-family: Helvetica;
	font-size: 14px;
	font-weight: bold;
	color: #1a6b7f;
	padding-top: 100px;
	width: 650px;
}

#inscriptionSmallListArea{
	width: 670px;
	height: 290px;
}

#inscriptionSmallListArea .inscriptionContent{
	overflow: hidden;
	position: relative;
	width: 655px;
	height: 100%;
	float: left;
}

#inscriptionSmallListArea .inscription{
	padding-right: 3px;
	/*font-family: Helvetica;
	font-size: 12px;
	color: #1a6b7f;*/
}

#inscriptionSmallListArea .noResult{
	text-align: center;
	font-family: Helvetica;
	font-size: 14px;
	font-weight: bold;
	color: #1a6b7f;
	padding-top: 100px;
	width: 650px;
}

#inscriptionListColumns{
	width: 650px;
	height: 25px;
	background-color: #1a6b7f;
}

#inscriptionListColumns .columnTitle{
	color: #FFFFFF;
	font-family: Helvetica;
	font-size: 12px;
	font-weight: bold;
	padding-left: 3px;
	padding-top: 4px;
}

#lineWhite{
	width: 650px;
	height: 25px;
	background-color: #FFFFFF;
	border-bottom: 1px solid #1a6b7f;
}

#lineWhite .lineContent{
	font-family: Helvetica;
	font-size: 12px;
	padding-left: 3px;
	padding-top: 4px;
	color: #1a6b7f;
}

#lineWhiteBig{
	width: 650px;
	height: 40px;
	background-color: #FFFFFF;
	border-bottom: 1px solid #1a6b7f;
}

#lineWhiteBig .lineContent{
	font-family: Helvetica;
	font-size: 12px;
	padding-left: 3px;
	padding-top: 4px;
	color: #1a6b7f;
}

/* INSCRIPTION SCROLLBAR */

#inscriptionListArea .scrollbar {
	width: 15px;
	font-size: 1px;
	float: left;
	height: 100%;
  	text-align: center;
  	background-color: #1a6b7f;
}

#inscriptionSmallListArea .scrollbar {
	width: 15px;
	font-size: 1px;
	float: left;
	height: 100%;
  	text-align: center;
  	background-color: #1a6b7f;
}

#inscriptionTrack {
  	width: 15px;
}

#inscriptionDragBar{
  	position: relative;
  	width: 14px;
  	background-color:transparent;
  	height: 0px;
}

#inscriptionUp {
	width: 15px;
  	height: 13px;
  	text-align: center;
}

#inscriptionDown {
	width: 15px;
  	height: 11px;
  	text-align: center;
}

/* RESULTS */

#resultArea{
	width: 670px;
	height: 320px;
	clear: left;
	padding-top: 25px;
}

#resultArea .resultLine{
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: Helvetica;
	font-size: 12px;
	color: #1a6b7f;
}

/* COURS */

#courArea{
	width: 670px;
	height: 270px;
	padding-top: 10px;
}

#courArea .courContent{
	overflow: hidden;
	position: relative;
	width: 655px;
	height: 100%;
	float: left;
}

#courArea .content{
	padding-right: 3px;
	font-family: Helvetica;
	font-size: 12px;
	color: #1a6b7f;
}

#explanationLine{
	margin-top: 20px;
	margin-bottom: 20px;
	width: 98%;
	background-color: #FFFFFF;
	border: 1px solid #1a6b7f;
}

#explanationLine .text{
	font-family: Helvetica;
	font-size: 12px;
	color: #1a6b7f;
	padding: 5px;
}

/* COUR SCROLLBAR */

#courArea .scrollbar {
	width: 15px;
	font-size: 1px;
	float: left;
	height: 100%;
  	text-align: center;
  	background-color: #1a6b7f;
}

#courTrack {
  	width: 15px;
}

#courDragBar{
  	position: relative;
  	width: 14px;
  	background-color:transparent;
  	height: 0px;
}

#courUp {
	width: 15px;
  	height: 13px;
  	text-align: center;
}

#courDown {
	width: 15px;
  	height: 11px;
  	text-align: center;
}

/* COUR PLANNING */

#courPlanningArea{
	width: 670px;
	height: 290px;
	padding-top: 10px;
}

#courPlanningArea .courPlanningContent{
	overflow: hidden;
	position: relative;
	width: 655px;
	height: 100%;
	float: left;
}

#courPlanningArea .content{
	padding-right: 3px;
	font-family: Helvetica;
	font-size: 12px;
	color: #1a6b7f;
}

/* COUR PLANNING SCROLLBAR */

#courPlanningArea .scrollbar {
	width: 15px;
	font-size: 1px;
	float: left;
	height: 100%;
  	text-align: center;
  	background-color: #1a6b7f;
}

#courPlanningTrack {
  	width: 15px;
}

#courPlanningDragBar{
  	position: relative;
  	width: 14px;
  	background-color:transparent;
  	height: 0px;
}

#courPlanningUp {
	width: 15px;
  	height: 13px;
  	text-align: center;
}

#courPlanningDown {
	width: 15px;
  	height: 11px;
  	text-align: center;
}

/* COUR PLANNING */

#courFormArea{
	width: 670px;
	height: 280px;
	padding-top: 10px;
}

#courFormArea .courFormContent{
	overflow: hidden;
	position: relative;
	width: 655px;
	height: 100%;
	float: left;
}

#courFormArea .content{
	padding-right: 3px;
	font-family: Helvetica;
	font-size: 12px;
	color: #1a6b7f;
}

/* COUR FORM SCROLLBAR */

#courFormArea .scrollbar {
	width: 15px;
	font-size: 1px;
	float: left;
	height: 100%;
  	text-align: center;
  	background-color: #1a6b7f;
}

#courFormTrack {
  	width: 15px;
}

#courFormDragBar{
  	position: relative;
  	width: 14px;
  	background-color:transparent;
  	height: 0px;
}

#courFormUp {
	width: 15px;
  	height: 13px;
  	text-align: center;
}

#courFormDown {
	width: 15px;
  	height: 11px;
  	text-align: center;
}

/* TARIFS */

#tarifsColumns{
	width: 650px;
	height: 40px;
	background-color: #1a6b7f;
}

#tarifsColumns .columnTitle{
	color: #FFFFFF;
	font-family: Helvetica;
	font-size: 12px;
	font-weight: bold;
	padding-left: 3px;
	padding-top: 4px;
}

/* SECTIONS */

#sectionArea{
	width: 670px;
	height: 310px;
	padding-top: 20px;
}

#sectionArea .sectionContent{
	overflow: hidden;
	position: relative;
	width: 655px;
	height: 100%;
	float: left;
}

#sectionArea .content{
	padding-right: 3px;
	font-family: Helvetica;
	font-size: 12px;
	color: #1a6b7f;
}

/* SECTIONS SCROLLBAR */

#sectionArea .scrollbar {
	width: 15px;
	font-size: 1px;
	float: left;
	height: 100%;
  	text-align: center;
  	background-color: #1a6b7f;
}

#sectionTrack {
  	width: 15px;
}

#sectionDragBar{
  	position: relative;
  	width: 14px;
  	background-color:transparent;
  	height: 0px;
}

#sectionUp {
	width: 15px;
  	height: 13px;
  	text-align: center;
}

#sectionDown {
	width: 15px;
  	height: 11px;
  	text-align: center;
}

/* SPONSORS */

.introductionSentence{
	font-family: Helvetica;
	font-size: 12px;
	color: #1a6b7f;
	text-decoration: underline;
}

#sponsorArea{
	height: 100px;
	border-bottom: 1px solid #1a6b7f;
	padding-top: 10px;
}

#sponsorArea .logoArea{
	float: left;
	width: 320px;
	height: 80px;
}

#sponsorArea .textArea{
	float: left;
	width: 335px;
	height: 100px;
}

#sponsorArea .normalText{
	font-family: Helvetica;
	font-size: 12px;
	color: #1a6b7f;
}

#generalSponsorArea{
	width: 685px;
	height: 310px;
	padding-top: 20px;
}

#generalSponsorArea .sponsorContent{
	overflow: hidden;
	position: relative;
	width: 670px;
	height: 100%;
	float: left;
}

#generalSponsorArea .content{
	padding-right: 3px;
	font-family: Helvetica;
	font-size: 12px;
	color: #1a6b7f;
}

/* SECTIONS SCROLLBAR */

#generalSponsorArea .scrollbar {
	width: 15px;
	font-size: 1px;
	float: left;
	height: 100%;
  	text-align: center;
  	background-color: #1a6b7f;
}

#sponsorTrack {
  	width: 15px;
}

#sponsorDragBar{
  	position: relative;
  	width: 14px;
  	background-color:transparent;
  	height: 0px;
}

#sponsorUp {
	width: 15px;
  	height: 13px;
  	text-align: center;
}

#sponsorDown {
	width: 15px;
  	height: 11px;
  	text-align: center;
}

/* GALERY */

#galeryLine{
	height: 120px;
	margin-bottom: 20px;
	clear: left;
}

#galeryLine .galeryPictureArea{
	float: left;
	width: 200px;
	margin-right: 10px;
	border: 1px solid #f29534;
	text-align: center;
	height: 100px;
	/*padding-top: 10px;*/
}
