/* 
    Document   : index
    Created on : 14.3.2010, 19:58:44
    Author     : sprinkler
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/
/*-------------------------------------obecné-------------------------------------------*/

body {
    background-image: url(../images/background.jpg);
    color: #252525;
    font: 80% Tahoma, "Geneva CE", lucida, sans-serif;
    padding: 0;
    margin: 0;
    min-width: 1250px;
    width: expression(document.body.clientWidth <= 1250? "1250px" : "auto" );
}

a {
    color: #252525;
}

a:hover {
    color: #252525;
    text-decoration: none;
}

form {
    text-align: right;
    width: 522px;
    margin: 0 auto;
}

form textarea.text, input.text, input.password {
    width: 200px;
    background: transparent;
    border: 1px solid #757575;
    margin: 0 160px 0 2px;
}

form input.button {
    width: 204px;
    background: transparent;
    border: 1px solid #757575;
    margin: 0 2px;
    margin: 0 160px 0 2px;
}

form input.checkbox {
    background: transparent;
    margin: 0 350px 0 2px;
}

form label {
    width: 160px;
}

form li.error {
    color: red;
}

table {

}
div.menuMenuBrowser {
    text-align: left;
    margin: 0;
    padding: 0 5px;
    height: 40px;
    background-color: #444444;
}

div.menuMenuBrowser a{
    display: block;
    float: left;
    margin: 11px 5px 0 5px;
    padding: 7px 5px;
    height: 15px;
    width: 170px;
    color: white;
    font-weight: bold;
    text-align: center;
    
}

div.menuMenuBrowser a.on{
    background-image: url(../images/menuMenuBrowser.png);
    background-position: top;
    background-repeat: no-repeat;
    background-color: #4377A8;
}

div.submenuMenuBrowser {
    text-align: left;
    background-color: #4377A8;
    border: 1px solid black;
    border-width: 0 0 1px 0;
    padding: 5px;
}

div.submenuMenuBrowser a{
    color: #DDDDDD;
    font-size: 12px;
    font-weight: bold;
    margin: 0 20px;
}

div.submenuMenuBrowser a:hover{
    text-decoration: none;
}

body {
    text-align: center;
}

table {
    width: 2000px;
    border-collapse: collapse;
    margin: 10px auto;
    font-size: 90%;
}

table th {
    border: 1px solid #757575;
    border-width: 2px 0;
    padding: 4px;
}

table td {
    border: 1px solid #757575;
    border-width: 1px 0;
    padding: 5px;
}

table tr.even td{
    background-color: #BBBBBB;
}

table th a{
    display: block;
}


table th a.asc{
    background-image: url(../images/desc.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    padding-bottom: 10px;
}

table th a.asc:hover{
    background-image: url(../images/asc.png);
}

table th a.desc{
    background-image: url(../images/asc.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    padding-bottom: 10px;
}

table th a.desc:hover{
    background-image: url(../images/desc.png);
}

/*-------------------------------------speciální-------------------------------------------*/

div#logout {
    position: absolute;
    right: 15px;
    top: 17px;
    color: white;
    font-weight: bold;
}

div#logout p{
    display: inline;
}

div#logout a{
    color: white;
    font-weight: bold;
}

form.login {
    margin-top: 200px;
    border: 2px solid #444444;
    padding: 20px;
    width: 264px
}


form.login input.text, form.login input.password{
    width: 100px;
    margin: 0 30px 0 2px;
}

form.login input.button {
    width: 104px;
    margin: 0 30px 0 2px;
}

table td form{
    width:auto;
    margin: 0;
    padding: 0;
}

table td p {
    margin: 0;
    padding: 0;
}

table td form input.text {
    width: auto;
    margin: 0;
    padding: 0;
}