@import url(club.css);
@import url(story.css);
@import url(gallery.css);
@import url(v_menu.css);
@import url(gb.css);
@import url(pager.css);
@import url(anonce.css);



BODY {
    margin:0px;
    padding:0px;
    background: #FFFFFF;
}

TABLE, TD, INPUT, SELECT, TEXTAREA, DIV, P {
    font-family: "Arial";
    font-size: 23px;
    color: #000000;
}

P {
    margin-top: 0px;
}

P, DIV{
    text-align: justify;
}

.st{
    font-size: 15px;
}

INPUT {
    border: 1px solid #84C584;
}

TEXTAREA {
    border: 1px solid #84C584;
    width: 98%;
}

INPUT.max-width {
    width: 99%;
}

input[type="submit"]{
    border: 1px #008000 solid;
}

FORM {
    margin-top:0px;
    margin-bottom:0px;
    margin-left:0px;
    margin-right:0px;
}

TD.page_title {
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    font-size: 1.40em;
    font-weight: normal;
    color: #E49523;
}

TD.left_column {
    width: 250px;
    border-right: 1px #BCBCBC solid;
    background: #E6E6E6;
}

TD.content_column {
    background: white;
}


table.t-def {
    border: 1px #008000 solid;
    border-collapse: collapse;
}
table.t-def th {
    background: #008000;
    color: white;
    border:1px solid black;
    font-size: 14px;
}
table.t-def td {
    border: 1px #008000 solid;
    border-collapse: collapse;
    background: #EAF5DC;
    font-size: 14px;
}

div.def {
    border: 1px #008000 solid;
    background: #EAF5DC;
    font-size: 14px;
}

table.t-action {
    border:1px #84C584 solid;
    margin-top: 15px;
}

table.t-action td {
    background: #F5FAF5;
    padding: 10px;
}

DIV.first_page_block {
    margin-bottom: 50px;
}

TD.footer {
    padding:15px;
    background: #3a4557;
}
TD.footer TD{
    font-size: 12pt;
    color: white;
}

TD.footer_overline {
    background: url(../images/footer_line.jpg);
}

TD.poch_say {
    font-style: italic;
    border: 1px #008600 solid;
    background: #F4FAF4;
    padding: 10px;
}

h1 {
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    font-size: 1.70em;
    font-weight: normal;
    color: #333333;
}

h2, caption {
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    font-size: 1.40em;
    font-weight: normal;
    color: #A80606;
    text-align: left;
    margin-top: 25px;
}

h3, h4 {
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    font-size: 1.20em;
    text-decoration: none;
    line-height: 1.20em;
    margin-top: 25px;
}

.t2 {
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    font-size: 1.40em;
    font-weight: normal;
    color: #A80606;
    text-align: left;
}

table.my_error_box{
    border: 1px red solid;
    background: #FFECEC;
}

table.my_done_box{
    border: 1px green solid;
    background: #F5FBE7;
}

.my_info_box{
    border: 1px #3A4557 dotted;
    background: #E9EAEC;
}

td.my_error_box_text, td.my_done_box_text, td.my_info_box_text {
    color: black;
}

.description {
    font-style: italic;
    font-size: 13px;
    color: #808080;
}

A IMG {
    border: none;
}

a {
  color: #056788;
}

a:hover {
  color: #D13F40;
}

a.selected {
  font-weight: bold;
}

A.on_dark {
    color: #D6DFE4; 
    text-decoration: none;
}
A:hover.on_dark {
    color: #F89202;
    text-decoration: underline;
}

.no-items-found {
    text-align: center;
    font-weight: bold;
}

div.breadcrumbs {
    font-size: 13px;
    padding: 8px;
}

img.history {
    border:4px silver solid;
    max-width:120px; 
    width:100%;
}

div.img_right {
    float: right;
    margin: 0 0 10px 10px;
    font-size: 10pt;
}
div.img_left {
    float: left;
    margin: 0 10px 10px 0;
    font-size: 10pt;
}

div.img_autor {
    font-weight: bold;
    font-size: 10pt;
    text-align: center;
}

div.img_center_top{
    text-align: center;
    margin-bottom: 15px;
}

div.img_center_bottom{
    text-align: center;
    margin-top: 15px;
}

div.img_center_middle{
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
}

div.image_navigation {
    text-align:center;
    padding: 10px;
}

.highlight{
    color: #FF0000;
    font-weight: bold;
}

.center {
    text-align: center;
}

.title_color {
    color: #00AEF6;
}

.red { color: red; }
.blue { color: blue; }
.brown { color: #860B00; }
.green {color: #008600; }
