body
{
	background-color: white;
	color: #434343;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	padding: 8px;
}
table, tr, td 
{
	font-family: Tahoma;
	font-size: 11px;
	/*border: 0px;
	padding: 0px;*/
	margin: 0px;	
	color: #434343;
}
.frm
{
	font-family: Tahoma;
	font-size: 11px;
	border: 1px solid #cccccc;
}
input { 
	font-size: 13px;
	border: 1px solid #cccccc; 
	font-family: Tahoma;
}

u.small
{
	font-family: Tahoma;
	font-size: 10px;
}
p, div 
{
	font-family: Tahoma;
	font-size: 11px;	
	color: #434343;
}
img 
{
	border: 0px;
}
img.index_home 
{
	border: 1px solid #CCC8C7 !important;
	padding-top: 1px !important;
	background-color: white !important;
}
a 
{
	color: #E10101;
	text-decoration: underline;
}

a:hover 
{
	text-decoration: underline;
}

a.m_meniu
{
	color: #4C4C4C;
}
.meniu 
{
	color: white;
	text-decoration: none;
	
	padding-left: 3 px;
}
hr 
{
	border: 0;
	width: 80%;
}
hr.hr1 
{
	color: white;
	background-color: white;
	height: 1px;
}
.apacia 
{
	color: #E8E8E8;
	text-decoration: none;
	
	padding-top: 10 px;
}
.tekstas 
{
	color: #666666;
	text-decoration: none;
}
.meniu_link
{
	color: white;
}
tr.content_text
{ 
	/*background-color: #4C4C4C;*/
}
#tbl1 {
	border-collapse: collapse;
}
#tbl1 td {
	border: solid 1px #e3e3e3; padding:3px;
}

.img_table
{
	border: 1px solid #ccc8c7; 
	padding: 1px; 
	background-color: white;
}

#ImageBoxOverlay
{
	background-color: #000;
}
#ImageBoxCaption
{
	background-color: #F4F4EC;
}
#ImageBoxContainer
{
	width: 250px;
	height: 250px;
	background-color: #F4F4EC;
}
#ImageBoxCaptionText
{
	font-weight: bold;
	padding-bottom: 5px;
	font-size: 13px;
	color: #000;
}
#ImageBoxCaptionImages
{
	margin: 0;
}
#ImageBoxNextImage
{
	background-image: url(../img/spacer.gif);
	background-color: transparent;
}
#ImageBoxPrevImage
{
	background-image: url(../img/spacer.gif);
	background-color: transparent;
}
#ImageBoxNextImage:hover
{
	background-image: url(../img/next_image.jpg);
	background-repeat:	no-repeat;
	background-position: right top;
}
#ImageBoxPrevImage:hover
{
	background-image: url(../img/prev_image.jpg);
	background-repeat:	no-repeat;
	background-position: left bottom;
}
#ImageBoxNextImage,#ImageBoxPrevImage {
	background: transparent url(../img/spacer.gif);
}