/* 
    Document   : stare
    Created on : Apr 11, 2009, 1:45:43 PM
    Author     : amsys
    Description:
        Purpose of the stylesheet follows.
*/

root { 
    display: block;
}

p {
    text-align: justify;
}

p.left {
    text-align: left;
}

h3 {
    margin-bottom: 0;
}

p.desc {
    font-size : 9px;
    margin: 0.3em 0 0 0;
}

/* velky modry titulek na strance, mel by byt prvni na kazde strance a pod nim volny radek */
h2 {
	color: #336699;
	font-weight : bold;
	font-size : 18px;
    margin: 0 0 1em 0;
    padding: 0;
}

h3 {
	color: #336699;
	font-weight : bold;
	font-size : 15px;
    margin: 1em 0 0.6em 0;
    padding: 0;
}

/*
    TODO: dodelat formular
fieldset {
    border: 0;
    width: 100%;
}

fieldset legend {
    background-color: #cce5ff;
	font-size : 10px;
	font-weight : bold;
    padding: 0.2em;
    margin: 0;
    width: 100%;
}
*/

ol {
    margin: 0;
    padding-left: 1.8em;
}

ol li {
    padding-right: 0.2em;
}

ol.titles li {
    font-weight: bold;
}

ol.titles li p {
    font-weight: normal;
    margin-top: 0.2em;
}

#jobs td,#jobs th {
    font-size: 10px;
    text-align: left;
    padding-left: 0.5em;
    padding-right: 0.5em;
}

#jobs tr th {
    background-color: #CCE5FF;
    font-weight: bold;
}

#jobs tr td {
    background-color: #F0F0F0;
}

#jobs td.take {
    font-size:9px;
    font-weight:bold;
    text-transform: uppercase;
    text-align: center;
}

#jobs td.take a {
    color:#990000;
}

#jobs .bold {
    font-weight: bold;
}

#jobs .level {
    color:#666666;
    font-size:9px;
}

#jobs tr hr {
    height: 1px;
    background-color: gray;
    border: 0;
}

#jobs h4 {
    color: #3322FF;
    margin: 1em 0; padding: 0;
    font-size: 10px;
}

div.right {
    text-align: right;
}

input.take {
    border: 1px solid #396a9c;
    background-color: #6292c2;
    color: white;
    font-weight: bold;
    font-size: 10px;
    margin-left: 0.5em;
}

#jobs div.labeled {
    /*padding-left: 9.5em;*/
    font-weight: bold;
}

#jobs div.labeled span {
    text-align: right;
    font-weight:normal;
    display: block;
    float: left;
    width: 9.5em;
    /*display: block;
    float: left;
    text-align: right;
    padding-right: 0.5em;
    font-weight:normal;
    margin-left: -10em;
    width: 9.5em;*/
}

#jobs div.details {
    padding-left: 0.8em;
    width: 97%;
    /*border-bottom: 2px solid white;*/
}

#jobs .availability tr th {
    font-weight: normal;
    width: 1.5em;
    text-align: center;
}

#jobs .availability tr td {
    background-color: white;
}

#jobs tr th.bold {
    font-weight: bold;
}

#jobs tr td.havetime {
    background-color: #9fff9f;
    text-align: center;
    color: black;
}


