body { 
	font-family: "Arial CE", Arial, Verdana, Helvetica, sans-serif; 
	background-color: white; 
	margin: 0px;
	width: 100%;
	font-size: 8pt; 
}

#header {
	width: 100%; 
	height: 78px;
	margin-bottom: 5px; 
	background-image: url('../images/hlavicka_pozadi.gif');
}
#header #login-form {
	position: absolute;
	top: 15px;
	left: 850px;
	width: 150px;
	height: 40px;
	padding: 5px;
}
	
#pageContent {
	width: 100%;
}
#pageContent #navigation {
	float: left; 
	width: 150px; 
	margin-right: 28px;
}
#pageContent #main {
	position: absolute;
	top: 83px;
	left: 178px;
	width: 834px;
	padding-bottom: 50px;
}

#footer {
	display: none;
	clear: both; 
	float: left; 
	width: 1000px; 
	text-align: center;
	font-size: 8pt;
}


HR { 
	margin: 0;
	padding: 0;
	border: none 0;
	border-top: 1px dotted #b1bed8;
	height: 1px;
}

FIELDSET {
	border: 0;
	padding: 0; 
	margin: 0;
}

FORM {
	border: 0;
	padding: 0; 
	margin: 0;
}

INPUT {
	font-size: 11px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: black; 
	border: 1px solid #B4C3DA;
}
TEXTAREA {
	font-size: 11px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: black; 
	border: 1px solid #B4C3DA;
	/*scrollbar-base-color:#B4C3DA;*/ 
}
SELECT {
	font-size: 11px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: black;
}
INPUT.no-border {
	border: 0px solid white;
}

TH {
	font-size: 9pt; 
	color: #000000; 
	font-family: "Verdana CE", Verdana, sans-serif;
}
TD {
	font-size: 8pt; 
	color: #000000; 
	font-family: "Arial CE", Arial, Verdana, sans-serif;
}
P {
	font-size: 8pt; 
	color: #000000; 
	font-family: "Arial CE", Arial, Verdana, sans-serif;
}
PRE { 
	font-family: "Arial CE", Arial, Verdana, Helvetica, sans-serif;
}

A:link, A:visited {
	color: #0b2668; 
	text-decoration: none;
}
A:hover, A:active {
	color: #d92b18; 
	text-decoration: underline;
}

.cervena {
	color: red;
}
.nadpis_tab {border-right: #b1bed8 1px solid; padding-right: 4px; border-top: #b1bed8 1px solid; padding-left: 4px; padding-bottom: 4px; border-left: #b1bed8 1px solid; color: black; padding-top: 4px; border-bottom: #b1bed8 1px solid; background-color: #eff1f6}
.nadpis_tab {font-weight: bold; font-size: 8pt; color: white; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif}
.nadpis_text {font-weight: bold; font-size: 10pt; color: black; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif}

.formpole {font-size: 8pt; color: #000000; font-family: "Arial CE", Arial, sans-serif; }
.ramecek1 {border-width: 0px; }
.komentar {font-size: 7pt; color: #000000; font-family: "Arial CE", Arial, sans-serif; }
.pruvodce {font-size: 7pt; color: #000000; font-family: "Arial CE", Arial, sans-serif; }

.tdspac1 {border: solid;border-width : 0px 1px 1px 1px;border-color : white;background-color:white;color : Black;font-family : Arial, Helvetica CE, sans-serif; font-size: 12px;padding-left: 4px;padding-right: 4px;padding-top: 2px;padding-bottom: 0px;height:16px}
.pagenavred {font-family : Arial, Helvetica CE, sans-serif;color:#D90000;font-size:10px;}

td.text {font-size: 9pt; color: #000000; font-family: "Arial CE", Arial, sans-serif; }

.tlacitko  {font-size: 9pt;}
.tlacitko2 {font-size: 8pt;}

/*
.nadpis_menu{ font-size: 9pt; font-weight: bold; color: #002647; padding-left: 10px; margin: 0px;}
.menu{ font-size: 8pt; color: #002647; padding-left: 10px; padding-right: 10px; padding-top: 3px; padding-bottom: 3px;}
*/
.menu {
	float: left;
	width: 100%;
	background-image: URL('../images/menu_bg.jpg');
	background-repeat: repeat-x;
	background-color: #EFF1F6;
	margin: 0 0 10px 0;
	padding: 0;
	color: #002647;
}	
.menu H2 {
	margin: 0;
	padding: 3px 3px 3px 10px;
	font-size: 9pt;
	font-weight: bold;
}
.menu UL {
	list-style: none;
	margin: 5px 0 5px 0;
	padding: 0;
}
.menu UL LI {
	margin: 0;
	padding: 0 10px 0 10px;
	font-size: 8pt;
}
/*
.menu UL LI A {
	color: #002647;
	margin: 0;
	padding: 0;
	border: 1px solid red;
}
*/
.menu HR {
	margin: 0;
	padding: 0;
	border: none 0;
	border-top: 1px dotted #002647;
	height: 1px;
}

#main H1 {
	background-image: URL('../images/menu_bg.jpg');
	background-repeat: repeat-x;
	background-color: #EFF1F6;
	margin: 0 0 10px 0;
	padding: 2px 0 1px 10px;
	font-size: 10pt;
	color: #002647;
}
#main H2 {
	margin: 0;
	padding: 3px 3px 3px 0px;
	font-size: 9pt;
	font-weight: bold;
}

FIELDSET.with-border {
	border: 1px dotted #b1bed8;
	padding: 0 10px 10px 10px;
	width: 600px;
}
FIELDSET.with-border LEGEND {
	font-size: 10pt;
	padding: 0 5px 0 5px;
	background-color: white;
	color: #002647;
	font-weight: bold;
}
FIELDSET.with-border TABLE {
	margin-top: 10px;
}

.row-space {
	height: 10px;
}
HR.row-space {
	margin: 5px 0 5px 0;
	height: 1px;
}
TD HR.row-space {
	padding: 5px 0 5px 0;
	vertical-align: middle;
}

TABLE TR.even {
	background-color: #EFEFEF;
/*	border-bottom: 1px dotted #b1bed8;*/
}
TABLE.form {
	border: 0; 
	padding: 2px;
}
TABLE.form TH {
	text-align: left; 
	padding: 3px; 
	font-size: 9pt; 
	font-family: "Verdana CE", Verdana, sans-serif;
	color: #000000; 
	background-color: #EFF1F6;
/*	background-color: #B4C3DA;*/
} 
TABLE TH.without-background {
	background-color: transparent;
} 
TABLE.with-border {
	border: 1px dotted #b1bed8;
}
TABLE.vertical TH, TABLE TH.center {
	text-align: center;
	vertical-align: middle;
}
TABLE TH.cervena {
	color: #FF0000; 
} 
TABLE.form TD {
	font-size: 8pt; 
	color: #000000;
	margin-left: 20px; 
	font-family: "Arial CE", Arial, sans-serif;
	white-space: nowrap; 
}
TABLE.form TD.cervena {
	color: #FF0000; 
}
TABLE.form TD.right {
	text-align: right;
}
TABLE.form TD.center {
	text-align: center;
}


.object-status {
	font-style: italic;
	font-size: x-small;
	color: #002647;
}
.dedicated-registrar {
	font-style: italic;
	font-size: x-small;
	color: #002647;
}
.error {
	font-style: italic;
	font-size: x-small;
	color: #B0B0B0;
}

.object-expand, .object-collapse {
	float: left;
	width: 11px;
	height: 11px; 
	background-repeat: no-repeat;
	margin-right: 5px;
	cursor: pointer;
}
.object-expand {
	background-image: URL('../images/icon_plus.gif');
}
.object-collapse {
	background-image: URL('../images/icon_minus.gif');
}

.customer-table {
	border: 1px solid #B4C3DA;
	margin-bottom: 20px;
	margin-right: 20px;
	width: 370px;
}

.customer-table td, .customer-table th {
	width: 100%;
	white-space: nowrap;
}

.customer-table-header {
	background-image: URL('../images/menu_bg.jpg');
	background-repeat: repeat-x;
	background-color: #EFF1F6;
	font-size: 9pt;
	font-weight: bold;
}

.float-left {
	float: left;
}

.right {
	text-align: right;
}

.customer-table th {
	text-align: left;
}

.thickBottomBorder {
	border-bottom: 2px solid #000;
}

.large {
	font-size: 12pt;
	font-weight: bold;
}

.notary-confirm-table {
	border: none;
	text-align: left;
}

.notary-confirm-table th {
	width: 150px;
	font-weight: bold;
	vertical-align: top;
}

.notary-confirm-table td {
	font-size: 9pt;
	padding-bottom: 10px;
}

/*********************************/
/*** definice zalozek            */
/*********************************/
#tabWizard {
        font-size: 9pt;
        height: auto;
        margin: 10px 0 0 0;
}
#tabWizard .tab, #tabWizard .tabSelected, #tabWizard .tab1, #tabWizard .tab1Selected {
        padding: 2px 5px 2px 5px;
        float: left;
        background-color: #BDC0C1;
}
#tabWizard .tab, #tabWizard .tab1 {
        border-top: 1px solid #888888;
        border-right: 1px solid #888888;
        border-bottom: 2px solid #888888;
        background-image: url(../images/wizard/tabbg.jpg);
}
#tabWizard .tabSelected, #tabWizard .tab1Selected {
        border-top: 2px solid #888888;
        border-right: 2px solid #888888;
        border-bottom: 1px solid #F5F5F5;
        background-color: #F5F5F5;
        color: #000000;
}
#tabWizard .tabSelected, #tabWizard .tab1 {
        border-left: 1px solid #888888;
}
#tabWizard .tab1Selected {
        border-left: 2px solid #888888;
}
#tabWizard .tab, #tabWizard .tab1 {
        background-color: #CCCCCC;
}
#tabWizard .none {
        padding: 2px 0 2px 0;
        border-bottom: 2px solid #888888;
        border-top: 1px solid #FFFFFF;
}
#tabWizard A {
        color: #000000;
        text-decoration: none;
}
#tabPanel {
        border-right: 2px solid #888888;
        border-bottom: 2px solid #888888;
        border-left: 2px solid #888888;
        padding: 20px 10px 20px 10px;
        background-color: #F5F5F5;
}
#tabPanel HR {
        margin: 10px 0 10px 0;
        padding: 0;
}
#tabPanel TABLE {
        margin: 0 0 0 0;
        background-color: transparent;
}
#tabPanel.topborder {
		border-top: 2px solid #888888 !important;
}
