@charset "utf-8";
/* CSS Document */
html {
	background: url(img/gradient.jpg) top center #031632;
	margin-left: -1px;
	overflow-Y: scroll;
}
body {
	background: url(img/bg.jpg) repeat-y top center;
	font: 12px Arial,Helvetica,sans-serif;
	color: #444;
	outline: none;
	margin: 0;
	padding: 0;
	display: block;
	width: 100%;
}
#header {
	background: url(img/top_bg.jpg) no-repeat center top;
	width: 100%;
	display: table;
}
#footer {
	background: url(img/bttm_bg.jpg) no-repeat center bottom;
	width: 100%;
	display: table;
}
#content {
	width: 1000px;
	margin: 0 auto 65px;
}
a:link {
	color: #0000ff;
	text-decoration: none;
	outline: none;
}
a:visited {
	color: #0000ff;
	text-decoration: none;
	outline: none;
}
a:hover {
	color: #0000ff;
	text-decoration: none;
	outline: none;
}
a:active {
	color: #0000ff;
	text-decoration: none;
	outline: none;
}

a img {
	border: 0;
}

.table {
	border: 0;
}

.content {
	padding: 15px;
	height: 500px;
	vertical-align: top;
}

.header {
	text-align: left;
}

.logo {
	float:left;
	margin:45px 15px 5px 55px;
}

.photo {
	margin: 0;
	width: 471px;
	height: 150px;
	overflow: hidden;
	margin:65px 15px 20px 0;
	float: right;
}

.footer {
	padding: 15px 0 50px 0;
}
.footer a {
	color:#aaa;
}

#menu {
	width: 1000px;
	font: 18px "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-bottom:10px;
	padding:0;
	text-shadow: 0 1px 0 #000;
	float:left;
}

#menu ul {
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
	background: #004f7d;
}

#menu li {
	background: #004f7d;
	display: inline;
	margin: 0;
	padding: 0;
	float: left;
}

#menu a {
	float: left;
	margin: 0;
	padding: 0;
	text-decoration: none;
	color: #fff;
}

#menu a div {
	width: 200px;
	padding: 10px 0;
	text-align: center;
	cursor: pointer;
}

#menu a:hover {
	background: #00598b;
}

#menu #current a, #menu #current a:hover {
	background: #00659e;
}

.img {
	padding: 3px;
	border: 1px solid #ccc;
	background-color: #fff;
}

.img:hover {
	border: 1px solid #aaa;
}

.input {
	border: 0;
	background: url(img/input.png) repeat-x #008aca;
	font: 12px Arial, Helvetica, sans-serif;
	color: #fff;
	padding: 2px;
}

.disabled {
	border: 0;
	background: url(img/input.png) repeat-x #d8e481;
	font: 12px Arial, Helvetica, sans-serif;
	color: #888;
	padding: 2px;
}

.button {
	color: #fff;
	background: #004f7d;
	font: bold 12px Arial, Helvetica, sans-serif;
	outline: none;
	cursor: pointer;
	border: 1px solid #004a75;
	margin: 0;
	text-shadow: 0 1px 0 #000;
}

span.button {
	font: bold 11px Arial, Helvetica, sans-serif;
	padding: 0 3px;
}

.button:hover {
	background-color: #00659e;
}

h2 {
	color: #004a75;
	font: 22px "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0 0 15px 0;
}

.side_menu {
	width: 160px;
	font: 15px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-shadow: 0 1px 0 #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	overflow:hidden;
	line-height:15px;
}

.side_menu a {
	text-decoration: none;
}

.side_menu a div {
	width: 150px;
	background-color: #004f7d;
	color: white;
	padding: 5px 5px 5px 10px;
	cursor: pointer;
}

.side_menu a div:hover {
	background: #00598b;
}

.side_menu a div.current, .side_menu a div.current:hover {
	background: #00659e;
}

div.pagnav {
	float: left;
	width: 100%;
	height: 25px;
}

.paginate {
	font: 11px Arial, Helvetica, sans-serif;
	color: #444;
}

a.paginate {
	background: url(img/pg_bg.png) repeat-x left top #30a2d3;
	height: 16px;
	text-decoration: none;
	color: white;
	margin: 0px 1px 0px 1px;
	padding: 0px 4px 0px 4px;
	border: solid 1px #839602;
	text-shadow: 1px 1px 0 #839602;
}

a.paginate:hover {
	background-position: 0 -14px;
}

a.selected {
	background: url(img/pg_bg.png) repeat-x left bottom #3ea9d9;
	height: 16px;
	text-decoration: underline;
	color: white;
	margin: 0px 1px 0px 1px;
	padding: 0px 4px 0px 4px;
	border: solid 1px #6c7d02;
	font: 11px Arial, Helvetica, sans-serif;
	text-shadow: 1px 1px 0 #6c7d02;
}

span.inactive {
	visibility: hidden;
}

.response {
	padding: 5px;
	background: #008aca;
	border: 3px solid #004a75;
	margin-bottom: 15px;
	font: 12px Arial, Helvetica, sans-serif;
	color: #fff;
	text-shadow: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

ul.list {
	padding: 10px 0;
	width: 160px;
	font: 15px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-shadow: 0 1px 0 #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	overflow:hidden;
	line-height:15px;
}

#list li {
	width: 145px;
	background-color: #004f7d;
	color: white;
	padding: 5px 5px 5px 10px;
	cursor: pointer;
	cursor: move;
	list-style: none;
}

#list li div {
	background: url(img/edit.png) no-repeat center;
	background-position: 0 -24px;
	width: 12px;
	height: 12px;
	float: right;
	padding: 0;
	margin: 2px 0 0 0;
}

.main {
	color: #008aca;
}

.true {
	background: url(img/icon.png) no-repeat center top;
	width: 14px;
	height: 14px;
	margin-right: 5px;
	float: left;
}

.false {
	background: url(img/icon.png) no-repeat center;
	background-position: 0 -14px;
	width: 14px;
	height: 14px;
	margin-right: 5px;
	float: left;
}

.true_sml {
	background: url(img/edit.png) no-repeat;
	background-position: 0 -36px;
	width: 12px;
	height: 12px;
	margin: 1px 5px 0 0;
	float: left;
}

.false_sml {
	background: url(img/edit.png) no-repeat;
	background-position: 0 -48px;
	width: 12px;
	height: 12px;
	margin: 1px 5px 0 0;
	float: left;
}

.arrow_top {
	background: url(img/icon.png) no-repeat center bottom;
	width: 14px;
	height: 14px;
	margin-right: 5px;
	float: left;
}

.flags {
	float: right;
	margin:11px 15px 0 -65px;
}

.lv {
	background: url(img/flags.png) no-repeat bottom left;
	width: 24px;
	height: 19px;
	float: left;
}

.lv_current {
	background: url(img/flags.png) no-repeat top left;
	width: 24px;
	height: 19px;
	float: left;
}

.ru {
	background: url(img/flags.png) no-repeat bottom right;
	width: 24px;
	height: 19px;
	margin-left:2px;
	float: left;
}

.ru_current {
	background: url(img/flags.png) no-repeat top right;
	width: 24px;
	height: 19px;
	margin-left:2px;
	float: left;
}

.icons {
	float: left;
	margin: 9px -90px 0 15px;
}

.draugiem {
	background: url(img/icons.png) no-repeat top left;
	width: 29px;
	height: 30px;
	float: left;
}

.twitter {
	background: url(img/icons.png) no-repeat top center;
	width: 29px;
	height: 30px;
	float: left;
}

.facebook {
	background: url(img/icons.png) no-repeat top right;
	width: 29px;
	height: 30px;
	float: left;
}

.pasutit_input {
	border: 0;
	background: url(img/input.png) repeat-x #008aca;
	font: 13px Arial, Helvetica, sans-serif;
	color: #fff;
	padding: 4px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

textarea {
	resize:vertical;
}

.stats {
	float:right;
	margin-top:30px;
}