@import "/s/reset-min.css";

html {
	font-size: 100%;
}

body {
	background-color: #F8F8FF;
	background-image: url("/i/www/bg/grid_gray.png");
	color: #333333;
	text-align: center;
	font-family: Verdana,Tahoma,"Trebuchet MS",Helvetica,'MS Sans Serif',sans-serif;
	font-size: 13px;
	font-size-adjust: none;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: normal;
}

a {
	color: #333333;
	font-weight: bold;
	text-decoration: none;
	outline: none;
}

a:hover {
}

input, textarea, select, button {
	background-color: #F8F8FF;
	padding: 2px;
}

h1 {
	font-size: 13px;
	font-weight: bold;
}

sup { vertical-align: baseline; position: relative; top: -0.4em; }
sub { vertical-align: baseline; position: relative; bottom: -0.4em; }

table {
	font-size: 13px;
	font-weight: normal;
}

th {
	text-align: center;
	font-weight: bold;
	vertical-align: middle;
}

ol li {
	list-style-type: decimal;
}

ul li, ol li {
	list-style-position: inside;
}

.fill {
	width: 100%;
}

div.img {
	padding: 2px;
	text-align: center;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	margin: 0px auto;
	text-indent: 0px;
}

.inv {
	display: none;
}

.hr {
	border-top: 1px solid #B2B2B2;
	border-bottom: 1px solid #B2B2B2;
}

.bordered th,
.bordered td {
	border: 1px solid #B2B2B2;
}

.noborder, .noborder * {
	border: none;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.float_center {
	margin: auto;
}

.align_left {
	text-align: left;
}

.align_center {
	text-align: center;
}

.align_right {
	text-align: right;
}

.inline {
	display: inline;
}

ul.inline li {
	display: inline;
}

.clear {
	clear: both;
}

.prop_name {
	text-align: left;
	width: 150px;
}

.prop_value {
	text-align: left;
}

.normal {
	font-weight: normal;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.nowrap {
	white-space: nowrap; 
}

table.img_matrix {
	width: 100%;
}

table.img_matrix td {
	width: 50%;
	padding: 2px;
	text-align: center;
}

table.valign_top td {
	vertical-align: top;
}

.content {
	padding: 3px;
}

table.content th,
table.content td {
	padding: 3px;
}

table.align_center td {
	text-align: center;
}

table.col2 th,
table.col2 td {
	width: 50%;
}

table.col3 th,
table.col3 td {
	width: 33%;
}

table.col4 th,
table.col4 td {
	width: 25%;
}

table.col5 th,
table.col5 td {
	width: 20%;
}

td.th {
	text-align: center;
	font-weight: bold;
	background-color: #DDEEF6;
}

#body {
	width: 998px;
	margin: auto;
	text-align: left;
	border-left: 1px solid #B2B2B2;
	border-right: 1px solid #B2B2B2;
	background-image: none;
	background-color: #F8F8FF;
}

#header {
	border-bottom: 1px solid #B2B2B2;
	background-color: #DCDCDC;
	background-image: url("/i/www/bg/grid_green.png");
}

#header_block {
	height: 130px;
	background-image: url("/i/www/bg/header.png");
	background-position: center;
	background-repeat: no-repeat;
}

#main_nav {
	border-bottom: 1px solid #B2B2B2;
	padding: 4px;
}

#main_nav_list {
}

#main_nav_list li {
	display: inline;
	float: left;
}

#main_nav_list a {
	display: block;
	border: 1px solid #333333;
	background-image: url("/i/www/bg/grid_gray.png");
	color: #333333;
	padding: 4px 8px;
	margin: 0px 2px;
}

#main_nav_list a:hover {
	background-image: url("/i/www/bg/grid_orange.png");
	background-color: #FFB069;
}

#crumbs_nav {
	padding: 4px;
	color: #333333;
	border-bottom: 1px solid #B2B2B2;
}

#crumbs_nav li {
	display: inline;
	float: left;
	margin: 0px 5px;
}

#crumbs_nav a {
	color: #333333;
}

#content {
	vertical-align: top;
	border-bottom: 1px solid #B2B2B2;
}

#content_block {
	width: 100%;
}

#content_block td {
	vertical-align: top;
}

#content_left,
#content_right {
	height: 500px;
}

#content_left_block {
	padding: 10px;
	text-align: left;
}

#page_children_list {
	margin-left: 15px;
	margin-bottom: 5px;
}

#page_children_list {
	color: #FF8C00;
}

#page_children_list a {
	color: #FF8C00;
}

ul#page_children_list li {
	list-style-type: square;
}

#page_content {
	text-align: justify;
	text-indent: 15px;
}

#page_content ul li {
	list-style-type: square;
}

#content_right {
	width: 270px;
	border-left: 1px solid #B2B2B2;
	background-color: #DCDCDC;
}

#content_right_block {
	padding: 10px;
	text-align: left;
	width: 270px;
}

.category_item {
	border: 1px solid #B2B2B2;
	background-color: #EFEFEF;
	background-image: url("/i/www/bg/grid_gray.png");
	margin: 4px auto;
}

.category_title {
	display: block;
	padding: 4px;
	font-weight: bold;
	border-bottom: 1px solid #B2B2B2;
}

.category_title_level_1 {
	background-image: url("/i/www/bg/grid_green.png");
	background-color: #C6ED79;
}

#footer {
	background-image: url("/i/www/bg/grid_gray_dark.png");
	background-color: #C0C0C0;
}

#counters {
	text-align: right;
}

#counters * {
	margin: 2px 1px;
}

#copyright {
	text-align: center;
	font-weight: bold;
}

