/* ******************************
 * Šitam CSS'e guli pačio TURINIO
 * atvaizdavimui skirti stiliai
 * ******************************/

h1, h2, h3, h4, h5, h6 {
	color: #34397b;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0.5em;
}
h1, h2, h3 {
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
}
h4, h5, h6 {
	font-family: Helvetica, Arial, sans-serif;
}
h1 {
	font-size: 18pt;
}
h2 {
	font-size: 16pt;
}
h3 {
	font-size: 12pt;
}
h4 {
	font-size: 10pt;
}
h5 {
	font-size: 8pt;
}
h6 {
	font-size: 7pt;
	color: #999;
}

img {
	padding: 1px;
	border: 1px solid #000;
	margin: 0.5em;
	vertical-align: middle;
}

hr {
	border-bottom: 1px dashed #54599b;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	color: #fff;
	margin-left: 0;
}

p, body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10pt;
	color: #000;
	margin-top: 0.3em;
	margin-bottom: 0.7em;
}

a, a:link, a:visited {
	color: #875a00;
	text-decoration: none;
}
a:active, a:focus, a:hover {
	color: #004;
	text-decoration: underline;
}

.Underline {
	text-decoration: underline;
}

/* Listai */
dt {
	font-weight: bold;
	color: #34397b;
}
dd, li {
	margin-bottom: 0.3em;
}

/* Lentelės */
table {
	border-collapse: collapse;
}
th, td {
	padding-left: 0.3em;
	padding-right: 0.3em;
	border-left: 2px solid #fff;
}
th {
	border-bottom: 2px solid #e29e29;
}
td {
	border-bottom: 1px solid #ddd;
}
.trOdd td {
	background-color: #f4f4f4;
}
.trEven td {
	background-color: #fff;
}
.cleanTable, .cleanTable th, .cleanTable tr, .cleanTable td, .formTable, .formTable th, .formTable tr, .formTable td {
	border: 0;
	border-collapse: separate;
	padding: 0.3em 0.6em 0.3em 0.4em;
}
.formTable {
	border: 1px solid #E0E0E0;
	margin-bottom: 0.6em;
	background-color: #F5F5F5;
}
.formTable input, .formTable select, .formTable textarea {
	width: 100%;
}
.modernForm input, .modernForm select, .modernForm textarea {
	border: 1px solid #A7A6AA;
	padding: 3px 1px 3px 1px;
}

/* Komentaras teksto viduje */
.comment {
	font-size: 8pt;
	color: #888;
	font-weight: normal;
}

/* Formos */
form {
	margin: 0; /* IE fix */
}
input, select, textarea {
	width: 220px;
	font-family: Verdana;
	font-size: 9pt;
}

.small {
	font-size: 8pt;
}

.greenBlock, .redBlock {
	margin: 0 0 1em 0;
	padding: 0.5em 1em 0.3em 1em;
}
.greenBlock {
	background-color: #d3ffbf;
	border: 1px solid #57ba44;
}
.redBlock {
        background: #FDD;
        border: 1px solid #F00;
}
.data {
	font-family: 'Courier New', 'Courier';
	color: #053c6b;
}

blockquote {
	border-left: 2px solid #a97826;
	padding-left: 1.5em;
}
