@CHARSET "UTF-8";

body {
	font-family: Verdana, sans-serif;
	margin-top: 7pt;
	background-color: #fbfbfb;
	background-image: url(../images/squareBackgroundBackslide2.jpg);
}

}
.headerTable {
	box-shadow: 0 0;
	border: 0px;
}

.ui-widget-content {
	margin-top: 5px;
}

.headerTable th {
	background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb),
		to(#e4e4e4));
	background: -moz-linear-gradient(top, #fbfbfb, #e4e4e4);
}

.headerTable img {
	margin: 10px;
}

.pageBody {
	padding: 5px;
	overflow: auto;
}

#content {
	width: 960px;
	box-shadow: #4e4d4d 0 0 4px 0px;
	background-color: #fff;
	border-radius: 3px;
}

H3 {
	font-size: 14px;
	color: #000050;
	background: #EEEEEE;
	text-align: right;
	font-weight: 900;
}

table a:link {
	color: #666;
	font-weight: bold;
	text-decoration: none;
}

table a:visited {
	color: #999999;
	font-weight: bold;
	text-decoration: none;
}

table a:active, table a:hover {
	color: #bd5a35;
	text-decoration: underline;
}

input[type=submit] {
	text-align: center;
	font-size: 12px;
	text-shadow: 1px 1px 0px #fff;
	padding: 12px 25px 12px 25px;
	border-top: 1px solid #a6a6a6;
	border-bottom: 1px solid #a6a6a6;
	border-left: 1px solid #a6a6a6;
	border-right: 1px solid #a6a6a6;
	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff),
		to(#ebebeb));
	background: -moz-linear-gradient(top, #ffffff, #ebebeb);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0 1px 2px #d1d1d1;
	-webkit-box-shadow: 0 1px 2px #d1d1d1;
	box-shadow: 0 1px 2px #d1d1d1;
}

input[type=submit]:hover {
	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#ebebeb),
		to(#ffffff));
	background: -moz-linear-gradient(top, #ebebeb, #ffffff);
}

table {
	color: #666;
	font-size: 12px;
	font-weight: bold;
	/* text-shadow: 1px 1px 0px #fff; */
	background: #eaebec;
	border: #ccc 1px solid;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 1px 1px 2px #d1d1d1;
	-webkit-box-shadow: 1px 1px 2px #d1d1d1;
	box-shadow: 1px 1px 2px #d1d1d1;
	border-spacing: 0px;
	margin-bottom: 2px;
}

table th {
	text-align: center;
	padding: 3px 6px 3px 6px;
	border-top: 1px solid #fafafa;
	border-bottom: 1px solid #b7b5b5;
	border-left: 1px solid #fafafa;
	border-right: 1px solid #b7b5b5;
	background: #dcdcdc;
	background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb),
		to(#e4e4e4));
	background: -moz-linear-gradient(top, #fbfbfb, #e4e4e4);
}

.ui-tabs .ui-tabs-nav li {
	background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb),
		to(#e4e4e4));
	background: -moz-linear-gradient(top, #fbfbfb, #e4e4e4);
}

.tabView {
	margin: 10px;
}

#mainForm table th:first-child {
	text-align: center;
	border-left: 0px;
}

#mainForm table th:last-child {
	border-right: 0px;
}

#mainForm table td:first-child {
	border-left: 0px;
}

#mainForm table td:last-child {
	border-right: 0px;
}

#mainForm table tr:first-child th:first-child {
	-moz-border-radius-topleft: 3px;
	-webkit-border-top-left-radius: 3px;
	border-top-left-radius: 3px;
}

#mainForm table tr:first-child th:last-child {
	-moz-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
	border-top-right-radius: 3px;
}

#mainForm table tr {
	text-align: center;
	padding-left: 20px;
}

#mainForm table td:first-child {
	border-left: 0;
}

#mainForm table td {
	padding: 3px 2px 2px 3px;
	background: #ffffff;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff),
		to(#fcfcfc));
	background: -moz-linear-gradient(top, #ffffff, #fcfcfc);
	border-right: #cecece 1px solid;
	border-bottom: #cecece 1px solid;
	/* border-top: #cecece 1px solid; */
}

.redCells {
	padding: 3px 2px 2px 3px;
	background: #fafafa !important;
	background: -webkit-gradient(linear, left top, left bottom, from(#f7bcbc),
		to(#f58a8a)) !important;
	background: -moz-linear-gradient(top, #fbfbfb, #fafafa) !important;
	border-right: #cecece 1px solid;
	border-bottom: #cecece 1px solid;
	border-top: #cecece 1px solid;
}

.greenCells {
	padding: 3px 2px 2px 3px;
	background: #fafafa !important;
	background: -webkit-gradient(linear, left top, left bottom, from(#c7fbcd),
		to(#88b37e)) !important;
	background: -moz-linear-gradient(top, #fbfbfb, #fafafa) !important;
	border-right: #cecece 1px solid;
	border-bottom: #cecece 1px solid;
	border-top: #cecece 1px solid;
}

#mainForm table tr.even td {
	background: #f6f6f6;
	background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8),
		to(#f6f6f6));
	background: -moz-linear-gradient(top, #f8f8f8, #f6f6f6);
}

#mainForm table tr:last-child td {
	border-bottom: 0;
}

#mainForm table tr:last-child td:first-child {
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-bottom-left-radius: 3px;
	border-bottom-left-radius: 3px;
}

#mainForm table tr:last-child td:last-child {
	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-right-radius: 3px;
	border-bottom-right-radius: 3px;
}

#mainForm table tr:hover td {
	background: #f2f2f2;
	background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2),
		to(#f0f0f0));
	background: -moz-linear-gradient(top, #f2f2f2, #f0f0f0);
}

#mainForm tfoot {
	border-top: 1px solid #e0e0e0 !important;
	border-top: 1px solid #fafafa !important;
	background: #ededed !important;
	background: -webkit-gradient(linear, left top, left bottom, from(#ebebeb),
		to(#ededed)) !important;
	background: -moz-linear-gradient(top, #ebebeb, #ededed) !important;
}

#mainForm tfoot td {
	padding: 12px 25px 12px 25px;
	border-top: 1px solid #e0e0e0 !important;
	border-bottom: 1px solid #fafafa !important;
	background: #ededed !important;
	background: -webkit-gradient(linear, left top, left bottom, from(#ebebeb),
		to(#ededed)) !important;
	background: -moz-linear-gradient(top, #ebebeb, #ededed) !important;
}

.obligationsTable td {
	padding: 5px 1px 5px 1px;
}

.obligationsTable th {
	padding: 5px 1px 5px 1px;
}

.obligationsTable td:first-child {
	padding-left: 5px;
}

.obligationsTable th:first-child {
	padding-left: 5px;
}

.partidaSums td {
	background: #efefef !important;
	background: -webkit-gradient(linear, left top, left bottom, from(#ebebeb),
		to(#ededed)) !important;
	background: -moz-linear-gradient(top, #ebebeb, #ededed) !important;
}

ul {
	width: 680px;
	color: #666;
	font-size: 14px;
	text-shadow: 1px 1px 0px #fff;
	background: #f7f7f7;
	border: #ccc 1px solid;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0 1px 2px #d1d1d1;
	-webkit-box-shadow: 0 1px 2px #d1d1d1;
	box-shadow: 0 1px 2px #d1d1d1;
}

ul ul {
	width: 580px;
	color: #666;
	font-size: 14px;
	text-shadow: 1px 1px 0px #fff;
	background: #f7f7f7;
	border: none;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	-moz-box-shadow: 0px;
	-webkit-box-shadow: 0px;
	box-shadow: 0px;
}

.titleTH {
	text-align: center;
	border-left: 0px;
	border-top: 0px;
}

.municipalityTH {
	border-bottom: 0px;
	text-transform: uppercase;
	font-size: 18pt;
}

.hide {
	display: none
}

#modalForm table td {
	line-height: 1.4;
	border-bottom: 0;
	border-top: #cecece 1px solid;
	padding-right: 10px;
}

.noteDiv ul li {
	padding: 5px;
	text-align: justify;
	margin-right: 10px;
}

.ui-accordion .ui-accordion-content {
	padding: 5px 0;
}

.ui-tabs .ui-tabs-nav {
	margin: 0;
	width: 100%;
}

.ui-tabs .ui-tabs-panel {
	border-width: 0;
	padding: 0;
	background: 0;
}

#mainForm {
	font-size: 11pt;
}

table {
	width: 100%;
}

.ui-helper-reset {
	line-height: 1.1;
	font-size: small;
}

.ui-accordion .ui-accordion-header {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.ui-tabs.ui-tabs-top>.ui-tabs-nav {
	padding: 0;
}

.ui-dialog .ui-dialog-title {
	margin: 0;
	font-size: 11pt;
}

.ui-dialog .ui-dialog-content {
	font-size: 12pt;
}

.ui-draggable .ui-dialog-titlebar {
	-moz-border-radius-topleft: 3px;
	-webkit-border-top-left-radius: 3px;
	border-top-left-radius: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
	border-top-right-radius: 3px;
	border-top: 1px solid #fafafa;
	border-bottom: 1px solid #b7b5b5;
	border-left: 1px solid #fafafa;
	border-right: 1px solid #fafafa;
	background: #dcdcdc;
	background: -webkit-gradient(linear, left top, left bottom, from(#e8e8e8),
		to(#dcdcdc));
	background: -moz-linear-gradient(top, #e8e8e8, #dcdcdc);
	font-size: 11pt;
}

.ui-messages-error, .ui-message-error {
	margin: 4px;
	margin-top: 4px;
	padding: 8px 8px 8px 8px;
}

.ui-messages-error ul {
	font-family: Verdana, sans-serif;
	margin-top: 0px;
	font-size: 9pt;
	width: 350px;
}
.ui-panel-content{
	padding: 0 !important;
}

.ui-fieldset, .ui-fieldset .ui-fieldset-legend {
    padding: .2em .3em;
}


#captcha {
	width: 72%;
	margin: 0 auto;
}

.btnTabLookalike {
	border-bottom: 0 !important;
	top: 1px;
	color: #4f4f4f;
	text-decoration: none;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) !important;
	margin: 0 .2em 1px 0;
	padding: .5em 1em !important;
	text-decoration: none;
	outline: 0;
	white-space: nowrap;
	display: inline-block;
	vertical-align: top;
	float: none;
	background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb),
		to(#e4e4e4)) !important;
	background: -moz-linear-gradient(top, #fbfbfb, #e4e4e4) !important;
	font-weight: bold;
	text-decoration: none;
	outline: 0;
	border-bottom-left-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
	position: relative;
	top: 6px;
	z-index: 1;
}
.btnTabLookalike:hover{
	-moz-box-shadow: 0 0 5px #85b2cb;
	-webkit-box-shadow: 0 0 8px #85b2cb;
	box-shadow: 0 0 8px #85b2cb
}
.btnTabLokalikeLeft {
	float: left;
	left: 15px;
}

.btnTabLokalikeRight {
	float: right;
	right: 15px;
}