/* HTML Definitions */

body {  
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #222;
	margin: 0 auto;
	padding: 0;
	background-color: #1B3F94;
	line-height: 1.6em;
	text-align: center; }

div#content a, div#footer_text a { 
	color: #1B3F94;
	text-decoration: none;
	padding-bottom: 1px;
	background-image: url(../images/dotted.gif);
	background-repeat: repeat-x;
	background-position: bottom; }
	
div#content a:hover, div#footer_text a:hover, a:hover { 
	color: #8D9FC9;
	text-decoration: none; }

h1 {margin: 0;
	font-size: 2em;
	color: #1B3F94; }

h2 {margin: 0;
	font-size: 1.4em;
	color: #1B3F94;
	margin-top: 20px; }
 
h3 {margin: 0;
	font-size: 1.2em;
	color: #1B3F94;
}
 
div#headerBox {
	background-color: #1B3F94;
	border-bottom: 9px solid #8D9FC9;
	padding: 15px 0;
	text-align: center;
	margin: 0 auto; }
	
div#header_content {
	width: 800px;
	text-align: left;
	margin: 0 auto; }
	
div#bsbc {
	float: right;
	text-align: right;
	color: #FFF;
	padding-top: 69px; }
	
div#mainBox {
	background-color: #FFF;
	padding: 35px 0 20px 0;
	margin: 0 auto;
	text-align: center;
	margin: 0 auto; }
	
div#navigation {
	width: 250px;
	text-align: left;
	float: left;
	margin-bottom: 30px; }
	
div.button {
	width: 220px; /*total=250px*/
	background-image: url(../images/button.gif);
	background-position: left center;
	background-repeat: no-repeat;
	color: #1B3F94;
	font-size: 1.3em;
	font-weight: bold;
	padding: 5px 0 5px 30px; }
	
div.button.title {
	background-image: none;
	font-size: 1.7em;
	padding: 0 0 15px 0; }
	
div#content {
	width: 800px;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 30px; }
	
div#textarea {
	width: 550px;
	text-align: justify;
	float: left;
	margin: 0 auto; }
	
div#logosbox {
	width: 800px;
	background-image: url(../images/wave.gif);
	background-position: top center;
	background-repeat: no-repeat;
	padding-top: 40px;
	text-align: left;
	margin: 0 auto;
	clear: left; }
	
div#logosbox .img {
	margin-right: 30px; }

div#footer {
	background-color: #1B3F94;
	border-top: 5px solid #8D9FC9;
	text-align: center;
	margin: 0 auto; }
	
div#footer_text {
	width: 800px;
	color: #FFF;
	text-align: right;
	padding: 10px 0 25px 0;
	margin: 0 auto; }
	
div#footer_text a {
	color: #FFF;
	font-weight: bold; }
	
div#footer_text a:hover {
	color: #8D9FC9; }
	
table#register {
	background-color: #E6E7F5;
	border: 10px solid #E6E7F5;
	border-left: 13px solid #E6E7F5; }
	
.field {
	width: 220px;
	border: 1px solid #8D9FC9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	padding: 2px 5px;
	margin: 5px 0; }
	
.sendbutton {
	margin: 5px 0 2px 0; }
	
.standcell {
	padding: 3px 5px;
	border-bottom: 1px dashed #1B3F94; }
	
.standcell_blue {
	padding: 3px 5px;
	background-color: #E6E7F5;
	border-bottom: 1px dashed #1B3F94; }
	
div.clear {
	clear: both;
	font-size: 0;
	line-height: 0; }

.seminarsTable {
	width: 100%;
	margin: 0;

	border-collapse: collapse; 
	border-spacing: 0px;
}
.seminarsTable td, .seminarsTable th {
	padding: 4px;
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
	vertical-align: top;
}
.seminarsTable h2 {
	margin: 0;
}
.seminarsTable p {
	margin: 0.2em 0;
	line-height: normal;
}

.highlight1, .highlight2, .highlight3, .highlight4 {
	vertical-align: top;
	border: 1px solid #333333;
	cursor: pointer;
}
.highlight1 {
	/*background-color: #8D9FC9;*/
	background-color: #BFCFFC;
}
.highlight2 {
	background-color: #DFEFFE;
}
.highlight3 {
	background-color: #CDCDCD;
}
.highlight4 {
	background-color: #EFEFEF;
}