/* CSS Document */
/* Initial version made by [VS] vincent.spano@idiap.ch */
/* date: 17.11.2011 */
/* find below the "div" structure
mainbcontainer
	headercontainer
		logocontainer
		bannercontainer
	headercontainer
	
	middlecontainer
		addresscontainer
		contentcontainer
			roundbox
	middlecontainer
	
	footercontainer
mainbcontainer
*/

body{
background-color:#ffffff;
margin:0em 0em 0em 0em;
color: #636363;
font-family: Arial,Helvetica,Verdana,"Lucida Grande",Lucida sans-serif;
font-size:0.8em;
text-align: justify;
line-height: 1.5;
}
img{
border:0;
}
/*this is the style for the main container with a fixed size*/
#maincontainer{
width:990px;
margin:0em auto;
float:left;
background-color:#ffffff;
}
/*this is the style for the container header*/
#headercontainer{
width:988px;
background-color:#ffffff;
margin:0em;
padding:0em 0em 0em 0em;
clear:both;
}
/*this is the style for the container logo*/
#logocontainer{
width:250px;
padding:4.5em 0em 0em 3em;
float:left;
background-color: #ffffff;
}
/*this is the style for the container banner*/
#bannercontainer{
width:636px;
padding:0em 0em 0em 3.5em;
float:left;
background-color:#ffffff;
}
/*this is the style for the midlle container*/
#middlecontainer{
width:988px;
clear:both;
background-color:#ffffff;
margin:0em;
padding:0em;
}
/*this is the style for the container address*/
#addresscontainer{
width:auto;
padding:0em 0em 0em 9.5em;
margin:3.5em 0em 0em 0em;
float:left;
background-color:#ffffff;
}
/*this is the style for the container content*/
#contentcontainer{
width:632px;
padding:0em 0em 0em 0em;
margin:0em 0em 0em 6em;
float:left;
background-color:#ffffff;
}
/*this is the style for the container roundbox*/
#roundbox{
background-color:#ffffff;
clear:both;
width:600px;
padding:0em 1em 1.5em 1.5em;
-webkit-border-radius: 16px 0px 16px 0px;
-moz-border-radius: 16px 0px 16px 0px;
border-radius: 16px 0px 16px 0px;
border:2px solid #cccccc;
/*the following is for the shadow on the box*/
-moz-box-shadow: 3px 3px 3px #888;
 -webkit-box-shadow: 3px 3px 3px #888;
 box-shadow: 3px 3px 3px #888;
 /*the following is for the gradient*/
background-image: linear-gradient(bottom, rgb(235,239,240) 15%, rgb(255,255,255) 60%);
background-image: -o-linear-gradient(bottom, rgb(235,239,240) 15%, rgb(255,255,255) 60%);
background-image: -moz-linear-gradient(bottom, rgb(235,239,240) 15%, rgb(255,255,255) 60%);
background-image: -webkit-linear-gradient(bottom, rgb(235,239,240) 15%, rgb(255,255,255) 60%);
background-image: -ms-linear-gradient(bottom, rgb(235,239,240) 15%, rgb(255,255,255) 60%);
background-image: -webkit-gradient
	linear,
	left bottom,
	left top,
	color-stop(0.15, rgb(235,239,240)),
	color-stop(0.6, rgb(255,255,255));
}
/*this is the style for the container footer*/
#footercontainer{
clear:both;
width:auto;
height:2em;
/*margin:0em 0em 0em 9em;*/
padding:0.5em 0em 0em 9.5em;
background-color: #ffffff;
text-align:left;
}


