﻿* 
{
	margin: 0;
	padding: 0;
	outline: none;
}

body 
{
	color: white;
	background-color: #1a1a1a;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1, h2, h3
{
	line-height: normal;
	cursor: default;
}

img, table, td 
{
	border: none;
	vertical-align: top;
}

input, textarea 
{
	font-family: Verdana, sans-serif;
	font-size: 12px;
	line-height: normal;
	resize: none;
}

a 
{
	color: white;
	text-decoration: none;
}

a:hover 
{
	text-decoration: underline;
}

a * 
{
	cursor: pointer;
}

h1 a:hover, h2 a:hover, h3 a:hover 
{
	text-decoration: none;
}

ul 
{
	list-style-type: none;
}

.clr 
{
	clear: both;
	display: block;
	font-size: 0px;
	line-height: 0px;
	width: 0px;
	height: 0px;
}

.fl 
{
	float: left;
}

.fr 
{
	float: right;
}

.error, .error_msg 
{
	color: red;
}

.header
{
	width: 100%;
	height: 48px;
	background: #010101 url("../images/header_background.gif") repeat-x scroll left top;
}

h1
{
	float: left;
}

.main_menu
{
	float: right;
	overflow: hidden;
}

.main_menu a
{
	float: left;
	position: relative;
	margin-right: 2px;
	padding: 15px 11px 18px;
	font-size: 14px;
	font-weight: bold;
	background: transparent url("../images/menu_button.gif") no-repeat scroll left top;
}

.main_menu a:hover
{
	text-decoration: none;
}

.main_menu a span
{
	position: absolute;
	top: 0px;
	right: 0px;
	display: block;
	width: 10px;
	height: 48px;
	overflow: hidden;
	background: transparent url("../images/menu_button.gif") no-repeat scroll right top;
}

.main_menu a.active, .main_menu a.active span
{
	background-image: url("../images/menu_button_active.gif");
}

.category_menu
{
	clear: both;
	padding: 5px 10px;
	background-color: #595959;
}

.category_menu select
{
	width: 100%;
}

p.title, p.article_title
{
	padding: 8px 10px 10px;
	color: #f57f29;
	font-size: 14px;
	font-weight: bold;
}

p.article_title
{
	font-size: 18px;
}

.photo_large
{
	padding: 10px 0px;
	background-color: #333333;
	text-align: center;
}

.photo_large img
{
	border: 1px white solid;
}

.news_list
{
	width: 100%;
}

.news_list a
{
	display: block;
	border-bottom: 1px #1a1a1a solid;
	padding: 18px 40px 20px 20px;
	height: 32px;
	background: #262626 url("../images/arrow_right.gif") no-repeat scroll right bottom;
	font-size: 14px;
	font-weight: bold;
}

.news_list a:hover
{
	text-decoration: none;
}

.news_list a.active
{
	background-color: #1a1a1a;
}

.news_list a span
{
	display: block;
	height: 32px;
	overflow: hidden;
}

.page
{
	font-size: 12px;
	margin-top: 5px;
	padding: 20px;
	overflow: hidden;
	background-color: #262626;
}

.page p
{
	padding-bottom: 14px;
}

p.date
{
	color: #808080;
	padding: 0px;
}

a.back
{
	float: right;
	width: 20px;
	height: 20px;
	margin-right: -10px;
	margin-bottom: -10px;
	background: transparent url("../images/arrow_left.gif") no-repeat scroll left top;
}

.footer
{
	padding: 8px 10px 10px;
	font-size: 10px;
	text-align: center;
	color: #808080;
}