/*************************
Theme : ECS http://www.ecs-langues.com/	

	FORMS
*************************/

.input_text, .text_input
{
	border:#095ba3 solid 1px;
	color:#999;
	float:left;
	font-size:12px;
	height:17px;
	margin-left:15px;
	margin-bottom:5px;
	width:12em;
	vertical-align:middle;
}

/*************************/


/*************** MENU *********************/
#navigation
{
	float:left;
	width:790px;
	font-family:"Trebuchet MS", Verdana, Arial;
	font-size:13px;
	font-weight:bold;
}

.jquerycssmenu{
	font-family:"Trebuchet MS", Verdana, Arial;
	font-size:1.1em;
}

.jquerycssmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
float:left;
}

/*Top level list items*/
.jquerycssmenu ul li{
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
.jquerycssmenu ul li a{
display: block;
padding: 5px 7px 4px 7px;
margin-right: 1px; /*spacing between tabs*/
color: #b3b3b3;
text-decoration: none;
}

.jquerycssmenu ul li a:hover{
background:none;
color:#ff4010;
}
	
/*1st sub level menu*/
.jquerycssmenu ul li ul{
position: absolute;
left: 0;
display: block;
visibility: hidden;
border-top: 1px solid black;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jquerycssmenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jquerycssmenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.jquerycssmenu ul li ul li a{
color:#fff;
background:#095ba4;
border-bottom: 1px solid #fff;
font:12px Arial, Helvetica, sans-serif;
padding: 4px 5px;
margin: 0;
width: 220px; /*width of sub menus*/
}

.jquerycssmenu ul li ul li a:hover{ /*sub menus hover style*/
background-color: #03A0D5;
color: #fff;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 7px;
right: 5px;
}

.rightarrowclass{
position: absolute;
top: 5px;
right: 5px;
}


/***************************************/

/************************
	OTHER STYLES
************************/

#left h2
{
	color:#0072bf;
	font-size:14px;
	font-weight:bolder;
	margin-left:240px;
	margin-top:30px;
}

.questions
{
	color:#ff4010;
	font-weight:bold;
	margin-left:240px;
}

.questions li
{
	padding-bottom:10px;
}

.questions a
{
	color:#ff4010;
	font-weight:bold;
	text-decoration:none;
}

.questions a.current
{
	text-decoration:underline;
}

.questions a:hover
{
	text-decoration:underline;
}

.content_thumb
{
	float:right;
	margin-bottom:10px;
	width:206px;
}

.content_thumb a
{
	color:#b3b3b3;
	font-size:14px;
	font-weight:bold;
	text-align:right;
	text-decoration:none;
}

.content_thumb_text, .content_thumb_text a
{
	color:#b3b3b3;
	float:left;
	font-size:14px;
	font-weight:bold;
	margin-top:15px;
	margin-right:20px;
	text-align:right;
	text-decoration:none;
	width:161px;
}

.content_thumb_image
{
	float:left;
}

#footer_middle a
{
	color:#095aa2;
	text-decoration:none;
}

#footer_middle ul
{
	list-style:none;
}

#footer_middle ul li
{
	float:left;
	padding:0 5px 0px 5px;
}

.not_found_thumb
{
	float:right;
	margin-top:100px;
}

/***********************
THICKBOX
************************/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #095ba4;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #095ba4;
	border-bottom: 1px solid #095ba4;
	border-top: 1px solid #095ba4;
	border-left: 1px solid #095ba4;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#095ba4;
	height:27px;
	color:#FFF;
}

#TB_title a{
	color:#FFF !important;
	font-weight:bold;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}

/**************************/

/****** QUIZ *************/

#quiz_content
{
	margin-left:240px;
	margin-top:20px;
}

.quiz_questions
{
	margin-left:10px;
}

#quiz_content ul
{
	list-style:circle;
	margin:0;
	padding:0;
}

#quiz_content ul li ul li
{
	margin-bottom:5px;
}

#quiz_content ul.answer_options
{
	list-style:none;
	margin:0;
	padding:0;
}

#quiz_content input[type="radio"]
{
	border:none;
	margin:0;
	padding:0;
	width:2em;
}

* html .question_radio
{
	border:none;
	margin:0;
	padding:0;
	width:2em;
}

/**************************/

/************ PAGINATION ************/
.pagination {
            font-size: 80%;
        }
        
.pagination a {
    text-decoration: none;
	border: solid 1px #AAE;
	color: #15B;
}

.pagination a, .pagination span {
    display: block;
    float: left;
    padding: 0.3em 0.5em;
    margin-right: 3px;
}

.pagination .current {
    background: #26B;
    color: #fff;
	border: solid 1px #AAE;
}

.pagination .current.prev, .pagination .current.next{
	color:#999;
	border-color:#999;
	background:#fff;
}
/************************************/

.easy_ecs_below
{
	margin-top:5px;
	text-align:right;
}

.easy_ecs_logo_left
{
	float:left;
	margin-right:10px;
}

.easy_ecs_logo_right
{
	float:right;
	margin-top:5px;
}

.orange_link
{
	color:#ff4010;
	font-weight:bold;
	text-decoration:none;
}
.orange_link:hover
{
	text-decoration:underline;
}

#ecs_support, #ecs_support a
{
	color:#8c8c8c;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:none;
}

#ecs_support_login
{
	left:20px;
	position:absolute;
	text-align:center;
	top:500px;
}
#ecs_support_login a
{
	color:#8c8c8c;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:10px;
	text-decoration:none;
}
#ecs_support_desc
{
	float:left;
	margin-left:20px;
	text-align:left;
	width:370px;
}
.ecs_textfield
{
	background:url(../images/textfield.gif) no-repeat;
	color:#8c8c8c;
	font-size:11px;
	width:163px;
	height:23px;
	border:none;
	text-align:center;
}

.orange_text
{
	color:#ff4010;
}

.orange_text_small
{
	color:#ff4010;
	font-size:10px;
}

.orange_text_small a
{
	color:#ff4010 !important;
	font-size:10px;
}

.ecs_support_icon
{
	margin-bottom:5px;
	margin-right:3px;
	text-align:right;
}

.red_text
{
	color:#F00;
	font-weight:bold;
}

.system_message
{
	color:#F00;
	font-weight:bold;
	margin-bottom:10px;
}

.language
{
	color:#999;
	padding:10px 0 0 0;
	font-size:12px;
}

.language a
{
	color:#999;
	font-weight:bold;
	text-decoration:none;
}

.language a:hover
{
	color:#095ba4;
	text-decoration:underline;
}

.musique
{
	left:28px;
	position:absolute;
	text-align:center;
	bottom:30px;
}

.ecs_left_form
{
	float:left;
	width:180px;
	padding:0 0 10px 0;
}

.ecs_right_form
{
	float:left;
}

.easy_ecs_above
{
	margin-bottom:5px;
	text-align:center;
}
