/*\*//*/
  @import "ie5mac.css";
/**/

/*	Defaults, utilities, and wrapper
---------------------------------------------------------------- */
html, body {
   background: #fff;
   color: #000;
   font-size: 12px;
}

html, body, code, h1, h2, h3, h4, h5, h6, div, p, ul, li, fieldset, input, form, button {
   font-family: Arial, Helvetica, sans-serif;
}

form, fieldset, input, button { padding: 0; margin: 0; border: 0; }

em { font-weight: bold; }

h1 { font-size: 20px; }

h2 { font-size: 16px; }

h3 { font-size: 14px; }

h4 { font-size: 12px; }

h5 { font-size: 10px; }

code { font-size: 9px; }

hr {
  border: none 0;
  border-top: 1px solid #666; /*the border*/
  margin: 5px 0;
  height: 1px; /*whatever the total width of the border-top and border-bottom equal*/
}

a:link, a:visited, a:active {
   color:  #4a7ba5;
   text-decoration: none;
}

img.left { 
   display: block; 
   float: left; 
   margin: 5px 8px 8px 0; 
   padding: 0;
}

img.center { 
   display : block; 
   clear : both; 
   margin : 8px auto;
}

img.right { 
   display: block; 
   float : right; 
   margin : 5px 0 8px 8px;  
}

ul {
   list-style: none;
}

thead {
   display:table-header-group;
}

tbody {
   display:table-row-group;
}

h1.bar {
   display: block;
   float: none;
   clear: both;
   line-height: 18px;
   margin: 0;
   padding: 0 8px;
   background-image: url(/icones/fond_rub.gif);
   background-repeat: no-repeat;
   background-color: transparent;
   color: #fff;
   border-width: 0 0 0 0px; 
   border-style: solid; 
   font-size: 11px;
   text-align: left;
   text-transform: uppercase;
   font-weight: bold;
   text-decoration: none;
}
h1.small_bar {
   display: block;
   float: none;
   clear: both;
   line-height: 18px;
   margin: 0;
   padding: 0 8px;
   background-image: url(/icones/fond_rub_tit.gif);
   background-repeat: no-repeat;
   background-color: transparent;
   color: #fff;
   border-width: 0 0 0 0px; 
   border-style: solid; 
   font-size: 11px;
   text-align: left;
   text-transform: uppercase;
   font-weight: bold;
   text-decoration: none;
}

h3.bar {
   line-height: 17px;
   margin: 0;
   padding: 0 10px;
   background-image: url(/icones/fond_rub.gif);
   background-repeat: no-repeat;
   background-color: transparent;
   color: #fff;
   border-width: 0 0 0 0px; 
   border-style: solid; 
   border-color: #ab9888;
   font-size: 13px;
   text-align: left;
   font-weight: bold;
   text-decoration: none;
}


/* Special formatting classes
---------------------------------------------------------------- */

.noborder { border-width: 0; }

.border { border: 1px solid black; }

.prop { float: right; width: 0; }

.clear { clear: both; height: 1px; overflow: hidden; }

.inline { display: inline; }

.left { float: left; }

.right { float: right; }

.underline { text-decoration: underline; }

.bold { font-weight: bold; }

.smaller { font-size: smaller; }

.reduced { font-size: 90%; }

.increased { font-size: 120%; }

.highlight { color: #961; }

.indent { margin-right: 5%; margin-left: 5% }



/* Table formatting classes
---------------------------------------------------------------- */

table.listing {
  width: 742px;
  border-collapse: collapse;
}

table.listing th {
  background-color: #666;
  color: white;
  font-weight: bold;
  font-size: 11px;
  padding: 4px;
  border: 1px solid white;
}

table.listing td {
  border: 1px solid white;
  padding: 4px;
  vertical-align: top;
}

table.listing tr.white td {
   background-color: #fff;
}

table.listing tr.gray td {
   background-color: #eee;
}

table.listing .skip_coloring td {
  border-left: none;
  border-right: none;
  padding-left: 0px;
  padding-right: 0px;
}

table.calendar {
  width: 742px;
  border-collapse: collapse;
}

table.calendar th {
  background-color: #666;
  color: white;
  font-weight: bold;
  font-size: 11px;
  padding: 5px;
  border: 1px solid black;
}

table.calendar td {
  border: 1px solid black;
  padding: 5px;
  vertical-align: top;
}


/*	Containing Box
---------------------------------------------------------------- */

#container {  
   width: 742px; 
   height: 100%;
   margin: 5px auto;
   padding: 0;
   border-width: 1px;
   border-style: solid;
   border-color: #666;
}

/*	Header Box
---------------------------------------------------------------- */

#header {
   position: relative;
   display: block;
   width: 742px;
   margin: 0;
   padding: 0;
   border-width: 0;
   border-style: solid;
   color: #666;
   background-color: #fff;
}

#header h1, #header a {
   display: block;
   height: 156px;
   margin: 0;
   padding: 0;
   background-image: url(/icones/band-web2.gif);
   background-repeat: no-repeat;
   background-color: transparent;
}



/* Common structural properties of page elements */

#nav, #primary, #secondary {
   display: block;
   position: relative; 
   margin: 0;
}

* html #nav, * html #primary, * html #secondary {
   word-wrap: break-word; 
}


/*	Navigation
---------------------------------------------------------------- */

#nav {
  padding: 0 3px;
}

#nav ul {
  margin: 0; 
  padding: 1px 0 0 0 ;
  text-align: right;
}

#nav li {
  margin: 0;
  padding: 2px 0;
  font-size: 11px;
  text-decoration: none;
}

#nav a { color: #5a6682; }

#nav a:hover { color: #ab9888; }

/* line column
----------------------------------------------------------------- */
#allHeight { 
  
   
}


/* Primary column
---------------------------------------------------------------- */

#primary {
   background-color: #fff;
   padding: 0 2px;
}


#primary p {
   margin: 10px 10px 10px 0;
}

#primary li {
   padding: 3px 0;
}

#primary ul.inlist {
   padding: 0;
   margin: 0;
}

#primary .inlist li{
    display: inline;
    list-style-type: none;
    list-style: none;
    padding-right: 10px;
}

#primary input{
  font-size: 12px;
  padding: 2px 4px;
  margin: 5px;
  border: 1px solid #666;
}

#primary input[type=submit]:hover {
cursor: pointer; cursor: hand; background-color: #fff;
} 



/* Properties common to primary and secondary columns
---------------------------------------------------------------- */

#primary a, #secondary a {
   text-decoration: underline;
}

#primary a:hover, #secondary a:hover {
  text-decoration: underline;
  color: #00003d;
}

#primary a:visited, #secondary a:visited {
   text-decoration: underline;
}   


/*	Footer
---------------------------------------------------------------- */
#footer {
   width: 100%;
   margin: 0 auto;
   clear: both;
   text-align: right;
}

#footer p {
   font-size: 0.8em;
   color: #000;
}

#footer a {
   font-size: 0.9em;
   text-align: center;
   margin-top: 10px;
   color: #AEAEAE;
   text-decoration: underline;
}

