/*///////////////////////////////////////////////////////////////
// STYLE: DEFAULT
// v1.0                                               
///////////////////////////////////////////////////////////////*/

body { 
	margin: 0 0 0 0;
	background: #ffffff;
	font-family:  arial, verdana, sans-serif;
	font-size: 11px;
	color: #666666;
}

#main { 
	margin: 0 0 0 0;
	background: #ffffff url(../img/body_bg.gif) repeat-y;
	font-family:  arial, verdana, sans-serif;
	font-size: 11px;
	color: #666666;
}

a {
	color: #444444;
	text-decoration: underline; 
}

form {
	margin: 0;
	padding: 0;
}

#page 
{ 
	width: 100%;
	margin: auto;
	padding: 0px 0 10px 0;
	position: relative;
}

/* LOGIN */
#login {
	background: #2f2f2f;
	margin: 40px auto 0 auto;
	width: 370px;
	border: solid 1px #494949;
	padding: 15px;
}

#login a {
	color: #f8d426;
	font-size: 12px;
	font-weight: bold;
	line-height: 25px;
}

#login_panel {
	background: #3c3c3c;
	width: 300px;
	padding: 35px;
}

#login h1 {
	color: #2b2b2b;
	width: 135px;
	height: 36px;
	margin: 0px auto 20px auto;
	background: url(../img/backimr-trans.png) no-repeat center top;
	text-align: center;
}

#login_panel h2 {
	font-size: 12px;
	color: #ffffff;
	margin: 5px 0 0 0;
	font-weight: normal;
	float: left;
	width: 85px;
}

#login_panel p {
	margin:  0px 0 10px 0;
	padding: 0;
	color: #ffffff;
	font-size: 12px;
}

#login_panel input.text {
	color: #999999;
	background: #2f2f2f;
	border: solid 1px #494949;
	width: 200px;
	height: 14px;
	padding: 5px;
	font-size: 11px;
	margin: 0 0 0px 0;
}

#login_panel .bottom {
	text-align: right;
}

#login_panel input.btn_login {
	color: #ffffff;
	font-weight: bold;
	padding: 3px 8px 3px 22px;
	border: none;
	background: #1d1d1d url(../img/button_arrow.jpg) no-repeat;
	margin: 1px;
	text-align: center;
	font-size: 11px;
	cursor: pointer;
	text-transform: uppercase;
	float: right;
}

#login_error {
	font-size: 12px;
	background: #c70303;
	height: 20px;
	line-height: 18px;
	color: #ffffff;
	width: 100%;
	top: 0px;
	left: 0px;
	text-align: center;
	border: dashed 1px #000000;
	border-left: none;
	border-right: none;
}

#login_instruction {
	font-size: 14px;
	font-weight: bold;
	background: #f8d426;
	height: 20px;
	line-height: 18px;
	color: #000000;
	width: 100%;
	/*position: absolute;*/
	top: 0px;
	left: 0px;
	text-align: center;
	border: dashed 1px #000000;
	border-left: none;
	border-right: none;
}

/* HEADER */
#header
{
	background: #1a1a1a url(../img/header_bg.gif) repeat-x top left;
	font-size: 11px;
	height: 67px; 
	border-bottom: solid 1px #1a1a1a;
}

#header_logo
{
	background: url(../img/header_logo.gif) no-repeat center left;
	padding: 22px 0 22px 200px;
	margin: 0 0 0 12px;
	height: 23px;
	color: #ffffff;
}

#header_logo .small
{
	font-size: 11px;
}

#header_logo h1
{
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 0 0;
}
	
#header_logo a
{
	color: #fad425;
	text-decoration: none;
}

a.liste-item {
	color: #2b2b2b;
}

.item_single {
	border: solid 1px #ff0000;
}

.status_offline a.liste-item {
	color: #AAAAAA;
	/*text-decoration: line-through;*/
}

.status_online a.liste-item {
	color: #2b2b2b;
}

/* BTN LOG OUT */
#btn_log_out {
	margin-top: 0px;
	float: right;
	padding-left: 4px;
	margin-right: 15px;
	color: #666666;
}

#btn_log_out a {
	font-size: 11px;
	font-weight: bold;
	padding-top: 0px;
	color: #fad425;
	text-decoration: none;
}

/* MENU TABS */
a.tab, a.tab span {
	padding: 0 4px 0 4px;
	color: #5292e1;
	text-decoration: none;
}
 
a.tab_sel {
	background: #95c4ff url("../img/tab_left.gif") left top no-repeat;
	padding: 0 0 0 10px;
	color: #ffffff;
	text-decoration: none;
	margin: 0 0 0 3px;
}
 
a.tab_sel span {
 	background: #95c4ff url("../img/tab_right.gif") right top no-repeat;
 	padding: 0 10px 0 0;
}

a.tab_invisible,  a.tab_invisible span{
	display: none;
}

a.tab:hover {
	color: #95c4ff;
}

/* STATUS */ 
.status_offline {
	background: url("../img/status_offline.gif") left top repeat-y;
}

.status_online {
	background: url("../img/status_online.gif") left top repeat-y;
}

.status_draft {
	background:  url("../img/status_draft.gif") left top repeat-y;
}

.status_delete {
	background:  url("../img/status_delete.gif") left top repeat-y;
}

.status_complete{
	background:  url("../img/status_delete.gif") left top repeat-y;
}

.status_extended {
	background: url("../img/status_online.gif") left top repeat-y;
}

.status_deleted {
	background:  url("../img/status_deleted.gif") left top repeat-y;
}


.btn_status_online {
	background: url("../img/status_online.gif");
	width: 5px;
	height: 5px;
	border: solid 1px #666666;
	margin: 1px;
	margin: 4px 0 0 0;
	cursor: pointer;
	float: left;
}

.btn_status_offline {
	background: url("../img/status_offline.gif");
	width: 5px;
	height: 5px;
	border: solid 1px #666666;
	margin: 1px;
	margin: 4px 2px 0 2px;
	cursor: pointer;
	float: left;
}

/* BTN SAVE */
.btn_action {
	background: #f1f1f1;
	text-align: right;
	padding: 5px 15px 5px 5px;
}

input.btn_save {
	color: #fad425;
	font-weight: bold;
	padding: 2px 8px 2px 8px;
	border: none;
	background: #262626;
	/*background: #262626 url(../img/btn_search.gif) no-repeat;*/
	margin: 1px;
	text-align: center;
	font-size: 11px;
	cursor: pointer;
}

/* MENU SECTIONS */
#zone_navigation 
{ 
	padding: 0 0 0 12px;
	margin: 0px;
	/*float: left;*/
	position: absolute;
	left: 0px;
	width: 132px;
	background: #2b2b2b url(../img/zone_navigation_bg.gif) repeat-x top left;
	border-right: solid 1px #373737;
}

.title_group_section
{
	cursor: default;
	/*background: #F7F7F7;*/
	margin: 20px 0 5px 0;
	padding: 0px;
	font-weight: bold;
	border-bottom: solid 0px #e3e7ec;
}

.menu_section {
	font-size: 11px;
	margin: 0 0 5px 0;
	padding: 0 2px 0 7px;
}

.menu_section_sel {
	font-size: 11px;
	margin: 0 0 5px 0;
	padding: 0 2px 0 7px;
	/*background: url("../img/arrow_blue.gif") left top no-repeat;*/
}

.menu_section a {
	color: #a7a9ac;
	text-decoration: none; 
}

.menu_section a:hover {
	color: #fad425;
} 

.menu_section_sel a {
	color: #fad425;
	text-decoration: none; 
	font-weight: bold; 
}

/* SEARCH MODULE*/
#search {
	/*display: none;*/
	text-align: right;
	background: #ffffff;
	padding: 0px 1px 2px 0;
	margin: 0 0px 0px 0;
}
			
#search input.search {
	border: solid 1px #e2e3e4;
	margin: 0px;
	padding: 2px 0 2px 0;
	color: #565a5b;
	height: 14px;
}
				
#search input.search_sel {
	border: solid 1px #fad425;
	margin: 0px;
	padding: 2px 0 2px 0;
	color: #565a5b;
	height: 14px;

}
				
#search input.btn_search {
	color: #fad425;
	font-weight: bold;
	width: 65px;
	padding: 2px;
	border: none;
	background: url(../img/btn_search.gif);
	margin: 5px 18px 0px 5px;
	text-align: center;
	font-size: 11px;
}
				
#search input.btn_search_sel {
	color: #fad425;
	font-weight: bold;
	width: 65px;
	padding: 2px;
	border: none;
	background: url(../img/btn_search.gif);
	margin: 5px 18px 0px 5px;
	text-align: center;
	font-size: 11px;
}
	
.recherche-surligne {
	background: #FF0000;
}

#total_info {
	margin: 5px 16px 0 0;
}

#total_info span.online {
	color: #666666;
	font-size: 10px;
}

#total_info span.offline {
	color: #979fa3;
	font-size: 10px;
}

.highlight {
	background: #FFFA7E;
}

/* ITEMS */
.top_list_create_new {
	float: left;
	padding: 10px 5px 5px 12px;
}

.top_list_create_new a {
	color: #2b2b2b;
	font-weight: normal;
	padding: 4px 4px 4px 22px;
	background: url(../img/btn_create_new.gif) no-repeat center left;

}

.group_item {
	position: relative;
	padding: 0px 0px 4px 10px;
	margin: 0px;
}

.item_title {
	margin-bottom: 0px;
	margin-top: 1px;
	font-weight: bold;
}

.item_option {
	height: 15px;
	width: 40px;
	position: absolute;
	left: 794px;
	top: 2px;
}

.sub_item {
	padding: 0px 0px 0px 10px;
	background:  url(../img/related.gif) no-repeat;
	background-position: -7px 0px
}
.sub_item div table, .sub_item div table tr {
	background: #eeeeee;
}

.group_sub_item {
	position: relative;
	padding: 0px 0px 4px 10px;
}

a.sub_account_display {
	color: #ffd527;
	font-weight: bold;
	padding: 1px;
}

#listing, #listing li
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}


ul.listing, ul.listing li
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

/* FIELDS */
select, select.small {
	border: solid 1px #CCCCCC;
	color: #444444;
	font-family:  Arial, Verdana, sans-serif;
	font-size: 11px;
}

select.big {
	border: solid 1px #CCCCCC;
	color: #444444;
	font-family:  Arial, Verdana, sans-serif;
	font-size: 18px;
}

select.hidden {
	border: solid 1px #CCCCCC;
	color: #444444;
	font-family:  Arial, Verdana, sans-serif;
	font-size: 18px;
	display: none;
}

input.file {
	border: solid 1px #CCCCCC;
	background: #FFFFFF;
	width: 300px;
	padding-left: 2px;
	color: #444444;

}

input.small {
	border: solid 1px #CCCCCC;
	background: #FFFFFF;
	width: 576px;
	padding-left: 2px;
	font-size: 11px;
	color: #444444;
}

input.date {
	border: solid 1px #CCCCCC;
	background: #FFFFFF;
	width: 150px;
	padding-left: 2px;
	font-size: 11px;
	color: #444444;
}

input.big {
	border: solid 1px #CCCCCC;
	background: #FFFFFF;
	width: 576px;
	padding-left: 2px;
	font-size: 18px;
	color: #444444;
}

input.big_short {
	border: solid 1px #CCCCCC;
	background: #FFFFFF;
	width: 300px;
	padding-left: 2px;
	font-size: 18px;
	color: #444444;
}

input.big_short_more {
	border: solid 1px #CCCCCC;
	background: #FFFFFF;
	width: 200px;
	padding-left: 2px;
	font-size: 18px;
	color: #444444;
}

input.big_area_code {
	border: solid 1px #CCCCCC;
	background: #FFFFFF;
	width: 50px;
	padding-left: 2px;
	font-size: 18px;
	color: #444444;
}


textarea {
	border: solid 1px #CCCCCC;
	background: #FFFFFF;
	padding:  0 0 0 2px;
	width: 492px;
	height: 200px;
	color: #444444;
}

input.sql {
	border: solid 1px #000000;
	background: #cccccc;
	width: 576px;
	height: 200px;
	padding-left: 2px;
	font-size: 18px;
	color: #444444;
	margin: 10px;
}

textarea.big {
	border: solid 1px #CCCCCC;
	background: #FFFFFF;
	padding:  0 0 0 2px;
	width: 492px;
	height: 600px;
	color: #444444;
}

textarea.big_short {
	border: solid 1px #CCCCCC;
	background: #FFFFFF;
	padding:  0 0 0 2px;
	width: 492px;
	height: 200px;
	color: #444444;
}

/* ZONE EDIT VIEW NEW */
#zone_action_and_tabs 
{ 
	margin: 0 20px 0 165px;
}

#menu_action 
{
	padding: 23px 0 0 3px; 
}

#zone_action {
	border: solid 1px #e2e3e4;
	width: 827px;
	float: left;
}

.zone_form {
	padding: 10px 0 0 10px;
	border-bottom: solid 5px #818181;
	border-top: solid 5px #818181;
}

.field {
	margin: 0 0 16px 7px;
}

.title {
	margin: 3px 0 5px 0;
	font-weight: bold;
	/*background: url("../img/arrow.gif") left center no-repeat;*/
	padding-left: 7px;
	font-size: 12px;
}

.content {
	padding:  5px 5px 5px 8px;
	margin:  0 0 19px 0;
	background: #ededed;
	font-family: arial;
	line-height: 16px;
	text-align: left;
}

.visualisation_ajax
{
	width: 792px;
	padding: 7px 0 0 0px;
	margin: 0 0 0 4px;
	border: solid 1px #e2e3e4;
} 

.visualisation {
	width: 800px;
	padding: 10px;
	padding-bottom: 10px;
}

/* PAGINATION */
.pagination {
	background: #ffffff;
	text-align: center;
	padding: 4px 0 0 0;
	margin: 0 0 2px 0;
	cursor: default;
}

a.page_sel {
	color: #2b2b2a;
	text-decoration: none;
	cursor: pointer;
}

a.page{
	text-decoration: none;
	color: #666666;
	cursor: pointer;
}

a.page:hover {
	color: #2b2b2a;
	cursor: pointer;
}

/* TABLE */
table tr {
	background: #cccccc;
	color: #444444;
}

table td {
	padding: 2px;
}

table.item {
	background: #ffffff;
	width: 100%;
}

table.item tr {
	background: #ffffff;
	color: #444444;
}

table.sub_item {
	background: #eeeeee;
	width: 100%;
}

table.sub_item tr {
	background: #eeeeee;
	width: 100%;
}

table.item td {
	padding: 2px;
}

table.item_header, table.item_header tr {
	/*padding: 0 0 0 10px;*/
	background: #818181;
	width: 100%;
	font-weight: bold;
	border-bottom: solid 1px #818181;
	border-top: solid 1px #818181;
	font-size: 11px;
	color: #ffffff;
}

a.table_header_title {
	color: #ffffff;
}

/* MULTIPLE SELECTION MODULE */
.selection_data {
	border: solid 1px #e3e3e3;
	padding: 2px;
	width: 350px;
	height: 200px;
	overflow: auto;
	background: #ffffff;
	margin: 0px 10px 0 0;
	font-size: 12px;
}

.selection_data div {
	padding: 0 0 1px 0;
}

.selection_result {
	background: #dddddd;
	padding: 2px 2px 2px 2px;
	font-size: 12px;
	width: 221px;
	height: 200px;
	overflow: auto;
	margin: 0px 0 0 0;
	float: left;
}

.selection_item {
	/*border: solid 1px #f8d320;*/	
	background: #f1f1f1;
	padding: 2px;
}

.selection_sub_item {
	/*border: solid 1px #f8d320;*/	
	background: #f1f1f1;
	padding: 2px 2px 2px 6px;
}

a.btn_item {
	text-decoration: none;
	color: #2b2b2b;
	background: #f8d320;
	cursor: pointer;
	padding: 0 2px 0 2px;
}

/* UPLOAD FILES */

#frm_upload {
	background: #f0f0ee;
	padding: 4px;
	border: solid 1px #e3e3e3;
	width: 570px;
}

#frm_upload_rich_editor {
	background: #f0f0ee;
	padding: 2px 2px 2px 2px;
	border: solid 1px #e3e3e3;
	width: 537px;
	height: 22px;
}

img.upload_preview {
	border: solid 1px #cccccc;
	padding: 4px;
	cursor: move;
}

.btn_option {
	margin: 1px 1px 1px 0;
}

.btn_option img {
	margin: 1px 1px 1px 0;
	background: #ffffff;
	cursor: pointer;
	border: none;
}

.btn_label_edit {
	color: #2b2b2b;
	text-decoration: underline;
	padding: 1px;
	font-weight: bold;
	cursor: pointer;
}

.uploaded_file {
	margin: 0 0 16px 7px;
	color: #2b2b2b;
	font-size: 10px;
	text-align: left;
	width: 500px;
}

.uploaded_file a {
	color: #2b2b2b;
	font-size: 10px;
}

#loading_upload {
	padding: 2px 2px 2px 18px; 
	border: solid 1px #2b2b2b;
	background: #ffffff url(../img/loading.gif) no-repeat;
}

/* MULTIPLE ADD */
.multiple_data {
	border: solid 1px #2b2b2b;
	margin: 0 0 16px 7px;
	color: #2b2b2b;
	font-size: 12px;
	text-align: left;
	width: 574px;
	padding: 2px;
}

.multiple_data a, .multiple_data span {
	font-size: 10px;
}

.multiple_data_item {
	padding: 0 0 0 5px;
}

/* ERROR VALIDATION */
.alert {
	background: #e04a4a;
	border: dashed 1px #ffffff;
	padding: 2px 2px 2px 2px;
	margin: 0 5px 0 0;
}

.error_code {
	margin: 2px 3px 2px 3px;
	height: 18px;
	width: 12px;
	height: 12px; 
	float: left; 
	border: solid 1px #ffffff;
}

.error_message {
	color: #ffffff;
	line-height: 18px;
	height: 18px;
}

/* IMR STATUS */
span.active {
	color: #000000;
	font-weight: bold;
	padding: 0 3px 0 3px;
	background: #fad425;
}

span.deactivated {
	color: #444444;
	font-weight: bold;
	padding: 0 3px 0 3px;
	background: #aaaaaa;
}

span.draft {
	color: #ffffff;
	/*font-style: italic;*/
	font-weight: bold;
	padding: 0 3px 0 3px;
	background: #777777;
}

span.complete {
	color: #ffffff;
	font-weight: bold;
	padding: 0 3px 0 3px;
	background: #861500;
}

span.extended {
	color: #861500;
	font-weight: bold;
	padding: 0 3px 0 3px;
	background: #fad425;
}

span.deleted {
	color: #888888;
	font-weight: bold;
	padding: 0 3px 0 3px;
	background: #313131;
}

/* CLASS FOR TINYMCE */
.image_align_left {
	margin:0 10px 0 0;
}

.image_align_right {
	margin:0 0 0 10px;
} 

/* HELP LAYER */
.help_layer {
	display: none; 
	padding: 4px; 
	color: #ffffff; 
	background: #333333; 
	border: solid 1px #fad425; 
	position: absolute;
	font-size: 10px;
	opacity:0.9;/* mozilla */
	filter:alpha(opacity=90);/* IE */

}

.help_layer a {
	color: #fad425; 
	background: #777777;
	text-decoration: none;
	padding: 0 2px 0 2px;
	cursor: pointer;
	font-size: 10px;
}