/*****************************
 *   ROOT PAGE
 *****************************/

.course_description 
{
}

form.course_description input[type=submit], form.course_description input[type=button], input[type=submit].subscribe
{
	font-size: 12px;
	margin: 15px auto;
	padding: 10px;
}

.calendar_side_bar form.course_description input[type=submit]
{
	margin-left: 75px;
}

.calendar_side_bar p.course_full
{
    color: #CD853F;
    font-weight: bold;
    font-size: 18px;
    padding-left: 40px;
}

.course_description .category_header
{
	height: 59px;
}

.course_description .category_header img
{
	margin-top: -5px;
	width: 64px;
	height: 64px;
	float: left;
}


.course_description .category_header h3
{
	padding-top: 5px;
	padding-left: 20px;
	font-size: 16px;
	font-weight: bold;
}

.course_description div.course
{
	padding: 10px;
}
.course_description div.course_even
{
	background-color: #DEE6F7;
	padding-left: -15px;
}

.course_description .course_title
{
	font-size: 14px;	
	font-weight: bold;
	padding-left: 20px;
	background: url('/education/web/img/course.png') no-repeat;

}

.course_description .course_subtitle
{
	font-size: 12px;
	text-decoration: none !important;
	font-weight:bold;
	padding-top: 3px;
}

.formation
{
	width: 640px;
}

.formation td.group
{
    border: 1px solid yellow;
}
 
.course_main_header
{
	height: 100px;
}

.course_presentation
{
	float: left;
	width: 80%;
	padding-left: 10px;
	text-align: justify;
}

/*****************************
 *   CALENDAR PAGE
 *****************************/
#course_calendar
{
	border-collapse:collapse;
	margin-left: 20;
	border: 2px solid #146ea1;
	margin-right: -240px;
}

#course_calendar thead th
{
	text-align: center;
	font-weight: bold;
	font-size: 1.4em;
	padding: 5px;
	border: 2px solid #2886bb;	
}

#course_calendar tr.even
{
	background-color: #DEE6F7;		
}

#course_calendar tr td
{
	font-size: 1.2em;
	padding: 8px 5px 8px 5px;
}

#course_calendar tr td div.name{
    font-size: 1.2em;
}

#course_calendar tr td div.desc{
    margin-left:27px;
}

#course_calendar tr td div.moreInfo{
    margin:4px 0 4px 27px;
}

#course_calendar tr td.am
{
	width: 375px;
}

#course_calendar tr div.modifier{
    margin-left: 13px;
    font-weight: bold;
    color: #CD853F;
    padding-bottom: 3px;
    margin-top: -3px;
}

#course_calendar tr td.pm{
    width: 325px;
}

#course_calendar tr td.date
{
	border-right: 2px solid #146ea1;	
	width: 140px;
}

#course_calendar tr td.preview
{
	border-right:2px solid #146ea1;
	padding-right: 5px;
}

#course_calendar tr td.am, #course_calendar tr td.pm
{
    border-right:2px solid #146ea1;
    vertical-align: middle;
}

#course_calendar tr td.preview img
{
	width: 32px;
}

#course_calendar tr td div.name
{
	font-weight: bold;
	padding-bottom: 5px;
}

#course_calendar div.location
{
	padding-top: 5px;
	font-style: italic;
}

#course_calendar tr td.inv_lang div.name
{
    font-style: italic;
}

.calendar_filter, .calendar_filter_selected
{
    font-size: 20px;    
    padding: 10px;
    color: #171749 !important;
}

.calendar_filter_selected
{
    font-weight: bold;
    text-decoration: underline !important;
}

h1.claro-calendar-title
{
    font-size: 18px;
}

/*****************************
 *   COURSE DESCRIPTION PAGE
 *****************************/
.course_description_container
{
	float: left;
	width: 620px;
	text-align: justify;
}

.calendar_side_bar
{
	float: right;
	width: 240px;
}

.calendar_side_bar .claroBlockContent
{
    margin: 4px 0px 0px 0px;
}

.ediPrice
{
    font-size: 16px;
    font-weight: bold;
    padding: 10px 0 10px 0px;
    text-align: center;
}

/*****************************
 *   REGISTRATION AREA
 *****************************/
 
.registration_area
{
	width: 500px;
	border: 0px solid gray;
	padding: 5px 0 0 10px;
}

.registration_area ul
{
	padding: 0px;
	margin: 0px;
	list-style: none;
	list-style-image: none;
}

.registration_area ul li
{
	text-decoration: none;
}

.already_registered
{
	color: #CD853F;
    font-weight: bold;
    font-size: 12px;
    padding: 8px 0 2px 10px;
}

#commonToolList .must_fill
{
    color: #CD853F;
    font-weight: bold;
}

#commonToolList .disabled
{
    color: Gray;
}

.registration_container
{
    position: relative;
}

.registration_container span.example_item
{
    position:absolute; 
    left: 365px;
}

/*****************************
 *   SUBSCRIPTION AREA
 *****************************/
.edipaiement 
{
    margin-top: 20px;
}

.edipaiement h4 {
	color: #FFF;
	font-size: 16px;
	background-color: #A7935E;
	border: 1px solid #A7935E;
	margin: 0.3em auto 0;
	text-indent: 10px;
	width: 98%;
}

.edipaiement table {
	background: #F0EDE4;
	border: 2px solid #B8A97E;
	border-collapse: collapse;
	line-height: 16px;
	width: 98%;
	margin: 0 auto;
}

.edipaiement th {
	background-color: #F0EDE4;
	border-bottom: solid 2px #B8A97E;
	padding-left:10px;
	text-align: center;
	font-size: 14px;
}

.edipaiement tfoot td {
	border-bottom: thin solid #FFFFFF;
	background: #F0EDE4;	
	text-align: right;
	padding-right: 10px;
}

.edipaiement tbody td{
	background: #FFFFFF;
	border-bottom: 1px solid #A7935E;
}

.edipaiement .colonneTotal {
	border-left: solid 2px #A7935E !important;
	text-align: right;	
	padding: 0 10px 0 0;
}
 
/*****************************
 *   COURSE DESCRIPTION AREA
 *****************************/

.course_description_area 
{
	font-family: Times New Roman;
	width: 100%;
	height: 100px;
	clear: both;
}

.course_description_area .icon
{
	float:left;
	width: 100px;

}

.course_description_area .title
{
	float: left;
	width: 550px;
	text-align: center;
}

.course_description_area h1
{
	margin: 0;
	font-size: 28px;
	font-weight: bold;
	text-transform: none;
}

.course_description_area h2
{
	margin: 0px;
	font-size: 18px;
	font-weight: normal;
	padding-left: 0px;
}

.course_description_area img
{
	width: 100px;
	height: 100px;
}

#brochure
{
    position: absolute; 
    right: 2px;
    top: 26px;
}

#brochure img
{
    width: auto;
    height: auto;

}

/*****************************
 *   AGENDA EVENT AREA
 *****************************/
 .agenda_area
 {
 	font-size: 14px;
 	
 }
 
 .agenda_area a.location
 {
 }
 
 .agenda_area span.location
 {
 	font-weight: bold;
 }
 
 .agenda_area span.date
 {
 	font-size: 0.9em;
 }
 
 /******************************
  *   REGISTRATION SUMMARY
  *****************************/
table.summary
{
	background-color: White;
	border: 2px solid gray;
	padding: 5px;
}

table.summary td.key
{
	width: 200px;
	padding: 5px 0px 5px 5px;
	font-weight: bold;
}

table.summary td.data
{
	padding-left: 10px;
}

table.summary tr.even
{
	background-color: #DEE6F7;	
}

/******************************
 *   STEP
 *****************************/
.edi_step_container
{
	padding-bottom: 10px;
}


.edi_step_container img
{
    width: 93px;
    height: 24px;
    padding-top: 2px;
    margin-right: 15px;
    float: left;    
}

.edi_step_container h2
{
    margin: 0px;
    padding: 0;    
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #232373;
    margin-bottom: 4px;
    float: left;
}

.edi_step_container h3
{    
    padding: 0 0 0 110px;
	margin: 0px;
    clear: left;
	font-size: 14px;
}

/******************************
 *   TESTIMONIALS
 *****************************/

#testimonial-container
{
    border: 1px solid gray; 
    padding: 8px
}

#testimonial-container:hover
{
    cursor: pointer;
}

#testimonial-title 
{
    font-weight: bold; 
    padding: 4px 0 0 6px;
}

#testimonial-box-container
{
    padding: 10px 12px 6px 12px; 
    height: 50px; 
    overflow: hidden; 
    margin-bottom: 14px;	
}
 
/******************************
 *   MISC
 *****************************/
a.back
{
	font-size: 16px; 
	font-weight: bold; 
	text-decoration: underline;
}

select.ordres_professionnels
{
    padding-left: 5px;
    margin-bottom: 5px;
}

/****************
* MonCompte page
****************/
.myaccount h3{
    font-size: 20pt;
    padding: 1px;
}

.myaccount h4{
    font-size: 16pt;
    padding: 3px;
}

.myaccount input[type="submit"]{
    padding: 2px;
}

.account_table th{
    font-weight: bold;
    font-size: 13px;
    padding: 2px 1em;
}

.account_table td{
    font-size: 12px;
    padding: 2px 0.5em;
}

#buyinginfo{
    width: 100%;
}

#userinfo th{
/*    text-align:right;*/
}

#buyinginfo th{
    color: white;
    background: #171749;
}

#buyinginfo tr{
    background: white;
}

#buyinginfo tr.alt{
    background: #CED9E2;
}

#buyinginfo, #buyinginfo th, #buyinginfo td{
    border: 1px solid black;
}
