@import url("buttons.css");
/* ------------------------------------------------------------------------------------------------------------ toolbox ---------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td,hr { margin:0; padding:0; }
html,body { height:100%; }
table { border-collapse:collapse; border-spacing:0; }
fieldset,img { border:0; }
address,caption,cite,code,dfn,th,var { font-style:normal; font-weight:normal; }
caption,th { text-align:left; }
h1,h2,h3,h4,h5,h6 { font-size:100%; font-weight: normal; }
a { outline:none; }
hr { border: solid #A4DFF1 1px; margin:2px ;}
object { display:block; }
.floatLeft { float: left; }
.floatRight { float: right; }
.verticalMiddle { vertical-align: middle; }
.clear { clear: both; }
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;}
.clearfix { display: inline-block; }
html[xmlns] .clearfix { display: block; }
* html .clearfix { height: 1%; }

/* ------------------------------------------------------------------------------------------------------------ toolbox ---------- */


body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
	margin-top: 0px;
	background-color:#fff;
	font-weight:normal;
}

h2 {
	font-size: 16px;
}


#header {
	width:760px;
	height: 130px;
	margin-left:auto;
	margin-right:auto;
	background-image: url(../images/header.gif);
	background-repeat: no-repeat;
	background-position:top center;
}

#mainframe{
	margin-top:15px;
	margin-left:auto;
	margin-right:auto;
	width: 774px;
	background-image: url(../images/body_bg.jpg);
	background-repeat:repeat-y;
	background-color: #FFFFFF;
	margin-bottom:15px;
}


#content{
	padding-top:0px;
}

#headline{
 	padding-left:10px; 
 	padding-right:10px;
}
 
#footer {
	margin-left:7px;
	width: 760px;
	height: 22px;
	color:#FFFFFF;
	background-color:#A7A8AC;
}


#alreadyregistered{
	  width:220px;  margin-left:0px; margin-right:0px;
}


#alreadyregistered_headline{
	padding-top:5px; padding-bottom:5px; padding-left:0px; font-weight:bold;
}

#alreadyregistered_content{
	padding-left:0px; padding-right:0px;
}


#notregisteredyet{
	width:400px;  margin-left:15px; margin-right:15px;
}
.notregisteredyet_radio{
	width: 190px;
} 

.notregisteredyet_radio_button{
	float:left;
	padding:1px;
} 

.notregisteredyet_radio_title{
	float:left;
	padding:3px;
} 

#notregisteredyet_headline{
	 padding-top:5px; padding-bottom:5px; padding-left:0px;font-weight:bold;
}

#notregisteredyet_content{
	padding-left:5px; padding-right:5px;
}



#webcastdetail{
	 width:235px; float:left; margin-right:15px;
}


#webcastdetail_headline{
	 padding-top:5px; padding-bottom:5px; padding-left:0px;
}

#webcastdetail_content{
	font-size:12px;  font-family:Verdana, Arial, Helvetica, sans-serif; padding-left:5px; padding-right:5px;
}



#webcasteventnotice{
	 width:420px;  margin-left:0px; margin-right:15px;
}

#webcasteventnotice_headline{
	 padding-top:5px; padding-bottom:5px; padding-left:0px; font-weight:bold;}

#webcasteventnotice_content{
	padding-top: 0px; padding-bottom: 10px; padding-left: 0px; padding-right: 10px;
}


#agenda {
	width: 410;
	margin-left: 0px;
}

.register {
	background-image: url(../images/register_bg.jpg);
	background-repeat: no-repeat;
	width: 440px;
	margin: 0px;
	padding-top: 175px;
	padding-left: 50px;
}

a:link, a:visited {
	color:#000000;
	text-decoration: underline;
}

a:hover {
color:#000000;
	text-decoration: none;
}

#navi {
	margin-top: 1px;
	margin-left:7px;
}


/* --------------- drop down menu --- */
 
ul#navigation {
	background-color:#A7A8AC;
	width:760px;
	height:22px;
	list-style:none;
	color:#fff;
	margin:0;
	padding-left: 0px;
}
ul#navigation li {
	display:inline;
	float:right;
	padding:0;
	border:none;
}
ul#navigation li a:link, ul#navigation li a:visited {
	background-color:#A7A8AC;
	display:block;
	padding:2px 10px 0px 10px;
	border-left:1px solid #fff;
	border-right:none;
	border-top:none;
	border-right:none;
	text-decoration:none;
	font-size:11px;
	font-weight:bold;
	margin:2px 0 0 0;
	color:#fff;
}
ul#navigation li a:hover {
	background-color:#A7A8AC;
	font-weight:normal;
}
* html ul#navigation li a {
	padding:0px 19px 0px 19px;
}/* fixes IE's line break */


#bodyleft{
	width: 478px;
	float:left;
	margin-top:0px;
	font-weight:normal;
	padding: 5px 15px;
	border-right: 2px solid #CCC;
}

#bodyleft a{
	color:#000000;
}

#bodyleft a:link, a:visited {
	color:#000000;
	text-decoration: none;
}

#bodyleft a:hover {
	color:#000;
	text-decoration:underline;
}

#bodyright{
	width: 240px;
	float:left;
	margin-top:0px;
	margin-left:10px;
	padding:13px 0px;
}

#bodyright a {
	color:#293780;
	font-size:12px;
	font-weight:bold;
	text-decoration:underline;
}

#bodyright a:link, a:visited {
	color:#293780;
	font-size:12px;
	font-weight:bold;
	text-decoration: none;
}

#bodyright a:hover {
	font-size:12px;
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}

input {  height:20px; font-size:12px;}

.notregisteredyet_textbox_name{
	width:465px;
	text-align:left;
	margin-right:10px;
	margin-top:2px;
	}

.notregisteredyet_textbox_value{
	width:265px;
	text-align:left;
	margin-left:88px;
	margin-top:2px;
	}

.notregisteredyet_input_name{
	float:left;
	width:185px;
	text-align:left;
	margin-right:10px;
	margin-top:2px;
} 
.notregisteredyet_input_value{
	float:left;
	width:240px;
} 
.notregisteredyet_radio{
	width: 190px;
} 

.red_content{
color:#FF0000;
} 

.notregisteredyet_radio_button{
	float:left;
	padding:1px;
} 

.notregisteredyet_input{
margin-top:1px;
} 

#speaker a{
	font-weight:normal;
}

#footer a {
	color: #fff;
	text-decoration: none ;
	font-size:11px;
	font-weight:bold;
}

#footer a:link, a:visited {
	color: #fff;
	text-decoration: none ;
	font-size:11px;
	font-weight:bold;
}

#footer a:hover {
	color: #fff;
	font-size:11px;
	text-decoration: none;
	font-weight:normal;
}

#imageFooter{
	padding-left: 7px;
	padding-right: 7px;
	width: 760px;
	height: 101px;
	background-image: url(../images/footer_bg.jpg);
	background-repeat:no-repeat;
	background-position: center;
	clear:both;
}

#imageFooter2{
	padding-left: 7px;
	padding-right: 7px;
	width: 760px;
	height: 101px;
	background-image: url(../images/footer_bg2.jpg);
	background-repeat:no-repeat;
	background-position: center;
	clear:both;
	text-align:right;
}

td {padding-left:5px;}


a:link, a:visited {
	color:#000000;
	text-decoration: none ;
	font-size:11px;
	font-weight:bold;
}

a:hover {
	color: #000;
	font-size:11px;
	text-decoration: none;
	font-weight:normal;
}
a {
	color: #000;
	font-size:11px;
	text-decoration: none;
	font-weight:bold;
}

