﻿body
{
	margin: 0;
	padding: 0;
	text-align: center;
	background: url(../images/tlo-test.png) no-repeat center top rgb(123,165,181);
	font-size: 11px;
	font-family: Tahoma;
}

ul.sitemap, #text .news ul
{
	padding-left: 15px;
	list-style: none;
}

ul.sitemap li, #text .news ul li
{
	padding: 1px;
	padding-left: 12px;
	background: url(../images/bullet.png);
	background-repeat: no-repeat;
	background-position: 2px 6px;
}

#header
{
	display: block;
	width: 798px;
	height: 83px;
	margin: 0 auto;
	padding: 0;
	background: url(../images/header2.jpg);
}

#header h1
{
	display: none;
}

#menu_top
{
	float: right;
	display: block;
	margin: 3px 13px 0 0;
	padding: 0;
}

#menu_top li
{
	display: inline;
	margin: 0 6px 0 0;
}

#menu_top a
{
	color: rgb(108,170,202);
	font-size: .8em;
	text-decoration: none;
}

#menu_top a:hover
{
	text-decoration: underline;
	color: white;
}

#menu_main
{
	display: block;
	width: 798px;
	height: 51px;
	margin: 0 auto;
	padding: 0;
	background: url(../images/menu.png);
}

#menu_main ul
{
	padding: 4px 0 0 17px;
	margin: 0;
	list-style: none;
}

#menu_main ul li
{
	float: left;
	margin: 0;
	padding: 0;
}

#menu_main ul li a
{
	display: block;
	color: rgb(134,155,177);
	width: 70px;
	margin: 0 4px 0 0px;
	border: 1px solid transparent;
	border-bottom: 0;
	height: 26px;
	padding: 10px 10px 0 10px;
	/*color: rgb(216,225,229);*/
	text-decoration: none;
}

#menu_main > ul li a
{
	width: auto;
}

#menu_main ul li a:hover
{
	/*border: 1px solid rgb(13,48,65);*/
	border: 1px solid rgb(4,34,68);
	border-bottom: 0;
	/*background: rgb(21,74,99);*/
	background: rgb(5,40,80);	
	color: rgb(150,185,210);
}

#menu_main ul li a.active
{
	height: 36px;
	background: url(../images/tab_active.png);
	background-repeat: repeat-x;
	font-size: 12px;
	font-weight: bold;
	color: rgb(55,61,64);
	padding-left: 15px;
	padding-right: 15px;
	border: 0;
	border-top: 1px solid rgb(204,204,204);
}

#content
{
	display: block;
	width: 798px;
	margin: 0 auto;
	padding: 0;
	background: url(../images/content_bg.png);
	text-align: left;
}

#text
{
	width: 556px;
	padding: 8px;
	background: url(../images/text_bg.jpg);
	background-repeat: no-repeat;
	margin-left: 17px;
	float: left;
	font-size: 1.1em;
}

#footer
{
	display: block;
	width: 798px;
	height: 73px;
	margin: 0 auto;
	padding: 0;
	background: url(../images/footer.jpg);
}

#sidebar
{
	margin-left: 605px;
	width: 161px;
	padding-top: 10px;
}

#sidebar div.sub
{
	margin: 0;
	margin-bottom: 10px;
	padding: 0px;
	background: white;
	border: 1px solid #bbb;
}

.bans img
{
	border: 1px solid #bbb;
	margin: 3px 0 0 0;
}

#sidebar .sub h3
{
	margin: 0;
	padding: 3px 3px 3px 13px;
	display: block;
	font-size: 1em;
	font-weight: normal;
	color: white;
	/*background-image: url(../images/header.jpg);*/
	background-position: -15px -57px;
	background-repeat: no-repeat;
	background: #bbbbbb;
}

#sidebar .sub ul
{
	padding: 2px 4px;
	margin: 0;
	list-style: none;
	color: #777;
}

#sidebar .sub li
{
	display: block;
	padding: 2px;
	padding-left: 12px;
	background: url(../images/bullet.png);
	background-repeat: no-repeat;
	background-position: 2px 7px;
	border-bottom: 1px solid rgb(235,235,235);
	
}

#sidebar .sub li a
{
	text-decoration: none;
	color: #777;
}

#sidebar .sub li a:hover
{
	color: #444;
	text-decoration: none;
}

#footer p
{
	margin: 0 20px;
	padding-top: 35px;
	color: rgb(108,170,202);
	font-size: 0.85em;
	text-align: center;
}

#text h2
{
	display: block;
	padding: 3px 3px 3px 0;
	margin: 0;
	border-bottom: 1px solid rgb(222,222,222);
	font-size: 1.9em;
	font-weight: normal;
	font-family: Cambria, Georgia, 'Times New Roman';
	color: black !important;
	clear: left;
}

#text h3
{
	display: block;
	padding: 13px 2px 2px 0;
	margin: 0;
	border-bottom: 1px solid rgb(222,222,222);
	font-size: 1.2em;
	font-weight: normal;
	color: #222 !important;
	clear: left;
}

#text a
{
	color: #486984;
	text-decoration: none;
}

#text a:hover
{
	color: #486984;
	text-decoration: underline;
}

.news p
{
	padding: 4px;
	margin: 0;
	font-size: 1em;
	color: black;
	text-align: justify;
}

.news .details
{
	display: block;
	margin: 0;
	padding: 0;
	color: gray;
	font-size: 0.71em;
	text-align: left;
}

.news .tags
{
	color: #486984;
	font-size: 0.9em;
}

.news .tags a
{
	color: #486984;
	text-decoration: none;
}

.news .tags a:hover
{
	text-decoration: underline;
}


a.search_link
{
	color: #486984;
	text-decoration: underline;
	margin-left: 10px;
}

a.search_link:hover
{
	color: #486984;
	text-decoration: underline;
	color: rgb(112,175,204)
}
	
a.comment
{
	/*color: white !important;
	display: block;
	float: right;
	border: 0;
	background: rgb(112,175,204);
	padding: 5px;
	text-decoration: none;*/
	color: #999 !important;
	display: block;
	float: right;
	border: 0;
	background: url(../images/comment_off.png) no-repeat top right;
	padding: 3px 0 0 0;
	text-decoration: none;
	text-align: right;
	height: 21px;
	width: 61px;
	padding-left: 1px;
	text-align: center;
}	

a.comment:hover
{
	/*background: rgb(61,118,145);*/
	background: url(../images/comment_on.png) no-repeat top right;
	text-decoration: none !important;
	color: #666;
}

#search_sidebar
{
	display: block;
	width: 150px;
	margin: 7px 0 0 4px;
	padding: 0;
}

#sside_s
{
	border: 1px solid #ddd;
	background: white;
	padding: 2px;
	width: 144px;
	margin: 0;
	font-size: 10px;
	color: #666;
}

#search_top
{
	display: block;
	float: right;
	clear: right;
	margin: 11px 13px 0 0;
	visibility: hidden;
}

fieldset.search_top
{
	margin: 0;
	padding: 0;
	border: 0;
}

#search_top #s_s
{
	width: 200px;
	background: rgb(19,69,93);
	height: 16px;
}

#search_top #s_i
{
	background: rgb(14,52,71);
	clear: right;
	height: 20px !important;
	margin-top: 2px !important;
}

#search_top input
{
	display: block;
	border: 1px solid rgb(8,37,51);
	padding: 2px;
	font-size: 0.9em;
	color: rgb(108,170,202);
	margin: 0;
	height: 14px;
}
