@import "cmxform.css";
@import "cmxformTemplate.css";
@import "listXajax.css";
@import "toolbox.css";
@import "stdform.css";
@import "purrNotice.css";
@import "error.css";
@import "menu.css";

body {
  margin: 0px;
  padding: 0px;
  height: 100%;
  background-color:white;
  background-image:url(/images/logo_hote_stree.jpg);
  background-position:center top;
  background-repeat:no-repeat
}

/* jquery ui tabs */
.ui-tabs .ui-tabs-nav li a {font-size:9pt;} 
/* jquery ui datepicker */
.ui-datepicker { width: 17em; font-size: 0.7em; padding: .2em .2em 0; display: none; } 

h1 {
  font-family: Geneva, Arial, Helvetica, sans-serif;
  color : #4f81bd;  
  font-size: 40px;
}

h2 {
  font-family: Geneva, Arial, Helvetica, sans-serif;
  color : #4f81bd; 
  font-size: 20px;
}

h3.title {
  font-family: Geneva, Arial, Helvetica, sans-serif;
  color:white;
  background-color : #4f81bd;
  font-size: 20px;
  margin-top: 0px;
  margin-bottom: 0px;
}


menu h3 {
  font-family: Geneva, Arial, Helvetica, sans-serif;
  color:white;
  background-color : #4f81bd;
  font-size: 20px;
}

table.fiche {
  background-color: white;
  border: 1px solid #4f81bd;
  width: 100%;
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-size:12px;
  color:#4f81bd;
}


img {
  border:0px;
}

img.links {
  cursor:hand;
}

div.liste {
  background-color : red;
}

input.readonly {
  background-color:#e5e5e5;
}

table.header {
  width:100%;
  height:120px;
  background-color:#2b5289; /*#abd8f2;*/
  padding:0;
  border:0px;
  text-align='center';
}

table.globalTable {
  background-color:#a8c9e6;
  background-image: url(/images/basHeader.png); 
  background-repeat:repeat-x;
  padding: 0px;
  margin:0px;
  width:100%;
}

table.globalContentTable {
  padding: 0px;
  margin:0px;
  width:90%;
}

td.globalContentMenuTd {
  width:130px;
  vertical-align:top;
}

table.content {
  width:100%;
  height:200px;
  border:0px; 
  vertical-align:top;
  background-color:white;
  text-align:center;
}

td.contentTopLeft {
  width:23px;
  height:14px;
  background: url(/images/contentTopLeft.png) no-repeat top left;
}

td.contentTopRight {
  width:23px;
  height:14px;
  background: url(/images/contentTopRight.png) no-repeat top right;
}


td.contentBottomLeft {
  width:13px;
  height:12px;
  background: url(/images/contentBottomLeft.png) no-repeat top left;
}

td.contentBottomRight {
  width:13px;
  height:12px;
  background: url(/images/contentBottomRight.png) no-repeat top right;
}

table.content td {
  vertical-align:top;
}

