html {
	margin: 0;
	padding: 0;
	color: black;
}

body {
	background-color: #ebebeb;
	margin: 0;
	padding: 16px;
}

html, td, th, input {
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 12px;
}

a img {
	border-width: 0px;
}

a {
	color: #147ec2;
}

a:hover {
	color: #1aa1f8;
}

a:visited {
	color: #8767c2;
}

.formatTable {
	margin: 0px;
	padding: 0px;
	/*height: 100%;*/
	width: 100%;
	border-collapse: collapse;

	/*border: 1px solid green;*/
}

.formatTable td {
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	/*border: 1px solid red;*/
}

#mainDiv {
	position: relative;
	width: 980px;
	margin: auto;
	background-color: white;
	border: 1px solid black;
}

#head {
	position: relative;
	height: 128px;
	background: url('/template/images/header_image.jpg') center top no-repeat;
	color: #091262;
	font-size: 26px;
	padding-top: 1px;
}

#navigation {
	position: absolute;
	top: 5px;
	right: 20px;
}

#navigation img {
	width: 13px;
	height: 13px;
	margin: 0;
}

#site_title_1 {
	margin: 50px 0 0 340px;
	font-size: 17px;
	/*position: absolute;
	top: 50px;
	left: 340px;*/
}

#site_title_1 a {
	text-decoration: none;
	color: #091262;
}

#site_title_2 {
	margin: -5px 0 0 360px;
	font-weight: bold;
	
}

#menu {
	position: relative;
	border-top: 1px solid white;
	height: 32px;
	background-color: #ff6600;
	color: white;
}

#auth {
	position: absolute;
	padding: 10px 20px 0px;
	right: 20px;
	bottom: 15px;
	z-index: 10;
	width: 180px;
	height: 100px;
	border: 1px solid black;
	background: url("/template/images/login_bg.png") left top repeat;
	font-size: 11px;
	font-family: "Verdana", sans-serif;
	font-weight: bold;
	color: gray;
}

#auth_login, #auth_password {
	height: 40px;
}

#menu #auth #auth_registration {
	margin-top: 3px;
	text-align: right;
}

#menu #auth #auth_ok {
	margin-left: 3px;
	border: 1px solid black;
	width: 50px;
	height: 18px;
	float: right;
}

#menu #auth #auth_registration a {
	float: left;
	font-size: 11px;
	font-family: "Verdana", sans-serif;
	text-transform: none;
	font-weight: bold;
	color: #555;
}

#auth input {
	width: 180px;
}

#menu a, #menu span {
	color: white;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
}

#menu span {
	text-decoration: underline;
}

ul.menu {
	list-style: none;
	margin: 0;
}

ul.menu li {
	margin: 0 16px;
	padding: 0;
	float: left;
	line-height: 32px;
}

ul.menu li a {
	text-decoration: none;

}
/*
div.content {
	padding: 0 30px 20px 50px;
	width: 650px;
}
*/

td#content {
	/*
	padding: 0 280px 20px 50px;
	background: url('images/right_menu_borders.png') right repeat-y;
	*/
	padding: 0 20px 20px 50px;
}

#right_menu .header {
	background: url('/template/images/right_menu_bg.png') repeat-x white;
	line-height: 28px;
	font-size: 18px;
	text-align: center;
}

#right_menu .right_content {
	padding: 10px;
	background: url('/template/images/right_menu_bg.png') repeat-x white;
}

div#scrolling_list_container {
	overflow: hidden;
}

td#right_menu_td {
	width: 236px;
	background: url('/template/images/right_menu_borders.png') right repeat-y white;
	padding-top: 0px;
}

div#right_menu_noborder {
	background-color: white;
	height: 10px;
}

div#right_menu {
	width: 192px;
	border: 1px solid #e5e5e5;
	margin-top: 0px;
	padding: 1px;
	background-color: white;
	border-bottom-width: 0;
}

#right_menu_bottom {
	position: absolute;
	right: 41px;
	bottom: 70px;
	background: white;
	border: 1px solid #e5e5e5;
	border-top-width: 0;
	width: 192px;
	height: 30px;
}

#footer {
	position: relative;
	height: 70px;
	padding: 15px 20px;
	background-color: #147ec2;
	color: white;
}

#footer a, #footer span {
	color: white;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
}

h2 {
	margin: 15px 0;
}

h3 {
	margin: 7px 0;
}

.content .page_list {
	list-style: none;
	line-height: 20px;
}

p {
	text-indent: 15px;
}

.epas {
	font-size: 10px;
}

.element {
	margin-bottom: 5px;
}

.element .name {
	font-weight: bold;
}
