/* Copyright 2006 Joost de Valk */
a img {
    border: 0;
}
table.sortable {
    border-spacing: 0;
    border: 1px solid #000;
    border-collapse: collapse;
}
table.sortable th, table.sortable td {
    padding: 2px 4px 2px 4px;
    
    border-style: solid;
    border-color: #444;
        
}
table.sortable th {
    text-align: center;
    border-width: 0px 1px 1px 1px;
    background-color: #ccc;
}
table.sortable td {
    text-align: left;
    border-width: 0px 1px 0px 1px;
        border : 1px solid #000;
}
table.sortable tr.odd td {
    background-color: #ddd;
}
table.sortable tr.even td {
    background-color: #fff;
}

table.sortable tr.sortbottom td {
    border-top: 1px solid #444;
    background-color: #ccc;
    font-weight: bold;
}

table.whr {
    border: 1px solid #000;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;

}
table.whr th {
    text-align: center;
    background-color: #ccc;
    border-top: 2px solid #000;
    border-left: 1px solid #000;
}
table.whr tr td {
    border-left: 1px solid #000;
    font-size:10px;
}


.reper1 {
text-align: left;
border-top: 2px solid #000;
background-color : #DEE9E9;
}

.reper2 {
text-align: left;
border-top: 2px solid #000;
background-color : #F3EEDF;
}

.item1 {
text-align: left;
background-color : #E7F0F0;
}

.item2 {
text-align: left;
background-color : #F9F5E8;
}


html, address,
blockquote,
body, dd, div,
dl, dt, fieldset, form,
frame, frameset,
h1, h2, h3, h4,
h5, h6, noframes,
ol, p, ul, center,
dir, hr, menu, pre, tt   { display: block }
li              { display: list-item }
head            { display: none }
table           { display: table }
tr              { display: table-row }
thead           { display: table-header-group }
tbody           { display: table-row-group }
tfoot           { display: table-footer-group }
col             { display: table-column }
colgroup        { display: table-column-group }
td, th          { display: table-cell }
caption         { display: table-caption }
th              { font-weight: bolder; text-align: center;color: blue }
caption         { text-align: center }
body            { margin: 2px }


A:link {text-decoration: none;
        color: blue;}
A:visited {text-decoration: none;
        color: #000000;}
A:active {text-decoration: none;
        color: blue;font-weight:bold;}
A:hover {text-decoration: none; color: blue;background: #F4FB81;font-weight:bold;}


h1, h2, h3, h4,
h5, h6, pre     { margin: 0 0 }


p,
blockquote, ul,
fieldset, form,
ol, dl, dir,
menu            { margin: 1.12em 0 }


b,
strong          { font-weight: bolder }
blockquote      { margin-left: 40px; margin-right: 40px }
i, cite, em,
var, address    { font-style: italicus }
pre, tt, code,
kbd, samp       { font-family: monospace }

tt       { font-family: Tahoma;font-size: 10px; margin: 0 0 }
hh       { font-family: Tahoma;font-size: 12px; margin: 0 0 }

pre             { white-space: pre }
button, textarea,
input, select   { display: inline-block }
big             { font-size: 1.17em }
small, sub, sup { font-size: .83em }
sub             { vertical-align: sub }
sup             { vertical-align: super }
table           { border-spacing: 2px; }
thead, tbody,
tfoot           { vertical-align: middle }
th          { vertical-align: inherit}
s, strike, del  { text-decoration: line-through }
hr              { border: 1px inset }
ol, ul, dir,
menu, dd        { margin-left: 40px }
ol              { list-style-type: decimal }
ol ul, ul ol,
ul ul, ol ol    { margin-top: 0; margin-bottom: 0 }
u, ins          { text-decoration: underline }
br:before       { content: "\A" }
:before, :after { white-space: pre-line }
center          { text-align: center }
:link, :visited { text-decoration: underline }
:focus          { outline: thin dotted invert }

/* Begin bidirectionality settings (do not change) */
BDO[DIR="ltr"]  { direction: ltr; unicode-bidi: bidi-override }
BDO[DIR="rtl"]  { direction: rtl; unicode-bidi: bidi-override }

*[DIR="ltr"]    { direction: ltr; unicode-bidi: embed }
*[DIR="rtl"]    { direction: rtl; unicode-bidi: embed }

@media print {
  h11            { page-break-before: always }
  h1, h2, h3,
  h4, h5, h6    { page-break-after: avoid }
  ul, ol, dl    { page-break-before: avoid }
}

h1 {
    font-family:Tahoma;
        font-size:10px;
}
h2 {
    font-family:Tahoma;
        font-size:12px;
}
h3 {
    font-family:Tahoma;
        font-size:5px;
}
h4 {
    font-family:Arial;
        font-size:10px;
}
h5 {
    font-family:Arial;
        font-size:12px;
}
h6 {
    font-family:Arial;
        font-size:12px;
}
tt, tr {
    font-family:Arial;
        font-size:12px;
}
hh {
    font-family:Arial;
        font-size:12px;
}
cite {
    font-family:Arial;
        font-size:12px;
}
pre {
    font-family:Arial;
        font-size:12px;
}

input, select, option, textarea {
    font-family:Arial;
        font-size:11px;
}