@charset "UTF-8";
/* general kalender styles  */

/* ______________ GENERAL TAGS ______________ */
body{
    position: relative;
	font: 11px verdana, arial, sans-serif; color: #333;
    height: 100%;
    margin: 0;
	background: #fff;
}

h1{
	font-size: 12px;
	color: #666;
	margin: 10px 0px 10px 0px;
}

h2{
	
}

h3{
	
}

h4{
	
}

a, a:link, a:visited, a:hover {
color: #f90;
font-weight: bold;
text-decoration: none;
font-size: 10px;
}

a:hover{ text-decoration: underline; }



/* ______________ GENERAL ELEMENT STYLES ______________ */



/* ______________ GENERAL FORM STYLES ______________ */




.formLabel{
	padding: 4px 20px 4px 0px;
	vertical-align: top;
	color: #666;
}

.formField{
	padding: 4px 0px 4px 0px;
	vertical-align: top;
}


input[type="text"], input[type="password"]{
	width: 330px;
	border-left: solid 1px #666;
	border-top: solid 1px #666;
	border-right: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
}

input.cpYearNavigation{
	width: 60px;	
}

input[type="submit"], input[type="button"]{
	vertical-align: middle;
	background: #faf0e1;
	font-weight: normal;
	color: #f90;
	font-size: 10px;
	margin-right: 5px;
	border: solid #f90 1px;
	font-family: Verdana, Arial, Helvetica, Sans serif;
	cursor: pointer;
	overflow: visible;
	padding: 1px 4px 1px 4px;
}

input.cancel[type="submit"]{
	color: #f90; background: #fff; border: 0;
	margin-top: 30px;
	padding: 0px;
}

select{
	font-size: 10px;
	background: #fefefe;
}


textarea{
	width: 330px;
	height: 200px;
	border-left: solid 1px #666;
	border-top: solid 1px #666;
	border-right: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	font-family: Verdana, Arial, Helvetica, Sans serif;
}

.cpMonthNavigation a:link, .cpYearNavigation a:link, .cpMonthNavigation a:visited, .cpYearNavigation a:visited{
	color: #fff;	
}

.cpMonthNavigation a:hover, .cpYearNavigation a:hover{
	color: #f3e4ce;	
	text-decoration: none;
}


.error{
display: block;
color: #C03;
font-family: "Courier New", Courier, monospace;
font-size:12px;

}


/* ______________ POSITIONING PAGE ______________ */


#container{
	width: 500px;	
	position: relative;
	margin: 0 10px 5px 10px;
	overflow: visible;
}


/* ______________ main menu ______________ */

#menu{
    position: relative;
    width: 500px;
	height: 18px;
	text-align: left;
	margin: 3px 0px 3px -5px;
}

#menu ul{
    position: relative;
    width: 500px;
}

#menu li{
    font-size:10px;	
	line-height: 16px;
	width: auto;
	display: inline-block;
	float: left;
	padding: 0 5px 0 5px;
	border-right: solid 1px #666;
}



/*niveau 1*/

#menu .menu_frontmain_1 li a{
    color: #f90;
	font-weight: bold;
	text-decoration: none;
	font-size: 10px;
}

#menu .menu_frontmain_1 li a:hover, #menu .menu_frontmain_1 li a.active{
	text-decoration: underline;
}


/* ______________ main content ______________ */


/* datatables*/

.dataTables_length{
	float: left;
	display: inline-block;	
	line-height: 26px;
	margin-right: 20px;
}
.dataTables_filter{
	display: inline-block;	
}
.dataTables_filter input[type=text]{
	font-size: 1em;
	color: #000;
	height: 26px;
	width: 150px;
	border: none;
	padding: 2px 10px 2px 30px;
	background: transparent url(/layout/images/admin/inputSearch.png) no-repeat top left;
}

#tablesort{
	margin-top: 20px;
	width: 1100px;
	background: transparent url(/layout/images/admin/thead.png) top left repeat-x;
	border-left: solid 1px #efefef;
	border-right: solid 1px #999;
	border-bottom: solid 1px #999;
}


#tablesort th{
	height: 26px;
	line-height: 24px;
	text-align: left;
	color: #000;
	text-shadow: #fff 0px 1px;
	font-weight: normal;
	white-space: nowrap;
	overflow: hidden;
	padding-left: 16px;	
	font-size: 0.9em;
}

#tablesort th.sorting, #tablesort th.sorting_desc, #tablesort th.sorting_asc{
	cursor: pointer;
}

#tablesort th.sorting_desc{
	background: transparent url(/layout/images/admin/thSort.png) no-repeat 2px 0px;
}

#tablesort th.sorting_asc{
	background: transparent url(/layout/images/admin/thSort.png) no-repeat 2px -24px;
}

#tablesort td{
	padding: 6px 5px 6px 16px;
	border-bottom: solid 1px #ccc;
	border-left: solid 1px #efefef;
	vertical-align: top;
}

#tablesort td img{
	height: 50px;
	width: auto;
	border: solid 1px #CCC;
	padding: 3px;
	background: #fff;
}

#tablesort tr.odd td, #tablesort tr td{
	background: transparent url(/layout/images/admin/tdOdd.png) repeat-x top left;
}

#tablesort tr.even td{
	background: transparent url(/layout/images/admin/tdEven.png) repeat-x  top left;
}

.dataTables_info{
	height: 26px;
	line-height: 24px;
	text-align: center;
	color: #666;
	text-shadow: #fff 0px 1px;
	font-weight: normal;
	width: 1100px;
	font-size: 0.9em;
	background: transparent url(/layout/images/admin/thead.png) repeat-x top left;	
}

#tablesort_paginate{
	text-align: center;
	margin-top: 3px;
	width: 1100px;
}

#tablesort_paginate div{
	display: inline-block;
	width: 24px;
	height: 24px;
}


#tablesort_paginate .paginate_disabled_previous{
	background: none;
}

#tablesort_paginate .paginate_enabled_previous{
	background: transparent url(/layout/images/admin/paginate.png) 0px 0px no-repeat;	
	cursor: pointer;
}

#tablesort_paginate .paginate_disabled_next{
	background: none;	
}

#tablesort_paginate .paginate_enabled_next{
	background: transparent url(/layout/images/admin/paginate.png) -24px 0px no-repeat;	
	cursor: pointer;
}



