/* 
    Document   : style
    Created on : 28.6.2011, 10:21:11
    Author     : vitex
    Description:
        Main stylesheet
*/

root { 
    display: block;

}

#MainMenu {
    background: url( ../img/atslogo.png ) no-repeat right top;
    height: 70px;
    font-weight: bold;
}

/* © 2011 ATS Praha s.r.o. vespod */
#FootAbout {
    text-align: right;
}

/* Poznámka */
.notice {
    font-size: xx-small;
}


/* Blok obsahující stavové zprávy */
#StatusMessages {
    font-weight: lighter;
    position:absolute;
    z-index: 10;
    width: 100%;
    opacity: 0.9; 
    filter:alpha (opacity=90)
}

body { background-color: #f5f8f9; }

/* Zpráva uživateli */
.MessageForUser { 
    background-color: #EEEEEE; width: 65%; 
}

#Centered {
    width: 40em;
    margin-left: auto;
    margin-right: auto;
}

/*tabulka*/
table.stats
{text-align: center;
 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif ;
 font-weight: normal;
 font-size: 11px;
 color: #fff;
 background-color: #666;
 border: 0px;
 border-collapse: collapse;
 border-spacing: 0px;}

table.stats td
{background-color: #CCC;
 color: #000;
 padding: 4px;
 text-align: left;
 border: 1px #fff solid;}

table.stats td.hed
{background-color: #666;
 color: #fff;
 padding: 4px;
 text-align: left;
 border-bottom: 2px #fff solid;
 font-size: 12px;
 font-weight: bold;} 

#ServiceID { font-size: x-large; width: 500px; }

#Centered input.ui-button { width: 500px; }

#galleryBar{
    display: inline;
}

#Gallery li {
    border: 10px solid red;
    list-style: none;
    display: block;
}