/* (c) 2006 - Laurent Houdard <laurent@houdard.net> 
   $Id: geo-entreprises.css,v 1.1 2006-02-17 14:56:47 lh Exp $ */

/* Redéfinitions de base */

.geoent * { box-sizing: content-box; -moz-box-sizing: content-box; }
.geoent * { margin: 0; padding: 0; outline: 0; }
.geoent html { height: 100%; }
.geoent body { margin-left: auto; margin-right: auto; height: 100%; }
.geoent table, .geoent td, .geoent th { border: 0;}
.geoent img { border: 0; display: inline; }
.geoent p { margin-top: 0; margin-bottom: 0.5em; font-family: Verdana, sans-serif; font-size: 12px;}
.geoent ul { margin-bottom: 0.5em; padding-left: 1.5em; }
.geoent li { list-style: square; }
.geoent h1, .geoent h2,.geoent h3,.geoent h4 { margin-bottom: 0.2em; font-size: 100%; font-weight: bold; font-family: Verdana, sans-serif;}
.geoent h1, h2 { font-size: 100%; margin-top: 1em; }
.geoent a { text-decoration: none; color: #3F4C6B;}
.geoent a:hover { text-decoration: underline;color: #AA2222; }
.geoent input, .geoent textarea { border-collapse: collapse; vertical-align: middle }
.geoent object { border: 0; border-collapse: collapse; }
.geoent input, .geoent button { vertical-align: middle; }
.geoent .clear { clear: both; }
.geoent .right { text-align: right; }
.geoent option { padding-right: 16px; } /* Firefox */
.geoent blockquote { font-style: italic; }

/* Polices */

.geoent body, .geoent td, .geoent th, .geoent input, .geoent select, .geoent option, .geoent button, .geoent textarea {
  font-size: 13px;
  line-height: 18px;
  font-family: Verdana, sans-serif;
    text-align: left;
}

.geoent .small, .partner, .pages { 
  font-size: 12px;
  line-height: 15px;
  font-family: Arial, Helvetica, sans-serif;
  color: #555555;
}

.geoent div.eactivity td, .geoent div.especiality td { 
  font-size: 12px;
  line-height: 15px;
  font-family: Arial, Helvetica, sans-serif;
}

.geoent div.eactivity input, .geoent div.especiality input { 
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 13px;
  height: 13px;
  margin-top: 2px;
}

.geoent label, .geoent span.label, .geoent fieldset.checkboxes legend, .geoent td.label {
  font-weight: normal;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 18px;
}

.geoent label.checkbox { 
  text-transform: none;
  font-size: 13px;
  line-height: 18px;
}

.geoent body {
  background-color: #ffffff;
  color: #333333;
  margin: 10px;
}

/* Disposition */

/*#header {
  height: 11px;
  text-align: left;
  border-bottom: 1px solid;
}

container #header a { 
  float: right;
  display: block;
  width: 62px;
  height: 60px;
  background-image: url("../../img/logo/logo_small_afigeo.png");
  background-repeat: no-repeat;
}

#header a span {
  display: none;
}

#header h1 {
  margin: 0;
  text-align: center;
  font-size: 15px;
  line-height: 20px;
  margin-left: 180px;
  position: relative;
  top: 37px;
  width: 500px;
}

#header, fieldset { 
  border-color: #2987e8;
}

#header h1, a, legend { 
  color: #000000;
  background-color: inherit;
}*/

/* Tables */

.geoent tr.invert { 
  color: inherit;
  background-color: #dddddd;
}

.geoent table.hborder { 
  margin-bottom: 1em;
}

.geoent table.hborder th {
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  padding: 3px;
  vertical-align: top;
}

.geoent table.hborder td {
  padding: 3px;
  vertical-align: top;
}

.geoent table.hborder td td { 
  border: 0;
  padding: 0;
}

.geoent table.frame { 
 margin-bottom: 1em;
}

.geoent table.frame td { 
  padding: 2px;
}

.geoent td.noborder, .geoent table.hborder td.noborder, .geoent table.hborder tr.noborder td { 
  border: 0;
}

/* Boutons */

.geoent .button {
  color: #555555;
  background-color: #FAD59E;
  border-collapse: collapse;
  border: 1px solid #bbbbbb;
  font: 12px Tahoma, Verdana, sans-serif;
  font-weight: bold;
  cursor: pointer;
  margin: 0 2px;
  vertical-align: middle;
  padding: 0 2px;
  width: auto;
  overflow: visible;
  position: relative;
}

.geoent input.button, .geoent button.button { 
}

.geoent a.button {
  padding: 2px 4px;
}

.geoent .button * {
  vertical-align: middle;
}

.geoent p.cbutton { 
  margin-top: 0.5em;
  margin-bottom: 0;
  padding: 3px 0;
  vertical-align: middle;
}

.geoent .pages .button { 
  padding: 0;
  border: 0;
  background-color: #ffffff;
  margin: 0;
}

.geoent .pages .button img { 
  vertical-align: text-top;
}

/* Formulaires */

.geoent fieldset {
  margin: 0.5em 0;
  padding: 0.5em 0;
  border: 0;
  border-top: 1px solid;
}

.geoent fieldset.checkboxes { 
  padding: 4px;
  margin: 4px;
  border: 1px solid #dddddd;
}

.geoent table.checkboxes td {
  vertical-align: top;
  padding-top: 0.1em;
}

.geoent table.checkboxes td input {
  margin-right: 0.1em;
  vertical-align: middle;
}

.geoent fieldset .help { 
  margin: 0 0 1em 0;
}

.geoent legend { 
  font-weight: bold;
  padding: 2px;
  margin: 0;
}

.geoent .textinput { 
  background-color: #ffffff;
  color: #333333;
  border-collapse: collapse;
  border: 1px solid #dddddd;
  margin: 1px 0;
  padding-left: 3px;
  line-height: 16px;
}

/* Formulaires -- recherche */

.geoent .search {
  margin-top: 1em;
  margin-bottom: 1em;
  background-color: #F0EBE2;
  border: 1px solid #FF7400;
  width: 580px;
}

.geoent .search fieldset.checkboxes { 
  padding: 0;
  border: 0;
  margin: 0;
}

.geoent .search fieldset.checkboxes legend, .geoent .search label, .geoent .adminsearch label { 
  font-weight: bold;
  margin: 0;
  padding: 0;
}

.geoent .search fieldset.checkboxes label {  
  font-weight: normal;
}

.geoent .search td { 
  padding: 4px;
  vertical-align: top;
}

.geoent .search td td { 
  padding: 0px;
}

.geoent td.especiality { 
  width: 43%;
}

.geoent #search_name { 
  width: 320px;
}

/* Fiches */

.geoent .user table { 
  margin-bottom: 0.5em;
}

.geoent .user td { 
  vertical-align: top;
  padding-bottom: 0.2em;
}

.geoent .user td.label {
  text-align: right;
  padding-right: 5px;
}

/* Mouseover */

.geoent a.button:hover, .geoent .mouseovered {
  color: #000000;
  background-color: #F5AB3D;
  text-decoration: none;
}

.geoent tr.mouseovered {
  color: #222222;
  background-color: #FFF0CC;
}

.geoent .focused { 
  color: #000000;
  background-color: #ffffff;
  border-color: #777777;
}

.geoent .pages a.button:hover { 
  background-color: transparent;
}

.geoent .partner{ 
  background-color: transparent;
  vertical-align: middle;
  text-align: right;
}

.tooltip {
  background-color:#ffffff;
  border:2px #1034b2 solid;
  padding: 2px;
  font-family: Verdana, sans-serif;
  font-size: 10px;
  color: #1034b2;
  text-align: center;
  line-height:12px;
}
