body {
    color: #545352;
    font-family: Trebuchet MS, sans-serif;
}

#top {
    position: relative;
    margin: 0px auto;
    width: 100%;
    clear: both;
    text-align: center;
    height: 160px;
}

#top img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#top ul {
    clear: left;
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    left: 50%;
    text-align: center;
}

#top ul li {
    display: block;
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    right: 50%;
}

#top ul li a {
    border: 1px solid #F2F2F2;
    color: #A3A3A3;
    display: inline-block;
    font: 14px Arial,Tahoma,Helvetica,FreeSans,sans-serif;
    padding: 0.6em 1em;
    text-decoration: none;
    background-color: #fbfbfb;
/*    display: block;
    margin: 0 0 0 1px;
    text-decoration: none;
    line-height: 1.3em;
    width: 5em;
    color: white;
    background-color: #c4be66;
    padding: 0.2em 0.6em;
    font-weight: bold;
*/}

#top ul li a:hover, #top ul li a.current {
    background-color: #f2f2f2;
    text-decoration: none;
}

#date {
    margin: 0px auto;
    width: 408px;
    max-width: 408px;
    position: relative;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

label {
    min-width: 200px;
    width: 200px;
    position: relative;
    text-align: left;
    display: block;
    float: left;
    color: #545352;
}

.radiodiv {
    position: relative;
    margin-left: 200px;
    margin-top: -1em;
}

.radiodiv label {
    display: inline;
    float: none;
    height: 1em;
    max-height: 1em;
}

input[type="radio"] {
    position: relative;
    padding: 0 5px 0 0;
    display: inline;
}

input[type="text"], input[type="password"] {
    width: 200px;
    border-style: ridge;
    border-width: 2px;
    border-color: #b1aa5c;
    margin-bottom: 2px;
    background-color: #ffffff;
    border-radius: 4px 4px;
    box-shadow: 2px 2px 1px #888888;
    color: #545352;
}

input[type="submit"], input[type="reset"] {
    width: 200px;
    -moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
    -webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
    box-shadow:inset 0px 1px 0px 0px #ffffff;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
    background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
    background-color:#ededed;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
    border:2px solid #999123;
    display:inline-block;
    font-family:arial;
    font-size:15px;
    font-weight:normal;
    padding:2px 18px;
    text-decoration:none;
    text-shadow:1px 1px 0px #ffffff;
}

input:focus[type="text"], input:focus[type="password"], textarea:focus {
    background-color: #c9c36d; 
}

input:focus[type="reset"], input:focus[type="submit"] {
    font-weight: bold;
    -moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
    -webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
    box-shadow:inset 0px 1px 0px 0px #ffffff;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
    background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
    background-color:#ededed;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
    border:2px solid #999123;
    display:inline-block;
    font-family:arial;
    font-size:15px;
    padding:2px 18px;
    text-decoration:none;
    text-shadow:1px 1px 0px #ffffff;
}

input[type="reset"] {
    color: red;
    -moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
    -webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
    box-shadow:inset 0px 1px 0px 0px #ffffff;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
    background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
    background-color:#ededed;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
    border:2px solid #999123;
    display:inline-block;
    font-family:arial;
    font-size:15px;
    font-weight:bold;
    padding:2px 18px;
    text-decoration:none;
    text-shadow:1px 1px 0px #ffffff;
}

input[type="reset"]:hover {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
    background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
    background-color:#dfdfdf;
    text-decoration: none;
}

input[type="submit"] {
    color: #777777;
    -moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
    -webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
    box-shadow:inset 0px 1px 0px 0px #ffffff;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
    background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
    background-color:#ededed;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
    border:2px solid #999123;
    display:inline-block;
    font-family:arial;
    font-size:15px;
    font-weight:bold;
    padding:2px 18px;
    text-decoration:none;
    text-shadow:1px 1px 0px #ffffff;
}

textarea {
    width: 400px;
}

.select {
    width: 200px;
    max-width: 200px;
}

h1 {
    color: #0F4A8D;
    font-size: 32px;
    line-height: 34px;
    margin-top: 2px;
    text-align: justify;
}

.buttonreset {
    color: #cb104e;
    text-align: center;
    -moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
    -webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
    box-shadow:inset 0px 1px 0px 0px #ffffff;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
    background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
    background-color:#ededed;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
    border:2px solid #999123;
    display:inline-block;
    font-family:arial;
    font-size:15px;
    font-weight:bold;
    padding:2px 18px;
    text-decoration:none;
    text-shadow:1px 1px 0px #ffffff;
}

.buttonsubmit {
    color: #777777;
    text-align: center;
    width: 100px;
    max-width: 100px;
    -moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
    -webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
    box-shadow:inset 0px 1px 0px 0px #ffffff;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
    background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
    background-color:#ededed;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
    border:2px solid #999123;
    display:inline-block;
    font-family:arial;
    font-size:15px;
    font-weight:bold;
    padding:2px 18px;
    text-decoration:none;
    text-shadow:1px 1px 0px #ffffff;
}

#clients_list {
    position: relative;
    float: none;
    clear: both;
    margin-top: 0px;
    margin-bottom: 0px;
}

table {
    color: #084068;
    font-size: 12px;
    text-align: center;
    border-style: groove;
    border-width: 1px; 
    border-color: #FF0000;
    table-layout: auto;
}

.table_border {
    color: #084068;
    border-width: 1px;
    border-color: #006C8A;
    border-bottom: 1px solid #006C8A;
    border-left: 1px solid #006C8A;
    table-layout: auto;
    border-top: 1px solid #006C8A;
}

tr, td, tbody {
    color: #084068;
    border-color: #FCFF5C;
}

.td_par {
    background: #FDFFD4;
    color: #810000;
    border-bottom: 1px solid #006C8A; border-left: 0px solid #006C8A;
    border-right: 1px solid #006C8A; border-top: 1px solid #006C8A;
}

.td_impar {
    border-bottom: 1px solid #006C8A;
    border-left: 0px solid #006C8A;
    border-right: 1px solid #006C8A;
    border-top: 1px solid #006C8A;
}

.th, tfoot {
    background: #810000;
    color: #FFFFFF;
    font-weight: bold;
    margin-left: 1px;
    margin-right: 1px;
    margin-top: 1px;
    text-align: center;
    border-width: 1px;
    border-color: #FFFFFF;
}

img {
    border: 0px;
}

#terenuri {
    margin: 0px auto;
    width: 700px;
    height: 470px;
    clear: both;
}

#terenuri_nav {
    text-align: center;
}

#tenis, #fotbal {
    margin: 0px auto;
    width: 700px;
    height: 210px;
    clear: both;
}

#tenis div, #fotbal div {
    position: relative;
    margin: 5px;
    float: left;
    min-height: 200px;
    font-size: 24px;
    font-stretch: expanded;
    font-weight: 900;
    text-align: center;
    vertical-align: middle;
}

.f_disabled {
    background-color: #BEF7B2;
    width: 155px;
    color: #545352;
}

.f_enabled {
    background-color: #1D5910;
    width: 155px;
    color: white;
}

.t_disabled {
    width: 100px;
    background-color: #FFCFBC; 
    color: #545352;
}

.t_enabled {
    width: 100px;
    background-color: #9B5245;    
    color: white;
}

.tp_disabled {
    width: 100px;
    background-color: #AFAFAF; 
    color: #545352;
}

.tp_enabled {
    width: 100px;
    background-color: #00D615;    
    color: white;
}

#div_report {
    margin: 0px auto;
    position: relative;
    clear: both;
    width: 910px;
}

#report {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    width: 900px;
    border-collapse: collapse;
}

#report td, #report th {
    font-size: 1em;
    border: 1px solid #98bf21;
    padding: 3px 7px 2px 7px;
    width: 7.5%;
}

#report th {
    font-size: 1.1em;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 4px;
    background-color: #ffffff;
    font-weight: bold;
}

#report td.tf_active {
    color: white;
    background-color: #00A800;
    font-weight: bold;
}

#report td.tt_active {
    color: white;
    background-color: #EF6145;
    font-weight: bold;
}

#report td.ttp_active {
    color: white;
    background-color: #2D822D;
    font-weight: bold;
}

#report td.tf_inactive {
    color: white;
    background-color: #B7F4B7;
    font-weight: normal;
}

#report td.tt_inactive {
    color: white;
    background-color: #FF9068;
    font-weight: normal;
}

#report td.ttp_inactive {
    color: white;
    background-color: #99E599;
    font-weight: normal;
}

#report a.tfa_active, #report a.tfa_active:visited {
    color: white;
}

#report a.tta_active, #report a.tta_active:visited {
    color: white;
}

#report a.ttpa_active, #report a.ttpa_active:visited {
    color: white;
}

#report a.tfa_inactive, #report a.tfa_inactive:visited {
    color: green;
    font-weight: bold;
}

#report a.tta_inactive, #report a.tta_inactive:visited {
    color: #5E2D2B;
    font-weight: bold;
}

#report a.ttpa_inactive, #report a.ttpa_inactive:visited {
    color: green;
    font-weight: bold;
}

#report tfoot {
    background-color: #ffffff;
    color: #000000;
    font-weight: bold;
}

#report tr:hover, #report td:hover, td.tf_inactive:hover {
    background-color: orange;
}

#datafrm {
    width: 910px;
    margin: 0px auto;
    position: relative;
    clear: both;
    text-align: center;
    min-height: 3em;
    margin-top: 1em;
}

.link_button {
    -moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
    -webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
    box-shadow:inset 0px 1px 0px 0px #ffffff;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
    background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
    background-color:#ededed;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
    border:2px solid #999123;
    display:inline-block;
    color:#777777;
    font-family:arial;
    font-size:15px;
    font-weight:bold;
    padding:2px 18px;
    text-decoration:none;
    text-shadow:1px 1px 0px #ffffff;
}

.buttonreset:hover, .buttonsubmit:hover, input[type="submit"]:hover, input[type="reset"]:hover, .link_button:hover {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
    background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
    background-color:#dfdfdf;
    text-decoration: none;
}

.buttonreset:active, .buttonsubmit:active, input[type="submit"]:active, input[type="reset"]:active, .link_button:active {
    position:relative;
    top:1px;
}

#statusDiv {
    color: blue;
    font-weight: bold;
}

.warning a {
    color: red;
    font-weight: bold;
    text-decoration: none;
}


