/*  Screen stylesheets for Extra Práce
    created: Jana Moudrá, jana.moudra@gmail.com
    date: 22-7-2010
    last edit: 3-8-2010
*/

/* HTML elements */ 
body {
    background: #3b86a0 url(../images/background.jpg) top center no-repeat;
    font: 0.7em/1.5 Arial, Verdana, Helvetica, sans-serif;
    color: #575b5c;
}

h1, h2 {
    color: #117ea5;
    font-size: 1.6em;
    padding-bottom: 15px;
}

h3 {
    padding-bottom: 5px;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
}

p {
    padding-bottom: 13px;
}

a {
    text-decoration: underline;
    color: #117ea5;
    font-weight: bold;
}

a:hover {
    text-decoration: none;
}

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

ul, ol {
    margin: 5px 0 10px 10px;
}

ul {
    list-style-type: disc;
}

ol {
    list-style-type: decimal;
}

li {
    padding: 1px 2px;
}

table {
    border-collapse: collapse;
    table-layout: auto;
    margin: 5px 5px 10px;
    background: white;
}

table, th, td {
    border: 1px solid #575b5c;
}

th {
    font-weight: normal;
    text-align: left;
    color: #7eb9c9;
    background: #E4F4F8 url(../images/table-header.gif) left top repeat-x;
}

thead th {
    min-height: 28px;
}

th, td {
    padding: 5px 8px;
}

input, select, textarea {
    font: 1em/1.5 Arial, Verdana, Helvetica, sans-serif;
    color: #575b5c;
}

textarea {
    overflow: auto;
}

label {
    font-weight: bold;
    color: black;
    font-size: 1.1em;
}

hr {
    display: none;
}

/* Common selectors */
.clear {
    clear: both;
}

.left {
    float: left;
}

.right {
    float: right;
}

.navigation {    
    list-style: none;
    margin: 0;
}

.navigation li {
    padding: 0;
    float: left;
}

.list {
    list-style: none;
    margin: 0;
}

img.logo {
    margin-left: 61px;
}

.top, .bottom {
    height: 8px;
}

.hidden {
    display: none;
}

#center .top, #center .bottom {
    height: 4px;
}

/* Wrapper */
#wrapper {
    width: 938px;
    margin: 0 auto;
    position: relative;
}
/* Header */
#header {
    height: 138px;
    position: relative;
}

#header #logo img {
    margin-top: 27px;
}

#header .navigation {
    clear: both;
}

#header #login-navigation, #header #main-navigation {
    position:absolute;
    right:15px;
    z-index:10;
}

#header #login-navigation {
    height:16px;    
    top:15px;
}

#header #login-navigation li {    
    line-height: 1;
    padding-top: 5px;
}

#header #login-navigation li#login-link {
    padding-left: 15px;
    background: transparent url(../images/login-person.gif) top left no-repeat;
}

#header #login-navigation li a {
    font-weight: normal;
    color: #2ca0ca;
    border-right: 1px solid #2ca0ca;
    padding: 0 8px;
}

#header #main-navigation {
    top: 45px;
    right: 0;
}

#header #main-navigation li {
    margin: 0 4px;
}

#header #login-navigation li.last a {
    border-right: none;
    padding-right: 0;
}

#header #main-navigation li a {
    color: #2ca0ca;
    text-decoration: none;
    display: block;
    height: 30px;
    line-height: 30px;
}

#header #main-navigation li.last {
    margin-right: 0;
}

#header #main-navigation li.active a {
    color: #aac81e;
}

#header #main-navigation li a .center {
    padding: 0 15px;
}

#header #main-navigation li.active a .center, #header #main-navigation li a:hover .center {
    background: transparent url(../images/main-navigation-center.png) top left repeat-x;
}

#header #main-navigation li a span {
    height: 30px;
    display: block;
    float: left;
}

#header #main-navigation li a .left, #header #main-navigation li a .right {
    width: 2px;
}

#header #main-navigation li.active a .left, #header #main-navigation li a:hover .left {
    background: transparent url(../images/main-navigation-left.png) top left no-repeat;
}

#header #main-navigation li.active a .right, #header #main-navigation li a:hover .right {
    background: transparent url(../images/main-navigation-right.png) top right no-repeat;
}

#header #tabs-navigation {    
    width: 283px;
    position: absolute;
    z-index: 1;
    right: 0;
}

#header #tabs-navigation li, #header #tabs-navigation {
    height: 40px;    
    text-align: center;
}

#header #tabs-navigation li {
    background: #AAC81E url(../images/tab-nonactive.jpg) top left no-repeat;
    width: 141px;
}

#header #tabs-navigation li.active, #header #tabs-navigation li:hover {
    background: #F7FCFE url(../images/tab-active.jpg) top left no-repeat;
}

#header #tabs-navigation li.last {
    margin-left: 1px;
}

#header #tabs-navigation li a {
    text-decoration: none;
    display: block;
    font-size:1.25em;
    height:31px;
    padding-top:8px;
    text-shadow:1px 1px 0 gray; 
}

#header #tabs-navigation li a {
    color: white;
}

#header #tabs-navigation li.active a, #header #tabs-navigation li:hover a {
    color: #117EA5;
    text-shadow: none;
}

/* Content */
#container {
    position: relative;
    z-index: 3;
    min-height: 732px;
}

#container #center {   
    float:right;
    width:694px;
}

#container #center #main-index {
    min-height: 515px;
}

#container #center #main-index .center {
    background: #E1F3F7 url(../images/company-navigation-center.gif) top left repeat-y;
}

#container #center .center div.right-side {
    float: right;
}

#container #center .center div.left-side {
    float: left;
}

#container #center #main-index .center div.right-side {
    padding: 25px 30px 60px 25px;
    width: 191px;
}

#container #center #main-search .center div.right-side {
    padding: 20px 20px 0 0;
    width: 230px;
}

#container #center #main-index .center div.left-side {
    padding: 25px 30px 60px 40px;
    border-right: 1px solid white;
    width: 375px;
}

#container #center #main-search .center div.left-side {
    padding: 20px 40px 30px 40px;
    width: 364px;
}

#container #center img.left {
    margin: 0 15px 7px 0;
}

#container #center img.right {
    margin: 0 0 7px 15px;
}

#container #center .article {
    margin-bottom: 20px;
}

#container #center #main .article {
    margin-bottom: 20px;
    border-bottom: 1px solid white;
    padding: 0 10px 20px;
}

#container #center #main .article-detail .category {
    text-align: left;
}

#container #center #main .article-detail .text {
    clear: both;
    padding-top: 10px;
}

#container #center .category {
    text-align: right;
    color: #9d9d9d;
}

#container #center .annotation {
    font-weight: bold;
}

#container #center .search-results {
    color: #9d9d9d;
    padding: 10px 10px 0;
}

#container #center .article h2, #container #center .article h3 {
    padding-bottom: 0;
}

#container #center #main .articles h2, #container #center #main .job-detail h2, #container #center #main .cv-detail h2 {
    color: #242424;
    font-size: 1.3em;
    padding: 0 10px 15px;
}

#container #center .cv-detail {
    padding-top: 10px;
}

#container #center .job-detail h2, #container #center .cv-detail h2 {
    padding: 0 !important;
}

#container #center .article h2 {
    font-size: 1em;
}

#container #center .article ul.link-list li {
    padding: 0;
}

#container #center .articles, #container #center .poll, #container #center .offers {
    margin-bottom: 30px;
}

#container #center .article-detail {
    min-height:280px;
    padding: 0 10px 30px;
    background: transparent url(../images/line.png) center bottom no-repeat;
    margin-bottom: 10px;
}

#container #center .job {
    padding: 20px 10px;
    background: transparent url(../images/line.png) center top no-repeat;
}

#container #center .job h2 {
    padding-bottom: 0;
}

#container #center .job div.left {
    width: 405px;
}

#container #center .job-detail {
    padding:  0 10px 30px;
}

#container #center .job-detail h1 {
    text-transform: uppercase;
}

#container #center .job div.left .text {
    border-right: 1px solid white;
    padding-right: 50px;
}

#container #center .cvs div.left {
    width: 445px;
}

#container #center .cvs div.left .text {
    border-right-color: #d4d4d4;
}

#container #center .job div.right {
    width: 190px;
    margin-top: 25px;
}

#container #center .cvs div.right {
    width: 155px;
}

#container #center .cvs div.right a {
    color: #2CA0CA;
}

#container #center .cv-detail .content {
    margin-left: 110px;
}

#container #center .offers .offers-list li {
    padding: 0 0 5px;
}

#container .poll-list li {
    padding: 0;
}

#container .poll-list a {
    display: block;
}

#container .poll-list .poll-bar {
    height: 13px;    
    float:left;
    width: 100%;
    margin: 3px 0 8px;
}

#container .poll-list .poll-color {
    width: 90%;
    float: left;
}

#container .poll-list .poll-bar .center {
    display: block;
    height: 13px;
    border: 1px solid #aac81e;
    background: #b7d624 url(../images/poll-bar-center.gif) center left repeat-x !important;
    position: relative;
}

#container .poll-list .poll-bar .number {
    position: absolute;
    z-index: 8;
    left: 100%;
    padding-left: 8px;
    line-height: 15px;
}

#container #center #main-index .top {
    background: transparent url(../images/content-top.png) top left no-repeat;
}

#container #center #main-search .top, #container #center #main .top {
    background: transparent url(../images/search-top.png) top left no-repeat;
}

#container #center #main-index .bottom, #container #center #main-search .bottom, #container #center #main .bottom {
    background: transparent url(../images/content-bottom.png) bottom left no-repeat;
}

#container #center #main-search .center, #container #center #main .center {
    background: #E1F3F8 url(../images/search-center.png) top left repeat-x;
    min-height: 244px;
}

#container #center #main .center {
    min-height: 500px;
    padding: 20px 20px 10px 30px;
}

#container #center #main-search {
    margin-bottom: 15px;
}

#container .slideshow {
    position:relative;
}

#container .slideshow-pagination {
    bottom:4px;
    height:24px;
    left:13px;
    position:absolute;
    z-index: 10;
    width:101px;
    background: transparent url(../images/slideshow-pagination.gif) top left no-repeat;
}

#container .slideshow-pagination ul {
    margin: 5px auto 0;
    text-align: center;
}

#container .slideshow-pagination li {
    display: inline;
    border-right:1px solid #a9a9a9;
    line-height:1;
    padding:0 6px 0 4px;
}

#container .slideshow-pagination li.last {
    border-right: none;
}

#container .slideshow-pagination a {
    text-decoration: none;
    color: #575B5C;
    font-weight: normal;
}

#container .slideshow-pagination .active a {
    font-weight: bold;
    color: #117EA5;
}

#container #center #main .heading, #container #center #main .heading-form {
    min-height: 60px;
    padding: 0 10px;
    margin-bottom: 20px;
}

#container #center #main .heading {
    background: transparent url(../images/line.png) center bottom no-repeat;
    padding-bottom: 15px !important;
}

#container #center #main .heading-form {
    background: none;
    padding-bottom: 0 !important;
}

#container #center #main .footer {
    height: 55px;
    padding: 20px 30px 0;
    background: #E1F3F8 url(../images/line.png) center top no-repeat;
}

#container #center #main .center .footer {
    padding: 20px 0;
}

.heading form .first {
    width: 271px;
}

.heading form .first .form  {
    width: 266px;
    background: none;
    padding-top: 0;
    height: 100%;
}

.heading form .first .label {
    width: 254px;
}

.heading form .second .label {
    width: 195px;
}

.heading form .first .form .top {
    background: transparent url(../images/form-ticket-top.gif) no-repeat left top !important;
    height: 9px !important;
}

.heading form .first .form .bottom {
    background: transparent url(../images/form-ticket-bottom.gif) no-repeat left bottom !important;
    height: 4px !important;
}

.heading form .first .form .center {
    background: white url(../images/form-ticket-center.gif) repeat-y left top !important;
    min-height: 27px !important;
    padding: 0 4px !important;
}

.heading form .second {
    width: 210px;
    margin-left: 10px;
}

.heading form .second .form  {
    width: 208px;
    background: white url(../images/form-input-small.gif) no-repeat left top !important;
    height: 33px;
}

.heading form .second select {
    width:190px;
}

.heading form .submit {
    margin: 27px 0 0 13px;
}

.heading, .heading-buttons {
    padding: 0 !important;
}

.heading form {
    width:auto;
}

.heading form .form-block {
    float: left;
}

.new-cv .left {
    width: 50px;
}

.new-cv .submit .left {
    width: 4px;
}

.new-cv .content {
    margin: 0 25px 0 45px;
}

.new-cv .cv-part {
    padding-bottom: 25px;
    margin-bottom: 15px;
    background: transparent url(../images/line.png) no-repeat left bottom;
}

.new-cv .cv-part .number {
    display:block;
    width:34px;
    height: 34px;
    background: transparent url(../images/dot.png) no-repeat left bottom;
    color:white;
    font-size:1.2em;
    font-weight:bold;
    line-height:32px;
    text-align:center;
}

.new-cv .cv-part h2 {
    line-height: 1;
    font-size:1.25em;
    line-height:1;
    padding-top: 3px;
}

.new-cv .cv-part h2 a {
    color: #242424;
}

.new-cv .cv-part h2 a.change-link {
    color:#2CA0CA;
    font-size:0.8em;
    padding-left:20px;
}

.new-cv .cv-part sup {
    color: red;
}

.form-small .form {
    background: transparent url(../images/form-input-middle.gif) no-repeat left top;
    height:25px;
    width:268px;
    margin: 10px 0;
}

.form-textarea textarea {
    height:60px;
    padding:10px 0 5px 10px;
    width:250px;
    border: none;
    background: none;
}

.form-textarea {
    background: transparent url(../images/form-textarea.gif) no-repeat left top;
    width: 268px;
    height: 83px;
    text-align: center;
    margin: 10px 0;
    padding-top: 5px;
}

.form-small .form input, .form-small .form select {
    width:240px;
    padding: 3px 6px 5px;
}

.form-small .form select {
    width:  255px;
}

.form-table {
    width: 100%;
    background: none;
}

.form-table, .form-table th, .form-table td {
    border: none;
    padding: 0;
    background: none;
}

.form-table th {
    width:  170px;
    vertical-align:  top;
    padding-top:  10px;
    height: auto;
}

.form-table th label {
    font-weight: normal;
}

.form-table .form, .form-table .form-textarea {
    margin:  5px 0;
}

.form-block, .form-block-short {
    padding: 10px 25px 7px 15px;
    width: 430px;
    margin: 3px 0;
}

.heading .form-block {
    padding: 0;
    width: 0;
    margin: 0;
}

.form-block {
    background: #cbe9f1;
}

.heading .form-block {
    background: none;
}

.form-block-open {
    margin: 10px 0;
}

.form-block h3 {
    padding-left: 20px;
    background: transparent url(../images/icon-plus.png) no-repeat scroll left 3px;
}

.form-block p {
    padding-bottom: 0;
}

.form-block h3, .form-block h3 a {
    color: #2CA0CA;
}

.form-editation-links {
    float: right;
    padding-top: 7px;
}

.new-cv .footer {
    background: none !important;
    padding:  0 0 0 160px !important;
}

.new-cv .footer p {
    padding-right: 60px;
}

.new-cv .footer .submit {
    margin-right: 25px;
}

form input.accept, form input.reset {
    border: none;
    height: 38px;
    width: 105px;
    font-weight: bold;
    font-size: 1.3em;
    margin-top: 5px;
    color: white;
    cursor: pointer;
}

form input.accept {
    margin-right: 8px;
}

form input.accept {
    background: #34A5CE url(../images/submit-buttons.png) no-repeat top left;
}

form input.reset {
    background: #A9A9A9 url(../images/submit-buttons.png) no-repeat 0 -38px;
}

#container #center .pagination {
    height: 45px;
    background: #E1F3F8 url(../images/search-center.png) 0 -170px repeat-x;
    padding: 15px 0 0 30px;
}

#container #center .pagination li {
    width: 34px;
    height: 33px;
    background: white url(../images/pagination.gif) center center no-repeat;
    text-align: center;
    margin: 0 3px;
}

#container #center .pagination li.active {
    background: #1b95c1 url(../images/pagination-active.gif) center center no-repeat
}

#container #center .pagination li.next {
    width: 82px;
    text-transform: uppercase;
    background: #1b95c1 url(../images/pagination-next.gif) left center no-repeat;
    text-align: left;
}

#container #center .pagination li.dots {
    background: none;
    font-weight: bold;
    padding-top: 10px;
    color: #117EA5;
    margin: 0;
}

#container #center .pagination li a {
    display: block;
    text-decoration: none;
    line-height: 33px;
    font-size: 1.1em;
}

#container #center .pagination li.active a, #container #center .pagination li.next a {
    color: white;
}

#container #center .pagination li.next a {
    text-decoration: underline;
    padding:  1px 0 0 15px;
}

.table-contact, .table-contact th, .table-contact td,
.table-person, .table-person th, .table-person td,
.table-position, .table-position th, .table-position td {
    border: none;
    margin: 0;
}

.table-person, .table-person th, .table-person td,
.table-contact, .table-contact th, .table-contact td {
    background: none;
    color: #575B5C;
}

.table-contact th, .table-contact td {
    padding: 0 15px;
}

.table-person th, .table-person td {
    padding:  2px 30px;
}

.table-contact, .table-contact, .table-contact, .table-person {
    margin-bottom: 15px;
}

.table-contact, .table-contact th, .table-contact, .table-person th {
    padding: 2px 0;
}

.table-contact, .table-person th {
    font-weight: bold;
}

.table-position {
    width: 100%;
}

.table-position tbody tr {
    border-bottom: 1px solid #dff2f7;
}

.table-position tbody tr.odd {
    background: #f3fbfd;
}

.table-position tbody tr.even {
    background: white;
}

.table-position td {
    padding: 15px 20px;
    vertical-align: top;
}

.table-position th {
    padding: 6px 20px;
}

.table-position th#position {
    width: 215px;
}

.table-position th#type {
    width: 60px;
}

a.editation {
    display: block;
    width: 26px;
    height: 26px;
    background: transparent url(../images/icon-arrow.png) left center no-repeat;
    position:absolute;
    z-index:300;
}

li.editation {
    position: relative;
}

li.editation .editation-submenu {
    position:absolute;
    right:32px;
    top:-2px;
    width:122px;
    z-index:10;
    display: none;
}

li.editation:hover .editation-submenu, .over .editation-submenu {
    display: block !important;
}

li.editation .editation-submenu li {
    background: #30a4ce;
    padding: 0;
    border-bottom: 1px solid #2299c4;
    border-top: 1px solid #3cb4df;
    width: 102px;
    padding: 5px 10px;
}

li.editation .editation-submenu li.top-list {
    height: 24px !important;
    width: 132px;
    padding: 8px 10px 0 !important;
    background: transparent url(../images/editation-top.png) left top no-repeat !important;

}

li.editation .editation-submenu li.top-list {
    border-top: none;
}

li.editation .editation-submenu li.last, li.editation .editation-submenu li.top-list {
    border-bottom: none;
}

li.editation .editation-submenu .bottom-list {
    height: 4px;
    background: transparent url(../images/editation-bottom.png) left bottom no-repeat !important;
}

li.editation .editation-submenu li a {
    font-weight: bold;
    color: white;
    text-decoration: none;
}

li.editation .editation-submenu li.top-list a {
    padding-top: 10px;
}

li.editation .editation-submenu li:hover {
    background: #6ec8e8;
}

li.editation .editation-submenu li.top-list:hover {
    background: transparent url(../images/editation-top-hover.png) left top no-repeat !important;
}

/* Forms */
form.find-job, form .form {
    width: 364px;
}

form .form {
    height: 40px;
    text-align: center;
    background: transparent url(../images/form-input.gif) top left no-repeat;
    padding-top: 7px;
}

form .form input, form .form select {
    border: none;
    margin: 0;
    width: 340px;
}

form .form input {
    padding: 7px 6px;
}

form .form select {
    width: 350px;
    padding: 7px 0 7px;
}

form .label {
    padding: 5px 5px 3px 10px;
    width: 349px;
}

form .label a, form a.find-more {
    float: right;
    color: #2CA0CA;
    font-weight: normal;
}

form a.find-more {
    padding-right: 25px;
    display: block;
    line-height: 38px;
    background: transparent url(../images/arrow.gif) center right no-repeat;
}

.search-results a.find-more {
    line-height: 1;
    margin-right: 23px;
}

a.back {
    float: right;
    display: block;
    margin-right:  30px;
    padding:  10px 0 10px 40px;
    background: transparent url(../images/icon-back.png) center left no-repeat;
}

.submit, .submit span, .submit .submit-input, .submit input {
    height: 38px;
    float: left;    
}

.submit span {
    display: block;
    width: 4px;
}

.submit .submit-input, .submit .answer-job {
    background: transparent url(../images/submit-button-center.gif) top left repeat-x;
}

.submit:hover .submit-input, .submit:hover .answer-job {
    background: transparent url(../images/submit-button-hover-center.gif) top left repeat-x;
}

.submit span.submit-input {
    width: auto;
    color: white;
    font-size: 1.4em;
    line-height: 38px;
    padding: 0 30px 0 20px;
}

.submit input, .submit a.submit-input {
    border: none;
    font-size: 1.4em;
    color: white;
    font-weight: bold;
    cursor: pointer;
    background: transparent url(../images/submit-button-arrow.gif) right center no-repeat;
    padding: 0 30px 0 15px;
}

.submit:hover input, .submit:hover a.submit-input {
    background: transparent url(../images/submit-button-hover-arrow.gif) right center no-repeat;
}

.submit:hover a.submit-input, .submit a.submit-input {
    background-position: 107px center;
}

.submit a.submit-input {
    text-decoration: none;
    line-height: 38px;
}

.submit .add-job {
    margin-right: 15px;
}

.submit .cv-submit, .submit:hover .cv-submit {
    padding: 0 15px;
    background: none;
}

.submit .add-job a.submit-input {
    background: transparent url(../images/submit-button-plus.gif) 10px center no-repeat;
    padding: 0 18px 0 30px;
}

.submit:hover .add-job a.submit-input {
    background: transparent url(../images/submit-button-hover-plus.gif) 10px center no-repeat;
    padding: 0 18px 0 30px;
}

.submit input.find-job {
    background-position: 105px center;
}

.submit input.find-employee {
    background-position: 168px center;
}

.submit input.find {
    background-position: 75px center;
}

.submit span.left {
    background: transparent url(../images/submit-button-left.png) top left no-repeat;
}

.submit:hover span.left {
    background: transparent url(../images/submit-button-hover-left.png) top left no-repeat;
}

.submit span.right {
    background: transparent url(../images/submit-button-right.png) top right no-repeat;
}
.submit:hover span.right {
    background: transparent url(../images/submit-button-hover-right.png) top right no-repeat;
}

.submit input#frmformSearch-ok {
    background-position: 107px center;
}

.submit-bar {
    margin-top: 15px;
}

.heading form .first .center {
    overflow: auto;
}

.heading form.form-filter {
    float: right;
    margin-right:  10px;
}

.heading form.form-filter .form {
    background: transparent url(../images/form-filter.gif) top left no-repeat !important;
    padding-top: 6px;
}

.heading form.form-filter .form select {
    padding: 0;
    height: 14px;
}

.heading form.form-filter .navigation li {
    padding:  0 4px;
}

.heading form.form-filter .navigation li.filter-label, .heading form.form-filter .navigation li.filter-link {
    padding-top:  6px;
}

.heading form.form-filter .navigation li.filter-label label {
    font-weight: normal;
    font-size: 1em;
}

.heading form.form-filter .navigation li input.filter {
    width: 72px;
    height: 23px;
    font-weight: bold;
    color: white;
    border: none;
    cursor: pointer;
    background: #4cb4da url(../images/button-filter.gif) top left no-repeat;
}

.heading form.form-filter .navigation li a {
    font-weight: normal;
    margin: 0 5px;
}

.heading form.form-filter .navigation .form {
    width: 208px;
    margin-right: 20px;
}

.heading form.form-filter .navigation .form select {
    width: 196px;
}

.ticket {
    float: left;
    margin-left: 10px;
    height: 24px;
    background: transparent url(../images/ticket-center.gif) top left repeat-x;
    height: 100%;
}

.ticket span, .ticket a {
    display: block;
    height: 24px;
    float: left;
}

.ticket span.left {
    width: 4px;
    background: transparent url(../images/ticket-left.gif) top left no-repeat;
}

.heading form .first .ticket span.center {
    background: none !important;
    height: 24px !important;
    line-height: 24px;
    margin: 0 5px 0 3px;
    overflow: visible;       
}

.ticket a.right {
    width: 23px;
    background: transparent url(../images/ticket-right.gif) top right no-repeat;
}

h1.cv {
    background: transparent url(../images/icon-cv.png) top left no-repeat;
    color: #2CA0CA;
    padding: 10px 0 15px 50px;
}

/* Left */
#left {
    float: left;
    width: 228px;
}
#left ul {
    list-style: none;
    margin: 0;
}

#left li {
    padding: 0;
}

#left .side-navigation li {
    display: block;
    height: 69px;
    background: transparent url(../images/side-navigation.png) top left no-repeat;
    font-size:1.4em;
    font-weight:bold;
    margin: 6px 0;
}
#left .side-navigation li:hover {
    background: transparent url(../images/side-navigation-active.png) top left no-repeat;
    width: 236px;
}

#left .side-navigation li.active {
    background: transparent url(../images/side-navigation-active.png) top left no-repeat;
    width: 236px;
    height: 68px;
}

#left .side-navigation li.first {
    margin-top: 0;
}

#left .side-navigation li a {
    text-decoration: none;
    color:#117EA6;
    padding-left: 60px;
    display: block;
    height: 46px;
    padding-top: 25px;
}
#left .side-navigation li a:hover {
    color:white;
}

#left .side-navigation li.extended a {
    height:56px;
    line-height:1.2;
    padding: 15px 20px 0 60px;
}

#left .side-navigation li.active a {
    color: white;
    height: 45px;
}

#left .side-navigation li.search a {
    background: transparent url(../images/icon-find.png) 15px center no-repeat;
}

#left .side-navigation li.cv a {
    background: transparent url(../images/icon-cv.png) 15px center no-repeat;
}

#left .side-navigation li.send a {
    background: transparent url(../images/icon-free.png) 15px center no-repeat;
}

#left .side-navigation li.print a {
    background: transparent url(../images/icon-print.png) 15px center no-repeat;
}

#left #company-navigation {
    background: #E1F3F7 url(../images/company-navigation-center.gif) top left repeat-y;
    min-height: 100px;
    margin-top: 14px;
}

#left #company-navigation ul {
    list-style: disc;
    color: #B5D816;
    padding: 10px 30px 15px 25px;
}

#left #company-navigation li {
    padding: 2px 0;
}

#left #company-navigation .center {
    padding: 0 8px;
}

#left #company-navigation .top {
    background: #E1F3F7 url(../images/company-navigation-top.gif) top left no-repeat;
}

#left #company-navigation .bottom {
    background: #E1F3F7 url(../images/company-navigation-bottom.gif) bottom left no-repeat;
}

#left .extra-navigation {
    width: 226px;
    color: white;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 12px;
}

#left #search-navigation {
    margin-bottom: 7px;
}

#left .extra-navigation h3, #left .extra-navigation a  {
    font-size:1.25em;
}

#left #search-navigation h3 {
    font-size: 1.4em;
    margin-top: 13px;
}

#left .extra-navigation a {
    color: white;
    text-decoration: none;
}

#left .extra-navigation ul {
    margin: 0 12px;
}

#left .extra-navigation ul li {
    border-top: 1px solid #40a9d0;
    border-bottom: 1px solid #2687ab;
    padding: 10px 0;
}

#left .extra-navigation ul li.last {
    border-bottom: none;
}

#left .extra-navigation ul li a {
    padding-left: 47px;
    background: transparent url(../images/arrow-2.gif) 10px 2px no-repeat;
}

#left #search-navigation ul li a {
    background: transparent url(../images/arrow.gif) 10px 2px no-repeat;
}

#left .extra-navigation .top {
    height:auto;    
    background: transparent url(../images/extra-navigation-top.png) top left no-repeat;
}

#left #search-navigation .top {
    background: transparent url(../images/side-navigation-active.png) top left no-repeat;
    width: 236px;
}

#left .extra-navigation .top .info {
    margin: 0 12px;
    padding: 15px 0 10px 47px;
    min-height:69px;
    background: transparent url(../images/icon-person.png) 0 15px no-repeat;
    border-bottom: 1px solid #2687ab;
}

#left #search-navigation .top .info {
    background: transparent url(../images/icon-find.png) 0 15px no-repeat;
    min-height:0;
    height: 40px;
    margin-right: 22px;
}

#left .extra-navigation .top .info input.logout {
    background: #ebebeb url(../images/button-logout.gif) top left no-repeat;
    border: none;
    color: #6b6c6c;
    font-weight: bold;
    width: 78px;
    height: 20px;
    cursor: pointer;
    margin-top: 10px;
}

#left .extra-navigation .center {
    background: #2196c0 url(../images/extra-navigation-center.gif) top left repeat-y;
}

#left .extra-navigation .bottom {
    background: transparent url(../images/extra-navigation-bottom.png) bottom left no-repeat;
}


/* Footer */
#footer {
    border-top: 1px solid #629eb3;
    margin-top: 50px;
    padding: 40px 0 30px;
    height: 95px;
}

#footer, #footer a {
    color: white;
}

#footer #bar .navigation {
    float: right;
    position:relative;
    top:-65px;
    z-index: 5;
    left: 0;
}

#footer #bar .navigation a {
    text-decoration: none;
    font-weight: normal;
    display: block;
}

#footer #bar .navigation li {
    width: 110px;
    height: 25px;
    text-align: center;
    background: #629eb3 url(../images/footer-button.gif) top left no-repeat;
    margin: 0 2px;
    line-height: 24px;
}

#footer #bar .navigation li.last {
    margin-right: 0;
}

#footer #language {
    width: 184px;
    height: 26px;
    position: relative;
    top: -67px;
    background: #629eb3 url(../images/footer-button-language.gif) top left no-repeat;
    text-align: center;
}

#footer #language a {
    display:block;
    padding-top:5px;
    text-decoration:none;
}

#footer img.logo, #footer #copyright {
    float: left;
}

#footer #copyright {
    display:block;
    height:23px;
    width:143px;
    background: #629eb3 url(../images/footer-bubble.gif) top left no-repeat;
    font-size:0.8em;
    line-height:1.2;
    padding: 9px 0 7px 20px;
    margin: 27px 0 0 20px;
}

.form-error-message{
    background: transparent url(/images/error-icon.gif) no-repeat scroll 0 0;
    color: #BB0000;
    font-size: 12px;
    margin-left: 5px;
    min-height: 20px;
    min-width: 20px;
    padding-left: 20px;
}
.form-control-error{
    background-color: #FFEEEE;
    border-color: #BB0000;
}

/* FLASH ZPRAVICKY */
div.flash{
    font-size: 13px;
}
div.flash div.imgerror{
    float: left;
    background-image: url('/images/error.png');
    width: 27px;
    height: 28px;
}
div.flash div.imginfo{
    float: left;
    background-image: url('/images/info.png');
    width: 30px;
    height: 31px;
}
div.flash div.error{
    color: rgb(236,21,30);
    float: left;
    height: 20px;
    background-color: rgb(254,198,201);
    border: solid rgb(234,37,46) 1px;
    margin-left: 8px;
    padding: 7px;
    font-weight: bold;
}
div.flash div.info{
    color: rgb(35,95,157);
    float: left;
    height: 20px;
    background-color: rgb(221,238,248);
    border: solid rgb(149,187,209) 1px;
    margin-left: 8px;
    padding: 7px;
    font-weight: bold;
}

form .form-captcha{
    height: auto;
}
.form-captcha-img{
    margin-top: 10px;
}

#company-navigation h2{
    margin-left: 5px;
    margin-top: 8px;
}
#company-navigation .jak_zvyhodnit{
    background-image: url('/images/btn_back.png');
    width: 158px;
    height: 24px;
    color: white;
    font-weight: bold;
    margin-left: 10px;
    font-size: 13px;
    padding-top: 5px;
    padding-left: 13px;
}
#company-navigation .jak_zvyhodnit a{
    color: white;
}

.job h2 a.paid { 
    color: #AAC81E;
} 
