/* main */

body, html {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 0;
	padding: 0;
	color: #000;
	background: #fff url("/css/bg.jpg") repeat-y top center;
	line-height: 19px;
}
	
h1, h1 a, h2, h2 a, h3, h3 a {
	font-size: 22px;
	font-weight: bold;
	color: #004D99;
	line-height: 100%;
	margin: 10px 0px 10px 0px;
	padding-bottom:0;
	text-decoration:none;
}

h2 a:hover {
	/*color:#074ca7;*/
	color:#CC0000;
	text-decoration:none;
}
	
h3, h3 a {
	color:#004D99;
	font-size:16px;
}
	
h3 a:hover {
	color:#CC0000;
}
	
br.clearall, div.c {
	clear:both;
	height: 1px;
	margin-top: -1px;
	overflow: hidden;
	background: #ddd;
}
	
a {
	color: #004D99;
	/*text-decoration:none;*/
}
	
a:hover {
	/*color:#2d82db;*/
	color:#CC0000;
	text-decoration:underline;
}

	
p {
	margin:0;
	padding:0;
	display: block;
}

form {
	margin: 0;
	padding: 0;
}

input, textarea, button, select {
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	
}

hr {
	height: 1px;
	color: #fff;
	border: 0px;
	border-top: 1px solid #ccc;
}


.warning {
    border: 1px solid #ccc;
    padding: 7px;
    margin: 10px 0px 10px 0px;
    background: #ffc;
    color: #900;
}

.notice {
	color: #ca2;
}

.expired {
	color: green;
}

.permanent {
	color: red;
}

.timeleft {
	color: magneta;
}

.time {
	color: blue;
}

.red {
	color: red;
}

.green {
	color: green;
}

.unread .body {
	font-weight: bold;
}

#add {
	width: 728px;
	float: right;
	margin-top: -12px;
}

.search_text {
	padding: 3px;
	color: #999;
	font-size: 14px;
	border: 1px inset #ddd;
}

.search_text:focus {
	color: #000;
}

#searchbar button {
	background: #666;
	background-image:url("/css/menu_over.jpg");
	background-repeat:repeat-x;
	background-position: 0 0;
	color: #000;
	font-weight: bold;
	padding: 2px 4px;
	border: 1px outset #ddd;
}

/* path */
#path {
	margin: 0px 0px 10px 0px;
	padding: 0px 2px 2px 2px;
	font-size: 11px;
	border-bottom: 1px solid #ccc;
}

#path a {
	text-decoration: none;
}



/* container */

#container {
	width:930px;
	margin:auto;
	clear:both;
}
	

/* left */

#container .left {
	width: 600px;
	overflow: hidden;
	margin-top: 15px;
}
	
#container .left .top_news {
	height:208px;
	margin-top:30px;
	border:1px solid #dadada;
	padding:15px 20px 15px 20px;
	background:url("/css/top_news.jpg") repeat-x;
}
	
#container .left .top_news img.big {
	margin:10px 0 10px 0;
	float:none;
}
	
#container .left .top_news p {
	font-size:11px;
	line-height:12px;
	width:180px;
}
	
#container .left .top_news p a {
	color:#505050;
}

#container .left .top_news p a:hover {
	color:#000;
}
	
#container .left .top_news .small_news {
	width:220px;
	float:right;
	line-height:14px;
	margin:10px 0 0px 0;
}
	
#container .left .top_news .small_news a.small_news_link {
	display:block;
	margin:0 0 8px 0;
	color:#474747;
}
	
#container .left .top_news .small_news a.small_news_link:hover {
	color:#6d6d6d;
}
	
#container .left .news_info	{
	margin:15px 0 15px 0;
	font-size: 12px;
}

#container .left img {
	border: 0;
}

#container .left img.img-logo {
	border:1px solid #dadada;
	float:left;
	margin-right:15px;
	margin-left: 0;
}

#container .left a.read_more {
	background-image:url("/css/next1.jpg");
	background-repeat:no-repeat;
	background-position:0 2px;
	padding-left:20px;
	padding-top:4px;
	text-transform:uppercase;
	font-size:11px;
	text-decoration:none;
}
	
#container .left .banner1 {
	width:460px;
	padding:4px;
	border:1px solid #dadada;
	margin-top:30px;
}
	
#container .left .banner1 img {
	float:none;
	border:0;
	margin:0;
}
	
#container .left .pages {
	font-weight:bold;
	background:#F9F9F9;
	text-align:center;
	padding:10px 0 10px 0;
	margin:30px 0 20px 0;
}

#container .left ul.news_related {
	list-style-image:url(/css/arrow.jpg);
	list-style-type:none;
}
#container .left ul.news_related a {
	text-decoration:none;
}

#container .left ul.admin_links {
	list-style-image:url(/css/arrow_gray.jpg);
	list-style-type:none;
}


/* right */
#container .right {
	width:300px;
	float:right;
	overflow: hidden;
}

#container .right h2	{
	color:#a7a7a7;
	margin-top:0;
	margin-bottom:15px;
}

#container .right ul li a
{
	color:#000;
	text-decoration:none;
}

#container .right ul li a:hover
{
	color:#CC0000;
	text-decoration: underline;
}

#container .readmore_box {
	text-align: right;
	float: right;
}

#container .right a.read_more {
	background-image:url("/css/next2.jpg");
	background-repeat:no-repeat;
	background-position:0 3px;
	padding-left:20px;
	padding-top:3px;
	text-transform:uppercase;
	float:right;
	font-size:11px;
	display:block;
	clear:both;
	margin-bottom:30px;
}
	
#container .right ul.box_menu {
	width:100%;
	list-style-type:none;
	margin:0;
	padding:0;
	float:left;
	background-image:url("/css/box.jpg");
	background-repeat:repeat-x;
	background-position:0 29px;
}
	
#container .right ul.box_menu li	{
	float:left;
	margin-right:3px;
	background:#2473e3;
	background-image:url(/css/menu_bg.jpg);
	background-repeat:repeat-x;
}
	
#container .right ul.box_menu li.active {
	background-image:url(/css/menu_bg_over.jpg);
	background-repeat:repeat-x;
}
	
#container .right ul.box_menu li a 	{
	display:block;
	float:left;
	height:26px;
	padding:6px 15px 0 15px;
	font-size:10px;
	text-transform:uppercase;
	font-weight:bold;
	color:#444;
	outline: 0;
	text-decoration:none;
}

#container .right ul.box_menu li a:hover 	{
	text-decoration:none;
	color:#fff;
}
	
#container .right ul.box_menu li.active a 	{
	color:#fff;
}

#container .right ul.box_menu li.active a:hover 	{
	color:#444;
	text-decoration:none;
}


#container .right .articles_box {
	font-size: 12px;
	line-height: 13px;
	background:#fff;
	padding:15px 20px 15px 20px;
	clear:both;
}

* html #container .right .articles_box {
	position: relative;
	top: -10px;
}
	
#container .right .articles_box p	{
	padding:2px 0;
	margin: 5px 0;
}
	
#container .right .articles_box p a {
	text-decoration:none;
}

#container .right .articles_box ul	{
	padding: 0px;
	margin: 0px 0px 0px 15px;
}
	
#container .right .articles_box ul li	{
	padding: 3px 0px 3px 0px;
	font-size: 12px;
}
	
#container .right .articles_box ul li a	{
	color: #004D99;
	text-decoration: underline;
}
	
#container .right .banner2	{
	width:300px;
	margin:30px 0 30px 0;
	clear:both;
}

.comment {
	background-image:url("/css/comment.gif");
	background-repeat:no-repeat;
	background-position: 0px 3px;
	padding: 3px 5px 3px 11px;
	text-align: center;
	font-size: 10px;
	width: 19px;
}

.deleted {
	opacity: .5 !important;
}
	
* html #container .right .banner2	{
	margin-top:10px;
}


/* profile box */
#profile_box {
    margin: 10px 0;
    padding: 10px;
    background-color: #d9e7fc;
    border: 1px solid #adcdfa;
}

#container .right #profile_box a.red {
    color:#c02b2b;
    padding:0 0 0 2px;
}
    
#container .right #profile_box a.red:hover {
    color:#000;
}

#container .right #profile_box input.login_text {
    width: 105px;
    height:17px;
    border:1px solid #dadada;
}

#profile_box a {
	text-decoration:underline;
}

#profile_box fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

#profile_box fieldset br {
    clear: both;
}

#profile_box input#username,
#profile_box input#password {
    display: block;
    float: left;
    width: 75px;
    margin: 4px;
}

#profile_box input#password {
    width: 75px;
}

#profile_box label#username_text,
#profile_box label#password_text {
    display: block;
    float: left;
    width: 38px;
    margin: 4px 4px 4px 0;
    text-align: right;
    font-weight: bold;
}

#profile_box input#remember {
    display: inline;
    float: left;
    width: auto;
    margin: 4px 4px 4px 9px;
}

#profile_box label#remember_text {
    display: block;
    float: left;
    margin: 4px;
}

#profile_box #password_forgot {
	margin: 0;
}

#profile_box input#login_submit {
    margin: 4px 17px 4px 4px;
float:right;
}
#profile_box .info {
	 margin: 0 0 5px 0;
	 text-align: left;
	 font-size:11px;
}



#searchbar {
	float: right;
	padding-top: 9px;
}

#searchbar input.search_text {
	width: 200px;
}

#container .left .news_comment	{
	border:1px solid #dadada;
	border-left:3px solid #dadada;
	padding:10px;
	background:#f9f9f9;
	margin-bottom:10px;
}

#container .left .news_comment .comment {
	padding:0 0 0 18px;
	background-image:url("/css/comment.gif");
	background-repeat:no-repeat;
	font-weight: bold;
}

#container .left h2.news_comment_header
{
	margin:0 0 20px 0;
}

#container .left .news_comment p {
	margin-bottom:0;
	padding:5px 0 5px 0;
}

#container .left .news_comment blockquote {
	background: #fff;
	padding: 10px;
	margin: 5px 5px 5px 30px;
	color: #666;
	border: 1px solid #eee;
}

.gravatar {
	float: right;
	margin: 0px 0px 6px 8px;
}


/* tags */
.tag1 {
    font-size: 11px;
}
.tag2 {
    font-size: 13px;
}
.tag3 {
    font-size: 15px;
}
.tag4 {
    font-size: 17px;
}
.tag5 {
    font-size: 19px;
}
.tag6 {
    font-size: 21px;
}
.tag7 {
    font-size: 23px;
}
.tags {
	background-image: url('/css/tag.png');
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding-left: 20px;
}
.tags a {
	text-decoration: none;
}

/* Tables */
table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 15px;
}
table td {
    border-bottom: 1px solid #ccc;
    padding: 4px;
    font-size: 12px;
}
table tr.noborder td, table td.noborder {
    border: 0px;
}
table td.description, table td.description a {
	font-size: 15px;
	padding-top: 10px;
}
table th {
    border-bottom: 1px solid #ccc;
    background: #eee;
    padding: 3px;
    text-align: left;
}
table a {
	text-decoration: none;
}


/* Recordlist */
.recordlist {
    text-align: center;
    font-size: 11px;
}
.recordlist b a, .recordlist b span {
	border: 1px solid #eee;
	text-decoration: none;
	padding: 2px 5px 2px 5px;
    margin: 0px 1px 0px 1px;
	font-weight: normal;
}
.recordlist b.active span{
    background: #eee;
    color: #333;
	font-weight: bold;
}

/* Forum */
.forum dt {
    font-size: 14px;
    font-weight: bold;
}
.forum dd {
    margin-bottom: 5px;
}


/* footers */

#footer {
	background-image:url("/css/footer.jpg");
	background-repeat:repeat-x;
	height:95px;
	text-align:center;
	padding-top:30px;
}
	
#footer p {
	color:#fff;
}

#footer p.footer_small {
	color:#fff;
	font-size:11px;
	line-height:14px;
	margin-top:15px;
}


/* Forms */
.left form {
	margin: 0px;
	padding: 0px;
}

.left form input {
    width: 300px;
    margin: 2px 4px 4px 4px;
}

.left form select {
    margin: 2px 4px 4px 4px;
}

.left form textarea {
    display: block;
    width: 450px;
    height: 150px;
    margin: 2px 4px 4px 4px;
}

.left form textarea.big {
    height: 250px;
}

.left form textarea.small {
    height: 70px;
}

.left form label {
    display: block;
    margin: 6px 4px 1px 4px;
    font-weight: bold;
}

.left form label.check {
    display: inline;
	text-align: left;
	font-weight: normal;
}

.left form input.check {
    display: inline;
    width: auto;
    margin: 0px 4px 0px 4px;
}

.left form button {
    margin: 4px;
}

.left form label b {
	color: #c00;
}

.left li form input, .left li form select, .left li form button {
	display: inline;
	margin: auto;
	width: auto;
}

.left form .simple {
	display: inline;
	margin: auto;
	width: auto;
}



/* Header */

#header {
	background: url("/css/header_bg.jpg") repeat-x;
	height: 176px;
	border-bottom:8px solid #2473e3;
}

#header a {
	text-decoration: none;
}
	
#header #logo	{
	height:112px;
	width: 966px;
	margin: auto;
	clear: both;
	padding-top: 35px;
}
	
#header #logo a.logo {
	display: block;
	width: 216px;
	height: 75px;
	background: url("/css/logo.png") no-repeat;
	margin-top: 5px;
}
	
* html #header #logo a.logo	{
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/css/logo.png", sizingMethod="scale");
	zoom:1;
	position: relative;
}

#header #searchbar {
	float:right;
	margin:0;
	padding:0;
	width:338px;
	height:29px;
	background: url("/css/search.jpg") no-repeat;
	text-align:center;
}

#header #searchbar .search_text {
	width:230px;
	height:15px;
	margin-top:4px;
}

/* Header menu */

#header #menu {
	width: 968px;
	padding-left:2px;
	margin: auto;
	color: #444;
	height:29px;
}
	
#header #menu ul {
	list-style-type: none;
	float: left;
	margin: 0;
	padding: 0;
}
	
#header #menu ul li {
	display: block;
	float: left;
	background: url("/css/menu_bg.jpg") repeat-x;
	height: 29px;
	margin-left: 2px;
}
	
#header #menu ul li.active span {
	display: block;
	float: left;
	height: 23px;
}

#header #menu ul li a {
	display: block;
	float: left;
	padding: 6px 18px 0px 18px;
	color: #444;
	font-size: 14px;
}
	
#header #menu ul li a:hover {
	color: #fff;
	background: url("/css/menu_bg_over.jpg") repeat-x;
	height:23px;
	text-decoration:none;
}
	
#header #menu ul li a.active
{
	color:#fff;
	background: url("/css/menu_bg_over.jpg") repeat-x;
	height:23px;
}

#header #menu ul li a.active:hover {
	color:#444;
	text-decoration:none;
}

#header #menu ul li.first {
	background: url("/css/sakums.jpg") no-repeat;
	height: 29px;
	width: 87px;
}

#header #menu ul li.first a:hover {
	background: url("/css/sakums_over.jpg") no-repeat;
}

#header #menu ul li.first a.active {
	background: url("/css/sakums_over.jpg") no-repeat;
}

#header #menu ul li.last {
	background: url("/css/tv.jpg") no-repeat;
	height: 29px;
	width: 90px;
}

#header #menu ul li.last a {
	padding-left: 16px;
}

#header #menu ul li.last a:hover {
	background: url("/css/tv_over.jpg") no-repeat;
}

#header #menu ul li.last a.active {
	background: url("/css/tv_over.jpg") no-repeat;
}

#submenu {
	padding: 8px 0px 5px 20px;
	border-top:1px solid #2a327d;
	border-bottom: 1px solid #c9c9c9;
	clear: both;
	color: #727272;
	font-size: 11px;
	background: #d6d6d6;
}
	
#submenu a {
	color:#000;
	text-decoration: none;
}
	
#submenu a:hover {
	color:#737373;
}

#submenu a.active {
	font-weight: bold;
}

#submenu ul
{
	list-style-type:none;
	padding:0;
	margin:0;
	width:946px;
	height:13px;
	margin:auto;
}

#submenu ul li
{
	float:left;
	padding:0px 20px 0px 20px;
	margin:0;
	border-right: 2px solid #b8b8b8;
	height:12px;
	line-height:10px;
}

#submenu ul li.first {
	padding-left: 0px;
}

#submenu ul li.last {
	padding-right: 0px;
	border: 0px;
}


