/* General markup styles
---------------------------------------- */
* {
	/* Reset browsers default margin, padding and font sizes */
	margin: 0;
	padding: 0;
}

html {
	font-size: 100%;
	margin-bottom: 1px;
	height:99%;
}

body {
	margin: 0;
	font-size: 80%;
	/*font-size: 95%;*/
	/*font-family: Tahoma, 'Times New Roman', Times, serif;*/
	font-family:Arial,sans-serif;
	color:#000;
}

img {
	border: 0;
}

p {
	text-align:justify;
}

hr {
	border: 0 none;
	border-top: 1px solid #e5e5e5;
	margin-bottom: 5px;
	padding-bottom: 5px;
	height: 1px;
	color: #e5e5e5;
}

/* General links  */
a:link, a:active, a:visited {
	color: #000;
	text-decoration: underline;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

/* Main blocks
---------------------------------------- */
#container {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background: url("/styles/main/imageset/header_gradient.gif") top left repeat-x;
}

#header {
	background: url("/styles/main/imageset/header_logo.jpg") no-repeat right bottom;
	height:202px;
	padding-top:5px;
}

#ucp {
	padding:0px 38px 0 780px;
	color:#000;
	text-align:left;
}

#ucp ul {
	list-style:none;
	padding-left:10px;
}

#ucp li.header {
	/*font-size:1.5em;*/
	padding-bottom:10px;
	font-weight:bold;
	/*font-family: Georgia, 'Times New Roman', Times, serif;*/
	/*font-style:italic;*/
}

#ucp li.active a {
	color:#fff;
}

#ucp li {
	/*font-size:1.2em;*/
	padding-bottom:4px;
	font-weight:bold;
}

#ucp a {
	/*color:#fff;*/
}

#ucp span {
	display:block;
	padding-bottom:2px;
}

#ucp span.header {
	display:block;
	/*font-size:1.5em;*/
	text-decoration:underline;
	/*font-style:italic;*/
	padding-bottom:10px;
	padding-left:10px;
	/*font-family: Georgia, 'Times New Roman', Times, serif;*/
}

#ucp div a {
	color:#fff;
}

#footer-content {
	clear: both;
	padding: 5px 20px 0 20px;
	background: url("/styles/main/imageset/menu_gradient.gif") top left repeat;
	height:54px;
	text-align:left;
	font-weight:bold;
	vertical-align:middle;
	/*color:#336699;*/
}

#footer-content a {
	/*color: #336699;*/
	text-decoration: underline;
}

#main-content {
	margin-top: 10px;
	border-right:1px #a2d7fc solid;
	border-left:1px #a2d7fc solid;
}

#page_container {
	background-color:#a2d7fc;
}

#page {
	float:left;
	width:755px;
	padding:30px 20px 30px 20px;
	background-color:#FFFFFF;
	min-height: 505px;
	border-right:1px #a2d7fc solid;
}

#wrapper {
	/*padding:20px 0 0 0;*/

	width:100%;
	background: url("/styles/main/imageset/header_gradient.gif") top left repeat-x;
}
#content {
	padding: 0;
	margin:0;
	width:998px;
	text-align:left;
}

#logo {
	position:relative;
	right:125px;
	top:1px;
}

#menu-right-block {
	float:left;
	min-height: 550px;
	padding:10px 0px 5px 0px;
	text-align:center;
	width:200px;
}

* html #page{
	height:505px;
}
* html #menu-right-block{
	height:550px;
}

#header-menu {
	background-color: #FFFFFF;
	text-align:center;
	background: url("/styles/main/imageset/menu_gradient.gif") top left repeat;
	/*font-family: Georgia, 'Times New Roman', Times, serif;*/
	/*font-size:1.6em;*/

	font-weight:bold;
	text-transform:capitalize;
	width:100%;
}
#header-menu td {
	vertical-align:middle;
	width:16%;
	text-align:center;
	padding:5px 0 5px 0;
	white-space:nowrap;
}
#header-menu td a {
	text-decoration:underline;
	color:#000;
	position:relative;
	bottom:13px;
}
#menu-right {
	padding: 0 7px 0 10px;
}

#menu-right li {
	display: block;
	padding-top:20px;
	font-weight:bold;

}

#menu-right li span {
	display: block;
	padding: 3px 2px 3px 20px;
	text-decoration: none;
	color: #000000;
	text-align:left;
	font-size: 1em;
}

#menu-right li a:hover span {
	text-decoration: none;
	color: #FFFFFF;
}

#menu-right li.header {
	display: block;
	padding: 8px 4px 8px 12px;
	/*font-size: 1.6em;*/
	/*color: #2d91d0;*/
	font-weight: bold;
	vertical-align: middle;
	text-align:left;
	list-style:none;
	/*font-family: Georgia, 'Times New Roman', Times, serif;*/
}

table.main {
	border-collapse:collapse;
}

table.main td {
	padding:5px;
	border: 1px solid #556276;
}

table.main thead {
	padding:10px;
	/*font-size:1.2em;*/
	background:#ddedf7;
	/*color:#155c98;*/
	vertical-align:middle;
}

h1 {
	/*color:#155c98;*/
	font-size:1em;
	font-weight:bold;
	/*font-family: Georgia, 'Times New Roman', Times, serif;*/
}
h2 {
	color:#000;
	font-size:1em;
	font-weight:normal;
	text-align:justify;
	/*font-family: Georgia, 'Times New Roman', Times, serif;*/
}

ul {
	 list-style:none;
}

ol {
	 padding-left:20px;
	 /*font-size:1.4em;*/
	 /*text-transform:uppercase;*/
	 /*color:#155C98;*/
}

ol li {
	 padding-bottom:10px;
	 text-align:justify;
	 text-transform:none;
	 color:#000;
	 font-weight:normal;
}
ol li span {
	 /*font-size:0.7em;*/
	 display:block;
	 font-weight:bold;
}

p {
	text-indent: 0;
	text-align:justify;
}

.blue-light {
	/*color:#82a3be;*/
}

.error {
	font-size:1.2em;
	border:1px solid red;
	padding:10px;
	background-color:red;
	color:white;
	text-align:center;
}

.text_header {
	/*color:#155C98;*/
	/*font-style:italic;*/
	/*font-size:1.5em;*/
	/*font-family: Georgia, 'Times New Roman', Times, serif;*/
	font-weight:bold;
}

input {
	/*border: 1px solid #41aff9;
	padding: 2px 0 2px 0;*/
}

.button {
	/*background: url('../imageset/buttons_back.gif') repeat-x;
	color:#2e6fae;*/
	/*font-weight:bold;
	padding:1px;
	/*font-style:italic;*/
	/*font-family: Georgia, 'Times New Roman', Times, serif;*/
}

.input_none {
	border: none;
}

#questions p {
	text-indent: 0;
	display:inline;
}

#register_table {
	border:none;
}

#register_table td {
	padding-bottom:10px;
}

#register_table .left {
	text-align:right;
	width:200px;
	padding-right:15px;
}

#register_table select, #register_table input {
	width:350px;

}

.answers_table {
	width:100%;
}

.answers_table , .answers_table div, .answers_table tr, .answers_table td{
	line-height: normal;
}




ul.normal {
	list-style:circle;
}
ul.normal li {
	margin-left:30px;
}

.params {
	line-height:20px;
}

.params li { margin: 0; padding: 7px 0; border-bottom: 1px solid #d6d6d6; list-style: none; overflow: auto; zoom: 1; }
.param { position: relative; zoom: 1; float: left; width: 160px; }
