/* screen.css */

/* Basic definitions */
body {
    color: #000;
    background: #fff;
    margin: 10px auto;
    text-align: left;
}
h1,h2,h3,h4,h5,h6 {
    font-family: Verdana, Helvetica, Arial;
}
h1, h2, h3 {
    font-family: Arial;
    font-size: 1.7em;
    font-weight: bold;
    color: #2d2d84;
    margin: 0 0 10px;
}
h2 {
    font-size: 1.5em;
}
h3 {
    font-size: 1.3em;
}
img {
    border: none;
    vertical-align: middle;
}
table {
    width: auto;
}
table td, table th {
    padding: 0 10px 0 0;
}
table tr.hover {
    background-color: #eaeaea !important;
}
table thead tr td {
    font-weight: bold;
    white-space: nowrap;
}
table td.top, table th.top {
    vertical-align: top;
}
table td.center, table th.center {
    text-align: center;
}
table td.right, table th.right {
    text-align: right;
}
table td.nowrap {
    white-space: nowrap;
}
table.form td, table.form th {
    padding: 1px 10px 1px 1px;
}
label {
    font-weight: normal;
}
label.required {
    font-weight: bold;
}
input[type=text], input[type=password], select {
    margin: 0.1em 0;
}
a[href^="error:"] {
    background: red !important;
    color: white !important;
}
a.colorbox {
    text-decoration: none;
}

/* Page parts */
#main {
    width: 980px;
    background: url('../images/az/background.jpg') top left repeat-x;
    margin: 0 auto;
}
#header {
    width: 100%;
    font-size: 1.2em;
    height: 185px;
    padding: 0 0 15px;
}
#header #logo {
    width: 165px;
    padding: 0 0 0 40px;
}
#header #right {
    text-align: right;
}
#header #right #heading {
    font-family: Arial;
    color: #2d2d84;
    font-weight: bold;
    font-size: 22px;
    text-align: right;
    margin: 25px 0;
    padding: 0 20px 0 0;
}
#header #right #heading a {
    color: #2d2d84;
    text-decoration: none;
}
#links {
    height: 213px;
    margin: 3px 0 0 2px;
    overflow: hidden;
}
#links .link {
    float: left;
    text-align: center;
    overflow: hidden;
    margin-left: 2px;
}
#links .link img {
    display: block;
    height: 165px;
}
#links .link .text, #links .link .text a {
    color: #ef0017;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
}
#links .link .text a.selected {
    color: #000;
    text-decoration: underline;
}
#content {
    background: url('../images/az/background2.jpg') top repeat-x;
    width: 960px;
    font-size: 1.2em;
    padding: 20px 10px;
    overflow: hidden;
}
#content .text table {
    background-color: #ffffff;
    border-spacing: 0px;
    border-collapse: collapse;
}
#content .text table th {
    border: 1px solid #8cacbb;
    background-color: #dee7ec;
    padding: 3px;
}
#content .text table td {
    border: 1px solid #8cacbb;
    padding: 3px;
}
#content .text img {
    padding: 5px;
}
#footer {
    width: 100%;
    color: #999;
    font-size: 1.1em;
    margin-bottom: 10px;
    border-top: 1px solid #aaa;
}
#footer a {
    color: #999;
    text-decoration: underline;
}
#cboxPhoto:hover {
    cursor: hand; 
    cursor: pointer;
}

/* Elements */
input[type=text].calendar {
    background: #fff url('../images/calendar.png') no-repeat right;
}
input[type=text].calendar-time {
    background: #fff url('../images/calendar.png') no-repeat right;
}
input.little {
    width: 50px;
}
input.short {
    width: 130px;
}
input.normal {
    width: 250px;
}
input.extra {
    width: 600px;
}
textarea.low {
    height: 60px;
}
textarea.zatepleni {
    width: 442px;
}
textarea.texyla {
    width: 100%;
    height: 400px;
    padding: 0;
}
select {
    padding: 5px;
}
select.long {
    width: 300px;
}

/* Common classes */
.float-left {
    float: left;
}
.float-right {
    float: right;
}
.float-center {
    float: center;
}
.icon {
    width: 20px;
    text-align: center;
}
.icon a {
    text-decoration: none;
}
.empty {
    width: 100%;
    color: #bbb;
    font-size: 2em;
    margin: 10px 0;
}

.left {
    text-align: left;
}
.center {
    text-align: center;
}
.right {
    text-align: right;
}

/* Nav bar */
#nav {
    font-family: Arial;
    font-size: 20px;
    height: 45px;
    background: #373737 url('../images/az/bg-menu.gif') top repeat-x;
    padding-left: 10px;
}
#nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    padding-right: 5px;
}
#nav li {
    float: right;
    position: relative;
    margin-right: 5px;
}
#nav li a {
    color: #fff;
    display: block;
    line-height: 24px;
    font-weight: bold;
    padding: 8px 10px;
    text-decoration: none;
}
#nav li a:hover, #nav li.hover a {
    color: #000;
    background: #fff;
    padding: 8px 10px;
}
#nav li:hover > a {
    text-decoration: none;
}

/* Table control */
div.grid-container {
    width: 100%;
    overflow: auto;
}
table.grid {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    background-color: #cdcdcd;
    margin: 10px 0 15px;
    font-size: 13px;
    width: 100%;
    text-align: left;
    border-spacing: 1px 1px;
}
table.grid thead tr th, table.grid tfoot tr th {
    color: #000;
    background-color: #eee;
    border: 1px solid #fff;
    font-size: 13px;
    padding: 4px;
}
table.grid thead tr th a, table.grid tfoot tr th a {
    color: #000 !important;
    text-decoration: underline !important;
}
table.grid tbody td {
    color: #3d3d3d;
    padding: 4px;
    vertical-align: middle;
}
table.grid tbody td a:hover {
    color: #000;
    text-decoration: underline;
}
table.grid tr {
    background-color: #fff;
}
table.grid tbody tr.evenrow {
    background-color: #f0f0f6;
}
table.grid tbody tr:hover > td.clickable, table tbody tr.hover {
    background-color: #eaeaea !important;
    cursor: hand; 
    cursor: pointer;
}
table.grid tbody tr.hover {
    background-color: #eaeaea !important;
    cursor: hand; 
    cursor: pointer;
}

/* Paginator */
.paginator {
    margin: 1em 0;
    font-size: 90%;
}
.paginator a, .paginator span {
    margin-right: 0.1em;
    padding: 0.2em 0.5em;
    color: #999;
}
.paginator a {
    border: 1px solid #b00006;
    text-decoration: none;
    color: #b00006;
}
.paginator span.button {
    border: 1px solid #ddd;
}
.paginator .current {
    background: #b00006;
    border: 1px solid #b00006;
    color: #fff;
    font-weight: bold;
}

/* Custom classes */
.half {
    width: 49%;
}
.full {
    width: 100%;
}
.quiet {
    color: #aaa;
}
.flash {
    font-size: 1.2em;
    margin-top: 10px;
    text-align: center;
}
.bold {
    font-weight: bold;
}
.bottom-5 {
    margin-bottom: 5px;
}

.profile-left {
    width: 690px;
    padding-right: 10px;
    border-right: 1px solid #2d2d84;
}
.profile-right {
    width: 269px;
    text-align: center;
    overflow: hidden;
    margin-right: -10px;
}
.profile-right .block {
    color: #000;
    background: #879be9;
    width: 200px;
    padding: 10px 10px 0;
    border: 2px solid #676fed;
    margin: 0 auto;
}
.profile-right .block a {
    color: #000 !important;
    font-weight: bold;
    text-decoration: none;
}
.profile-right .block img {
    padding-bottom: 10px;
}
.profile-right .block .text {
    text-align: right;
}

table.reference td {
    width: 200px;
    padding-bottom: 10px;
    overflow: hidden;
}
table.reference td img {
    width: 192px;
    font-size: 1.3em;
    background: #fff;
    padding: 5px;
    border: 1px solid #aaa;
}

table.zatepleni tr td.description {
    color: #666;
    border-bottom: 1px solid #aaa;
    padding-bottom: 5px;
}
table.zatepleni tr td.radios {
    padding-left: 20px;
}
table.zatepleni tr td {
    padding: 10px 10px 5px 0;
}

/* IE6 */
* html input.text {
    margin: 0;
}

