body {
	margin: 0px;
	font-size : 100%;
}
body, table, pre {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}
table {
	font-size : 100%;
}
a {
	color: #00539A;
	text-decoration: none;
}

a:hover {
  color : #ff0000;
}

.top {
	margin-top: 50px;
	width: 100%;
	height: 30px;
	background-color: #F5F5F5;
	border-top: 1px solid #C4C4C4;
	border-bottom: 1px solid #C4C4C4;
}
.logo {
	position: absolute;
	top: 0px;
	left: 30px;
}
div.menu {
	background: #ffffff url(/admin/images/admin/menu.jpg) repeat-x left bottom;
	padding-top: 5px;
	padding-bottom: 5px;
}
div.menu ul {
	/*width: 740px;*/
	margin: 0; padding: 0;
}
div.menu li {
	display: inline;
	white-space: nowrap;
}
div.menu a {
	color: #00539A;
	font-weight: bold;
	text-decoration: none;
}
div.menu img {
	vertical-align: middle;
	margin: 2px 5px 4px 15px;
}

div.menu ul {
	margin-left: 15px;
}
div.menu li {
	font-family: verdana, tahoma, helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #00539A;
}



div.submenu {
	background: #ffffff url(/admin/images/admin/submenu.jpg) repeat-x left top;
	border-top: 1px solid #C4C4C4;
	padding-top: 5px;
	padding-bottom: 5px;
}
div.submenu ul {
	/*width: 740px;*/
	margin: 0; padding: 0;
}
div.submenu li {
	display: inline;
	white-space: nowrap;
}
div.submenu a {
	color: #256222;
	font-weight: bold;
	text-decoration: none;
}
div.submenu img {
	vertical-align: middle;
	margin: 2px 5px 4px 15px;
}

div.submenu ul {
	margin-left: 15px;
}
div.submenu li {
	font-family: verdana, tahoma, helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #00539A;
}
.content {
	border-top: 1px solid #C4C4C4;
	padding: 15px;
}
div.futeris {
	clear: both;
	padding-left:30px;
	padding-top:5px;
	border-top: 1px solid #C4C4C4;
	line-height: 30px;
	height: 50px;
	background: #ffffff url(/admin/images/admin/submenu.jpg) repeat-x left top;
	font-family: verdana, tahoma, helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #000000;
}
.top2 {
	height: 30px;
	margin-left: 205px;
}
.flags {
	/*margin-left: 210px;*/
	margin-top: 7px;
	float:left;
}
.flag {
	margin-left: 5px;
}
.lang {
	margin-top: 8px;
	float: left;
	font-family: verdana, tahoma, helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #000000;
}
.time {
	margin-left: 50px;
	margin-top: 8px;
	float: left;
	font-family: verdana, tahoma, helvetica, sans-serif;
	font-size: 8pt;
	/*font-weight: bold;*/
	color: #000000;
}
.userinfo {
	margin-left: 50px;
	margin-top: 8px;
	float: left;
	font-family: verdana, tahoma, helvetica, sans-serif;
	font-size: 8pt;
	/*font-weight: bold;*/
	color: #000000;
}

.button {
  font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
  background: #ffffff url(/admin/images/admin/button_bg.jpg) repeat-x left bottom;
  /*background-color : #efefef;*/
  font-size : 11px;
  line-height : 16px;
  
  border-left-color : #efefef;
  border-top-color : #efefef;
  border-right-color : #999999;
  border-bottom-color : #999999;

  border-style : solid;
  border-width : 1px;
}

input, select, textarea  {
  font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size : 100%;
}

/* table-styles */

table.header {
	border: 0px;
	font-size : 11px;	
}

table.list {
	padding: 0px;
	border: 1px solid #ccc;
	border-collapse: collapse;
	font-size : 11px;
}

table.list th {
	font-weight: bold;
	text-align: center;
	background: #eee;
	padding: 5px;
	border: 1px solid #ccc;
}

table.list td {
	text-align: center;
	padding: 5px;
	border: 1px solid #ccc;
}

table.form {
	padding: 0px;
	font-size : 11px;
}

table.form td {
	padding: 5px;
	border: 1px solid #ccc;
}

table.editor td {
	border: none;
	padding: 0 0 0 3;
}

td.error{
	padding: 5px;
	font-family:Verdana;
	font-size: 11px;
	font-weight:bold;
	color:white;
	background:red;		
}

table.borders {
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}

/* page tree */
ul#menu, ul#menu ul {
	font-size: 11px;
	margin: 0; padding: 0;
	list-style: none outside none;
}
ul#menu li {
	padding: 3px 0 3px 40px;
	clear: both;
}
ul#menu li li {
	margin-left: -19px;
	padding: 6px 0 0 40px;
	background-image: none;
}

ul#menu img {
	border: none;
	float: left;
	margin: 3px 1px 1px -35px;
	width: 9px; height: 9px;
	display: inline;
}
ul#menu a img {
	margin: -1px 1px 1px -17px;
	width: 16px; height: 16px;
}

ul#menu a {
	text-decoration: none;
	color: #666;
}
ul#menu a:hover {
	text-decoration: underline;
	color: #00F;
}
ul#menu a.read {
	margin: 0;
	color: #F00;
	white-space: nowrap;
}
ul#menu a.read:hover {
	text-decoration: none;
	color: #600;
}

.style1 {
	color: green;
	font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight : bolder;
	font-size: 10pt;
}
.style2 {
	color: red;
  background-color: #dddddd;
	font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight : bolder;
	font-size: 12pt;
}

table.borders {
	border: solid 1px #CCC;
	border-collapse: collapse;
}
table.borders th {
	font-size: 10px;
	background-color: #EEE;
}
table.borders td {
	border: solid 1px #DDD;
}
table.borders td.borders {
	border: solid 1px #DDD;
}
td.borders {
	border: solid 1px #DDD;
}

/* Saskaita */

/* 2006 (c) UAB "Dizaino kryptis" */
/* 2006 (c) Simonas Falkauskas */

#wrapper {
	position: relative;
	margin: 0;
	padding: 10px;
	font-size: 1em;
	font: 76% Arial, Helvetica, sans-serif;
	width: 800px;
}

#wrapper {font-size: .6em; line-height: 10px;}

#wrapper h1, #wrapper h2, #wrapper h3 {margin: 0;}
#wrapper h1, #wrapper h2 {text-align: center;}
#wrapper strong, #wrapper b {font-weight: bold;}
#wrapper em, #wrapper i {font-style: italic;}
#wrapper dl, #wrapper ul, #wrapper form {margin: 0;}
#wrapper fieldset {border: 0;}
#wrapper table {border-collapse: collapse; width: 100%; margin-bottom: 5px;}
#wrapper table td, #wrapper table th {padding: 2px 3px; vertical-align: top;}
#wrapper span {font-size: .9em;}
#wrapper div {padding: 2px 3px; margin-bottom: 5px;}
#wrapper td.nowrap {width: 1%; white-space: nowrap;}


#wrapper h1 {
	text-transform: uppercase;
	font-size: 1.6em;
	font-weight: normal;
}
#wrapper h2 {
	font-size: 1.2em;
}
#wrapper h3 {
	font-size: 1.1em;
	text-transform: uppercase;
	display: inline;
}


#wrapper .underline {border-bottom: 1px solid #000;}
#wrapper .border, .border th, .border td {border: 1px solid #000;}
#wrapper .border td {padding: 2px;}
#wrapper .border th {width: 20%;}
#wrapper .gray td {background-color: #CCC;}
#wrapper .txt {font-size: .7em; line-height: normal;}
#wrapper .txt p {margin: 0 0 .5em 0;}
#wrapper .break {page-break-after:always;}
#wrapper .none td {border: 0;}
#wrapper .right {text-align: right;}
#wrapper .center {text-align: center;}

.question {
	color: #000;
	font-size: 10px;
	font-family:vedana;
}

.answer {
	color: #008040;
	font-size: 10px;
	font-family:vedana;
}

#wrapper tr.order-section td {
	border-top-width: 3px;
}
/* rankyte ivedamu tekstu forme auksciai */
#1_3			{ height: 300px; }
#2_2			{ height: 300px; }

#1_3, #1_3 *, #2_2, #2_2 *	{ font-size: 14px; color:#000; width: 740px;}

table.agree
{
	border-collapse: collapse;
	padding: 0;
	margin: 0;
	border: 0;   
}

table.agree td
{
	padding: 0;
    margin: 0;
    border: 0;
}