body
{
	/*font-family:Times New Roman, Serif;*/
	font-family:Microsoft Sans Serif, Helvetica, sans-serif;
	background-color:#eeeeee;
}

#content
{
	background-color:White; 
	margin-left:auto; margin-right:auto ; 
	width:980px ; 
	padding-bottom:1em; 
	border: solid 1px #5d7b9d;
}

/* Box style */
.box
{
	background-color:#eeeeee;
	border: solid 1px #648DC1;
	margin:8px;
}
.box .boxTitle
{
	font-family:Microsoft Sans Serif, Helvetica, sans-serif;
	background-color:#648DC1;
	text-align:center;
	font-weight: bold;
	color:white;
	padding:1px; 
}
.box .boxContent
{
	margin-top:0px;
	padding:8px; 
}
.box .boxContent dt
{
	font-weight:bold;
}
.box .boxText 
{
	color:#5d7b9d;
}

/* Traj. prediction result */
.predictionResult td.top
{
	background-image:url(../../ressources/BackgroundResult_topcell.png); 
	background-repeat:no-repeat; 
	background-position:bottom center; 
	width:40px; 
	height:24px;
}
.predictionResult td.topfirst
{
	background-image:url(../../ressources/BackgroundResult_topfirstcell.png); 
	background-repeat:no-repeat; 
	background-position:bottom center; 
	width:90px; 
	height:24px;
}
.predictionResult td.toplast
{
	background-image:url(../../ressources/BackgroundResult_toplastcell.png); 
	background-repeat:no-repeat; 
	background-position:bottom center; 
	width:40px; 
	height:24px;
}
.predictionResult td.middle
{
	background-image:url(../../ressources/BackgroundResult_middlecell.png); 
	background-repeat:repeat-y;
	background-position:center; 
	width:40px;
}
.predictionResult td.bottom
{
	background-image:url(../../ressources/BackgroundResult_bottomcell.png); 
	background-repeat:no-repeat; 
	background-position:top center; 
	width:40px; 
	height:24px;
}
.predictionResult td.bottomlast
{
	background-image:url(../../ressources/BackgroundResult_bottomlastcell.png); 
	background-repeat:no-repeat; 
	background-position:top center; 
	width:40px; 
	height:24px;
}
.predictionResult td.bottomfirst
{
	background-image:url(../../ressources/BackgroundResult_bottomfirstcell.png); 
	background-repeat:no-repeat; 
	background-position:top center; 
	width:90px; 
	height:24px;
}
/* Point prediction result */
table.resultTable
{
	border: #648DC1 1px solid; 
	border-collapse:collapse;
	background-color:White;
	text-align:center;
}
table.resultTable th
{
	font-family:Microsoft Sans Serif, Helvetica, sans-serif;
	border: #648DC1 1px solid; 
	border-collapse:collapse;
	background-color:#648DC1;
	color:White;
}
table.resultTable td
{
	border: #648DC1 1px solid; 
	border-collapse:collapse;
	font-size:small;
}
table.resultTable table
{
	width:100%;
}
table.resultTable table th
{
	font-family:Microsoft Sans Serif, Helvetica, sans-serif;
	border: #648DC1 1px solid; 
	border-collapse:collapse;
	background-color:White;
	color:Black;
}
table.resultTable table td
{
	border: #648DC1 1px solid; 
	border-collapse:collapse;
}
/* Almanac table */
table.almanacTable
{
	margin-top:8px;
	margin-right:8px;
	border: #648DC1 1px solid; 
	border-collapse:collapse;
	background-color:#eeeeee;
}
table.almanacTable th
{
	font-family:Microsoft Sans Serif, Helvetica, sans-serif;
	border: #648DC1 1px solid; 
	border-collapse:collapse;
	background-color:#648DC1;
	color:White;
	padding:4px;
}
table.almanacTable td
{
	border: #648DC1 1px solid; 
	border-collapse:collapse;
}
/* News */
.news hr
{
	margin-top:18px;
	margin-bottom:18px;
	width:50%;
}
.news .newsTitle
{
	font-weight:normal;
}
.news dt
{
	font-size:small;
}
.news dd
{
	color:#486090;
	font-size:small;
}
.news dd div
{
	text-align:right;
}
/* Help */
.help
{
	padding:0 24px;
}
.help h1
{
	color:#486090;
}
.help h2
{
	color:#648DC1;
}
/**/
#footer
{
	font-style:italic;
	text-align: center;
	font-size:small;
}
#footer div
{
	font-style:normal;
	text-align: center;
	font-size:small;
	color:#284E98;
}
#footer a
{
	color:Black;
}
.modalBackground {
background-color:#284E98;	
filter:alpha(opacity=70);
-moz-opacity:0.7;
-khtml-opacity: 0.7;
opacity: 0.7;

}
/* Table Mail Param*/
table.mlpTable th
{
	text-align:left;
	font-weight:normal;
}
.accordionHeader 
{
	color:black;
	background-color: #B5C7DE;
	border: solid 1px black;
	padding: 0.1em 0.5em;
	cursor:pointer;
}
.accordionHeaderSelected 
{
	color:black;
	font-weight:bold;
	background-color: #B5C7DE;
	border: solid 1px black;
	padding: 0.1em 0.5em;
	cursor:pointer;
}
.accordionContent
{
	border-top:none;
	border-left:dashed 1px;
	border-right:dashed 1px;
	border-bottom:dashed 1px;
	padding-left:5px;
	padding-right:5px;
	text-align:justify;
	margin-bottom : 5px;
}

