/* Global definition */
body{
  color: #343434;
  font-size: 77%;
  font-family: Tahoma, Lucida Grande, sans-serif;
}
img,
#header a#logo{
  behavior: url("/stylesheets/iepngfix.htc");
}
a{
  color: #2E508F;
}
h1, h2, h3, h4, h5, h6, legend{
  color: #343434;
  font-family: "Trebuchet MS", sans-serif;
}
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span{
  color: brown;
}
h1{
  font-size: 182%;
}
h1.empty{
  margin-top: 60px;
  text-align: center;
  color: #ddd;
}
h2{
  font-size: 160%;
  color: #2e508f;
  margin-top: 15px;
}
h2.orange,
h2.orange a{
  color: #f4931e;
}
h3{
  font-size: 140%;
}
h4{
  font-size: 120%;
}
h5{
  font-size: 110%;
  margin-top: 5px;
}
h6{
  font-size: 105%;
}
/* Header */
#header{
  height: 68px;
  padding: 0 10% 0 10%;
  background: url("/images/header/bg.gif") repeat-x;
}
#header a#logo{
  display: block;
  float: left;
  width: 260px;
  height: 57px;
  background: url("/images/header/logo-benchmarkr.png") no-repeat;
}
#header h1{
  display: none;
}
#header #links{
  float: right;
  margin-top: 15px;
}
#header #links a{
  color: #eceff0;
  padding: 0 10px 3px 4px;
  background: url("/images/header/link-separator.gif") no-repeat right;
}
#header #links a:last-child{
  background: none;
}
#breadcrumb,
#toolbar{
  clear: both;
  color: #343434;
  font-size: 90%;
  text-align: left;
}
#breadcrumb{
  height: 35px;
  background: url("/images/header/breadcrumb-bg.gif") repeat-x;
}
#toolbar{
  height: 34px;
  background: url("/images/header/tool-bar-bg.gif") repeat-x;
}
#breadcrumb p,
#toolbar p{
  padding: 10px 0 0 30px;
}
#breadcrumb p a,
#toolbar p a{
	font-weight: normal;
}
#toolbar p a{
	margin-left: 15px;
}
/* Footer */
#footer{
  clear: both;
  height: 48px;
  color: #fff;
  margin-top: 40px;
  padding-top: 20px;
  padding-left: 30px;
  background-color: #2E508F;
  text-align: center;
  background: url("/images/footer/bg.gif") repeat-x top;
}
#footer a{
  color: #fff;
}
#line{
  height: 7px;
  background:url("/images/header/tabs-bg.gif") repeat-x top;
}

/* Content */
#container{
  width: 100%;
  float: left;
  margin-right: -240px;
  /*background: url("/images/content/bg.png") repeat-x top;*/
  /*Safari et Firefox n'arrivent pas à faire le rendu du dégradé correctement*/
}
#content{
  margin-right: 240px;
  padding-left: 30px;
  text-align: left;
}
#content .bench-item{
  clear: both;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 40px;
}
#content .bench-item .actions{
  float: right;
}
#content .bench-item .actions a{
  display: table-cell;
  width: 24px;
  height: 20px;
  padding: 3px 0 0 5px;
  margin-right: 1px;
  background: url("/images/ico/bg.gif") no-repeat;
}
#content .bench-item .bench-img{
  width: 80px;
  min-height: 100px;
  height: auto !important; /*IE6 Hack*/
  height: 100px;
  float: left;
  margin: 0 25px 0 25px;
}
#content .bench-item img.thing{
  border: 1px solid #ccc;
  padding: 1px;
}
.description p{
  width: 600px;
}
#content .sector{
    width: 350px;
    padding: 3px;
    margin-right: 15px;
    margin-bottom: 7px;
    margin-top: 7px;
    background-color: #FAFAFA;
}
#content .sector h2{
  margin-top: 0px;
}
#content .grid-item{
  list-style-type: square;
  margin-left: 17px;
  padding-left: 0px;
  padding-right: 7px;
  margin-top: 5px;
}
#content .grid-item p{
  font-size: 90%;
  color: #878787;
}
/* Pagination style */
.pagination{
  font-weight: bold;
}
.pagination>*{
  border: 1px solid #999;
  padding: 3px;
}
.pagination a{
  text-decoration: none;
  font-weight: normal;
}
.pagination a:hover{
  background-color: #DDD;
}
/* Sidebar */
#sidebar{
  float: right;
  padding: 5px;
  width: 220px;
  min-height: 300px;
  height: auto !important; /*IE6 Hack*/
  height: 300px;
  border-left: 1px solid #EFEFEF;
}
#sidebar form{
  width: 150px;
}
#sidebar input[type=text],
#sidebar input[type=file],
#sidebar textarea,
#sidebar select{
  width: 180px;
  color: #2E508F;
  margin-bottom: 2px;
  background-color: #FFFCF0;
}
iframe#upload_frame{
  width: 180px;
}
#sidebar .block{
  padding: 5px;
  margin: 0;
  margin-bottom: 7px;
  border: 1px solid #d1d4d6;
  background-color: #f5f3e6;
}
a.button{
  display: block;
  width: 184px;
  height: 40px;
  color: #E57600;
  font-size: 130%;
  font-weight: bold;
  font-family: "MS Trebuchet", sans-serif;
  text-decoration: none;
  text-align: center;
  padding-top: 11px;
  background: url("/images/button/button-bg.gif") no-repeat;
}
a.button-center{
  display: block;
  width: 184px;
  height: 40px;
  color: #E57600;
  font-size: 130%;
  font-weight: bold;
  font-family: "MS Trebuchet", sans-serif;
  text-decoration: none;
  text-align: center;
  padding-top: 11px;
  margin-left: auto;
  margin-right: auto;
  background: url("/images/button/button-bg.gif") no-repeat;
}

.chart-options{
  padding: 5px;
  margin: 0;
  margin-bottom: 7px;
  border: 1px solid #d1d4d6;
  background-color: #f5f3e6;
}
#embed{
  padding: 5px;
  margin: 0;
  border: 1px solid #d1d4d6;
  background-color: #f5f3e6;
}
#embed input[type=text]{
  width: 95%;
}
/* Form style */
form{
  margin: 5px;
  width: 700px;
}
fieldset{
  display: block;
  border: 1px solid #ccc;
  padding: 5px 5px 5px 4px;
  margin: 5px 0 20px 20px;
  width: 310px;
  /*background: url("/images/content/fieldset-bg.gif") no-repeat 18px left;*/
}
legend{
  /*border: 1px solid yellow;*/
  font-size: 160%;
  color: #E57600;
  font-family: "Trebuchet MS", sans-serif;
}
label{
  color: #2E508F;
  font-weight: bold;
  font-family: Tahoma, sans-serif;
}
fieldset p,
fieldset ul,
fieldset input,
fieldset textarea,
fieldset div,
fieldset select{
  margin-left: 10px;
}
fieldset p{
  padding-top: 7px;
}
input, textarea{
  padding: 2px;
}
input[type=text], textarea, select{
  width: 235px;
  color: #2E508F;
  margin-bottom: 2px;
  background-color: #FFFCF0;
}
.cell{
	float: left;
	clear: both;
	width: 180px;
	display: block;
	padding: 2px;
	border: 1px solid #999;
	background-color: #FFFCF0
}
li.grids a img{
	margin-top: 4px;
	margin-left: 4px;
}
.bouton-right{
	clear: both;
	width: 570px;
	text-align: right;
}
ul#criterions li{
	margin-bottom: 10px;
}
.criterion_types{
	width: 260px;
	clear: both;
	display: block;
	border: 1px solid #999;
}
.criterion_types td{
	height: 30px;
	border: 1px solid #999;
	vertical-align: top;
}
/* Chart */
#chart{
  height: 500px;
  margin: 0;
}
/* User info */
.user-info{
  padding-left: 20px;
}
h1.user-info img{
  margin-right: 7px;
}
.user-info ul li{
  padding-left: 20px;
  background: url("/images/ico/bullet_white.png") no-repeat top left;
}
/* Flash messages */
.message {
  background: #f8fafc url("/images/flash/information.png") center no-repeat;
  background-position: 15px 50%;
  text-align: left;
  padding: 5px 20px 5px 45px;
  border-top: 2px solid #b5d4fe;
  border-bottom: 2px solid #b5d4fe;
  margin: 7px 0 7px 0;
}
.notice {
  background: #d6eed2 url("/images/flash/accept.png") center no-repeat;
  background-position: 15px 50%;
  text-align: left;
  padding: 5px 20px 5px 45px;
  border-top: 2px solid #b4daa6;
  border-bottom: 2px solid #b4daa6;
  margin: 7px 0 7px 0;
}
.warning {
  background: #fff6bf url("/images/flash/exclamation.png") center no-repeat;
  background-position: 15px 50%; /* x-pos y-pos */
  text-align: left;
  padding: 5px 20px 5px 45px;
  border-top: 2px solid #ffd324;
  border-bottom: 2px solid #ffd324;
  margin: 7px 0 7px 0;
}
.warning-mini {
  background: #fff6bf;
  text-align: left;
  padding: 0;
  border: none;
}

/* Tools classes */
/* Floats */
.floatleft{float:left;}
.floatright{float:right;}
.floatnone{float:none;}
.clear{clear:both;}
.right{text-align: right;}
.left{text-align: left;}
.center{text-align: center;}
.inline{display: inline;}
.fullinline, .fullinline *{display: inline;}
.handle:hover{cursor: move;}
.hidden{display: none;}
#spinner{margin: 7px 7px 0 0;}
.outline{
  margin: 2px;
  padding: 1px;
  border: 1px solid #999;
}
.avatar{
  position: relative;
  top: 6px;
  border: 1px solid #999;
  padding: 1px;
}
.with-left-margin{
  margin-left: 15px;
}
.with-left-margin-30{
  margin-left: 30px;
}

.dotted-blue{
  margin: 15px 0 0 7px;
  background: url("/images/content/dotted-blue.gif") repeat-x;
}
.dotted-blue-bottom{
  margin: 15px 0 0 0;
  background: url("/images/content/dotted-blue.gif") repeat-x bottom;
}

.dotted-grey{
  margin: 7px 0 0 7px;
  background: url("/images/content/dotted-grey.gif") repeat-x;
}
/*Colors*/
.light{color: #878787;}
.blue{color: #2E508F;}
input[type=text].default-value,
textarea.default-value{
	color: #ccc;
}
input.w120,
textarea.w120{
	width: 180px;
}
/*Text sizes*/
.small{font-size: 90%;}
strong{font-weight: bold;}
em{font-style: italic;}

/* Button link */
.button-long{
  display: block;
  margin: 7px 0 0 7px;
  height: 18px;
  width: 114px;
  padding: 3px 0 0 0;
  font-size: 90%;
  color: #1F1F1F;
  text-decoration: none;
  text-align: center;
  background: url("/images/button/button-long.gif") no-repeat top;
}
.button-long:hover{
  color: #000;
}
/* Debug zone */
#debug{
  font-family: Monaco, sans-serif;
  font-size: 10px;
  text-align: center;
  border-top: 1px solid #999;
}
#debug table{
  margin: auto;
}
#debug table tr{
  border-bottom: 1px solid #999;
}
#debug table tr td{
  padding: 3px;
}