/***************************

  LOGIN/REGISTRATION PAGE

***************************/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	margin-top: 60px;
	background-color:#EAE9E6;
}

h2 {
	font-size: 16px;
}


#header {
	width:562px;
	height: 63px;
	margin-left:auto;
	margin-right:auto;
	background-repeat: no-repeat;
	border: solid #000000 1px;
}

#mainframe{
	margin:auto;
	width: 564px;
	background-color: #FFFFFF;
}


#content{
	padding-top:0px;
	min-height: 320px;
	background-image: url(http://www.snwebcastcenter.com/event/images/template5/body_bg.jpg);
  background-repeat: repeat-y;
}

#headline{
 	padding-left:20px; 
 	padding-right:20px;
}

#headlineLeft{
	float:left;
	color:#FFF;
	padding-top:20px;
}

#headlineRight{
	float:right;
	padding-top:20px;
}
#footer {
	width: 564px;
	background-image: url(http://www.snwebcastcenter.com/event/images/template5/body_bg.jpg);
	background-repeat: repeat-y;
}
#statement{
	clear:both;
	padding-left:20px;
	padding-right:20px;
	color:#FFF;
	font-size:9px;
	padding-bottom:5px;
}

#alreadyregistered{
	 width:235px; float:right;
}


#alreadyregistered_headline{
	 color:#FFFFFF; padding-top:5px; padding-bottom:5px; padding-left:5px; font-weight:bold;
}

#alreadyregistered_content{
	padding-left:5px; padding-right:5px;color:#FFFFFF;
}

#register_content{
	padding-left:5px; padding-right:5px;color:#FFFFFF;
}


#notregisteredyet{
	 width:235px; float:left; 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{
	 color:#FFFFFF; padding-top:5px; padding-bottom:5px; padding-left:5px; font-weight:bold;
}

#notregisteredyet_content{
	padding-left:5px; padding-right:5px;color:#FFFFFF;
}



#webcastdetail{
	border:1px solid #000000; background-color:#FFFFFF; width:235px; float:left; margin-right:15px;
}


#webcastdetail_headline{
	background-color:#000000; color:#FFFFFF; padding-top:5px; padding-bottom:5px; padding-left:5px;
}

#webcastdetail_content{
	font-size:13px; color: #007D8C; font-weight:bold; font-family:Verdana, Arial, Helvetica, sans-serif; padding-left:5px; padding-right:5px;
}



#webcasteventnotice{
	float:left;
}

#webcasteventnotice_headline{
	color:#007D8C; padding-top:5px; padding-bottom:5px; padding-left:5px;}

#webcasteventnotice_content{
	line-height: 20px;
}


#agenda {
	clear:both;
	width: 100%;
	height: 295px;
	margin: 0px;
}

.register {
	background-repeat: no-repeat;
	width: 440px;
	height: 295px;
	margin: 0px;
	padding-top: 175px;
	padding-left: 50px;
}

a:link, a:visited {
	color: #000;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}


#sysbtn a{
	background: url(http://www.snwebcastcenter.com/event/images/template5/sys_btn.jpg);
	width:100px;
	height:40px;
	display:block;
}

#sysbtn a:hover{
	background-image: url(http://www.snwebcastcenter.com/event/images/template5/sys_btn_over.jpg);
	background-repeat: no-repeat;
}


#webcast_btn{
	background: url('http://www.snwebcastcenter.com/event/images/template5/webcast_btn.jpg') no-repeat scroll 0 0 transparent;
	width:100px;
	height:40px;
	display:block;
}

#webcast_btn:hover{
background-position: 0 -40px;
}

#webcast_btn span{
	display: none;
}


#sysbtn2
{
  display: block;
  width: 100px;
  height: 40px;
  background: url(http://www.snwebcastcenter.com/event/images/template5/sys_btn2.jpg) no-repeat 0 0;

}

#sysbtn2:hover
{ 
  background-position: 0 -40px;
}

#sysbtn2 span
{
  display: none;
}


/* button styles */
a.button{
display: block;
background-color: transparent;
background-image: url(http://www.snwebcastcenter.com/event/images/template5/button_system_check.gif);
background-repeat: no-repeat;
width: 170px;
height: 30px;
margin: 5px auto;
padding: 5px 0 0 0;
text-align: center;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
text-decoration: none;
cursor:pointer;
}


a.button:link, a.button:visited {
color: #002577;
text-decoration: none;
}

a.button:hover, a.button:active {
background-position: 0 -40px;
color: #FF7200;
}


.icon {
padding: 0 0 5px 18px;
display: block;
background-repeat: no-repeat;
}


a.button:hover .icon, a.button:active .icon {
background-position: 0 -28px;
}


/* list of button icons */
#buttonSystemCheck .icon {
background-image: url(http://www.snwebcastcenter.com/event/images/template5/icon_system_check.gif);
}

a.small_button{
display: block;
background-color: transparent;
background-image: url(http://www.snwebcastcenter.com/event/images/template5/small_buton.gif);
background-repeat: no-repeat;
width: 60px;
height: 23px;
margin: 0px auto;
padding: 5px 0 0 0;
text-align: center;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
text-decoration: none;
cursor:pointer;
}


a.small_button:link, a.button:visited {
color: #002577;
text-decoration: none;
}

a.webcast_button:hover, a.button:active {
background-position: 0 0px;
color: #FF7200;
}

a.webcast_button{
display:inline;
background-color: transparent;
background-image: url(http://www.snwebcastcenter.com/event/images/template5/button_view_webcas.gif);
background-repeat: no-repeat;
width: 110px;
height: 22px;
margin: 0px;
padding: 2px 0 0 0;
text-align: center;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
text-decoration: none;
cursor:pointer;
}


a.webcast_button:link, a.button:visited {
color: #002577;
text-decoration: none;
}

a.webcast_button:hover, a.button:active {
background-position: 0 0px;
color: #FF7200;
}



/**************************

   PLAYER STYLES

**************************/

.playerBody {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 0px;
	background: #FFFFFF url(http://www.snwebcastcenter.com/event/images/template5/player_bg.png) top left no-repeat;
}



#videoContainer {
	position: absolute;
	top: 78px;
	left: 31px;
	width: 320px;
	height: 65px;
	margin: 0px;
	z-index:1;
}

#photoContainer {
	position: absolute;
	top: 194px;
	left: 5px;
	width: 204px;
	height: 202px;
	margin: 0px;
	z-index:-1;
}


#slidesContainer {
	position: absolute;
	top: 78px;
	left: 372px;
	width: 600px;
	height: 450px;
	margin: 0px;
	z-index:1;
}

#slideController {
	position: absolute;
	left: 6px;
	top: 186px;
	width: 320px;
	height: 1px;
	z-index:2;
}

#questionframe {
	position: absolute;
	top:180px;
	left: 30px;
	width: 320px;
	height: 200px;
	text-align: left;
}

#player_resources{
	width:320px;
	height:60px;
	text-align:left;
	position:absolute;
	top:190px;
	left: 5px;
	border: 1px solid #B2DEDE;
	font-size:11px;
	background-color:#FFFFFF;
}

#player_resources_headline{}

#player_resources_content{}


#highControl {
	position: absolute;
	top: 510px;
	left: 60px;
	width: 76px;
	height: 20px;
}

#lowControl {
	position: absolute;
	top: 510px;
	left: 310px;
	width: 76px;
	height: 20px;
}

#menuBar{
	position: absolute;
	top: 490px;
	left: 8px;
	width: 883px;
	height: 20px;
	text-align:right;
	padding-top:5px;
}

#menuBar a{
	color: #999;
	text-decoration: underline;
	padding-right: 25px;
	font-weight:bold;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
}

a:link, a:visited {
	color: #000;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

#message {
	position: absolute;
	top: 555px;
	left: 15px;
	width: 400px;
	height: 20px;
	font-size:11px;
}

a.message:hover{
color: #FF7200;
}


/**************************
   SPEAKERS PAGE STYLES
**************************/

.speakersBody {
	background-image: url(../images/style_images/blue_page_bg.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;
}

#speakersHeader {
	position: absolute;
	width: 500px;
	height: 60px;
	top: 5px;
	left: 5px;
	border-bottom: 1px solid #666;
}

#speakersHeader h1 {
	font-size: 18px;
	font-weight: bold;
	color: #666;
	margin-bottom: -10px;
}

#speakersHeader h2 {
	font-size: 14px;
	font-weight: bold;
	color: #666;
}

#speakersHeader h3 {
	font-size: 12px;
	font-weight: bold;
	color: #666;
}

#speakersContainer {
	position: absolute;
	top: 80px;
	left: 5px;
	width: 500px;
	font-size: 16px;
	color: #666;
}

.speakerContainer {
	width: 490px;
	margin-bottom: 15px;
	padding: 5px;
}

.speakerImage {
	float: left;
	width: 180px;
	padding: 5px;
	overflow: hidden;
}

.speakerBio {
	float: right;
	width: 280px;
	margin-left: 20px;
	font-size: 16px;
	color: #666;
}

#speakersContainer a:link, #speakersContainer a:visited {
	color: #005399;
	text-decoration: none;
}

#speakersContainer a:hover {
	text-decoration: underline;
}


/**************************
   QUESTIONS PAGE STYLES
**************************/

.questionsBody {
	background-image: url(../images/style_images/blue_page_bg.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;
}

#questionsHeader {
	position: absolute;
	width: 500px;
	height: 60px;
	top: 5px;
	left: 5px;
	border-bottom: 1px solid #666;
}

#questionsHeader h1 {
	font-size: 18px;
	font-weight: bold;
	color: #666;
	margin-bottom: -10px;
}

#questionsHeader h2 {
	font-size: 14px;
	font-weight: bold;
	color: #666;
}

#questionsContainer {
	position: absolute;
	top: 130px;
	left: 40px;
	width: 465px;
	font-size: 16px;
	color: #666;
}

a:link, a:visited {
	color: #005399;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/*************************		
 **	Registration css	**
 *************************/


/* Registration container */
#registration_container {
}

/* Registration error */
#registration_error_container {
	color:#FF0000;
	font-weight: bold;
}

/* required text */
#registration_required_text{
}

/* Name */
#registration_9988_label_container {
padding-top:5px;
}

#registration_9988_content_container {
}

/* Company */
#registration_9987_label_container {
padding-top:5px;
}

#registration_9987_content_container {
}

/* Email */
#registration_9986_label_container {
padding-top:5px;
}

#registration_9986_content_container {
padding-bottom:5px;
}


/*********************		
 **	Feedback css	**
 *********************/

/* Feedback css */
#feedback_container {
}

/* Feedback error */
#feedback_error_container {
	color:#FF0000;
	font-weight: bold;
}



/*********************
 ** inquisitor css	**
 *********************/

#inquisitor_container {
}



/*****************
 ** login css	**
 *****************/

/* LOGIN container */
#login_container {
}

/* LOGIN error */
#login_error_container {
	color:#FF0000;
	font-weight: bold;
}

/* Login name */
#login_name_label_container {
}

#login_name_content_container {
padding-bottom:5px;
}

/* Login password */
#login_password_label_container {
}

#login_password_content_container {
}

/* required text */
#login_required_text{
}


/*****************
 ** player css	**
 *****************/


/*player container */
#playerVideoContainer {
}

#slidesContainer {
}


a#speaker1{
	
	position:absolute;
	width:210px;
	height:85px;
	left:5px;
	top:195px;
}



a#speaker2{

	position:absolute;
	width:210px;
	height:85px;
	left:5px;
	top:290px;
}





/*********************
 ** support doc css	**
 *********************/


/* Support container */
#support_container {
}
