body{
	background-color : White;
	margin : 0px;
	padding : 0px;
}

body, td, p {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : Black;
}

img {
	border : none
}

table {

}

/* ____________________       colors     */

.colorBg-grey {
	background-color: #CCCCCC;
}

.colorBg-blue {
	background-color: #0077BD;
}

.colorBg-orange {
	background-color: #F37534;
}

/* ____________________       texts     */

h1 {
	font-size : 14px;
	margin: 0px 0px 7px 0px;
	color: #0077BD;
	text-transform: uppercase;
}

h2 {
	font-size : 12px;
	margin: 0px 0px 10px 0px
}

p {
	margin : 0px 0px 10px 0px;
}

.text-small {
	font-size: 90%;
}

/* ____________________       lists     */

ul.home {
	margin: 0px 0px 10px 13px;
}

ul {
	margin: 10px 0px 10px 36px;
}

li {
	list-style-image: url(../images/bullet_orange.gif);
	margin-bottom: 2px;
}

li.list-blue {
	list-style-image: url(../images/bullet_blue.gif);
	margin-bottom: 2px;
}

li.list-orange {
	list-style-image: url(../images/bullet_orange.gif);
	margin-bottom: 2px;
}


/*_____________________      forms     */

form {
	margin : 0px
}

input, select {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.form-navig {
	border: 1px solid #9A9A9A;
}

.form-width-1 {
	width : 150px;
	border: 1px solid #9A9A9A;
}

.form-width-2 {
	width : 250px;
	border: 1px solid #9A9A9A;
}

.form-label {
	text-align : right;
	padding-top: 3px;
	padding-right : 5px;
	padding-bottom : 3px;
	width : 155px;
}

.form-note {
	font-size : 10px;
	padding : 5px 0px 0px 3px;
}

/*

.button-ieskoti {
	border: none;
	background-color: White;
	background-image: url(../images/button_ieskoti.gif);
	background-repeat: no-repeat;
	background-position: center center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	color: White;
	padding: 3px 2px 2px 0px;
}
*/

/*_________________      tables     */

td.table1-head {
	background: #B7B7B7;
	padding: 2px;
	font-weight: bold;
}

td.table1-data {
	padding: 2px;
}

/*__*/

td.table2-head {
	background: #B7B7B7;
	padding: 2px;
	font-weight: bold;
}

td.table2-data {
	padding: 2px;
}

/*_________________      menu     */

td.menu-service-spliter {
	width: 6px
}

td.menu-global {
	padding: 0px 3px 2px 12px;
	height: 22px;
	background-image: url(../images/dotted.line_hor.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	cursor: pointer;
	cursor: hand;
	color: #9A9A9A;
}

td.menu-service {
	background-color: #B3B2B2;
	padding: 0px 4px 0px 4px;
}

td.menu-service-destytojams {
	background-color: #0077BD;
	padding: 0px 2px 0px 2px;
}

td.menu-service-klausytojams {
	background-color: #F37534;
	padding: 0px 2px 0px 2px;
}



/*____    lines */

.line-hor-top {
	background-image: url(../images/dotted.line_hor.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 2px;
}

.line-hor-bottom {
	background-image: url(../images/dotted.line_hor.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 2px;
}

.line-ver-left {
	background-image: url(../images/dotted.line_ver.gif);
	background-repeat: repeat-y;
	background-position: left;
	padding-left: 2px;
}

.line-ver-right {
	background-image: url(../images/dotted.line_ver.gif);
	background-repeat: repeat-y;
	background-position: right;
	padding-right: 2px;
}

/*____    content */

td.article-photo {
	padding: 0px 0px 0px 15px;
	vertical-align: top;
}

p.parag-pageBottom-link {
	margin-top: 24px;
	text-align: right;
}

.article-photo-item {
	margin-bottom: 7px;
}

