﻿/* Base styles */
.clearfix:after {
	content:".";
	display:block;
	clear:both;
	visibility:hidden;
	line-height:0;
	height:0;
}

.clearfix {
	display:inline-block;
}

html[xmlns] .clearfix {
	display:block;
}

* html .clearfix {
	zoom:1;
}

body {
	font-family:Georgia, "Times New Roman", sans-serif;
	font-size:13px;
	background:#333;
}

#wrapper {

}

#container-wrapper {
	border-bottom:1px solid white;
	background:#e5e3d9;
}

#member-wrapper {
	border-top:1px solid #9b8e81;
	background:#bcb0a2 url('../img/common/login-bg.gif') top left repeat-x;
}

#footer-wrapper {
	border-top:1px solid #e5e3d9;
	background:#333;
}

#header,
#container,
#member,
#footer {
	width:1000px;
	margin:auto;
}

/* Menu */
#menu {
	float:left;
	width:720px;
}

#menu ul {
	list-style:none;
}

#menu.not-logged ul {
	line-height:62px;
	margin-left:40px;
}

#menu.logged ul {
	line-height:62px;
	margin-left:0px;
}

#menu ul li:first-child {
	float:left;
	margin-left:0px;
}

#menu ul li {
	float:left;
	/*margin-left:40px;*/
}

#menu.not-logged ul li a {
	display:block;
	height:70px;
	color:#ffe99b;
	font-size:18px;
	text-decoration:none;
	text-shadow:0px 0px 2px #100d2a;
	padding:0px 20px 0px 20px;
}

#menu.not-logged ul li a:hover, #menu.not-logged ul li.active a {
	background:url("../img/menu-active.png") no-repeat scroll center top transparent !important;
}

#menu.logged ul li a:hover, #menu.logged ul li.active a {
	background:url("../img/menu-active-small.png") no-repeat scroll center top transparent !important;
}

#menu.logged ul li a {
	display:block;
	height:60px;
	color:#ffe99b;
	font-size:15px;
	text-decoration:none;
	text-shadow:0px 0px 2px #100d2a;
	padding:0px 14px 0px 14px;
}

/* Container */
#container {

}

#container a {
	color: #0059a9;
}

#container .emphasize {
	padding-left:12px;
	background:url('../img/common/p-border-vertical-bg.gif') top left repeat-y;
}

#container p {
	margin-bottom: 10px;
}

/* Sidebar */
#sidebar {
	float:left;
	width:280px;
}

/* Content */
#breadcrumb {
	margin-right:30px;
	margin-bottom:-15px;
	text-align:right;
}

#content-outer {
	float:left;
	width:720px;
}

#content {
	padding-left:20px;
	padding-bottom:30px;
}

#content h1 {
	margin-bottom:16px;
	margin-top:3px;
	font-size:40px;
	color:#42210b;
	background:url('../img/common/header-ornament-bg.gif') bottom left no-repeat;
	line-height:1.2;
}

#content h1 span {
	display:block;
	padding-left:13px;
	padding-bottom:18px;
}

#content h2, #content h2 a {
	font-size:20px;
	font-weight:bold;
	color:#42210b;
}

#content h2 span {
	display:block;
	padding-bottom:5px;
}

#content p {
	padding-right:30px;
}

.content-div {
	text-align:justify;
}

#content ul,
#content ol {
	padding-left:25px;
	line-height:1.5 !important;
}

/* News */
.full p img, .content-div img  {
	border:1px solid #8E8077;
	padding:1px;
}

/* Login */
#member {
	height:80px;
}

#member .title {
	float:left;
	width:280px;
	height:80px;
}

#member .title h1 {
	float:right;
	height:80px;
	margin-right:24px;
}

.lt #member.login .title h1 {
	width:162px;
	background:url('../img/lt/header-login.jpg') center left no-repeat;
}

.lt #member.logged .title h1 {
	width:189px;
	background:url('../img/lt/header-logged.jpg') center left no-repeat;
}

.en #member.login .title h1 {
	width:170px;
	background:url('../img/en/header-login.jpg') center left no-repeat;
}

.en #member.logged .title h1 {
	width:110px;
	background:url('../img/en/header-logged.jpg') center left no-repeat;
}

#member .title h1 span {
	display:none;
}

#member.login form {
	float:left;
	margin-top:25px;
	width:720px !important;
}

#member.login form label {
	margin-left:15px;
	color:#42210b;
}

#member form .submit {
	margin-left:15px;
	width:82px;
}

#member.login form .text {
	width:137px;
}

form .text {
	font-family:Arial, Tahoma, Helvetica, sans-serif;
	font-size:13px;
	margin:0px;
    padding:0px;
	border-top:1px solid #848484;
	border-right:1px solid #f8f8f8;
	border-bottom:1px solid #f8f8f8;
	border-left:1px solid #848484;
	background:#e5e3d8;
	height:19px;
}

form .submit {
    background:#63554c url('../img/common/login-submit-bg.gif') center left repeat-x;
    border-top:1px solid #f8f8f8;
	border-right:1px solid #9c9c9c;
	border-bottom:1px solid #9c9c9c;
	border-left:1px solid #f8f8f8;
    color:#e5e3d8;
    font-family:Georgia, "Times New Roman", sans-serif;
    height:21px;
    vertical-align:middle;
	padding-bottom:2px;
	cursor:pointer;
}

#member.logged form {
	float:left;
	width:720px;
	margin-top:25px;
}

#member.logged p {	/* Prisijungusio vartotojo atvaizdavimas*/
	padding-left:35px;
	padding-right:60px;
	color:#42210b;
}

#login-form .report {
	font-weight:normal;
	color:#CC3300;
	margin-left:20px;
	margin-bottom:3px;
}

#login-form  div span a {
	margin-left:15px;
	color:#42210b;
}


/* Footer */
#footer {
	padding: 20px 0;
}

#footer p {
	padding: 0 28px;
	color: #e5e3d8;
}

#footer a {
	color: #e5e3d8;
}

.paging {
	margin:5px
}

.report {
	font-weight:bold;
}

.error {
	color:#CC3300;
	font-weight:bold;
}

pre {
    font-family: "Courier New", monospace;
    font-size: 9pt;
}

/* PAGINATION */
.paging {
    background-color:#76664C;
    border:1px solid #76664C;
    height:18px;
    line-height:18px;
    margin-right:3px;
    margin-top:5px;
    text-align:center;
    width:18px;
	color:#ffffff;
}

.paging a {
    background-color:#FFFFFF;
    color:#76664C !important;
    display:block;
    text-decoration:none;
}

.paging a:hover {
    background-color:#76664C;
    color:#ffffff !important;
}

/* GLOBAL CSS*/
.w100 {
	width:100% !important;
}
a {
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}

.left {
	float:left !important;
}

.right {
	float:right !important;
}

.clear {
	clear:both;
}

.hidden {
	display:none;
}
