/* RESET STYLES */
html, body, div, p, form, table, tr, th, td, ul, ol, li, img, h1, h2, h3, h4, a, input, textarea, select, option {
	padding: 0;
	margin: 0;
	text-align: left;
	border: 0;
	font-weight: normal;
	text-decoration: none;
}

a {
	outline: none;
	color: #0552a9;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

table {
	border-collapse: collapse;
}

ul {
	list-style-type: none;
	list-style: none;
}

/* DEFINE DEFAULT STYLES */
html, body {
	width: 100%;
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	background: #fff;
	color: #2a2a2a;
}

input, textarea, select {
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	color: #6a6a6a;
}

input.input-text, textarea {
	padding: 4px;
	width: 300px;
	border: 1px solid #ddd;
}

.super-link, input.input-submit {
	padding: 3px 5px;
	border: 1px solid #0552a9;
	background: #0552a9;
	color: #fff;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	cursor: pointer;
}

input.input-radio {
	margin: 0 2px 0 6px;
}

.input-error {
	background: #ffd6d6;
}

textarea {
	height: 60px;
}

h1, h2, h3, h4 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

/* RELATIVE STYLES */

.clr {
	clear: both;
}

.left {
	float: left;
	width: 50%;
}

.right {
	float: right;
	width: 50%;
}

.text {
	text-align: justify;
}

.errors {
	font-size: 10px;
	color: #d00;
}

.InFormTable {
	width: 700px;
}

.InFormTable td {
	padding: 4px 2px 2px;
	vertical-align: top;
}

.InFormTable td:first-child {
	width: 220px;
}

.app-errors, .app-messages {
	margin: 10px 20px;
	padding: 10px;
	border: 2px dashed #ed3417;
	color: #c92c14;
}

.app-messages {
	border-color: #24d633;
	color: #22ab2e;
}

.app-errors li, .app-messages li {
	font-weight: bold;
	text-align: center;
}

#header-top {
	width: 960px;
	margin: 0 auto;
	height: 100px;
}

#header-top img {
	margin: 26px 14px 0 0;
}

.header-small {
	padding: 15px 20px 0 0;
	font-size: 9px;
	color: #999;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
}

#header-top-left {
	width: 260px;
	float: left;
}

#header-top-right {
	width: 700px;
	float: right;
	text-align: right;
}

#header-main {
	height: 291px;
	background: url(../img/header-bg.png) repeat-x top;
}

#header-main h1 {
	height: 291px;
	width: 960px;
	margin: 0 auto;
	text-indent: -99999px;
	background: url(../img/header-top.png) no-repeat 50% 50%;
}

#content {
	width: 960px;
	margin: 0 auto;
	min-height: 500px;
	padding-bottom: 20px;
}

#content-main-page {
	padding-top: 30px;
}

#content-main-page .left {
	width: 360px;
	padding-right: 16px;
}

#content-main-page .map-container {
	width: 410px;
	padding-right: 0;
}

#content-main-page .menu {
	width: 170px;
	padding-right: 0;
}

#content-main-page .menu h2 {
	padding: 10px 0;
}

#content-menu {
	width: 135px;
	float: left;
}

#content-conference {
	width: 765px;
	min-height: 500px;
	float: left;
	border: 1px solid #bababa;
	border-width: 1px 0px 0px 1px;
	padding: 15px 25px;
}

#content h2 {
	padding: 15px 0 5px 160px;
	font-size: 18px;
	color: #0552a9;
	float: left;
	display: inline;
}

#content h3 {
	font-size: 13px;
	font-weight: bold;
	padding-bottom: 15px;
}

#content h3 span, #content h3 a {
	padding: 1px 3px;
	font-weight: bold;
}

#content h4 {
	font-size: 12px;
	font-weight: bold;
}

#content-menu li {
	padding: 15px 2px 5px 5px;
}

#content-menu li a {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #0552a9;
	border-left: 3px solid #fff;
	padding-left: 3px;
}

#content-menu .submenu li {
	padding: 3px 2px 0 6px;
}

#content-menu .submenu li a {
	color: #a2a2a2;
	font-size: 11px;
	border-width: 2px;
}

#content-menu .submenu li a:hover, #content-menu .submenu li.active a {
	border-color: #a2a2a2;
	text-decoration: none;
}

#content-menu ul li a:hover, #content-menu ul li.active a {
	border-color: #0552a9;
	text-decoration: none;
}

#content-top-menu {
	float: left;
	padding: 20px 0 0 20px;
}

#content-top-menu ul li {
	float: left;
	padding-right: 2px;
}

#content-top-menu ul li a {
	padding: 3px 5px;
	border: 1px solid #0552a9;
	color: #0552a9;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#content-top-menu ul li a:hover {
	color: #fff;
	background: #0552a9;
	text-decoration: none;
}

#content-top-menu ul li.active a {
	color: #fff;
	background: #0552a9;
}

.conference-items .text, .conference-items {
	padding-bottom: 10px;
}

.conference-cat-normal h3 span {
	color: #0b5db8;
}

.conference-cat-normal h4 {
	color: #4789cf;
}

.conference-cat-type_a h3 a, .conference-cat-type_a h3 span {
	color: #fff;
	background: #e64025;
}

.conference-cat-type_a h3 a:hover {
	text-decoration: none;
}

.conference-cat-type_a h4 {
	color: #e64025;
}

.conference-cat-type_b h3 a, .conference-cat-type_b h3 span {
	color: #fff;
	background: #3dae48;
}

.conference-cat-type_b h3 a:hover {
	text-decoration: none;
}

.conference-cat-type_b h4 {
	color: #3dae48;
}

.conference-cat-type_c h3 a, .conference-cat-type_c h3 span {
	color: #fff;
	background: #fba61c;
}

.conference-cat-type_c h3 a:hover {
	text-decoration: none;
}

.conference-cat-type_c h4 {
	color: #fba61c;
}

.conference-cat-type_d h3 a, .conference-cat-type_d h3 span {
	color: #fff;
	background: #00a0e3;
}

.conference-cat-type_d h3 a:hover {
	text-decoration: none;
}

.conference-cat-type_d h4 {
	color: #00a0e3;
}

#googleMap {
	width: 700px;
	height: 450px;
}

#home-link {
	display: block;
	width: 210px;
	height: 70px;
	margin: 50px 0 0 5px;
}

#home-link-sub {
	display: block;
	width: 400px;
	height: 60px;
	margin: 0 0 0 5px;
}

.highlight {
	background: #0552a9;
	color: #fff;
}

.highlight a {
	color: #fff;
}

.pdfdownload, .pdfdownloadconference {
	padding: 30px 2px;
	font-size: 10px;
}

.pdfdownload img, .pdfdownloadconference img {
	margin-left: 30px;
}

.pdfdownload div, .pdfdownloadconference div {
	text-align: center;
	width: 110px;
}

