﻿body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	/**/
}
a {
	color: #000;
}
a:hover {
	color: #BFBFBF;
	text-decoration: none;
}
li {
	list-style-type: none;
	list-style-image: url("images/list_red.gif");
	margin-left: -20px;
}
input.text, textarea {
	border: 1px solid #BFBFBF;
	padding: 2px;
}
input.text:focus, textarea:focus {
	background-color: #DCE6F0;
}
input.button {
	border: 1px solid #C90019;
	padding: 2px 16px 2px 16px;
	background-color: #C90019;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	/*background-image: url("images/bg_button_normal.gif");*/
}
input.button:hover {
	background-image: url("images/bg_button_over.gif");
}
input.button:active {
	background-image: url("images/bg_button_active.gif");
	padding: 3px 16px 1px 16px;
}
.menu_normal, .menu_selected, .submenu_normal, .submenu_selected {
	padding: 2px;
	margin-top: 2px;
	margin-left: 2px;
	margin-right: 2px;
	margin-bottom: 5px;
	font-size: 12px;
	display: block;
	line-height: 14px;
	width: 148px; /* 116 */
	height: 20px;
}
.menu_normal, .submenu_normal {
/*	background-color: #BFBFBF;*/
	color: #000;
}
.menu_selected, .submenu_selected {
/*	background-color: #C90019;
	color: #fff;*/
}
.menu_selected a, .submenu_selected a {
	color: #C90019;
}
.menu_normal a, .menu_selected a, .submenu_normal a, .submenu_selected a {
	text-decoration: none;
}
.menu_normal a:hover, .menu_selected a:hover, .submenu_normal a:hover, .submenu_selected a:hover {
	text-decoration: none;
	color: #D9D9D9;
}
.menu_normal:hover, .submenu_normal:hover {
/*	background-color: #D9D9D9;*/
}
#Menu_PanelMenu {
	margin-top: 35px;
	height: 680px;
	padding-right: 12px;
	border-right: solid 1px #d9d9d9; /*#999;*/
}
#Menu_TableMenu a:hover, #Menu_PanelMenu a:hover {
	color: #000;
}
.logo_box {
	height: 80px;
	vertical-align: middle;
	background-image: url('images/header_bg.jpg');
	background-repeat:repeat-x;
}
.address {
	margin-top: 30px;
	margin-left: 2px;
	font-size: 11px;
	line-height: 16px;
}
.address a {
	text-decoration: underline;
	color: #000;
}
.address a:hover {
	text-decoration: none;
	color: #A6A6A6;
}
.red_text {
	color: #C90019;
}
.italic_text {
	font-style: italic;
}
.page_content {
	width: 820px;
	height: 648px;
	overflow: auto;
	/*border: 1px solid #999;*/
	padding-left: 16px;
	font-size: 13px;/*font-size: 12px;*/
	line-height: 18px;
	margin-top: 16px;
}
.title {
	font-size: 14px;
	font-weight: bold;
}
div.undertitle {
	/*width: inherit;*/
	border-top: 1px solid #C90019;
	background-color: #ededed;
	margin-top: 38px;
	margin-bottom: 12px;
	padding-left: 4px;
	padding-right: 4px;
}
.legende {
	font-size: 9px;
}
.table {
	margin-left: 18px;
}
.table th {
	background-color: #BFBFBF;
	text-align: left;
	font-weight: normal;
}
.table td {
	background-color: #BFBFBF;
	text-align: center;
}
.dynamic_box {
	overflow: auto;
	height: 352px;
	width: 290px;
	padding-left: 14px;
	padding-right: 14px;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-left: 4px;
	display: none;
	font-size: 13px;/*font-size: 12px;*/
}
.dynamic_box li, .red_text li {
	list-style-type: none;
	list-style-image: url("images/list_red.gif");
	margin-left: -20px;
}
.page_footer {
	height: 80px; /*68*/
	vertical-align: top;
/*	border-bottom: 1px solid #C90019;*/
	background-image: url('images/header_bg.jpg');
/*	background-position: bottom right;*/
	background-repeat: repeat-x;
}