/* CSS Document */

#body{
	background-color:#FFFFFF;
}

#site{
	border-color:#666666;
	border-style:solid;
	border-width:1px;
	width:640px;
	height:480px;
}

/**********************/
/* 		BANNER        */
/**********************/
#banner{
	width:640px;
	height:107px;
	background-image:url(images/jet_01.png);
	background-repeat:no-repeat;
}

#countryList{
	position:relative;
	top:20px;
	left:200px;
}

#left_icons{
	position:relative;
	top:45px;
	left:5px;
	float:left;
	display:block;
	position:relative;
}

/* Parameters */
.parametersImgLink{
	background-image:url(images/parameters.png);
	width:71px;
	height:31px;
	background-repeat:no-repeat;
	cursor:pointer;
	float:left;
}

.parametersImgLink_hover{
	background-image:url(images/parameters_hover.png);
	width:71px;
	height:31px;
	background-repeat:no-repeat;
	cursor:pointer;
	float:left;
}

.parametersImgLink_none{
	background-image:url(images/parameters_none.png);
	width:71px;
	height:31px;
	background-repeat:no-repeat;
	cursor:default;
	float:left;
}

/* Userconfig */
.userconfigImgLink{
	background-image:url(images/user_config.png);
	width:60px;
	height:29px;
	background-repeat:no-repeat;
	cursor:pointer;
	float:left;
}

.userconfigImgLink_hover{
	background-image:url(images/user_config_hover.png);
	width:60px;
	height:29px;
	background-repeat:no-repeat;
	cursor:pointer;
	float:left;
}

.userconfigImgLink_none{
	background-image:url(images/user_config_none.png);
	width:60px;
	height:29px;
	background-repeat:no-repeat;
	cursor:default;
	float:left;
}

/* History */
.historyImgLink{
	background-image:url(images/history.png);
	width:54px;
	height:36px;
	background-repeat:no-repeat;
	cursor:pointer;
	float:left;
}

.historyImgLink_hover{
	background-image:url(images/history_hover.png);
	width:54px;
	height:36px;
	background-repeat:no-repeat;
	cursor:pointer;
	float:left;
}

.historyImgLink_none{
	background-image:url(images/history_none.png);
	width:54px;
	height:36px;
	background-repeat:no-repeat;
	cursor:default;
	float:left;
}



#right_icons{
	position:relative;
	top:45px;
	left:240px;
	float:left;
}

/* MyRef infos */
.myrefrinfosImgLink{
	background-image:url(images/myRefInfos.png);
	width:54px;
	height:36px;
	background-repeat:no-repeat;
	cursor:pointer;
	float:left;
}

.myrefrinfosImgLink_hover{
	background-image:url(images/myRefInfos_hover.png);
	width:54px;
	height:36px;
	background-repeat:no-repeat;
	cursor:pointer;
	float:left;
}

.myrefrinfosImgLink_none{
	background-image:url(images/myRefInfos_none.png);
	width:54px;
	height:36px;
	background-repeat:no-repeat;
	cursor:default;
	float:left;
}

/* Results */
.resultsImgLink{
	background-image:url(images/results.png);
	width:50px;
	height:30px;
	background-repeat:no-repeat;
	cursor:pointer;
	float:left;
}

.resultsImgLink_hover{
	background-image:url(images/results_hover.png);
	width:50px;
	height:30px;
	background-repeat:no-repeat;
	cursor:pointer;
	float:left;
}

.resultsImgLink_none{
	background-image:url(images/results_none.png);
	width:50px;
	height:30px;
	background-repeat:no-repeat;
	cursor:default;
	float:left;
}

/* None */
.noneImgLink{
	background-image:url(images/none.png);
	width:51px;
	height:32px;
	background-repeat:no-repeat;
	cursor:pointer;
	float:left;
}

.noneImgLink_hover{
	background-image:url(images/none_hover.png);
	width:51px;
	height:32px;
	background-repeat:no-repeat;
	cursor:pointer;
	float:left;
}

.noneImgLink_none{
	background-image:url(images/none_none.png);
	width:51px;
	height:32px;
	background-repeat:no-repeat;
	cursor:default;
	float:left;
}

/* Print */
.printImgLink{
	background-image:url(images/print.png);
	width:51px;
	height:30px;
	background-repeat:no-repeat;
	cursor:pointer;
	float:left;
}

.printImgLink_hover{
	background-image:url(images/print_hover.png);
	width:51px;
	height:30px;
	background-repeat:no-repeat;
	cursor:pointer;
	float:left;
}

.printImgLink_none{
	background-image:url(images/print_none.png);
	width:51px;
	height:30px;
	background-repeat:no-repeat;
	cursor:default;
	float:left;
}


/**********************/
/* 		CONTENT       */
/**********************/


#content{
	width:640px;
	height:373px;
	background-image:url(images/jet_02.png);
	background-repeat:no-repeat;
	text-align:left;
}

.content_title{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#555555;
	text-decoration:none;
	font-weight:bold;
	cursor:pointer;
	letter-spacing:1px;
	font-variant:small-caps;
	cursor:default;
	position:relative;
	top:23px;
	left:20px;
}

#content_txt{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#555555;
	text-decoration:none;
	font-weight:bold;
	cursor:pointer;
	letter-spacing:1px;
	cursor:default;
	position:relative;
	top:70px;
	left:50px;
	width:250px;
	height:250px;
	overflow:auto;
}

#content_txt a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FF6600;
	text-decoration:underline;
	font-weight:bold;
	cursor:pointer;
	letter-spacing:1px;
	cursor:pointer;
}

.content_cle{
	width:200px;
	height:75px;
}

.content_url{

}

.submit{
	background-image:url(images/submit.png);
	background-repeat:no-repeat;
	width:95px;
	height:20px;
	cursor:pointer;
}

.submit_hover{
	background-image:url(images/submit_hover.png);
	background-repeat:no-repeat;
	width:95px;
	height:20px;
	cursor:pointer;
}

.submit_none{
	background-image:url(images/submit_none.png);
	background-repeat:no-repeat;
	width:95px;
	height:20px;
	cursor:pointer;
}

#log{
	border:dashed 1px;
	padding:5px 5px 5px 5px;
	border-color:#333333;
	width:230px;
}

.error {
	color:#FF0000;
}

/****************/



.date{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#0099CC;
	text-decoration:none;
	font-weight:bold;
}

.numNone{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#66FF33;
	text-decoration:none;
	font-weight:bold;
}