/*
 ========================================================================= 
 ---------- Feuille de style des web services du portail OV SSO ---------- 
 ========================================================================= 
*/
body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  background-color: #495A72;
}

hr {
  width: 95%;
  border: 0;
  color: #ddd;
  background-color: #ddd;
  height: 1px;
}

img {
  border: none;
}

/* --- Conteneur du titre du portail --------------------------------------- */
#title {
  width: 840px;
  position: relative;
  text-align: center;
  border: 1px solid #c1c5ff;
  margin: 0 auto 1px auto;
  color: #495A72;
  background: #fff url("/webservices/share/img/bglegend.png") bottom left repeat-x
    ;
}

#title table {
  width: 100%;
}

/* --- Conteneur de titre des sous menu ------------------------------------ */
#titleSubMenu {
  color: #fc0;
  font-size: 0.8em;
  text-align: right;
  margin: 0px 10px 0px 10px;
  padding: 0px 4px 4px 4px;
  border-top: 1px dotted #ddd;
}

#titleSubMenu a {
  color: #777;
  font-size: 0.8em;
  text-decoration: none;
}

#titleSubMenu a:hover {
  text-decoration: underline;
  color: orange;
}

/* --- Conteneur de pied de page ------------------------------------------- */
#footer {
  color: #777;
  font-size: 0.7em;
  text-align: right;
  margin: 0 10px;
  padding: 0px 4px 4px 4px;
  border-top: 1px dotted #eee;
}

#footer a {
  color: #777;
  text-decoration: none;
}

#footer a.link {
  color: #77f;
  text-decoration: underline;
}

#footer a:hover {
  text-decoration: underline;
  color: orange;
}

#footer table {
  width: 100%;
  margin: 5px auto 0 auto;
  text-align: left;
}

#footer table.noborder {
  border-collapse: collapse; 
  border-style: hidden;
}

#footer td.right {
  text-align: right;
}

/* --- Conteneur global des pages ------------------------------------------ */
#wrap {
  margin: 10px;
}

/* --- Conteneur du contenu des pages -------------------------------------- */
#contentPage {
  width: 840px;
  margin: 0 auto;
  padding-bottom: 10px;
  border: 1px solid #DAE0D2;
  background: #ffffff url("/webservices/share/img/bglegend.png") bottom left
    repeat-x;
}

/* --- Conteneur global des pages de description des web services ---------- */
#vows {
  font-size: 0.8em;
  background-color: #fff;
  margin: 0px 2px 2px 2px;
  padding: 2px;
  text-align: justify;
}

#vows h2,#vows h3 {
  color: #495A72;
  text-align: center;
  margin-bottom: 10px;
}

#vows h3.method {
  color: purple;
  font-size: 1.4em;
}

#vows h4 {
  padding-left: 5px;
  border-left: 1px solid #ccf;
  border-bottom: 1px solid #ccf;
  text-align: left;
}

#vows h5 {
  text-decoration: underline;
}

#vows a {
  color: #00c;
  text-decoration: underline;
  cursor: pointer;
}

#vows a:hover {
  color: #c00;
  text-decoration: underline;
}

#vows dt {
  margin: 5px 0px 0px 15px;
  font-weight: bold;
}

#vows dd {
  margin-bottom: 2px;
  padding-left: 0.5em;
}

#vows ul {
  list-style: none;
}

#vows ul.list {
  list-style: square;
}

#vows table {
  text-align: center;
  border-collapse: collapse;
  caption-side: top;
  margin: 10px 10px 10px 15px;
}

#vows table.logo {
  margin: 10px auto;
}

#vows caption {
  color: #f74;
  font-size: 1.0em;
  margin-top: 5px;
}

#vows th,#vows td {
  padding: 3px 5px 3px 5px;
  border: 1px solid #ccd;
}

#vows td.logo {
  padding: 10px;
  border: none;
}

#vows tr.pair {
  color: #000000;
  background-color: #eeeedd;
  white-space: normal;
}

#vows tr.impair {
  color: #000000;
  background-color: #ffffff;
  white-space: normal;
}

#vows img {
  border: none;
  vertical-align: middle;
}

#vows img.logo {
  display: block;
  margin: 5px auto 5px auto;
}

#vows fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

#vows fieldset.map {
  border: thin solid #ccc;
  padding: 4px;
  -moz-border-radius: 7px; 
  -webkit-border-radius: 7px; 
}

#vows legend {
  border: thin solid #c1c5ff;
  padding: 3px;
  color: #ff9914;
  font-weight: bold;
  background: transparent url("/webservices/share/img/bglegend.png") bottom left repeat-x;
}

#vows fieldset.map legend {
  border: none;
  padding: 3px;
  color: #ff9914;
  background: transparent;
}

#vows .cadre {
  border: 1px solid #c1c5ff;
  padding: 3px;
  background-color: #EEE;
}

#vows .cadre>div.close {
  float: right;
  top: 15px;
}

#vows .example {
  text-align: left;
  font-family: Courier, 'Courier New', monospace, sans-serif;
  font-size: 0.9em;
  border: 1px solid #cedbfb;
  padding: 5px 5px;
  margin: 2px 5px 2px 10px;
  background-color: #e9eefb;
}

/* --- Conteneur de la zone de version courante ---------------------------- */
#vows .release {
  padding-top: 10px;
  text-align: right;
}

#vows .release span {
  font-size: 0.8em;
  font-style: italic;
  padding: 2px 5px 2px 5px;
  border-right: 1px solid #ccf;
  background: transparent url("/webservices/share/img/bglegend.png") bottom right
    repeat-x;
}

/* --- Conteneur des zones d'information de service ------------------------ */
#vows .infoService {
  text-align: justify;
}

#vows .infoService ul {
  position: relative;
  left: 10px;
  height: 16px;
  padding-left: 20px;
  list-style: none;
  background: transparent url("/webservices/share/img/help-about_small.png") top
    left no-repeat;
}

#vows .infoService a {
  color: #aaaaaa;
}

#vows .infoService a:hover {
  color: #c00;
}

#vows .infoService .hidden {
  width: 600px;
  display: inline;
  border: 1px solid #ddd;
  position: fixed;
  margin: 1em 1em;
  visibility: hidden;
  overflow: auto;
  left: 100px;
  top: 30px;
  z-index: 1000;
}

#vows .infoService fieldset {
  border: 1px solid #CCF;
  padding-left: 5px;
}

/* --- Conteneur d'un bouton 'More info...' -------------------------------- */
#vows .moreinfo {
  margin-bottom: 5px;
  text-align: right;
}

#vows .moreinfo a {
  text-decoration: none;
  padding: 3px;
  border: 1px solid #ddd;
  background: transparent url("/webservices/share/img/bglegend.png") bottom right repeat-x;
  -moz-border-radius: 6px; 
  -webkit-border-radius: 6px;
  border-radius: 6px;
}

#vows .moreinfotext {
  display: none;
  border: 1px solid #ddd;
  padding:1em; 
  -moz-border-radius: 10px; 
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

/* --- Conteneur des infos cachees ----------------------------------------- */
#vows .shadowed {
  background: #ffc;
  border: 1px solid #ddd;
  position: static;
  padding: 10px;
  font-weight: normal;
  left: -4px;
  top: -4px;
}

#vows .shadowed a {
  color: #454bbc;
  text-decoration: none;
}

#vows .shadowed a:hover {
  color: #454bbc;
  text-decoration: underline;
}

#vows .shadowed .close {
  text-align: right;
  margin-bottom: 0.2em;
}

#vows .shadowed .close a:hover {
  color: #c00;
}

/* --- Conteneur de la TOC de la documentation ----------------------------- */
#vows .docTOC {
  position: relative;
}

#vows .docTOC ul {
  list-style-image: url("/webservices/share/img/plus.png")
}

/* --- Conteneur des elements de documentation ----------------------------- */
#vows .docItem {
  text-align: left;
  border-top: 1px dotted #ddd;
  margin-top: 10px;
  padding-top: 5px;
}

#vows .docItem table {
  text-align: left;
  border-collapse: collapse;
  border-style: hidden;
}

#vows .docItem td {
  text-align: justify;
  border-style: hidden;
}

#vows .docItem th {
  font-weight: bold;
  padding: 3px 5px 3px 5px;
  background-color: #e8efff;
  border-style: hidden;
}

#vows .docItem ul {
  list-style-image: url("/webservices/share/img/fleche.gif");
}

#vows .docItem fieldset {
  border: 1px solid #CCF;
  padding: 5px;
}

#vows .docItem legend {
  font-weight: bold;
  border: 1px solid #CCF;
  padding: 2px 3px 2px 3px;
}

#vows .docItem hr {
  border: 0px;
  color: #206ED0; /* IE */
  background-color: #206ED0; /* MOZ */
  height: 1px;
}

#vows .docItem .closediv {
  text-align: right;
  margin: 0;
  padding: 0;
}

#vows .docItem td.top {
  white-space: normal;
  vertical-align: top;
}

#vows .docItem tr.base {
  background-color: #fff;
}

#vows .docItem tr.over {
  background-color: #eef;
}

/* --- Conteneur de table dans les elements de documentation --------------- */
#vows .tableDoc table {
  width: 65%;
  border-collapse: collapse;
  border: 1px solid #aaa;
}

#vows .tableDoc table.center {
  margin-left: auto;
  margin-right: auto;
}

#vows .tableDoc td {
  text-align: justify;
  border-style: groove;
  text-align: center;
}

#vows .tableDoc th {
  font-weight: bold;
  padding: 3px 5px 3px 5px;
  background-color: #aaa;
  border-style: ridge;
  text-align: center;
}

#vows .tableDoc tr.base {
  background-color: #fff;
}

#vows .tableDoc tr.over {
  background-color: #eef;
}

/* --- Conteneur d'image table dans les elements de documentation ---------- */
#vows .imgDoc {
  text-align: center;
}

#vows .imgDoc img {
  border: none;
}

/* --- Info bulle ---------------------------------------------------------- */
#vows a.info {
  position: relative; /*this is the key*/
  text-decoration: none;
  color: #206ED0;
}

#vows a.info span {
  position: absolute;
  top: -2000em;
  left: -2000em;
  width: 1px;
  height: 1px;
  overflow: hidden;
  background: #DDEEFF;
  /* Définition du fond, sinon on a le même que notre lien */
  border: 1px solid #6699FF; /* Définition des bordures */
  z-index: 6000;
  -moz-border-radius: 10px; 
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

#vows a.info:hover {
  border: 0; /* ligne qui corrige le bug d'IE6 et inférieur */
}

#vows a.info:hover span,a.info:focus span,a.info:active span {
  top: auto;
  left: auto;
  width: 20em;
  height: auto;
  overflow: visible;
  padding: 5px;
  color: #19549E;
  /*  border: 1px outset #bbb; */
  background-color: #FFF;
  text-decoration: none;
  text-align: left;
  font-size: 8pt;
}

/* --- Conteneur du Timeline ----------------------------------------------- */
#ssoTEP-timeline {
  height: 300px;
  font-size: 8pt;
  border: 1px solid #aaa;
  margin: 0;
  padding: 0;
}

/* --- Conteneur de centrage d'elements ------------------------------------ */
.container {
  clear: both;
  width: 35em;
  margin: 0 auto;
  overflow: hidden;
}

/* --- Conteneur de menu horizontal ---------------------------------------- */
#hMenu {
  padding: 0;
  margin: 5px 0 10px 0;
  height: 2em;
  /*
  border-left: 1px solid #777;
  border-right: 5px solid #fff;
  background: #fff;
*/
}

#hMenu li {
  float: left;
  height: 2em;
  padding: 0 10px;
  margin: 0 1px;
  line-height: 2em;
  position: relative;
  text-align: center;
  border: 1px solid #bbb;
  left: 2px;
  top: -4px;
  background: #fff url("/webservices/share/img/bglegend.png") bottom left repeat-x;
}

#hMenu li a,#hMenu li a:visited {
  display: block;
  text-decoration: none;
  color: #00c;
}

#hMenu li a span,#hMenu li a:visited span {
  display: none;
}

#hMenu li a:hover {
  border: 0; /* needed to trigger IE */
  color: #bbb;
}

#hMenu li a:hover span {
  display: block;
  padding: 0 10px;
  height: 2em;
  text-align: center;
  position: absolute;
  right: -1px;
  top: -1px;
  color: #00c;
  cursor: pointer;
  text-decoration: underline;
}

/* --- Conteneur du titre -------------------------------------------------- */
#caption {
  position: relative;
  font-size: 1.4em;
  color: #8089ff;
  text-align: left;
  font-weight: bold;
  border-style: none none solid none;
  border-color: #8089ff;
  border-width: 1px;
  margin-bottom: 8px;
}

/* --- Conteneur de titre des pages de resultats --------------------------- */
#titleResult {
  margin: 5px auto 20px auto;
  border-style: none none solid none;
  border-color: #CCC;
  border-width: 1px;
}

#titleResult table {
  width: 100%;
  font-weight: bold;
  text-align: left;
  border-style: none none solid none;
  border-color: #41516B;
  border-width: 1px;
  margin: 10px auto 1px auto;
  color: #41516B;
  font-size: 1.4em;
}

#titleResult th,#titleResult td {
  padding: 3px 5px 3px 5px;
  border: none;
}

#titleResult td.right {
  white-space: normal;
  text-align: right;
  font-size: 0.8em;
}

#titleTarget {
  margin: auto;
  padding: 5px 0 20px 0;
  text-align: center;
}

#titleTarget span {
  text-align: center;
  font-size: 1.2em;
  font-weight: bold;
  border: thin solid #ddd;
  border-style: none none solid none;
}

/* --- Conteneur des tables de donnees ------------------------------------- */
#dtable {
  margin: 10px auto;
  background-color: #fff;
  text-align: center;
  font-size: 0.9em;
}

#dtable fieldset {
  text-align: left;
  border: thin solid #c1c5ff;
  margin: 5px 0px;
  padding: 5px;
  background: transparent url("/webservices/share/img/bglegend.png") bottom left
    repeat-x;
}

#dtable legend {
  border: thin solid #c1c5ff;
  padding: 3px;
  margin-left: 10px;
  color: #ff9914;
  font-size: 1.2em;
  background: transparent url("/webservices/share/img/bubble_bg2.png") top left
    repeat-x;
}

#dtable hr {
  border: 0px;
  color: #206ED0; /* IE */
  background-color: #206ED0; /* MOZ */
  height: 0px;
}

#dtable table {
  text-align: center;
  border-collapse: collapse;
  caption-side: top;
  margin: 10px auto 15px auto;
}

#dtable td {
  font-family: Courier, "Courier New", monospace, sans-serif;
  color: #000000;
  font-weight: normal;
  text-align: center;
  border-width: 1px;
  border-style: solid hidden solid hidden;
  padding: 3px 5px;
  border-color: #ccccff;
}

#dtable tr.pair {
  color: #000000;
  background-color: #eeeedd;
  white-space: normal;
}

#dtable tr.impair {
  color: #000000;
  background-color: #ffffff;
  white-space: normal;
}

#dtable tr.click {
  color: #FFFFFF;
  background-color: #81a4ef;
}

#dtable tr.over {
  color: #FFFFFF;
  background-color: #d8dbe6;
}

#dtable a.over {
  color: #FFFFFF;
  background-color: #1b4c96;
}

#dtable th.title {
  color: #206ED0;
  font-weight: bold;
  text-align: center;
  border-width: 1px;
  border-style: solid hidden;
  border-color: #206ED0;
  padding: 5px;
}

#dtable th.subtitle {
  color: #E00000;
  font-weight: normal;
  font-size: 0.8em;
  text-align: center;
  border-width: 1px;
  border-style: hidden hidden solid hidden;
  border-color: #206ED0;
  padding: 1px 5px 3px 5px;
}

#dtable .request {
  color: #888;
  text-align: center;
  font-size: 0.9em;
}

/* --- Conteneur de formulaire --------------------------------------------- */
#queryform {
  margin-top: 2.0em;
}

#queryform input {
  background: #FFFFFF url("/webservices/share/img/bglegend.png") repeat-x scroll left bottom;
  padding: 2px;
}

#queryform input.button {
  background: #FFFFFF url("/webservices/share/img/bglegend.png") repeat-x scroll left bottom;
  padding: 2px;
  margin: 3px auto 3px auto;
}

#queryform input.button:hover {
  background: #FFFFFF url("/webservices/share/img/slide_bg.png") repeat-x scroll left bottom;
  color: #00c;
  padding: 2px;
}

#queryform input.resetbutton {
  background: #eee;
  border: thin solid #999;
}

#queryform input.resetbutton:hover {
  background: #fff;
  border: thin solid #999;
  color: #c00;
}

#queryform table {
  background-color: #e8eaff;
  margin: auto;
  width: 100%;
}

#queryform table.infoParam {
  background-color: #fff;
  margin: 5px auto 5px auto;
  width: 80%;
}

#queryform td.centre, #queryform td.label {
  text-align: left;
  color: #206ED0;
  border: none;
  vertical-align: middle;
}

#queryform td.text {
  text-align: left;
  border: none;
  vertical-align: text-bottom;
}

#queryform td.centre {
  text-align: center;
}

#queryform td.top {
  vertical-align: top;
}

#queryform td.right {
  text-align: right;
}

#queryform td.input {
  text-align: left;
  border: none;
}

#queryform td.hidden {
  border: none;
}

#queryform td {
  padding: 7px 7px;
}

#queryform img {
  vertical-align: middle;
}

/* --- Conteneur des onglets des formulaires ------------------------------- */
#tabform {
  width: 100%;
  margin: auto;
  background-color: #fff;
}

#tabform ul {
  display: table;
  list-style: none;
  font-size: 95%;
  margin: 0 auto 0 0;
  padding: 0;
}

#tabform li {
  float: left;
  margin: 1px 1px 0 0;
  padding: 0 0 0 15px;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  background: #FFFFFF url("/webservices/share/img/bglegend.png") repeat-x scroll
    left bottom;
}

#tabform li:hover {
  background: #FFFFFF url("/webservices/share/img/slide_bg.png") repeat-x scroll
    left bottom;
}

#tabform li.empty {
  float: left;
  margin: 0;
  padding: 0;
  border: 0;
}

#tabform li.empty:hover {
  background: #FFFFFF;
}

#tabform li.current {
  background: #FFFFFF url("/webservices/share/img/slide_bg.png") repeat-x scroll
    left bottom;
}

#tabform a {
  display: block;
  position: relative;
  color: #333;
  float: left;
  padding: 5px 10px 4px 5px;
  text-decoration: underline;
  font-weight: bold;
}

/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#tabform a {
  float: none;
}

/* End IE5-Mac hack */
#tabform li.current {
  background-color: #fff;
  border-bottom: none;
}

#tabform li.current a {
  color: #206ED0;
  font-weight: bold;
}

/* --- Conteneur des onglets des formulaires 2eme niveau ------------------- */
#tabsform {
  width: 100%;
  margin: auto;
  background-color: #fff;
}

#tabsform ul {
  display: table;
  list-style: none;
  font-size: 80%;
  margin: 0 0 2px 0;
  padding: 0;
}

#tabsform li {
  float: right;
  margin: 1px 1px 0 0;
  padding: 0 0 0 15px;
  border: 1px solid #ccc;
  background: #efefef url("/webservices/share/img/bglegend.png") repeat-x scroll left bottom;
}

#tabsform li:hover {
  border-bottom: 0;
}

#tabsform a {
  display: block;
  position: relative;
  color: #444;
  float: left;
  padding: 5px 10px 4px 5px;
  text-decoration: none;
}

/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#tabsform a {
  float: none;
}

/* End IE5-Mac hack */
#tabsform li.current {
  background: #e8e8e8;
  border-bottom: none;
  background: #e8e8e8 url("/webservices/share/img/slide_bg.png") repeat-x scroll
    left bottom;
}

#tabsform li.current a {
  color: #206ED0;
  font-weight: bold;
}

/* --- Effet d'ombre sans image -------------------------------------------- */
.normal {
  width: 680px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 2em;
}

.in,.int {
  background: transparent;
  border: 1px solid #fff;
  border-right: 1px solid #ccc;
  border-top: none;
  position: relative;
  margin: auto;
}

.int {
  border-right: none;
  border-bottom: 1px solid #ccc;
}

.out {
  margin-right: auto;
  margin-left: auto;
  margin-top: 0;
  background: #ccc;
  border: 1px solid #eee;
  position: relative;
}

.sub {
  margin: auto auto 0 auto;
  position: relative;
}

.ltin {
  left: -3px;
}

.rtin {
  left: 3px;
}

.tpin {
  top: -3px;
}

.bpin {
  top: 3px;
}

/* --- Conteneur des messages d'erreur ------------------------------------- */
#error fieldset {
  border: 1px solid #c00;
  width: 600px;
  margin: 10px auto;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

#error legend {
  color: #c00;
  border: 1px solid #c00;
  margin-left: 0.5em;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}

#error .msg {
  padding: 1em;
}

#error .close {
  text-align: right;
  padding-right: 10px;
}

#warning fieldset {
  border: 1px solid #00c;
  width: 600px;
  margin: 10px auto;
}

#warning legend {
  color: #00c;
  border: 1px solid #00c;
  margin-left: 0.5em;
}

#warning .msg {
  padding: 1em;
}

#warning .close {
  text-align: right;
  padding: 0 5px 3px 0px;
}

/* --- Conteneur de l'animation d'attente ---------------------------------- */
  /* [ Thx to http://www.ajaxload.info/ for the indicator ] */
#loader1,#loader2,#loader3,#loader4,#loader5,#loader6,#loader7,#loader8,#loader9,#loader10
  {
  display: none;
  position: relative;
  z-index: 5000;
}

/* --- Conteneur des liens d'acces aux resultats --------------------------- */
#reslink {
  margin: 10px auto;
  text-align: center;
  font-size: 0.9em;
}

#reslink span {
  padding: 3px;
  border: 1px solid #DDDDDD;
  background-color: #EEEEEE;
}

/* --- Conteneur d'affichage des images en surimpression ------------------- */
#lightbox {
  background-color: #eee;
  padding: 10px;
  border-bottom: 2px solid #666;
  border-right: 2px solid #666;
}

#lightboxDetails {
  font-size: 0.8em;
  padding-top: 0.4em;
}

#lightboxCaption {
  float: left;
}

#keyboardMsg {
  float: left;
  color: #c00;
}

#lightbox img {
  border: none;
}

#overlay img {
  border: none;
}

#overlay {
  background-image: url("/webservices/share/img/overlay.png");
}

* html #overlay {
  background-color: #333;
  background-color: transparent;
  background-image: url(blank.gif);
  filter: progid : DXImageTransform.Microsoft.AlphaImageLoader(src="/webservices/share/img/overlay.png", sizingMethod="scale");
}

/* --- Formattage divers --------------------------------------------------- */
.compute {
  border-top: thin solid #c1c5ff;
  padding: 5px 0 0 0;
  margin: auto;
  width: 50%;
}

.code {
  margin: 2px 0;
  font-family: Courier, "Courier New", monospace, sans-serif;
  color: #078220;
}

.code2 {
  font-family: Courier, "Courier New", monospace, sans-serif;
  color: #F01;
}

.func {
  padding: 7px 0 3px 0;
  font-family: Courier, "Courier New", monospace, sans-serif;
  color: #09f;
}

.u {
  text-decoration: underline;
}

.n {
  text-decoration: underline;
  color: #fc0000;
}

.s {
  font-weight: normal;
  font-size: 0.8em;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.left {
  text-align: left;
}

.cool {
  font-style: italic;
  color: #999;
}

.type {
  color: #000;
}

.delete {
  color: #c00;
}

.nounderline {
  text-decoration: none;
}

.imgleft {
  float: left;
  margin: 0 5px;
}

.imgright {
  float: right;
  margin: 0 5px;
}

