/*
*=turinio erdvės klasės ir identifikatoriai, kurie bus taikomi per visą svetainę
*-pakeitimai turi būti sinchronizuojami su spausdinimui skirtu failu (print.css)
*/

/*
*=puslapio pavadinimas
*/

pre {
	zoom: 1;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	white-space: pre-wrap;		/* css-3 should we be so lucky... */
	white-space: -moz-pre-wrap;	/* Mozilla, since 1999 */
	white-space: -pre-wrap;		/* Opera 4-6 ?? */
	white-space: -o-pre-wrap;	/* Opera 7 ?? */
}

.r { text-align: right; }
.js .form-info  { display: none; }
/*.js .infobox-trigger { display: none; }*/
.form-info {
	border: 1px solid #2E99CC;
	background: #E8F9FF;
	padding: 10px;
}
.infobox-trigger {
	cursor: pointer;
	zoom: 1;
	display: inline-block;
}
.infobox-trigger .form-info {
	position: absolute;
	top: 20px; right: 0;
	width: 230px;
}
#ListPaymentTables p.submit-bottom,
#ListPaymentTables p.submit-top {
	float: right;
	clear: right;
	padding: 0;
	margin: 0;
}
#ListPaymentTables p.submit-top {
	padding-top: 1.3em;
}
#ListPaymentTables p.submit-bottom {
	padding-bottom: 1.3em;
}
#ListPaymentTables p.submit .action {
	margin: 0;
}
#ListPaymentTables.single p.submit-top {
	padding-bottom: 1em;
}

input, img, select {
	vertical-align: middle;
}

.phone {
	white-space: nowrap;
}
.vp-prices {
	border-collapse: collapse;
	border: solid 1px #b9c0c8;
	width: 90%;
	margin: 0 0 1em 10%;
}
.vp-prices th,
.vp-prices td {
	border: solid 1px #b9c0c8;
	padding: 1px 3px;
}
.vp-prices th {
	text-align: center;
	background: #b9c0c8;
}
.vp-prices caption {
	padding-bottom: 3px;
}

p { margin: 0 0 1em;}

p.error-message,
p.success-message {
	position: relative;
	margin: 0 0 1em;
	padding: 10px;
	text-align: center;
	zoom: 1;
}

p.error-message {
	border: solid 1px #b20022;
	color: #b20022;
	background: #fff3f2;
}
p.success-message {
	border: solid 1px #6fc0e3;
	color: #005191;
	background: #f0f9fd;
}

strong { font-weight: bold; }
.collapsed { border: 0; }
.collapsed thead,
.collapsed tbody,
.collapsed tfoot { display: none; }

.expanded caption,
.expanded caption span,
.collapsed caption,
.collapsed caption span {
	background-repeat: no-repeat;
	background-position: 99.5% 7px;
	cursor: pointer;
}
.collapsed caption,
.collapsed caption span {
	background-image: url(../i/plus.gif);
}

.expanded caption,
.expanded caption span {
	background-image: url(../i/minus.gif);
}

.sort-enabled {
	cursor: pointer;
	text-decoration: underline;
}
.sort-asc {
	background-image: url(../i/up.gif);
	background-repeat: no-repeat;
	background-position: 100% 50%;
	padding-right: 20px !important;
}
.sort-desc {
	background-image: url(../i/down.gif);
	background-repeat: no-repeat;
	background-position: 100% 50%;
	padding-right: 20px !important;
}
#PaymentsList {
	width: 100%;
	overflow: hidden;
	margin-bottom: 1em;
}
#PaymentsList li {
	float: left;
	width: 30.9%;
	min-width: 30.9%;
	margin: 0; padding: .5em 1%;
	white-space: nowrap;
}
#PaymentsList a {
	margin-right: 5px;
}
#PaymentsList li.active {
	background: #009bd1;
	color: #fff;
}
#PaymentsList li.active a {
	text-decoration: none;
	color: #fff;
}
form.editable fieldset {
	margin: 0 0 1em; padding: 0;
	border: 1px solid #8eaed7;
}
form.editable p.submit {
	margin: 1em 20px;
}
table.form-layout {
	border-collapse: collapse;
	width: 100%;
	margin: 5px 0;
}
table.form-layout td {
	padding: 5px;
}
td.td1rf,
td.label {
	text-align: right;
}
td.td1r {
	text-align: right;
}
img.calendar {
	cursor: pointer;
}
span.acc-left {
	font-size: 87%;
	color: #999;
}
a.info {
	color: #e25952;
	font: bold 100% Verdana, sans-serif;
}
td.block-check br { display: none; }
td.block-check label { display: block; margin: 0 0 .5em 25px; }
td.inline-check label { margin-right: 1em; }
td.inline-check input { vertical-align: middle; }
textarea {
	 background-position: 0 .3em !important;
}
.f-req {
	background: url(../i/bg_req_fields.gif) no-repeat right;
}

.calendar-holder {
	cursor: pointer;
}
.popup-calendar {
	position: absolute;
	top: 20px; right: 0;
	padding: 4px;
	border: 2px solid #e6ecf2;
	background: #fff;
	color: #000;
	width: 200px;
	z-index: 1000000;
}
.popup-calendar .link-close { float: right; }
.popup-calendar .link-prev { float: left; }
.popup-calendar .link-next { float: right; }

.popup-calendar h3 { font-size: 100%; margin: .1em 0 .5em; }
.popup-calendar a { text-decoration: none; padding: 1px 2px; color: #000; }
.popup-calendar a:hover {
	background: #000;
	color: #fff;
}
div.popup-calendar div.link-close a:hover { background: none; }

.popup-calendar table {
	clear: both;
	margin: .5em 0 0;
	width: 100%;
	background: #e6ecf2;
	text-align: center !important;
}
.popup-calendar td,
.popup-calendar th {
	width: 14.3%;
	border: solid 1px #fff;
	padding: 1px !important;
	font-size: 90%;
	text-align: center !important;
}

.popup-calendar th.weekend,
.popup-calendar td.weekend {
	background: #f6f6f6;
}
.popup-calendar td.inactive {
	color: #ccc;
}
.popup-calendar table a {
	display: block;
	border: 1px solid #b8c8d9;
	color: #333;
}
div.popup-calendar table td.today a {
	border-color: #aaa;
}
div.popup-calendar table td a.selected, div.popup-calendar table td a:hover {
	background: #333; 
	color: #fff;
}
table.list {
	width: 100%;
	margin-bottom: 1em;
}
.caption,
table.list caption {
	font-weight: bold;
	padding: 0 0 .5em;
	font-size: 110%;
	color: #e35951;
}
.caption {
	padding-top: 1em;
}

table.list thead {
	background-color: #eaf6fc;
}
table.list thead th {
	border: solid 1px #b9c0c8;
	padding: 3px 5px;
	text-align: center;
	font-weight: 700;
	vertical-align: middle;
}
table.list tfoot td,
table.list tfoot th,
table.list tbody td,
table.list tbody th {
	padding: 1px 3px;
	border: 1px solid #B9C0C8;
}
table.list td th,
table.list th td,
table.list th th,
table.list th table,
table.list td table,
table.list td td {
	border: 0;
}
#popup table.data td,
#popup table.data th {
	padding: 2px 5px;
}
input.button {
	background: #fff url(../i/button_bg_b.gif) repeat-x 0 100%;
	border: solid 1px #2d9dcf;
	color: #000;
}
input.rem-button {
	background: #fff url(../i/button_bg_red.gif) repeat-x 0 100%;
	border: solid 1px #e35951;
	color: #000;
	padding-right: 15px; 
	padding-left: 15px; 
}
/*.bordered_field {
	padding: 1px 3px;
	border: #939AA2 1px solid;
}*/
#ListPaymentTables.single caption {
	display: none;
}
.search-link {
	padding-left: 20px;
	background: url(../images_/find_copy.gif) no-repeat 0 50%;
}
select { height: auto !important; }
#popup {
	padding: 0; margin: 15px;
	font-family: Verdana, Arial, Verdana, Helvetica, sans-serif;
}
#popup h3 {
	margin-bottom: .7em;
	padding: 5px;
	font: 700 14px Verdana, Arial, Verdana, Helvetica, sans-serif;
	color: #FFF;
	background: #6fc0e3;
}
table.super-bordered {
	border-collapse: collapse;
	font-size: 12px;
}
.td2 td,
.td1 td {
	border: solid 1px #b9c0c8 !important;
	padding: 4px 5px;
}
.td2 {
	background: #f9f9f9;
}
th.SimpleLast,
th.Simple,
th.simpleLast,
th.simple {
	background: #eaf6fc !important;
	border: solid 1px #b9c0c8;
	padding: 3px 5px;
	font-weight: 700;
	text-align: center;
}
input.action.button {
	padding: 3px 5px;
}
h5 {
	color: #000;
	font-size: 13px;
	margin: 3px 0;
	padding: 2px 2px 2px 10px;
	background-color: #DDE7F3;
}
h5 a {
	font-size: 13px;
}

#tipsTriggers {
	position: relative;
	zoom: 1;
	margin: 0; padding: 1em 20px;
}
.tooltip {
	padding: 10px 20px 10px 0;
	background: url(../i/pointer.gif) no-repeat;
}

#formTabs {
  zoom: 1;
  position: relative;
}
#formTabs * {
  float: left;
  margin: 0 3px -1px 0;
  padding: 5px 10px;
  border: 1px solid #8EAED7;
  border-bottom: 0;
  zoom: 1;
}
#formTabs strong {
  background: #fff;
  position: relative;
}
