html,body { 
    margin: 0;
    padding: 0;  
}

a { 
    font-size: 11px;
    text-decoration: none;  
    background: transparent; 
}

body {
    font: 10px "Verdana",sans-serif;
    line-height: 1.3em; 
    color: #333;
    padding: 0px;
    text-align: center;
}

table { 
    font-size: 11px;
    font-weight: normal;
    font-family: "Verdana",sans-serif;
}

table.login { 
    font-size: 10px;
    font-weight: normal;
}

td.errorlogin {
    border-left: 5px solid red; 
    padding: 5px 0px 5px 10px;
}

.button {
    background-color: #5b7a6e;
    border: 3px double #ffffff;
    color: #ffffff;
    margin-left: 15px;
}

.element {
    font-size: 10px;
    background-color: #f5f5f5;
    color: #000000;
}

.elementdate, .borndate {
    font-size: 10px;
    background-color: #f5f5f5;
    color: #000000;
}

.elementw, .elementdatew, .borndatew {
    font-size: 10px;
    color: #000000;
}

div#round {
    width: 250px;
    background-color: #e9efed;
    border: 1px solid #b7cbc3;
    margin: auto;
}

div#nav-top {
    font-size: 10px;
    font-weight: normal;
    font-family: "Verdana",sans-serif;
    padding-top: 2px;    
    height: 18px;
    width: 60%;        
    background-color: #fde7d5; 
    margin: auto;
}

div#rounderror {
    width: 270px;
    background-color: #ffcccc;
    border: 1px solid red;
    margin: auto;
}

div.form {
    width: 60%;
    background-color: #e9efed;
    border: 1px solid #b7cbc3;
    margin: auto;
}

div#form {
    width: 60%;
    background-color: #e9efed;
    border: 1px solid #b7cbc3;
}

div#result {
    width: 96%;
    background-color: #e9efed;
    border: 1px solid #b7cbc3;
    margin: auto;
    visibility: hidden;
}

#GL_overlay {
    display: none;
    position: fixed;
    z-index:100;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
    background-color:#fff;
    filter:alpha(opacity=75);
    -moz-opacity: 0.75;
    opacity: 0.75;
}  

* html #GL_overlay { /* ie6 hack */
    position: absolute;
    height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#GL_HideSelect{
    z-index:99;
    position:fixed;
    top: 0;
    left: 0;
    background-color:#fff;
    border:none;
    filter:alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    height:100%;
    width:100%;
}

* html #GL_HideSelect { /* ie6 hack */
    position: absolute;
    height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#GL_load{
    position: fixed;
    display:none;
    height:13px;
    width:208px;
    z-index:103;
    top: 50%;
    left: 50%;
    margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #GL_load { /* ie6 hack */
    position: absolute;
    margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

tr#row_header td {
    border-right: #fff 1px solid;
    background: #5b7a6e;
    color: #ffffff;
    font-size: 10px;
    font-weight: bold;   
    padding: 5px 10px 10px 10px;
    vertical-align: middle;  
}

tr#row_header_yellow td {
    border-right: #fff 1px solid;
    background: #ffc200;
    color: #000;
    font-size: 10px;
    font-weight: bold;   
    padding: 5px 10px 10px 10px;
    vertical-align: middle;  
}

tr.row_color td {
    background: #e9efed;
    color:#000;
    font-size: 10px;
    padding: 5px 10px 10px 10px;
    vertical-align: middle; 
    border-top: 1px dotted #959595;
}

tr.row_color_yellow td {
    background: #fffde5;
    color:#000;
    font-size: 10px;
    padding: 5px 10px 10px 10px;
    vertical-align: middle; 
    border-top: 1px dotted #959595;
}

tr.row_white td {
    background: #ffffff;
    color:#000;
    font-size: 10px;
    padding: 5px 10px 10px 10px;
    vertical-align: middle; 
    border-top: 1px dotted #959595;
}

tr.row_gray td {
    background: #ebebeb;
    color:#000;
    font-size: 10px;
    padding: 5px 10px 10px 10px;
    vertical-align: middle; 
    border-top: 1px dotted #959595;
}

tr.row_color_changed td {
    background: #e9efed;
    color: darkviolet;
    font-size: 10px;
    padding: 5px 10px 10px 10px;
    vertical-align: middle; 
    border-top: 1px dotted #959595;
}

tr.row_white_changed td {
    background: #ffffff;
    color: darkviolet;
    font-size: 10px;
    padding: 5px 10px 10px 10px;
    vertical-align: middle; 
    border-top: 1px dotted #959595;
}

tr.row_color_new td {
    background: #e9efed;
    color: blue;
    font-size: 10px;
    padding: 5px 10px 10px 10px;
    vertical-align: middle; 
    border-top: 1px dotted #959595;
}

tr.row_white_new td {
    background: #ffffff;
    color: blue;
    font-size: 10px;
    padding: 5px 10px 10px 10px;
    vertical-align: middle; 
    border-top: 1px dotted #959595;
}

tr.row_color_red td {
    background: #e9efed;
    color: red;
    font-size: 10px;
    padding: 5px 10px 10px 10px;
    vertical-align: middle; 
    border-top: 1px dotted #959595;
}

tr.row_white_red td {
    background: #ffffff;
    color: red;
    font-size: 10px;
    padding: 5px 10px 10px 10px;
    vertical-align: middle; 
    border-top: 1px dotted #959595;
}

tr.row_pink_red td {
    background: pink;
    color: red;
    font-size: 10px;
    padding: 5px 10px 10px 10px;
    vertical-align: middle; 
    border-top: 1px dotted #959595;
}

.error {
    border: 1px solid red;                
}

.errorlogin {
    border-left: 1px solid red;                
}

td.click, td.hover, tr.hover, tfoot td.hover, td.hoverrow {
    background-color: yellow;
}

td.hovercell, th.hovercell {
    background-color: lightgreen;
}

.ac_results {
    padding: 0px;
    border: 1px solid black;
    background-color: white;
    overflow: hidden;
    z-index: 99999;
}

.ac_results ul {
    width: 100%;
    list-style-position: outside;
    list-style: none;
    padding: 0;
    margin: 0;
}

.ac_results li {
    margin: 0px;
    padding: 2px 5px;
    cursor: default;
    display: block;
    /* 
    if width will be 100% horizontal scrollbar will apear 
    when scroll mode will be used
    */
    /*width: 100%;*/
    font: menu;
    font-size: 12px;
    /* 
    it is very important, if line-height not setted or setted 
    in relative units scroll will be broken in firefox
    */
    line-height: 16px;
    overflow: hidden;
}

.ac_loading {
    background: white url('indicator.gif') right center no-repeat;
}

.ac_odd {
    background-color: #eee;
}

.ac_over {
    background-color: #0A246A;
    color: white;
}

.el_inline {
    display: -moz-inline-stack; 
    display: inline-block;  
    _overflow: hidden;
    zoom: 1;
    *display: inline;
    margin: 2px;
    padding: 2px;
    text-align:left;
} 

.checklistbox {
    color: #666;
    height: 120px;
    overflow: -moz-scrollbars-vertical !important;
    overflow: auto;
    border-top: 1px solid silver;
    border-left: 1px solid silver;
    border-right: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    background-color: white;
    padding: 2px;
    margin: 0px;
    line-height: 0px;
    word-spacing: 0px
    height: 9em;
    overflow-y: scroll;
    overflow-x: hidden;    
    text-align: left;  
    font-family: Tahoma;
    font-size: 0.8em;  
}
.checklistbox label input {
    margin-right: 0px;
}
.checklistbox label {
    font-size: 1em;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    padding: 1px;    
}
input.price {
    width: 7em !important;
}
select.spin {
    width: 42px;
}
input.spin-button {
    background-image: url('../img/spinbtn_updn.gif');
    font-size: 11px;
    background-repeat: no-repeat;
    background-position: 100% 0%;
    padding-right: 0.13em;
    padding-left: 0.2em;
}
input.spin-button.up {
    cursor: pointer;
    background-position: 100% -17px;
}
input.spin-button.down {
    cursor: pointer;
    background-position: 100% -34px;
}
input.spin-button  {
    padding-top: 0.08em;
    width: 5.2em;
}
tr.dotted_t td {
    border-top: 2px dotted #fff;
}
tr.dotted_b td {
    border-bottom: 2px dotted #fff;
}
tr.dotted_t_color td {
    border-top: 2px dotted #b7cbc3;
}   
tr.dotted_b_color td {
    border-bottom: 2px dotted #b7cbc3;
}
tr.dotted_t_color_solid td {
    border-top: 1px solid #b7cbc3;
}   
tr.dotted_b_color_solid td {
    border-bottom: 1px solid #b7cbc3;
}
.sel {
    display: none !important;
}

