/** begin body */

body {
	margin: 0px 0px 0px 0px;
}

body.bg {
	background-color: #AF411B;
}

/** end body */

/** begin background */

/* Vir�utin� linija */
.topline {
	background-image: url(img/topline.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 11px;
}

/* Meniu juostos linija */
.menuline {
	background-image: url(img/menuline.jpg);
	background-repeat: repeat-x;
	background-position: top;
	height: 50px;
}

/* Pagrindin�s srities vir�utin� linija */
.mainline {
	background-image: url(img/mainline.jpg);
	background-repeat: repeat-x;
	background-position: top;
	height: 24px;
}

/* pagrindin�s lentel�s spalva */
.mainbg {
	background-color: #EA5318;
}

/* Apatin� linija */
.endline {
	background-image: url(img/endline.jpg);
	background-repeat: repeat-x;
	background-position: top;
	height: 27px;
}

/** end background  */

/** begin menu design */

/** vir�utin� meniu linija */
.menuTop {
	background-image: url(img/pv.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 15px;
}

/** de�in� meniu linija */
.menuRight {
	background-image: url(img/pd.gif);
	background-repeat: repeat-y;
	background-position: left;
	width: 14px;
}

/** kair� meniu linija */
.menuLeft {
	background-image: url(img/pk.gif);
	background-repeat: repeat-y;
	background-position: right;
	width: 14px;
}

/** apatin� meniu linija */
.menuBottom {
	background-image: url(img/pa.gif);
	background-repeat: repeat-x;
	background-position: top;
	height: 15px;
}

/** end menu design */

/** begin text style */

/* baltas tekstas */
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
    color: #F7C1AC;
}

/* geltonas tekstas */
.text1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: yellow;
}

/* raudonas tekstas */
.text2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: red;
}

/* Klaidos tekstas [geltonas] */
.error {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: yellow;
}

/* pavadinimas */
.caption {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: white;
}

.word_wrap
{
	white-space: pre-wrap; /* css-3 */
	white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	word-wrap: break-word; /* Internet Explorer 5.5+ */
}

/** end text style */

/** begin table style */
table {
	border-spacing: 0px 0px;
}

td {
	white-space: nowrap;
}

#mainTable {
	
	margin-left: auto; 
	margin-right: auto; 
	text-align:center;
}

/** end table style */


/** begin form design */

textarea.text {
	border-style: solid;
	border-color: black;
	border-width: 1px;
	overflow: auto;
	color: #1B56A1;
}

input.text {
	border-style: solid;
	border-color: black;
	border-width: 1px;
	color: #1B56A1;
}

select.text {
	border: solid;
	border-color: black;
	border-width: 1px;
	color: #1B56A1;
}

/* bendri nustatymai */
input, textarea, select {
	font-size: 10px;
	background-color: #D5DEEA;
}

form {
	margin: 0px;
}

/** end form design */

img {
	border: none;
  	margin: 0px 0px 0px 0px;
  	vertical-align: top;
}

/* < TEST */

br {
	clear:both;
}

a{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
 
a:link {
	color: #362c1e; 
	text-decoration: none;
}
	
a:visited {
	color: #362c1e; 
	text-decoration: none;
}
	
a:active {
	color: #362c1e; 
	text-decoration: none;
}
	
a:hover {
	color: #FF8000; 
	text-decoration: none;
}
