/*
        Design by Free CSS Templates
        http://www.freecsstemplates.org
        Released for free under a Creative Commons Attribution 2.5 License
        Modified by ROV.sk
*/

/* Basic */

*
{
    margin: 0em;
    padding: 0em;
}

h1,h2
{
}

a
{
    color: #0000AE; /*#0000FF#995500*/
}

body
{
    font-family: Helvetica, Arial, sans-serif;/*"Palatino Linotype", "Book Antiqua", Palatino, serif;*/
    font-size: 11pt;
    background: #fff;
    color: #463C3C;/*665555*/
}


.highlight
{
    color: #CC3300;
    font-weight: bold;
}

.infomessage
{
    color: #0000FF; /*#0000AE#0000FF#995500*/
    font-size: 12px;	
}

.errormessage
{
    color: red;
    font-size: 12px;	
}

img.center {   
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: .7em;
    border: none;
}

#focused  {
    margin: 1px 0px 15px 0px;
    padding: 12px 10px 3px 20px;
    border: solid #0000AE 2px;
    background-color: #FFFFFF;/*#CC3300#55A0FF;/*FFE2C6*/
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    line-height:140%;

}

#focused  h3 {
    text-align:center;
    /*font-family: Verdana, Geneva, sans-serif;*/
}

#important  {
    margin: 1px 0px 15px 0px;
    padding: 8px 8px 5px 10px;
    border: solid #0000AE 2px;
    background-color: #FFFFCC;/*FFFFCC;#CC3300#55A0FF;/*FFE2C6*/
}


/* Outer */

#outer
{
    margin: 0em auto 1em auto;
    width: 100%;
    background-color: #fff;
}

/* Header */

#header
{
    padding: 0.7em 2em 1.2em 4em;
    background: #191F4F url('../IMAGES/A1.JPG') top left repeat-x;
}

#header h1
{
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
    font-size: 1.6em;
}

#header h1
{
    display: block;
    width: 950px;
    margin: 0em auto;
    font-weight:normal;
}

#header h2
{
    display: block;
    width: 950px;
    margin: 0.3em auto 0 auto;
    color: #FFCC00;
    font-size: 1em;
    font-weight:normal;
}

#header h1 a
{
    color: #fff;
    text-decoration: none;
}


#header a img {
    border:none;
}

/* Menu */

#menu
{
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
    padding: 0.6em 2em 0.6em 0em;
    background: #D3DDE9 url('../IMAGES/A2.GIF') top left repeat-x; /*#F1DFC9*/
    font-size: 1em;
}

#menu ul
{
    display: block;
    width: 950px;
    margin: 0em auto;
    list-style: none;
    padding-left: 2.5em;
}

#menu li
{
    display: inline;
}

#menu li a
{
    color: #38271C;
    font-weight: normal;
    text-decoration: none;
    padding: 0.25em 0.75em 0.25em 0.75em;
}

#menu li a:hover, #menu li a.current
{
    background: #191F4F url('../IMAGES/A4.GIF') top left repeat-x;
    color: #FFFFFF;
}


/* Content */

#content
{
    width: 950px/*778*/;
    margin: 0em auto;
}

#content p
{
    margin-bottom: 1.2em;
    text-align: justify;
}

#content h2
{
    color: #443333;
    margin-bottom: 0.9em;
}

#content h3,h4,h5,h6
{
    color: #443333;
    margin-bottom: 0.9em;
}

#content ul
{
    margin-bottom: 1.5em;
    padding-left: 1em;
}

#content blockquote
{
    padding-left: 1em;
    margin-bottom: 1.5em;
    border-left: solid 7px #EFEECC;
    border-left-color: #CC9966;
}

#content blockquote p
{
    margin-bottom: 0em;
}

#content table
{
    margin-top: .6em;
    margin-bottom: .2em;
}

#content table th
{
    text-align: left;
    font-weight: bold;
    padding: 0.5em;
    color: #000099;
}

#content table td
{
    padding: 0.3em;
    color: #000000;
}

/* Primary Content */

#primaryContentContainer
{
    float: left;
    margin-left: -17em;
    width: 100%;
}

#primaryContent
{
	font-size: 10pt;
    margin: 0em 0em 0em 16em;
    padding: 1.5em;
}

#primaryContent h2, #primaryContent h3
{
	border-bottom: solid 1px #955200; /*#efeecc;#955200;#FFCC00;*/
	padding-bottom: 0.25em;
	margin-bottom: 0.9em;
}

#primaryContent h2
{
    font-size: 1.2em;
}

#primaryContent h3
{
    font-size: 1.1em;
}

#primaryContent li
{
    margin-top: 3px;
}

#primaryContent p
{
    line-height: 140%;
}


/* Secondary Content */

#secondaryContent
{
    float: right;
    width: 16.5em;
    padding: 1.5em 1em 1.5em 1em;
    font-size: 0.9em;
}

#secondaryContent h3
{
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
    background: #191F4F url('../IMAGES/A4.GIF') top left repeat-x;
    color: #fff;
    padding: 0.5em;
    padding: 0.5em 0.5em 0.5em 1.0em;
    position: relative;
    left: -0.8em;
    margin-right: -1.6em;
    font-size: 1.1em;
}

#secondaryContent ul
{
    margin-bottom: 1.5em;
    padding-left: 0.5em;
}

#secondaryContent p {
    line-height: 100%;
}

#secondaryContent a {
    color: #955200;
}

.highlight
{
    color:#CC3300;
    font-weight: bold;
}

/* Footer */

#footer
{
    padding: 1.5em 2em 1.5em 2em;
    text-align: center;
    width: 950px;
    margin: 0em auto;
/*    border-top: solid 1px #EFEECC; */
    font-size: 0.9em;
}

.clear
{
    clear: both;
}


/* Login */

#login {
    padding: 0px 0 0 0;
}

/*#login form {
        margin: 0;
        padding: 0px 0 0 0;
}*/

#login fieldset {
    margin: 0;
    padding: 0;
    border: none;
}

#login label {
    color: #463C3C;
}

#logininputtext {
    width: 200px;
    margin-bottom: .2em;
    font: normal 100% Georgia, "Times New Roman", Times, serif;
    color: #000000;
}


#logininputsubmit {
    margin-top: 0.2em;
    margin-bottom: 0.3em;
    font: normal 100% Georgia, "Times New Roman", Times, serif;
    color: #000000;
}

#login a {
    color: #995500;
}


/* Sponsors */

#sponsors {
    padding: 5px 0 15px 0;
    text-align: center;
}

#sponsors a img {
    border:none;
}

/* Partners */

#partners {
    padding: 5px 0 15px 0;
    text-align: center;
}

#partners a img {
    border:none;
    /*    display: block;
        margin-left: auto;
        margin-right: auto;	*/

}


/* Search customer */

#searchcustomer {
    padding: 0px 0 0 0;
    display: block;
    width: 410px;
    margin-left: auto;
    margin-right: auto;	
}

/*#customer form {
        display: block;
        width: 400px;
        margin: 0em auto;
        padding: 0 0 0 0;
}*/

#searchcustomer fieldset {
    margin: 0;
    padding: 0;
    border: none;
}

#searchcustomer label {
    color: #191F4F;
    font-weight:bold;
}

#searchinputtext {
    width: 270px;
    font: bold 100% Georgia, "Times New Roman", Times, serif;
    color: #000000;
}

#searchinputsubmit {
    font: bold 100% Georgia, "Times New Roman", Times, serif;
    color: #000000;
}

#searchcustomer a {
    color: #995500;
}


/* Registration of customer */

#registration {
    padding: 0px 0 0 0;
    display: block;
    width: 300px;
    margin-left: auto;
    margin-right: auto;
}

/*#registration form {
        display: block;
        width: 400px;
        margin: 0em auto;
        padding: 0 0 0 0;
}*/

#registration fieldset {
    margin: 0;
    padding: 0;
    border: none;
}

#registration label {
    color: #191F4F;
    font-weight:bold;
}

#reginputtext {
    width: 270px;
    margin-bottom: 0.4em;
    font: normal 100% Georgia, "Times New Roman", Times, serif;
    color: #000000;
}
#reginputtext1 {
    width: 180px;
    margin-bottom: 0.4em;
    font: normal 100% Georgia, "Times New Roman", Times, serif;
    color: #000000;
}
#reginputtext2 {
    width: 70px;
    margin-bottom: 0.4em;
    font: normal 100% Georgia, "Times New Roman", Times, serif;
    color: #000000;
}

#reginputsubmit {
    margin-top: .8em;
    margin-bottom: .3em;
    font: bold 100% Georgia, "Times New Roman", Times, serif;
    color: #000000;
}

#registration a {
    color: #995500;
}

/*Registration data*/
#registdata table
{
    margin-top: 1em;
    margin-bottom: 1.5em;
}

#registdata table th
{
    text-align: left;
    font-weight: bold;
    padding: 0.5em;
    color: #000099;
}

#registdata table td
{
    padding: 0.3em;
    color: #191F4F;
    font-weight: normal;
}

#registdata input
{
    width: 165px;
    margin-bottom: 0.1em;
    font: normal 100% Georgia, "Times New Roman", Times, serif;
    color: #000000;
}

#registdata input.regdatainputsubmit {
    width: 90px;
    margin-top: .3em;
    margin-bottom: .3em;
    font: bold 100% Georgia, "Times New Roman", Times, serif;
    color: #000000;
}


/* Pricelist*/

#pricelist table
{
    margin-top: 0.2em;
    margin-bottom: 1.5em;
}

#pricelist table th
{
    text-align: left;
    font-weight: bold;
    padding: 0.5em;
    color: #000099;
}

#pricelist table td
{
    padding: 0.5em;
}

#pricelist table tr.rowA
{
    background-color: #FFE0C1;
    color: inherit;
}

#pricelist table tr.rowB
{
    background-color: #FFFEEF;
    color: inherit;
}

/*Document editor*/
#doceditor table
{
    margin-top: 1em;
    margin-bottom: 1.5em;
}

#doceditor table th
{
    text-align: left;
    font-weight: bold;
    padding: 0.5em;
    color: #000099;
}

#doceditor table td
{
    padding: 0.3em;
    color: #191F4F;
    font-weight: normal;
}

#doceditor input
{
    width: 190px;
    margin-bottom: 0.1em;
    font: normal 100% Georgia, "Times New Roman", Times, serif;
    color: #000000;
}

input.docinputtext2 {
    width: 100px;
    margin-bottom: 0.1em;
    font: normal 100% Georgia, "Times New Roman", Times, serif;
    color: #000000;
}

#doceditor select
{
    width: 190px;
    margin-bottom: 0.1em;
    font: normal 100% Georgia, "Times New Roman", Times, serif;
    color: #000000;
}

#doceditor textarea
{
    margin-bottom: 0.1em;
    font: normal 100% Georgia, "Times New Roman", Times, serif;
    color: #000000;
}

input.doceditorinputsubmit {
    width:90px;
    margin-top: .1em;
    margin-bottom: .1em;
    font: bold 100% Georgia, "Times New Roman", Times, serif;
    color: #000000;
}

#doceditor input.doceditorinputfile {
    width:280px;
    margin-top: .1em;
    margin-bottom: .1em;
    font: normal 100% Georgia, "Times New Roman", Times, serif;
    color: #000000;
}

a.editbutton {
    text-decoration:none;
    border: 1px #0033CC solid;
    padding: 1px 3px 1px 3px;
    background-color: #FFFFFF;
    color: #0000FF;
}

a.editbutton:hover {
    background-color: #F1DFC9;
    color: #0000FF;
}

/*Document preview for subject*/
#docpreview table {
    margin-top: .8em;
    margin-bottom: 0.5em;
}

#docpreview table th {
    text-align: left;
    font-style: normal;
    font-size: 12px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    padding: 0.4em;
    color: #000099;
    background-color: #D3DDE9;/*DFEAFF;D5E0FD*/
    border-top: solid #A6A6FF 1px;
    border-bottom: solid #A6A6FF 2px;	
}

#docpreview table td {
    /*        border-bottom: 1px solid gray;*/
    font-size: 12px;
    font-style: normal;
    font-family: Arial, Helvetica, sans-serif;
    padding: 0.4em;
}

#docpreview table tr:hover {
    background-color: #D3DDE9;/*DFEAFF;D5E0FD*/	
    color: #000000;
}

#docpreview a {
    color: #0000FF;
}

/*Document list editing*/
a.detailbutton {
    text-decoration:none;
    border: 1px #0033CC solid;
    padding: 1px 3px 1px 3px;
    background-color: #FFFFFF;
    color: #0000FF;
}

a.detailbutton:hover {
    background-color: #F1DFC9;
    color: #0000FF;
}


/*Document details*/
#docdetail {
	font-size: 10pt;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 20px 10px 20px 10px;
	border: 1px solid #333399;
}


#docdetail table
{
    margin-top: 1em;
    margin-bottom: 1.5em;
}

#docdetail table th
{
    text-align: left;
    font-weight: bold;
    padding: 0.5em;
    color: #000099;
}

#docdetail table td
{
    padding: 0.3em;
    color: #000000;
    font-weight: normal;
}

#docdetail table span.leftcol
{
    color: #191F4F;
}

/*Document list*/
#doclistedit table {
    margin-top: .8em;
    margin-bottom: 0.5em;
}

#doclistedit table th {
    text-align: left;
    font-style: normal;
    font-size: 12px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    padding: 0.4em;
    color: #000099;
    background-color: #D3DDE9;/*DFEAFF;D5E0FD*/	
    border-top: solid #A6A6FF 1px;
    border-bottom: solid #A6A6FF 2px;	

}

#doclistedit table td {
    /*        border-bottom: 1px solid gray;*/
    font-size: 12px;
    font-style: normal;
    font-family: Arial, Helvetica, sans-serif;
    padding: 0.4em;
}

#doclistedit table tr:hover {
    background-color: #D3DDE9;/*DFEAFF;D5E0FD*/	
    color: #000000;
}


#doclistedit a {
    color: #0000FF;
}

/*Oznamy list*/
#doclisteditoznamy table {
    margin-top: .8em;
    margin-bottom: 0.5em;
}

#doclisteditoznamy table td {
    /*        border-bottom: 1px solid gray;*/
    font-size: 12px;
    font-style: normal;
    font-family: Arial, Helvetica, sans-serif;
    padding: 0.4em;
}


#doclisteditoznamy a {
    color: #0000FF;
}

/*document type in list */
.doctypeinlist
{
    color: #000099; /*#0000FF#0000AE#0000FF#995500*/
    font-size: 10px;
    padding-top:4px;
}

/*Filter for documents*/
#filter {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    background-color:#FFFFFF;
    /*	padding-top: 10px;	*/
}

#filter fieldset {
    margin-bottom: 15px;
    padding: 1px 5px 7px 10px;
    background-color: #E1E2E3;/*F1DFC9;*/
    border: solid #0000AE 1px; /*#0000AE#0000AE#CC3300#0000AE;*/
}

#filter legend {
    color: #0000AE;
    font-weight: bold;
}

#filter input
{
    width: 185px;
    margin-bottom: 0.1em;
    color: #000000;
}

#filter input.filterinputtext2 {
    width: 75px;
    margin-bottom: 0.1em;
    color: #000000;
}

#filter input.filterinputsubmit {
    width: 65px;
    margin-top: .1em;
    margin-bottom: .1em;
    color: #000000;
}

#RU {
    font-size:14px;
    color: #000000;
    padding-bottom: 10px;
}

#docconfirm {
    width: 750px;
    margin: 30px auto 50px auto;
}

#docconfirm h2, #docconfirm h3
{
    color: #443333;
    padding-bottom: 0.25em;
    margin-bottom: 0.9em;
}

#docconfirm h2
{
    font-size: 1.5em;
}

#docconfirm h3
{
    font-size: 1.2em;
}

/* Import */
#importstatistika {
    line-height: 150%;
}

#importchybnedokum {
    margin-top: 0.8em;
    margin-bottom: 0.5em;
    font-size:12px;
}

#dialogtable{
    font-size: 12px;
    color: black;
    background-color: white;
}

#dialogtable  tr:hover{
    font-size: 12px;
    background-color: silver;
    cursor: pointer;
}


#dialogtable th{
    background-color: #D3DDE9;
    color: black;
    height: 20px;
    cursor:default;

}


