/* tooltip ########################### */

td#bALlO0nBdY{
	background-color: #ECF4F8;
}

td#bALlO0nBdY h2{
	font-size: 19px;
	border-bottom: 1px solid;
	padding-bottom: 6px;
	margin-bottom: 9px;
}

td#bALlO0nBdY h3{
	font-size: 17px;
	border-bottom: 1px solid;
	padding-bottom: 5px;
	margin-bottom: 7px;
}

td#bALlO0nBdY h4{
	font-size: 15px;
	border-bottom: 1px solid;
	padding-bottom: 4px;
	margin-bottom: 5px;
}

td#bALlO0nBdY p{
	padding: 7px 0;
}

td#bALlO0nBdY a{
	text-decoration: none;
	border-bottom: 1px dashed;
	color: #1A6CB4;
}

td#bALlO0nBdY a:hover{
	border-bottom: 0;
}

td#bALlO0nBdY table{
	margin: 0 auto;
	background-color: #FFFFFF;
	padding: 1px;
	border: 1px solid #C3DAF0;
}

td#bALlO0nBdY td, td#bALlO0nBdY th{
	padding: 3px;
}

td#bALlO0nBdY th{
	background-color: #E1EFF4;
}

td#bALlO0nBdY tr{
	background-color: #F3F8FA;
}

td#bALlO0nBdY tr.one{
	background-color: #F3F8FA;
}

td#bALlO0nBdY tr.two{
	background-color: #FFFFFF;
}

td#bALlO0nBdY ul, td#bALlO0nBdY ol{
	margin-top: 10px;
	margin-left: 20px;
}

/* ------- FORM (STANDARD) -------------------------------------------------- */
.pg_table{
	width: 580px;
}

.pg_prev {
	margin-left: 3px;
	margin-right: 3px;
	color: #000000;
}

.pg_curr {
	margin-left: 3px;
	margin-right: 3px;
	font-weight: bold;
	color: #E95C2C;
}

.pg_next {
	margin-left: 3px;
	margin-right: 3px;
	color: #AAAAAA;
}
.form-table {
	margin: 6px;
	border: 1px solid #404040;
	/*background: #FFFFFF;*/
}

.form-title {
	margin: 4px 6px;
	color: #000000;
	background-color: #EEEEEE;
	font-weight: bold;
}

.form-table-cell-border {
	margin: 6px;
}

.form-table-border {
}

.form-field-title {
	margin-left: 6px;
	margin-right: 6px;
	text-align: right;
	white-space: nowrap;
}

.form-field-error {
	color: #E95C2C;
	font-weight:bold;
}

.form-field-measure {
	margin-left: 6px;
	margin-right: 6px;
	text-align: left;
}

.form-field {
	z-index:-1;
	margin: 2px;
}

.form-submit1 {
	margin:2px;
	/*	IE7 fix for tto wide buttons */
	width:auto;
	overflow: visible;
}

.form-submit2 {
	margin:2px;
	text-decoration: underline;
	font-weight: bold;
}

.form-datetime-title {

}

.form-accountnumber-title {

}

.form-checklist-title {

}

.form-text {
	margin: 6px;
	text-align: left;
}

.form-separator-cell {
	border-top: 1px dotted #E0E0E0;
}

.form-image {
	margin: 6px;
}

.form-tooltip {
}

.strip_out{
	padding: 0px;
	margin: 0px;
	border: 0px;
}

.strip_in{
	background-color: #B8B8B8;
	border: 1px solid #A2A2A2;
	height: 70%;
	padding: 1px;
	margin: 1px;
}

.row_odd{
	background-color: #EEEEEE;
	padding: 0px;
	margin: 0px;
	border: 0px;
}

.row_even{
	background-color: #FFFFFF;
	padding: 0px;
	margin: 0px;
	border: 0px;
}

#content img.infobutton{
	padding: 1px 3px 0 2px;
}

#summary_text .form-text .form-table{
	background-color: #FFFFFF;
	border: 0;
}

#summary_text .form-text .form-title{
	background-color: #EEEEEE;
	border: 1px solid #DDDDDD;
}

table.form-table input{
	margin: 3px 2px;
}

div.form-text div.form-title{
	background-color: transparent;
	margin: 0;
}

#my-folder-table .form-title{
	/* CSS fix pre MyFolder / households nabidky -> summary titles */
	background-color: transparent;
}

#my-folder-table #infotable th,
#my-folder-table #table-summary th
{
	background-color: #FFFFFF;
	padding: 8px !important;
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}


