/*****************************************************************
 * based on: Sinorca (http://oswd.org/viewdesign.phtml?id=1165)  *
 *****************************************************************/

/*{{{ ##### Listy ##### */
.itemName {
    font-weight: bold;
    /* display: block; */
}

.subitemName {
    display: block;
}

.itemInfo, .subitemInfo {
    /* display: block; */
}

.itemNotice, .subitemNotice, .itemWarning {
    color: red;
    text-decoration: none;
}

.itemWarning {
    font-weight: bold;
}

.action {
    width: 7em;
    text-align: center;
    vertical-align: text-bottom;
    font-size: 90%;
    line-height: 1.2em;
}

/*
.title {
  width: 22em;
  vertical-align: top;
}
*/

.subtitle {
  width: 22em;
  vertical-align: middle;
  padding-left: 2em;
}

.white {
    background-color: #fff;
}
/* }}} */

/*{{{ ##### Common Styles ##### */

body {
  color: black;
  background-color: rgb(240,240,240);
  font-family: verdana, helvetica, arial, sans-serif;
  font-size: 71%;  /* Enables font size scaling in MSIE */
  margin: 0;
  padding: 0;
  /* border-left: 1px solid rgb(153,153,153); */
  border-right: 1px solid rgb(153,153,153);
  /* center */
  width: 770px;
  margin-left: auto;
  margin-right: auto;
}

hr {
border: none 0;
border-top: 1px solid rgb(153, 153, 153);/*the border*/
height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
}

html > body {
  font-size: 8pt;
}

acronym, .titleTip {
  border-bottom: 1px dotted rgb(153,153,153);
  cursor: help;
  margin: 0;
  padding: 0 0 0.4px 0;
}

.doNotDisplay {
  display: none;
}

.smallCaps {
  font-size: 110%;
  font-variant: small-caps;
}

img {
    border-style: none;
    border-width: 0px;
}
/* }}} */

/*{{{ ##### Header ##### */

.superHeader {
  height: 3.1em;
}

.superHeader a {
  text-decoration: none;
  font-size: 91%;
  margin: 0;
  padding: 0 0.5ex 0 0.25ex;
}

.superHeader a:hover {
  text-decoration: underline;
}

.superHeader .left {
  position: absolute;
  left: 1.5mm;
  top: 0.75ex;
}

.superHeader .right {
  position: absolute;
  right: 1.5mm;
  top: 0.75ex;
}

.midHeader .right {
  position: absolute;
  right: 1.5mm;
  top: 0.75ex;
}

.logo {
  position: absolute;
  top: 0;
  text-align: right;
  width: 770px;
}

.headerTitle {
  font-size: 337%;
  font-weight: normal;
  margin: 0 0 0 4mm;
  padding: 0.25ex 0;
  /* text-align: right; */
}

.subHeader {
  margin: 0;
  padding: 1ex 1ex 1ex 1.5mm;
}

.subHeader a {
  text-decoration: none;
  font-weight: bold;
  margin: 0;
  padding: 0 0.75ex 0 0.5ex;
}

.subHeader a:hover {
  text-decoration: underline;
}
/*
.superHeader .highlight, .subHeader .highlight {
  color: rgb(253,160,91);
  background-color: transparent;
}
 */
/* }}} */

/*{{{ ##### Side Bar ##### */

#side-bar {
  width: 15em;
  float: left;
  clear: left;
  border-right: 1px solid rgb(153,153,153);
  border-left: 1px solid rgb(153,153,153);
}

#side-bar div {
  /*border-bottom: 1px solid rgb(153,153,153);
*/
}

#main-copy {
  color: black;
  background-color: white;
  text-align: justify;
  line-height: 1.5em;
  padding: 0.5mm 5mm 5mm 5mm;
  /* border-left: 1px solid rgb(153,153,153); */
}

#main-copy .logged {
  margin: 0 0 0 15em;
}

#main-copy .unlogged {
  margin: 0 0 0 0em;
}

#main-copy .unlogged #loginForm {
  margin: 0 0 0 15em;
}

#main-copy2 {
  color: black;
  background-color: white;
  text-align: justify;
  line-height: 1.5em;
  margin: 1em 5em 0 5em;
  padding: 0.5mm 5mm 5mm 5mm;
  /* border-left: 1px solid rgb(153,153,153); */
}

#main-copy .center {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

#main-copy .contentCenter {
    text-align: center;
}

#main-copy .contentRight {
    text-align: right;
}

#main-copy .contentLeft {
    text-align: left;
}

#main-copy .centerWidth60 {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
}


#main-copy table {
    width: 99%;
}

#main-copy table.box {
    border: 1px solid black;
}

#main-copy .annotation {
    font-size: 90%;
}

#main-copy input, select, textarea {
    border-style: solid;
    border-color: rgb(94,94,94);
    border-width: 1px;
    color: rgb(94,94,94);
    /*background-color: rgb(240,240,240);
*/
    font-family: verdana, helvetica, arial, sans-serif;
    /* height: 1.5em; */
    /* padding-top: 0.2em; */
    font-size: 8pt;
}
#main-copy input.clean
{
    border-style: none;
    border-width: 0px;
    /*background-color: #fff;*/
}

#main-copy input.shortButton {
    width: 50px;
    font-size: 8pt;
}
#main-copy input.longButton {
    width: 150px;
    font-size: 8pt;
}

#main-copy .objName {
    font-weight: bold;
}

#main-copy p {
  text-align: left;
}

#main-copy .donemessage, .warningmessage, .errormessage, .infomessage {
	border-top: 5px solid;
	border-left: 1px solid;
	background-repeat: no-repeat;
	background-position: 5px 1.33em;
	padding: .33em 0 .67em 42px;
	min-height: 32px;
    margin: .67em 0;
}
#main-copy .donemessage {
	background-image: url(../images/icon_success_lrg.gif);
	border-color: rgb(0,153,0);
}
#main-copy .warningmessage {
	background-image: url(../images/icon_warning_lrg.gif);
	border-color: rgb(204,102,0);
}

#main-copy .errormessage {
	background-image: url(../images/icon_error_lrg.gif);
	border-color: rgb(153,0,0);
}

#main-copy .infomessage {
	background-image: url(../images/icon_info_lrg.gif);
	border-color: #069;
}

#main-copy .return {
    text-align: right;
}
#main-copy .finish, .submit {
    text-align: center;
}

#main-copy .errormark, .donemark {
    padding-left: 20px;
    min-height: 15px;
    font-weight: bold;
}

#main-copy .errormark {
    background: url(../images/icon_error_sml.gif) no-repeat;
    color: rgb(153,0,0);
}

#main-copy .donemark {
    background: url(../images/icon_success_sml.gif) no-repeat;
    color: rgb(0,153,0);
}

#main-copy a {
  background-color: transparent;
  text-decoration: underline;
}

#main-copy a:hover {
  text-decoration: none;
}

#main-copy a.button {
    color: black;
    text-decoration: none;
}

#main-copy a:hover.button {
    color: black;
    text-decoration: underline;
}

#main-copy a.number {
    border-style: solid;
    border-color: rgb(94,94,94);
    border-width: 1px;
    color: rgb(94,94,94);
    font-family: verdana, helvetica, arial, sans-serif;
    font-size: 8pt;
    padding: 2px;
}

#main-copy h1 {
  font-size: 100%;
  font-weight: bold;
  /* margin: 3em 0 0 0; */
  padding: 0.5ex 0 0.5ex 1ex;
}

#main-copy h2 {
  font-size: 100%;
  font-weight: bold;
  text-align: center;
  /*padding: 0.5ex 0 0.5ex 0;*/
  /*margin: 0 0 0 0;*/
}

#main-copy  ul.menu {
  list-style: square inside;
  margin: 0;
  padding: 0 0 1.1em 0;
}

#main-copy li.menu {
  list-style: square inside;
  font-weight: bold;
  margin: 0 0 0 5px;
  padding: 0.1ex 0;  /* Circumvents a rendering bug (?) in MSIE 6.0 */
}

#main-copy .pre {
    /* font-size: 8px; */
    font-family: monospace;
}


dl {
  margin: 1em 1ex 2em 1ex;
  padding: 0;
}

dt {
  font-weight: bold;
  margin: 0 0 0 0;
  padding: 0;
}

dd {
  margin: 0 0 2em 2em;
  padding: 0;
}
/* }}} */

/*{{{ ##### Footer ##### */

#footer {
  font-size: 91%;
  margin: 0;
  padding: 1em 2.5mm 2.5ex 2.5mm;
  clear: both;
}

#footer .left {
  line-height: 1.45em;
  float: left;
  clear: left;
}

#footer .right {
  text-align: right;
  line-height: 1.45em;
}

#footer a {
  text-decoration: underline;
}

#footer a:hover {
  text-decoration: none;
}

.tabs1 {
    border-collapse: collapse;
    /*border-color: rgb(190,200,198);
*/
    border-color:#999;
}

.tabs1 td,th{
    padding-left: 4px;
}

.tabs2 {
    border-collapse: collapse;
    border-color:#999;
}

.tabs2 td,th{
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 8px;
    padding-bottom: 8px;
}

.rowN {
    background: #fff;
    text-align: left;
}

.rowP {
    background: rgb(240,240,240);
    text-align: left;
}

.rowU {
    background: #CCECC2;
    text-align: left;
}

.errormsg {
    color: #DC3A3C;
    font-weight: bold;
}

#kontakty {
    border-collapse: collapse;
    border-color: rgb(190,200,198);
}

#kontakty td {
    padding-left: 4px;
}

.szary {
 background: #8C9694;
 color: #fff;
}

div#commentForm
{
    display: none;
}


.tab-pane
{
   width:560px;
}

.kontakt_form input {
    font-size: 10pt !important;
}