.blue-back-b
{
	border: 1px solid #8CBCE7;
	background-color: #DDEDF5;
	border-radius: 5px;		
#blue_header
{
	height: 210px;
	/*width: 120%;*/
	width: 100%;
	/*margin-left: -200px;*/
	background-color: #74A6D4;
	top: 0px;
	left: 0px;
	position: absolute;
	border-bottom: 1px solid #2361A9;
}


#notification_area{
	width: 651px;
	border: 1px solid #8CBCE7;
	background-color: #DDEDF5;
	/*padding-bottom: 10px;*/
	border-radius: 5px;	
	margin-bottom: 20px;
	margin-top: 0px;
	font-weight: bold;
	font-size: 14px;
	color: #2360A6;
}
#notification_area #area_content{
	margin-top: 5px;
	margin-left: 5px;
	padding: 0 10px 10px;
}
#notification_area #close_button{
	margin-top: 15px;
	margin-right: 15px;
	height: 20px;
	float: right; 
	cursor: pointer;
}

#postulation{
	height: 80%;
	overflow: auto;	
}
.slide-out-div-social {
    background: none repeat scroll 0 0 white; /*Bleu FB: 3B5998 */
    border: 4px solid white;
    border-radius: 5px 5px 5px 5px;
    cursor: pointer;
    height: 395px;
    padding: 20px;
    width: 580px;
    z-index: 1;
}
/**************************************** V2 ****************************************
**** Homepage presentation ****/

.ArticleMetadata
{
	color: gray;
	font-size: 8pt;
	
	padding: 2px;
	padding-left: 0px;
}

/******************************************************************/
/***********************POP UP+++++++******************************/

#fade { /*--Masque opaque noir de fond--*/
	display: none; /*--masqué par défaut--*/
	background: #000;
	position: fixed; left: 0; top: 0;
	width: 100%; height: 100%;
	opacity: .80;
	z-index: 994;
}
.popup_block{
	display: none; /*--masqué par défaut--*/
	background: #fff;
	padding: 20px;
	border: 20px solid #ddd;
	float: left;
	font-size: 1.2em;
	position: fixed;
	top: 50%; left: 50%;
	z-index: 995;
	/*--Les différentes définitions de Box Shadow en CSS3--*/
	-webkit-box-shadow: 0px 0px 20px #000;
	-moz-box-shadow: 0px 0px 20px #000;
	box-shadow: 0px 0px 20px #000;
	/*--Coins arrondis en CSS3--*/
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
img.btn_close_login {
	position: fixed;
	margin: -65px 0 0 515px;
	z-index: 999;
}

img.btn_close_postulation {
	position: fixed;
	margin: -65px 0 0 669px;
	z-index: 999;
}
/*--Gérer la position fixed pour IE6--*/
*html #fade {
position: absolute;
}
*html .popup_block {
position: absolute;
}


/******************************************************************/
/*************************** Multi page ***************************/
.multipage
{
  margin: 5px auto 5px auto;
  width: 400px; /* set by ADC */
  text-align:center; /* added by ADC */
}

.multipage a
{
  display: inline-block;
  border: 1px solid #E3EBF0;
  padding: 2px 4px 2px 4px;
  text-align: center;
  color: #3f61a3;
  font-family: Arial;
  font-weight: bold;
  width:16px; /* added by ADC */
  height:16px; /* added by ADC */
}

.multipage a:hover
{background-color: #E3EBF0;}

.multipage a.left
{
  width: 15px;
  font-weight: normal;
}

.multipage a.right
{
  width: 15px;
  font-weight: normal;
}

.multipage a.left_disabled
{
  width: 15px;
  background-color: grey;
}

.multipage a.right_disabled
{
  width: 15px;
  background-color: grey;
}

.multipage a.current_page
{background-color: #E3EBF0;}

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

/*
 * light blue : #74a6d4 
 * deep blue : #
 */

body
{
  background-color:#FFFFFF;
 /*background-image: url('http://eg-dev.ch/testbackground.png');
 background-attachment:fixed;
 background-repeat: no-repeat;*/
  color: #4b4b4b;
  font-family: Lucida Sans Unicode, sans-serif;
  font-size: 12px;
  margin: 0;
  /*margin-left: 100px;*/
  padding: 0px;
  /*height: 100%;*/
  /*background-size: cover;*/ 
 /* width: 1100px;*/
}

/* Footer */
div.FO-FooterContainer
{
	background-color: #74A6D4;
    clear: both;
    color: white;
    font-family: Arial;
    height: 320px;
    left: 0;
    margin: 20px 0 0;
    padding-top: 50px;
    position: relative;
}

div.FO-Footer a
{color: white;}


div.FO-FooterContainer div.FO-Footer
{width: 1000px;}

/****************** Old *******************/
/*
#main_wrap{
  min-height: 100%;	
  /*padding: 0;
  margin: 0;*/
  /*
  left: 200px;
  position: relative;
}*/
/*
#main_wrap
{
	margin: auto 0px; 
	padding: 0px;
	width: 100%;
}

/* old main header */

/*
#main_header{
  /*background-color: #74a6d4;*//*
  padding: 0 0 0 0;
  margin: 0;
  height: 91px;
  position: relative;
  top: 0;
  left: 0;
}

#main_header #logo{
  position: absolute;
  top: 32px;
  /*left: 50%;
  margin-left: -498px;*/
}
/*
#main_header #top_ad{
  /*Added by Bast*/
 /* right: 0;*/	
	
  /*
  position: absolute;
  top: 25px;
  left: 50%;
  margin-left: -248px;
  margin-top : -10px; /* added by ADC */
}
/*------------***/



#main_body{
  /*width: 994px;*/  /*width: 965px;*/
  /*margin: 25px 300px 0 auto; */    /* If there is no head banner */
  /* margin: 0px auto 0px auto; /* If there is a head banner  */
/*  left: 50%;*/
  /*top: 140px;*/
 /* padding: 0; NEW FOOTER POSITION*/
/*padding-bottom: 320px;*/
  /*position: relative;
  /*top: 5px;
  left: 0;
  /*min-height: 2780px;*/
  /*min-height:1300px; /* added by ADC */
}

#fixed_logo_menu
{
	position: fixed;
	padding-top: 0;	
	/*margin-left: 60px;*/
}

#menu_top
{
	/*width: 722px;*/
	letter-spacing: -1px;
	/*text-align: left;*/
	font-size: 20px;
	/*margin-left: 42px;*/
	/*padding-left: 136px;*/ 
	/*color: #8CBCE7;*/
	color: white;
	/*vertical-align: middle;
	white-space: nowrap;*/
}

#menu_top a
{ color: white;	}

.fixed_top_menu a
{ color: white;	}

.fixed_top_menu
{
	border-bottom: 1px solid #2361A9;
	width: 100%;
	height: 75px;
	position: fixed;
	background-color: #74A6D4;
	/*z-index: 994;*/	
	display: none;
	top: 0px;
	left: 0px;
	color: white;
	padding-left: 136px;
	z-index: 2;
}
#user_menu{
padding-top: 47px;
}
#left_column{
  width: 150px;
  position: absolute;
  top: 0;        /* If there is no head banner */
  /* top: 125px; /* If there is a head banner  */
  left: 0;
}

#left_menu{
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#left_menu li{
  margin: 0 0 5px 0;
  padding: 0;
  font-size: 0;
}

#left_menu li ul.sublinks{
  list-style-type: none;
  margin: 0 0 0 15px;
  padding: 0;
}

#left_menu li ul.sublinks li{
  font-size: 12px;
}
/*
=================
   Center Column
=================
*/
#center_column
{
  /*width: 630px;*/ /* width: 650px; */
  margin: 0 0 0 155px;
  padding: 1px 5px;
}

.central_large_block
{
  margin: 0 0 25px 4px;
  padding: 0;
}

.central_large_block h1{
  margin: 0;
  padding: 0;
  color: white;
  background-color: #73A7D5;
  height: 30px;
}

/* added by ADC */
/* pour remplacer l'image par un texte */
.central_large_block h1.txt_title{
  font-size:18px;
  padding:3px 0 0 15px;
}

.central_large_block_news_block{
	
  margin: 5px 5px 5px 5px; /*margin: 15px 15px 20px 15px;*/
  padding: 10px;/* added by ADC*/
  clear: left;
}

/* added by ADC*/
.central_large_block_news_block:hover
{
	cursor:pointer;
	background-color:#f5f4ff;
}

.central_large_block_news_block img{
  float: left;
  margin: 0 10px 0 0;
}

.central_large_block_news_block h2{
  font-size: 14px;
  font-weight: bold;
  margin: 0;
  padding: 0;
}

.central_large_block_news_block p{
  margin: 0;
  padding: 0;
  text-align: justify;
}

.central_large_block a.more{
  display: block;
  text-align: right;
}

.central_large_block h2.date_seperator{
  margin: 10px 0 15px 15px;
  padding: 0 0 10px 0;
  
  /*border-bottom: 3px dotted #73A7D5;*/
  background-image:url("../Images/Menus/separator.png");
  background-position:left bottom;
  background-repeat:repeat-x;
  
  color: #3f61a3;
  font-size: 14px;
}

.central_large_block h2.section_title{
  font-size: 14px;
  margin: 46px 0 0;
  color:#3f61a3;
}

.section_title_gallery{
  font-size: 14px;
  margin: -10px 0 0;
  color:#3f61a3;
}

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

.central_large_block .article_block{
  margin: 10px 0 10px 0;
  text-align:justify; /* added by ADC */
}

.article_intro
{
	font-size:14px;
	font-weight:bold;
}

.article_block .left_article_block{
  width: 300px;
  float: left;
  text-align:center;
  padding-bottom:10px;
}

.left_article_block h3{
  font-size: 14px;
  color: #3f61a3;
  margin: 10px 0 10px 15px;
  padding: 0;
}

.left_article_block h3 a{
  font-size: 12px;
  color: #73A7D5;
  text-decoration: underline;
  display: inline-block;
  margin: 0 0 0 20px;
}

.left_article_block .by_block{
  margin: 10px 0 0 15px;
}

.left_article_block .by_block p{
  margin: 2px 0 2px 0;
}

.left_article_block .share_block{
  background-color: #e3ebf0;
  margin: 0 15px 0 0;
  padding: 5px 0 10px 15px;
  text-align:left;
}

.share_block h4{
  margin: 0 0 5px 0;
  padding: 0;
  font-size: 14px;
  color: #3f61a3;
}

.share_block .share_item{
  display: inline-block;
  width: 110px;
  margin: 2px;
}

.share_block .share_item img{
  position: relative;
  top: 2px;
}

.share_block .share_item a{
  color: #4b4b4b;
}

.central_large_block h1.main_subtitle{
  font-size: 16px;
  color: #3f61a3;
  padding: 4px 0 0 12px;
  height: 26px;
  background-color: #e3ebf0;
}

.small_event_block{
  display: inline-block;
  /*width: 265px;*/
  width: 320px;	/* chenged by TS*/
  margin: 10px 10px 10px 0;
  position: relative;
  /*left: 15px;*/
  height: 200px;
  /*padding:10px;*/ /* added by ADC */
  vertical-align:top; /* added by ADC */
}

.small_event_block img{
  /*margin: 0 10px 0 0;*/
}


.small_event_block h3{
  margin: 0 0 5px 0;
  font-size: 14px;
  margin-left:130px; /* set by ADC */
 
}

.small_event_block p{
  margin: 0;
  margin-left:130px; /* set by ADC */
}

.aligner tr td{
  width: 120px;
  height: 120px;
  vertical-align: center;
  text-align: center;
}

/* added by ADC */
.small_event_block:hover
{
	cursor:pointer;
	/*background-color:#f5f4ff;*/
}

/* pas adapter pour les longs contenu*/
/*
.small_event_block h3{
  margin: 0 0 5px 0;
  font-size: 14px;
  margin-left:0; 
  position: absolute;
  left: 130px;
  top: 0;
}

.small_event_block p{
  margin: 0;
  padding: 0;
  position: absolute;
  top: 35px;
  left: 130px
}
*/


.event_flyer
{
	float:left;
	text-align:center;
	vertical-align:middle;
	width:120px;
	height:120px;
	margin-right:10px;
}

.event_right_below_block{
  width: 350px;
  margin: 0 0 0 auto;
}

.event_right_below_block .share_block{
  background-color: #e3ebf0;
  margin: 0 15px 0 10px;
  padding: 5px 0 10px 15px;
  text-align:left;
}

.event_right_below_block h3{
  font-size: 14px;
  color: #3f61a3;
  margin: 10px 0 10px 15px;
  padding: 0;
}

.event_right_below_block h3 a{
  font-size: 12px;
  color: #73A7D5;
  text-decoration: underline;
  display: inline-block;
  margin: 0 0 0 20px;
}


/*
=================
   Right Column
=================
*/
#right_column{
  /*width: 210px;  width: 150px; */
  /*position: absolute;*/
  width: 100px;
  top: 0;
  right: 0;
  /*margin-left: 5px;*/
}

#right_column h1{
  margin: 0 0 10px 0;
  padding: 0;
  background-color: #C4DAE2;
  color: white;
  font-size: 14px;
  padding: 5px
}

#right_column h1 img{
  margin: -6px;
}

.right_column_block{
  margin: 0 0 25px 0px;
  padding: 0;
}

.login_form{
  display: block;
}

.login_form label{
  color: #2360A6;
  cursor:pointer; /*added by ADC */
}

.login_form input{
  width: 145px;
  margin: 0 0 10px 0;
}

.login_form input.button{
  background-color: #73A7D5;
  border: 0;
  color: white;
  padding: 2px 0 2px 0;
  width: 150px;
  cursor: pointer; /* set by ADC */
}

/* set by ADC */
input.button
{
  background-color: #73A7D5;
  border: 0;
  color: white;
  padding: 2px 5px 2px 5px;
  cursor: pointer;
}

/* set by ADC */
#calendar{
  border: 1px solid #C4DAE2;
  font-size:9px;
}

#calendar table.calendar{
  width: 98%;
  margin-bottom: 5px;
}

#calendar table.calendar tr.day_names{
 color: #73A7D5;
}

#calendar table.calendar td{
  text-align: right;
}

#calendar .next_previous_month
{
	font-size:12px;
	padding: 5px;
	background-color:#C4DAE2;
}

/* ADDED by Aurelien */
#calendar select.calendar {
  background-color:#C4DAE2;
  font-size:12px;
  color:white;
  font-weight:bold;
  border:0px;
}

/* ADDED by Aurelien */
.day_today
{
	font-weight:bold;
	color:#000000;
	font-size:11px;
	/*text-decoration:underline;*/
}

#projecteur .projecteur_block{
  margin: 5px;
  font-size: 11px;
  text-align:center; /* added by ADC */
}

#projecteur .projecteur_block a{
  margin: 5px;
  font-size: 11px;
  font-weight: bold;
}

#projecteur .projecteur_block p{
  line-height: 13px;
}

#projecteur .projecteur_block img{
  margin: 0;
}

/*
=================
  Center Left Column
=================
*/

.central_half_left_block{
  width: 300px; /* width: 320px; */
  float: left;
  /*margin-top: 5px;*/
  margin-left: 5px;
}

.central_half_left_block h1{
  background-color: #73A7D5;
  color: white;
  font-size: 0; /*font-size: 20px;*/
  margin: 0 0 15px 0;
  padding: 0;  /*padding: 3px 0 4px 15px;*/
  font-weight: bold;
}

/*
=================
  Center Right Column
=================
*/

.central_half_right_block{
  width: 304px; /* width: 320px; */
  float: right;
  /*margin-top: 5px;*/
}

.central_half_right_block h1{
  background-color: #73A7D5;
  color: white;
  font-size: 0; /*font-size: 20px;*/
  margin: 0 0 15px 0;
  padding: 0; /*padding: 3px 0 4px 15px;*/
  font-weight: bold;
}

.central_half_block_news_block{
  margin: 3px 15px 5px 15px;
}

.central_half_block_news_block h2{
  margin: 0 0 15px 0;
  padding: 0 0 2px 0;
 
  /*border-bottom: 3px dotted #73A7D5;*/
  background-image:url("../Images/Menus/separator.png");
  background-position:left bottom;
  background-repeat:repeat-x;
  
  color: #3f61a3;
  font-size: 14px;
}

.central_half_block_sub_news_block{
  /*margin-bottom: 10px;*/ /* set by ADC */
  padding:10px;
  cursor:pointer;
}

/* added by ADC */
.central_half_block_sub_news_block:hover
{
	background-color:#f5f4ff;
}

.central_half_block_sub_news_block img{
  margin: 0 10px 0 0;
  /*float: left;*/
}

.central_half_block_sub_news_block h3{
  margin: 0 0 5px 0;
  font-size: 14px;
}

.central_half_block_sub_news_block p{
  margin: 0;
}

/*
=================
 main footer
=================
*/
#main_footer{
  /*background-color: #74A6D4;
  /*width: 100%;*/
  /*clear: both;
  height: 30px;
  margin: 20px 0 0 0;
  position: relative;
  left: 0;*/
 	margin-top: -150px; /* negative value of footer height */
	height: 150px;
	clear:both;} /*
	width 100%;
}
*/
#main_footer .bottom_links_left{
  list-style-type: none;
  margin: 0;
  padding: 0;
  padding: 6px 0 0 0;
  height: 12px;
  margin: 0 auto 0 auto;
  width: 965px;
  /*width: 100%;*/
}

#main_footer .bottom_links_left li{
  text-align: center;
  display: inline-block;
  margin: 0 10px 0 10px;
  position: relative;
  left: 107px; /* left: 157px;*/
}

#main_footer .bottom_links_left li a{
  color: white;
}

/*
=================
  gallery page
=================
*/
/*
.overlay_content
{
	margin-top: 2px;
	margin-left: 2px;
}
*/



/*
.overlay_content
{
	font-size:14px;
	line-height: 1.5;
}

.overlay_title
{
	
	color: #2360A6;
	font-weight: bold;
	padding-top: 4px;
}
.overlay_title_city
{
	font-size:14px;
	color: black;
	font-weight: bold;
}

.image_text_over
{
	opacity: 0.8;
	background-color: white;
	bottom: 0;
	width: 100%;
	height: 40%;
	position: absolute;
	color: #2360A6;
	padding-top: 2px;
	padding-left: 16px;
}*/


.section_top_right_author{
  text-align: right;
  padding-right: 20px;
 /* margin: -20px 87px 0 0;*/
}

/*
.gallery_table{
  width: 570px;
  margin: 79px 169px;
}
*/
.gallery_table tr td{
  vertical-align: middle; /*center;*/
  /*text-align: center;*/
  width: 25%;
  height: 140px;
}

.central_half_right_block h1.main_subtitle{
  font-size: 16px;
  color: #3f61a3;
  padding: 4px 0 0 12px;
  height: 26px;
  background-color: #e3ebf0;
}

.central_half_right_block h2{
  /*border: 0; */ /* set by ADC */
  margin-bottom: 5px;
}

.central_large_block .gallery_wrap .share_block{
  background-color: #e3ebf0;
  margin: 0 0 0 0;
  padding: 5px 0 5px 15px;
  text-align:left;
}

.central_large_block .gallery_wrap .share_block h4{
  display: inline-block;
  width: 90px;
}

.central_large_block .gallery_wrap .share_block .share_item{
  display: inline-block;
  width: 90px;
  margin: 2px;
}

.gallery_num_pages{
  text-align: right;
  margin: -25px 40px 30px 0;
  color: #2360A6;
}

.gallery_pagination{
  margin: 5px auto 5px auto;
  width: 400px; /* set by ADC */
  text-align:center; /* added by ADC */
}

.gallery_pagination a{
  display: inline-block;
  border: 1px solid #E3EBF0;
  padding: 2px 4px 2px 4px;
  text-align: center;
  color: #3f61a3;
  font-family: Arial;
  font-weight: bold;
  width:16px; /* added by ADC */
  height:16px; /* added by ADC */
}

.gallery_pagination a:hover{
  background-color: #E3EBF0;
}

.gallery_pagination a.left{
  width: 15px;
  font-weight: normal;
}

.gallery_pagination a.right{
  width: 15px;
  font-weight: normal;
}

.gallery_pagination a.return_gallery{
  width: 180px;
  font-weight: normal;
}

.gallery_pagination a.current_page{
  background-color: #E3EBF0;
}

/* DELETED bY ADC
.gallery_image_wrapper{
  margin: 25px auto 0 auto;
  text-align: center;
}
*/

.gallery_block
{
	/*
	text-align:center;
	margin-left: -176px;
    margin-top: -68px;
    */
	}
/*
.gallery_block_photo_view
	{
	text-align:center;
	margin-left: -124px;
    margin-top: -16px;
	}	
*/

/*
=================
   inscription
=================
*/
.section_espace{
  text-align: right;
  margin: -42px 2px 30px 0;
}

#inscription input{
  display: inline-block;
}

#inscription .field_block{
  display: block;
  margin: 15px 0 5px 15px;
}

#inscription .field_block label{
  display: inline-block;
  width: 140px;
  cursor:pointer; /*added by ADC */
}

#inscription .field_block label.large_label{
  width: 160px;
}

.central_large_block #inscription h2.section_title{
  color: #2360A6;
}

#inscription .std_field{
  width: 150px;
}

#inscription .large_field{
  width: 250px;
}

#inscription .small_field{
  width: 60px;
}

#inscription img.captcha{
  position: relative;
  top: 15px;
  left: 50px;
  margin: -30px 0 0 0;
}

#inscription #submit{
  background-color: #73A7D5;
  border: 0;
  color: white;
  padding: 2px 0 2px 0;
  font-family: Lucida Grande, Lucida Sans Unicode;
  font-size: 12px;
  width: 180px;
  margin: 40px 0 20px 160px;
}


/*
=================
   profil
=================
*/
.profile_block .profile_button{
  display: inline-block;
  width: 62px;
  text-align: center;
  margin: 0 0 20px 0;
  position: relative;
  left: 10px;
  /*
  padding-bottom:5px;
  padding-top:5px;
  */
}
/*
.profile_block .profile_button:hover{
  background-color:#eae8ff;
}
*/

.profile_block .profile_button p{
  font-weight: bold;
  margin: 5px 0 0 0;
}

.profile_block h2.section_title{
  color: #2360A6;
}

.profile_block .profile_info_block{
  background-color: #e3ebf0;
  padding: 5px 0 5px 0;
  margin: 5px 0 5px 0;
}

.profile_info_block .profile_line_block{
  margin: 10px 0 10px 15px;
}

.profile_line_block .profile_line_legend{
  display: inline-block;
  width: 130px;
}

.profile_line_block .profile_line_value{
  display: inline-block;
}


/* added by ADC */
div.date_seperator 
{
	/*border-bottom:2px dotted #73A7D5;*/
	background-image:url("../Images/Menus/separator.png");
	background-position:left bottom;
	background-repeat:repeat-x;
	
	color:#3F61A3;
	font-size:14px;
	margin:10px 0 15px 0;
	padding:0 0 10px;
	font-weight:bold; 
}

/* added by ADC */
/* used to tagg photo by user*/
#skinArea{
	border:#e3ebf0 solid 5px;
	border-style:double;
	width:100px;
	height:100px;
	position:absolute;
	left:0;
	top:0 ;
	display:none;
	cursor:none;
}

/* added by ADC */
.bordered
{
	border:#e3ebf0 solid 8px;
}

.center
{
  	text-align: center;
}

.skyAd
{
	padding-left:5px;
	text-align:center;
	margin-top:25px;
}

.partner_logo
{
	margin-top:20px;
}

/* added by ADC */
/*
=================
   form style
=================
*/
input{ 
	border:#dce7ed solid 1px;
	padding:2px;
	background-color:#f4f4ff;
}

textarea{
	border:#dce7ed solid 1px;
	padding:2px;
	background-color:#f4f4ff;
}
	
select{
	border:#dce7ed solid 1px;
	padding:2px;
	background-color:#f4f4ff;
}

.profile_info_block_td
{
	background-color:#e3ebf0;
	padding: 10px 0 10px 10px;
  	/*margin: 5px 0 5px 0;*/
}

.user_info_box
{
	float:left;
	margin-bottom:5px;
	margin-top:5px;
	width:70px;
	height:70px;
	text-align:center;
}

.login_box
{
	margin:auto;
	border:#e3ebf0 solid 1px; 
	padding:10px; 
	width:60%; 
	text-align:center;
}


.comment_box_user_news
{
	border:1px solid #e3ebf0;
	padding:5px;
	margin:3px;
}


.bottom_separator
{
  /*border-bottom: 3px dotted #73A7D5;*/
  background-image:url("../Images/Menus/separator.png");
  background-position:left bottom;
  background-repeat:repeat-x;
  
  padding-bottom:5px;
}

.bordered_box
{
	padding:5px;
	border:1px solid #e3ebf0;
}



/*----------------------------*/
/*-- STANDARD VERTICAL FORM --*/
/*----------------------------*/

.std_vertical_form .section_title
{
	background-color:#E3EBF0;
	color:#3F61A3;
	
	font-size:16px;
	font-weight:bolder;
	text-align:left;
	
	padding:5px;
	
	width:605px;
	height:20px;
}

.std_vertical_form .field_title
{
	vertical-align:top;
	padding: 10px 0 0 10px;
	/*min-width:100px;*/
	width:120px;
	/*background-color:#008000;*/
}

.std_vertical_form .field_content
{
	padding-top:10px;
	padding-bottom:10px;
	/*background-color:#c0c0c0;*/
}

.std_vertical_form label
{
	cursor:pointer;
	/*color:#ff8040;*/
}

#notDetailedEvents .small_event_block
{
	height:15px;
}

#notDetailedEvents .text_small
{
	margin:0;
}

h2.DateSeparator
{
  	background-image:url("../Images/Menus/separator.png");
  	background-position:left bottom;
  	background-repeat:repeat-x;
  	color: #3f61a3;
  	font-size: 14px;
  	margin: 0px;
  	padding: 0px;  	
}
