body{
width: 1000px;
margin-left: auto;
margin-right: auto;
/*background: #F0F0F0 url(../images/stripe.png) repeat;*/
background: #000000 url(../images/canevas/background_cell.jpg) repeat;
font-family: sans-serif;
font-size:11pt;
}

#top{
width: 980px;
height: 35px;
margin-left: auto;
margin-right: auto;
padding: 10px;
/*background: #F0F0F0 url(../images/stripe_footer.png) repeat;*/
font-family: sans-serif;
font-size: 10px;
display:block;
background-image: url(../images/canevas/menu_top_bckg.png);
}

#logo{
    float:left;
    margin-right: 5px;
    margin-top: -5px;
	margin-left: -5px;
}

#menu_top{
float:left;
}

#footer{
width: 980px;
height: 20px;
line-height: 16px;
margin: 10px auto 0 auto;
padding: 10px;
background-image: url(../images/canevas/menu_top_bckg.png);
font-family: sans-serif;
font-size: 10px;
color: #F0F0F0;
}

#div_right_menu{
	position:absolute;
	margin:54px -32px 0 1000px;
	background-image: url(../images/canevas/menu_top_bckg.png);
	padding:5px;
}

#div_last_items{
    background-color: #FFF0A4;
    padding: 5px;
    margin-top: 5px;
    font-size: 12px;
}

#main{
padding: 10px;
margin-top: 10px;
min-height: 250px;
background:white url(../images/canevas/logo_home.png) 50% 50% no-repeat;
}

#main_simple{
margin-top: 10px;
}

#title {
  font: bold 270%/100% "Lucida Grande";
  color: #464646;
  float:left;
  margin-top:3px;
}

div#global {
position: relative;
}
div#header {
color: #fff;
}
div#center {
padding-bottom: 50px;
background-color:white;
display: block;
}
div#content {
float:left;
width:660px;
margin-left:10px;

}


thead th{
font-size: 13px;
font-weight: bold;
background: #344151;
padding: 4px 10px 4px 10px;
font-family: arial;
color: #FFFFFF;
}
tr.ligne0 td {
background-color:#FFFFFF;
border-bottom:1px solid #CCCCCC;
font-family: arial;
font-size:11px;
}
tr.ligne1 td {
background-color:#F0F0F0;
border-bottom:1px solid #CCCCCC;
font-family: arial;
font-size:11px;
}

#div_loading, .div_center {
  position:absolute;
  left: 50%;
  top: 40%;
}

a:link {text-decoration: none; color:#000000;}
a:visited {text-decoration: none; color:#000000;}
a:active {text-decoration: none; color:#000000;}
/*a:hover {text-decoration: underline; color:#000000;}*/
a img {border:  none ;}
a img {border:  none ;}

.input_text {
margin-bottom:10px;
width:95%;
padding: 4px;
}

.label_cpm{
display:block;
}

.form_label{
display:block;
width:180px;
float:left;
}

.form_label_100{
display:block;
width:100px;
float:left;
}

.td_title{
font-weight:bold;
font-family: serif;
min-width: 150px;
}

ul{
list-style-type:none;
}
/*
li{
cursor: pointer;
}*/

.error{
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 10px;
    font-weight: bold;
    background: url(../images/error.png) no-repeat 0 0;
}

.button_menu { outline: 0; margin:0; padding: 1px; text-decoration:none; cursor:pointer; position: relative; text-align: center; }

.dropdown dd, .dropdown dt, .dropdown ul { margin:0px; padding:0px; }
.dropdown dd { position:relative; z-index:1000;}
.dropdown a, .dropdown a:visited { text-decoration:none; outline:none;}
.dropdown dt {background: url(../images/arrow.png) no-repeat scroll right center; display:block; padding-right:20px; cursor:pointer;}
.dropdown dd ul { background:#e4dfcb none repeat scroll 0 0; border:1px solid #d4ca9a; color:#C5C0B0; display:none;
                  left:0px; padding:5px 0px; position:absolute; top:2px; width:auto; min-width:45px; list-style:none;}
.dropdown span.value { display:none;}
.dropdown dd ul li a { padding:5px; display:block;}
.dropdown dd ul li a:hover { background-color:#d0c9af;}

.dropdown img.flag { border:none; vertical-align:middle; margin-left:10px; }

.title {
  font: bold 160%/100% "Lucida Grande";
  color: #464646;
  margin: 3px 0px 10px 0px;
  padding: 10px;
}

.readme{
    font-family: sans-serif;
    font-size: 9px;
    line-height:15px;
    margin-top: 20px;
    height: 150px;
    width:600px;
    float:left;
}

.last_seen_item{
	cursor:pointer;
    font-family: sans-serif;
    font-size: 11px;
	margin-left: 8px;
}

.last_seen_item:hover{
	color:red;
}

.pointer{
	cursor:pointer;
}

.setting_flag{
	margin-left:10px;
}


/*SIMPLEPASSMETER*/

.simplePassMeter {
	border: 1px solid #aaa;
	background-color: #f3f3f3;
	color: #666;
	font-size: 0.8em;
	padding: 1px 5px 0 5px;
	margin: 0;
	width: 19em;
}

.meterFail { border: 1px solid #daa; background-color: #fdd; }
.meterWarn { border: 1px solid #fd6; background-color: #feb; }
.meterGood { border: 1px solid #ada; background-color: #dfd; }
.meterExcel { border: 1px solid #aad; background-color: #ddf; }

.simplePassMeterBar { background-color: #ddd; }
.meterFail .simplePassMeterProgress  { background-color: #f66; }
.meterWarn .simplePassMeterProgress  { background-color: #fd6; }
.meterGood .simplePassMeterProgress  { background-color: #ada; }
.meterExcel .simplePassMeterProgress { background-color: #88f; }

.simplePassMeter p { margin: 0; }
.simplePassMeterIcon { height: 16px; width: 16px; float: left; }
.meterFail .simplePassMeterIcon,
	.meterWarn .simplePassMeterIcon,
	.meterGood .simplePassMeterIcon,
.meterExcel .simplePassMeterIcon {
	background-image: url('../images/simplePassMeterSprite.png');
	background-repeat: no-repeat;
}
.meterExcel .simplePassMeterIcon { background-position: 0 0; }
.meterFail .simplePassMeterIcon { background-position: 0 -17px; }
.meterGood .simplePassMeterIcon { background-position: 0 -34px; }
.meterWarn .simplePassMeterIcon { background-position: 0 -51px; }

.simplePassMeterText { margin-left: 2px; }

#div_ga_url {
    text-align:center;
    margin:0 0 10px 0;
    font-size:9pt;
    display:none;
    padding:5px;
}

input.watermark {
	color: #999;
}

/* Allow Font Awesome Icons in lieu of jQuery UI and only apply when using a FA icon */
.ui-icon[class*=" icon-"] {
    /* Remove the jQuery UI Icon */
    background: none repeat scroll 0 0 transparent;
    /* Remove the jQuery UI Text Indent */
    text-indent: 0;
    /* Bump it up - jQuery UI is -8px */
    margin-top: -0.5em;
}

/* Allow use of icon-large to be properly aligned */
.ui-icon.icon-large {
    margin-top: -0.75em;
}

.ui-button-icon-only .ui-icon[class*=" icon-"] {
    /* Bump it - jQuery UI is -8px */
    margin-left: -7px;
}

.menu_150 {
    width:150px;
}

.menu_200 {
    width:200px;
}

.menu_250 {
    width:250px;
}

.no-icon { display:none !important;}

.ui-menu li {font-size:10pt !important;}


.mi-green {
	color: #388952;
}
.mi-yellow {
	color: #FC9300;
}
.mi-red {
	color: #CC0000;
}
.mi-black {
	color: #222222;
}
.mi-grey-1 {
	color: #9B9B9B;
}

.form_text {
    padding:2px;
    margin-bottom:5px;
}

.ui-button.redButton {
    background-color: red;
}
.ui-button.greenButton {
    background-color: green;
}

div.dataTables_processing { z-index: 1; }

.ui-color {background:#F59829 !important;}

.btn-default {
    width: 40px;
}

.round-grey {
  padding:2px 6px 2px 6px;
  font-size:9pt;
  border: 1px #f3f3f3;
}