body * 
{
    font-family: Tahoma, Verdana, sans-serif;
}

body 
{
	margin: 0;
	background-color: #5f9dd7;
    background-image: url("images/background.png");
	background-repeat: repeat-x;
}

ul li {
    line-height: 24px;
    list-style: url("images/bullet.png");
}
input.error {
    border: 1px solid red;
}
.smaller {
    font-size: 10px;
}
h1 { font-size: 16px; margin: 0 0 4px 0; }
h3 
{ 
    font-size: 10px;
    font-weight: normal;
    margin: 0;
    padding: 0;
    color: #aaa;
}
p { text-align: justify; }
a { color: #555753; }
a:hover { color: black; }

div#wrapper
{
    background-color: white;
    background-image: url("images/shadow.png");
	background-repeat: repeat-y;
    margin: auto;
    width: 800px;
	overflow: auto;
}

div#header
{
	height: 100px;
	background-image: url("images/header.jpg");
	background-repeat: no-repeat;
	overflow: hidden;
    padding: 0;
}
div#header a
{
	font-size: 10px;
	float: right;
	display: block;
	text-decoration: none;
	padding: 4px;
    margin: 8px 4px 0 0;
    color: #888a85;
}
div#header img { border: none; }

menu#global
{
    background-image: url("images/background.png");
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	overflow: hidden;
	height: 48px;
}
menu#global li { float: left; list-style: none; }
menu#global a
{
    background-image: url("images/menuleft.png");
    background-repeat: no-repeat;
    display: block;
    float: left;
    font-size: 11px;
    font-weight: bold;
    color: #555753;
    text-decoration: none;
    height: 48px;
    line-height: 48px;
    padding: 0 0 0 16px;
}
menu#global a span
{
    display: block;
    padding: 0 16px 0 0;
    background-image: url("images/menuright.png");
    background-repeat: no-repeat;
    background-position: top right;
}
menu#global a:hover
{
    color: black;
}

div#contents
{
	background-image: url("images/contents.jpg");
	background-repeat: no-repeat;
    font-size: 11px;
    padding: 48px 16px 16px 16px;
    overflow: auto;
    height: 100%;
}
div#contents menu
{
    float: left;
    width: 160px;
    padding: 0;
    margin: 0;
}
div#contents menu li
{
    list-style: none;
    padding: 0;
    margin: 0;
}
div#contents menu li a
{
    display: block;
    padding: 4px;
    text-decoration: none;
    text-align: center;
    background-image: url("images/menu.png");
    background-position: bottom center;
    background-repeat: no-repeat;
}
div#contents menu li a:hover
{
    color: white;
    background-image: none;
    background-color: #888a85;
}
div#contents menu li a.selected
{
    color: white;
    background-image: none;
    background-color: #888a85;
}

div#path
{
    color: #888a85;
    font-size: 10px;
    height: 16px;
    line-height: 16px;
    margin: 0 0 16px 0;
}
div#path a.home
{
    float: left;
    display: block;
    width: 16px;
    height: 16px;
    margin: 0 4px 0 0;
    background-image: url("images/home.png");
}

/* TRAVELS */
div#travellist
{
    padding: 0 0 0 168px;
}
div#travellist dl
{
    overflow: auto;
    height: 100%;
    padding: 0 8px 0 0;
}
div#travellist dl dt a 
{
    text-decoration: none;
}
div#travellist dl dt
{
    font-size: 12px;
    font-weight: bold;
}
div#travellist dl dd
{
    text-align: justify;
    padding: 0 0 8px 0;
    margin: 0
}
div#travellist dl dd.tagline
{
    padding: 0 0 16px 0;
}
div#travellist dl dt.image
{
    clear: both;
}
div#travellist dl dt.image img
{ 
    padding: 0 8px 16px 0;
    display: block;
    float: left;
}

/* ARTICLE */
div#article
{
}
div#article img
{
    float: right;
    padding: 0 0 4px 8px;
}
div#article a.checkin
{
    background-image: url("images/checkin.png");
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    margin: auto;
    width: 96px;
    height: 32px;
    line-height: 32px;
    display: block;
}

/* HOT NEWS */
div#hots
{
    float: right;
    width: 256px;
    margin: 8px;
    background-color: #cc0000;
    background-image: url("images/hotbg.png");
}
div#hots *
{
    padding: 8px 12px 8px 12px;
}
div#hots h1
{
    margin: 0;
    background-image: url("images/hottop.png");
    background-repeat: no-repeat;
}
div#hots p
{
    margin: 0;
    padding-bottom: 16px;
    background-image: url("images/hotbottom.png");
    background-repeat: no-repeat;
    background-position: bottom center;
}
div#hots * { color: white; }

/* NEWS */
div#news h1
{
    padding: 0 0 0 24px;
    background-image: url("images/date.png");
    background-repeat: no-repeat;
    background-position: 0 2px;
}

/* SITE TREE */
ul#sitetree li
{
    line-height: 24px;
    list-style: url("images/bullet.png");
}

/* CHECK-IN */
form#uzsakymas p
{
    line-height: 32px;
    overflow: auto;
    margin: 0;
    padding: 0;
}
form#uzsakymas p input
{
    width: 256px;
}
form#uzsakymas p input.button
{
    width: auto;
    margin-left: 192px;
    padding: 0;
}
form#uzsakymas p.fieldname
{
    float: left;
    clear: both;
    width: 192px;
}
form#uzsakymas p.spinbutton
{
    padding-top: 6px;
    height: 26px;
}
form#uzsakymas p.spinbutton input.valuefield
{
    display: block;
    text-align: right;
    float: left;
    width: 50px;
    padding-right: 2px;
}
form#uzsakymas p.spinbutton input.button
{
    padding: 0;
    margin: 0;
    width: 12px;
    height: 8px;
    display: block;
}

/* FOOTER */
div#footer {
    padding: 16px;
    padding-bottom: 24px;
    font-size: 10px;
    color: #888a85;
    text-align: center;
	background-image: url("images/bottom.png");
	background-repeat: no-repeat;
    background-position: bottom center;
}

p.info {
    font-size: 14px;
    padding: 8px 8px 8px 34px;
    margin: 0 0 0 160px;
	background-image: url("images/help.jpg");
	background-position: center left;
	background-repeat: no-repeat;
}
