/* CSS Document */


/*---------------------------------------------
  DEBTS DETAIL
---------------------------------------------*/
 
.debtsDetailInfo {
	background: #ffffbf;
	padding: 7px 0 7px 10px;
	margin-bottom: 5px;
	color: red;
	font-weight: bold;
}
.debtsDetail {
	background: #efefef url(../images/bg-blue-gradient2.png) repeat-x 0px 0px; ;
}
.debtsDetail .leftPart {
	float: left;
}
.debtsDetail .rightPart {
	float: left;
}
.debtsDetail .leftPartIn {
	margin: 0 0 25px 15px;
	border: 2px solid #a0a0a0;
	background: white;
	width: 600px;
}
.debtsDetail .rightPartIn {
	margin: 0 0 0 18px;
}
.debtsDetail .box {
	margin-top: 18px;
}
.debtsDetail h3 {
	background: #497fbf url(../images/gradient-blue2.png) repeat-x 0px 0px;
	padding: 6px 0px 6px 15px;
	font-size: 16px;
	color: white;
}
.debtsDetail .debtor,
.debtsDetail .creditor {
	background: white;
	margin-bottom: 10px;
}
.debtsDetail h4 {
	padding: 6px 0px 6px 10px;
	color: black;
}
.debtsDetail .debtInfo h4 {
	/*background: #497fbf;*/
		background: url(../images/gradient-blue.png) repeat-x 0px 0px;
}
.debtsDetail .debtor h4 {
/*	background: #f3b044;*/
	background: url(../images/gradient-orange.png) repeat-x 0px 0px;
}
.debtsDetail .creditor h4 {
	/*background: #7dc623;*/
	background: url(../images/gradient-green.png) repeat-x 0px 0px;
}
.debtsDetail .debtNote {
	margin: 5px 5px 15px 10px;
}
.debtsDetail table.tableNote td {
	height: 28px;
	border-bottom: 1px solid #a0a0a0;
}
.debtsDetail .debtNote p {
	margin: 5px 0px 5px 0px;
}
.debtsDetail .debtor td,
.debtsDetail .creditor td {
	height: 26px;
	padding-left: 10px;
}
.debtsDetail .debtor td.firstColumn,
.debtsDetail .creditor td.firstColumn {
	width: 30%;
}
.debtsDetail .debtor tr.alternative,
.debtsDetail .creditor tr.alternative {
	background: #efefef url(../images/gradient-gray2.png) repeat-x 0px 0px;
}
.debtsDetail a:hover {
	color: red;
}


/* Odkazy v detaili. */

.debtsDetail .buttons {
	border: 2px solid #a0a0a0;
	margin-bottom: 12px;
	background: white;
	width: 250px;
}
.debtsDetail .buttons ul {
	margin: 7px;
	list-style-type: none;
}
.debtsDetail .buttons li {
	padding: 5px 0 5px 0;
}
.debtsDetail .buttons a {
	padding-left: 31px;
  padding-top:2px;
	padding-bottom:2px;
}
.debtsDetail .buttons .linkPravnik {
	background: url(../images/icons/paragraf.png) no-repeat 2px 0px;
}
.debtsDetail .buttons .linkExekutor {
	background: url(../images/icons/kladivko.png) no-repeat 0px 2px;
}
.debtsDetail .buttons .linkVerify {
	background: url(../images/icons/lupa.gif) no-repeat 2px 0px;
}
.debtsDetail .buttons .linkDisplay {
	background: url(../images/icons/monitor.gif) no-repeat 2px 0px;
}

/******************************************
   ******  OVERENIE POHĽADÁVKY  ****** 
******************************************/

.debtsVerification h3 {
	font-size: 18px;
	padding-bottom:10px; 
}
.debtsVerification .form {
	background: #ececec;
}
.debtsVerification .form p {
	padding: 5px 0 15px 0;
}
.debtsVerification .formIn {
 padding: 5px 5px 5px 5px;
}
.debtsVerification .data {
	margin: 0 5px 0 5px;
}
.debtsVerification h4 {
	background: #497fbf url(../images/gradient-blue2.png) repeat-x 0px 0px;
	padding: 6px 0px 6px 15px;
	font-size: 16px;
	color: white;
}
.debtsVerification .part {
	margin-top: 10px;
}
.debtsVerification .info {
	padding: 8px 0 8px 0;
}
.debtsVerification .data h5 {
	padding: 5px 0 5px 10px;
}
.debtsVerification .debtInfo td {
	border-bottom: 1px solid #a0a0a0;
}
.debtsVerification .data tr {
	height: 28px;
}
.debtsVerification .data td {
	padding-left: 10px;
	border-bottom: 1px solid #ccc;
}
.debtsVerification .data td.firstColumn {
	width: 250px;
}
.debtsVerification .data tr.alternative {
	background: #efefef url(../images/gradient-gray2.png) repeat-x 0px 0px;
}
.debtsVerification .debtor h5 {
	background: #f3b044 url(../images/gradient-orange.png) repeat-x 0px 0px;;
}
.debtsVerification .creditor h5 {
	background: #7dc623 url(../images/gradient-green.png) repeat-x 0px 0px;;
}
