html, body
{
	text-align: center;
	margin: 0px;

	height: 100%;

	font-family: tahoma, sans-serif;
}

td
{
	vertical-align: top;
}

h1, h2
{
	margin: 0px;
}

a:hover
{
	text-decoration: none;
}

img
{
	border: none;
}


/* main table */

table#main
{
	margin: auto;
	text-align: justify;

	height: 100%;
}

/* shadows */

td.shadowLeft
{
	width: 40px;
	background: url('shadowLeft.png');
}

td.shadowRight
{
	width: 40px;
	background: url('shadowRight.png');
}

/* content */
td.content
{
	width: 700px;

	padding-left: 5px;
	padding-right: 5px;
}

div.top
{
	overflow: hidden;

	height: 32px;
	background: url('bg-top.png');

	padding-top: 0px;
	padding-left: 15px;

	font-size: 11px;
	color: #ffffff;
}

div.top a
{
	font-weight: bold;
	color: #ffffff;
}

div.top a:hover
{
	color: #f7f7b9;
}

div.top div.buttons
{
	float: right;

	padding-left: 10px;
	padding-right: 10px;

	margin-right: 10px;
	margin-top: 3px;

	background: #EFDF86;

	border: 1px solid #996633;
}

div.top div.buttons a
{
	float: left;
	display: block;
	width: 16px;
	height: 22px;

	padding-left: 5px;
	padding-right: 5px;
}

div.top div.buttons a:hover
{
	background: #ffffcc;
}

div.top div.tree
{
	padding-top: 7px;
}


div.top div.buttons a img
{
	margin-top: 3px;
}

div.header
{
	height: 135px;
	background: url('header.png');
}

/* navigation */

div.navigation
{
	background: url('bg-navigation.png');
	height: 48px;
	overflow: hidden;
}

div.navigation a
{
	float: left;
	text-decoration: none;

	display: block;
	width: 135px;
	height: 24px;

	font-weight: bold;

	color: #F7F7B9;

	text-align: center;
	
	margin-top: 9px;
	margin-right: 2px;
	margin-left: 3px;

	padding-top: 6px;

	font-family: verdana, sans-serif;
	font-size: 13px;
}

div.navigation a:hover
{
	background: url('a-hover.png')!important;
	color: #4F3405!important;
}

div.navigation a.selected
{
	background: url('a-selected.png');
	color: #ffffff;
}

/* bottom */
div.bottom
{
	height: 22px;
	background: url('bg-bottom.png');
	overflow: hidden;

	font-size: 11px;
	padding-left: 10px;
	padding-top: 10px;

	color: #4F3405;
}

/* text */
div#text
{
	background: url('bg-text.jpg') no-repeat;
}

div#text-inner
{
	padding: 10px;
	color: #3A3A3A;
}

div#text-inner a
{
	color: #7d5914;
}

div#text-inner h1
{
	color: #000000;
	font-weight: normal;
}

div#text-inner .padding
{
	padding: 10px;
	padding-top: 5px;
	padding-bottom: 5px;

	font-size: 12px;
	line-height: 17px;
}

/* galerija */

ul.galerija
{
	margin: 0px;
	padding: 0px;

	list-style-type: none;
}

ul.galerija a
{
	display: block;
	padding: 10px;
	background-color: #F5FFBF; 
	font-weight: bold;
	margin-bottom: 5px;
	border: 2px solid #ffffff;
}

ul.galerija a:hover
{
	background-color: #EBF99D;
}

div.photo
{
	float: left;
	width: 150px;
	margin-left: 10px;
	margin-bottom: 10px;
	text-align: center;
}

div.photo a img
{
	margin: auto;
	border: 2px solid #9F7E45;
}

div.photo a:hover img
{
	border: 2px solid #4F3405;
}

/* naujienos */

div.date
{
	font-size: 11px;
}

a.rss
{
	display: block; 
	padding: 5px;
	margin: 5px;
	margin-top: 10px;

	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}

a.rss img
{
	vertical-align: middle;
}

a.rss:hover
{
	background: white;
}

/*** PROFESORIAI.LT ***/

.profesoriai_lt a
{
	text-decoration: none;
	color: #6B2525;
}

.profesoriai_lt u
{
	color: #FFFBDF;
}

.profesoriai_lt:hover u
{
	text-decoration: none;
}

.profesoriai_lt span
{
	color: #6B2525;
	font-weight: bold;
}
