/* Main CSS  */

body {
	font-family:Arial, Helvetica, sans-serif;
	color:#5a5a5a;
	background:#e4e4e4 url(../images/bg_pattern.gif) repeat;
}
#wrapper {
	background:url(../images/bg_shadow.png) no-repeat center 275px;
	}
#wrapper_inner {
	background: url(../images/bg_shadow.png) no-repeat center 150px;
	}	
#header {
	/*overflow:hidden;*/
	padding:20px 0 0;
}
.logo {
	width:230px;
	float:left;
}
a.btn_signup, a.btn_login, a.btn_logout {
	background: rgba(0, 0, 0, 0.1);
	width:80px;
	text-align:center;
	display:block;
	float:left;
	color:#404041;
	font-size:11px;
	text-decoration:none;
	text-transform:uppercase;
	padding:5px 0;
	margin:0 10px 0 50px;
}

a.btn_login {
	margin:0;
	background:rgba(0, 0, 0, 0.1) url(../images/ico_arrow.png) no-repeat 60px 12px;
}
a.btn_logout { float: right; margin: 0; }

a.btn_signup:hover, a.btn_login:hover, a.btn_logout:hover  {
	color:#000;
}

.topmenu {
	padding:20px 0 0;
}
.header_panel {
	height:336px;
	background:url(../images/img_hp_header.jpg) no-repeat;
	margin-bottom: 20px;
}	
.header_panel_inner {
	height:230px;
	background: url(../images/img_inner_header.jpg) no-repeat;
}
.event_detail p.home img {
	margin:10px 0;/*21px 0 10px;*/
}	
a.btn_home_more {
	background:url(../images/btn_more.gif) no-repeat top right;
	width:76px;
	height:40px;
	display:block;	
	float:right;
	margin:120px 10px 0 0;	
	/*color:#e65050;*/
	color:#fff;
	text-decoration:none;
	font-size:11px;
	line-height:36px;		
}
a.btn_home_more:hover {	
	color:#fff;
	text-decoration:none;		
}
a.btn_home_more:hover {
	background-position:right bottom;
}
.home_content {
	background:#fff url(../images/bg_content_bottom.gif) no-repeat left bottom;
	overflow:hidden;
	padding:15px 15px 0;
	margin:0 0 15px;
}
.inner_content {
	background:#fff url(../images/bg_side_bottom.gif) repeat-x left bottom;
	overflow:hidden;
	padding:15px 15px 0;
	font-size:12px;
	margin:0 0 30px;
}
.inner_content p {
	line-height:20px;
	margin-bottom: 15px;
}
.inner_content h2, .inner_content h3 {
	padding:0;
	/*background:url(../images/line_title.gif) no-repeat bottom right;*/
	font-size:18px;
	color:#4b4b4b;
}
.inner_content h3 {
	padding:0 0 20px 0;
}
.inner_content h4 {
	padding:0 0 10px 0;
	background:url(../images/line_title.gif) no-repeat bottom right;
	font-size:14px;
	color:#5a5a5a;
}
.inner_content h5 {
	font-size:22px;
	color:#e65050;
	font-family: Helvetica, sans-serif;
	font-weight:normal;
	text-transform:uppercase;
	padding:0 0 10px;
	border-bottom:1px solid #e1e1e1;
}
.inner_content h6 {
	font-size:22px;
	color:#333;
	font-family: Helvetica, sans-serif;
	font-weight:normal;
	padding:0 0 10px;
	margin:0;
}
.inner_content img {
	/*float:left;	*/
}
.menu_bg {
	background:url(../images/bg_left_menu.gif) repeat-y;
	overflow:hidden;
	}
img.about_img {
	float:left;
	margin:0 0 40px;
}
.home_content_text {
	background:url(../images/bg_sidebar.gif) repeat;
	overflow:hidden;	
}
.home_sidebox {
	background:#fff url(../images/bg_side_bottom.gif) no-repeat left bottom;
	overflow:hidden;
	margin:0 0 10px 0;	
	padding:15px 15px 0;		
}	
.home_sidebox_content {
	background:url(../images/bg_sidebar.gif) repeat;
}
.event_list {
	width:210px;
	float:left;
}
.event_list ul {
	padding:0;
	margin:0;
	list-style:none;
}
.event_list li {
	list-style:none;
	display:block;
	font-size:12px;
	background:url(../images/bg_event.gif) repeat-y;
	margin:0;
	line-height:13px;
}
.event_list li:first-child {
	font-size:14px;
	line-height:20px;
}
.event_list li b {
	display:block;
}
.event_list li a {
	color:#a3a3a3;
	text-decoration:none;
	display:block;
	padding:7px 0 10px 20px;	
	height:24px;	
}
.event_list li a:hover, .event_list li a.active {
	color:#fff !important;
	text-decoration:none;
	background:url(../images/active_event.png) no-repeat;	
}	
.event_past 
{
    color:#7f7f7f !important;
	background:url(../images/bg_event_past.gif) repeat-y;
}
.event_detail {
	width:360px;
	float:left;
	margin:0 0 0 10px;
	min-height: 400px;
}
.event_detail h3 {
	color:#323232;
	font-size:18px;
	font-weight:bold;
	margin:0;
	padding:8px 0;	
}
.event_detail h3.title {
    color:#E65050;
    font-size:25px;
    margin-top:-10px;
    line-height:28px;
}
.event_detail .event-type { border-bottom: 1px solid #ddd; padding: 5px 0 15px;}
.event_info {
	padding:10px 0;
}	
.event_info p {
	padding:2px 0 0;
	margin:0;
	color:#191919;
	font-size:14px;
}
.event_info i {
	display:block;
	width:66px;
	float:left;
	color:#5a5a5a;
	font-style:normal;
}
.event_info strong {
	display:block;
	margin:0 0 15px;
	font-size:14px;
}
.event_info span {
	color:#e65050;
}
.event_info table {
	float:left;
	margin:5px 0 0;
}
.speaker_box img {
	width:90px;
}
.speaker_content .spk_name {
	font-size:11px;
	line-height:15px;/*20px;*/
	padding:0 5px 0 0;
	color:#555;
	font-weight:bold;
}
.speaker_content .spk_design {
	font-size:9px;
	line-height:10px;
	padding:0 5px 0 0;	
	color:#555;		
}
.speaker_content {
	/*width:294px;*/
	overflow:hidden;
	float:left;
	display:block;
	padding:5px 0 0;
}
.speaker_box {
	width:94px;
	float:left;
	padding:0 5px;
	overflow:hidden;
	margin: 0 10px 10px 0;
}
.speaker_detail {
	border:1px solid #dcdcdc;
	padding:4px;
	overflow:hidden;
	margin:0 0 20px;
}
.speaker_detail img {
	float:left;
}
.speaker_detail p {
	width:210px;
	float:left;
	padding:15px 0 0 20px;
	color:#5a5a5a;
}
.speaker_detail b {
	font-size:15px;
}
.speaker_detail i {
	font-size:12px;
	font-style:normal;
}	
.event_detail h4 {
	background:url(../images/event_border.gif) no-repeat left center;
	height:40px;
	margin:10px 0;
}	
.enter_site, .more {
	padding:30px 0 0;
	overflow:hidden;
	color:#e65050;
	font-size:11px;
}
.enter_site {
	padding:0;
	clear:both;
}
.enter_site span, .more span {
	display:block;
	width:310px;
	text-align:right;
	float:left;
	padding:15px 10px 0 0;
}
.more {
	padding:0px 0 0;
}
.more span {
	width:222px;
	padding:12px 8px 0 0;	
}	
a.btn_enter, a.btn_more {
	width:94px;
	background:url(../images/btn_more.gif) no-repeat top right;
	height:40px;
	display:block;
	float:right !important;
	line-height:44px;
	}
a.btn_more {
	width:72px;
	line-height:40px;	
	}	
a.btn_enter:hover, a.btn_more:hover {
	background-position: bottom right;
	}			
.enter_site a, .more a {
	float:left;
	color:#e65050;
	text-decoration:none;	
}
.enter_site a:hover, .more a:hover {
	color:#555;
	text-decoration:none;	
}
.enter_site span a, .more span a {
	float:none;
}
.video_container {
	border:5px solid #323232;
}	
.video_title {
	font-size:13px;
	font-weight:bold;
	color:#323232;
	padding:10px 0 0;
	line-height:14px;
}
.video_subtitle {
	font-size:13px;
	color:#5a5a5a;
}	
.highlight_text ul {
	list-style:none;
	margin:0;
}	
.highlight_text li {
	list-style:none;
	background:url(../images/ico_bullet.gif) no-repeat 0 7px;
	padding:0 0 15px 15px;
	margin:0;
	line-height:17px;
}
.highlight_text li a {
	color:#5a5a5a;
	text-decoration:none;
}
.highlight_text li a:hover {
	color:#5a5a5a;
	text-decoration:underline;
}
.breadcrumb {
	color:#2c2c2c;
	padding:3px 0 5px 15px;
	font-size:11px;
}
.breadcrumb a {
	color:#969696;
	text-decoration:none;
}
.form_container, .form_container_large {
	overflow:hidden;
	padding:20px 0;
	margin-left:-10px;
}
.login /*form_container_large login */
{
    margin-left: 0px;
}
.login a{
	color:#4c4c4c;
	text-decoration:none;
}
.login a:hover{
	color:#4c4c4c;
	text-decoration:underline;
}
.form_container_large {
	padding:0; /*20px 0 50px;*/
}	
.form_container p, .form_container_large p {
	overflow:hidden;
}
.form_container_large p.message{
    margin-left: 10px;
}
.form_container label, .form_container_large label {
	width:100px;
	padding:5px 15px 0 0;
	float:left;
	text-align:right;
	color:#646464;
	text-transform:uppercase;
	font-size:13px;
}
.form_container_large label {
	width:130px;  /*:190px;*/
	text-transform:none;	
}	
.form_container_large .btn_add_cal {
	background:url(../images/btn_add_calendar.gif) no-repeat;
	margin:0 10px 10px 10px;	
	border: medium none;
    cursor:pointer;
    width:186px;
	height:32px;
	display:block;
	text-indent:-9999px;
	float:left;
}	
/*.form_container_large label.agree {
	text-align:left; 
	margin-left:-140px; 
	width:350px;	
}*/
.form_container_large label.col2{
	width:40px;
	padding:0 10px 0 10px;
	text-transform:none;	
}
.form_content a
{
    color:#4c4c4c;
	text-decoration:underline;
}
/*.form_container_large input[type="checkbox"].label 
{   
    width:300px;
}*/
/*.form_container_large span.required {
    color:Red;
    padding: 8px 5px 0 0;
    margin-left: -15px;
    float:left;
}*/
span.required {
    color:Red;
    width:100%;
}
.form_container_large span.validator {   
    float:left;
    clear:both;
    padding-left:145px;
    padding-top: 2px;
}
.form_container input, .form_container_large input {
	width:260px;/*320px;*/
	float:left;
	height:23px;
	padding:2px 4px;
	border:1px solid #e3e3e3;
	color:#555;
	font-size:12px;	
   -moz-box-shadow:1px 1px 0 #b1b1b1 inset; 
   box-shadow:1px 1px 0 #b1b1b1 inset;    	
   -webkit-box-shadow:1px 1px 0 #b1b1b1 inset;   
}
.form_container_large input {
	background:#f5f5f5;  
}
.form_container_large input[type="radio"],
.form_container_large input[type="checkbox"] {
	background:#fff;
	border: none;  
   -moz-box-shadow: none; 
   box-shadow: none;    	
   -webkit-box-shadow: none;   
}
.form_container textarea, .form_container_large textarea {
	width:464px;
	float:left;
	height:110px;
	padding:2px 4px;
	border:1px solid #e3e3e3;
	color:#555;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	resize:none;
   -moz-box-shadow:1px 1px 0 #b1b1b1 inset; 
   box-shadow:1px 1px 0 #b1b1b1 inset; 
   -webkit-box-shadow:1px 1px 0 #b1b1b1 inset;    	
}	
.form_container_large textarea {
	width:265px;/*320px;*/
	background:#f5f5f5;
}
.form_container select, .form_container_large select {
	width: 270px;/*332px;*/
	float:left;
	height:28px;
	padding:2px 4px;
	border:1px solid #e3e3e3;
	color:#555;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	resize:none;
   -moz-box-shadow:1px 1px 0 #b1b1b1 inset; 
   box-shadow:1px 1px 0 #b1b1b1 inset; 
   -webkit-box-shadow:1px 1px 0 #b1b1b1 inset;
}
a.btn_submit, .btn_submit.contactbl {
	display:block;
	width:70px;
	height:30px;
	background:url(../images/btn_submit.gif) no-repeat;
	text-indent:-9999px;
    border: medium none;
	cursor:pointer;
	margin:0 0 30px;
	float:right;
}
a.btn_submit.contactbl,.btn_submit.contactbl, .btn_submit.login {
	background:url(../images/btn_contact_submit.gif) no-repeat;
	width:99px;
	height:32px;
	margin:0 0 0 436px;
}
a.btn_submit:hover, .btn_submit.contactbl:hover {
	background-position:left bottom;
}
.btn_submit.contactbl {
	float:right;
	margin-right:10px;
	/*margin:0 0 0 145px;*/
}
.btn_submit.login { float: none; margin-left: 10px; text-indent:-9999px;}

/**Calendar***/
.date_selection {
	color:#313131;
	padding:0 0 15px;
}
.date_selection input {
	border:1px solid #cbcbcb;
	border-radius:5px;
	box-shadow:2px 2px 1px #e0e0e0;
	color:#313131;
	width:156px;
	height:26px;
	padding:0 4px;
	margin:0 5px;
	background:url(../images/ico_calendar.gif) no-repeat 140px center;
}
h2.about_title {
	color:#5a5a5a;
	font-size:18px;
	font-weight:bold;
	margin:0;
	padding:0 0 10px;
}
.calendar_data, .press_data,.ondemand_data, .keynote_data {
	margin:0 0 40px;
}
.calendar_data h4 { background: none; padding: 5px 0 0; }
.calendar_data th, .press_data th, .ondemand_data th, .eventregister_data th, .keynote_data th{
	 background:url(../images/bg_table_header.gif) repeat-x;
	 height:42px;
	 color:#fff;
	 font-size:12px;/*13px;*/
	 font-weight:bold;
	 text-align:center;
	 vertical-align:middle;
	 border-right:1px solid #d3d3d3;
}
.calendar_data th a, .press_data th a, .ondemand_data th a, .eventregister_data th a, .keynote_data th a{
	background:url(../images/ico_up_down.png) no-repeat right;
	/*width:20px;
	height:20px;
	text-indent:-9999px;
	float:right;
	display:block;*/
    color: #fff;
    padding: 2px 20px 2px 0;
    text-decoration: none;
}
/*.ondemand_data th a, .press_data th a{
	background:url(../images/ico_up_down.png) no-repeat;
	width:20px;
	height:20px;
	text-indent:-9999px;
	float:right;
	display:block;
}*/
.calendar_data td, .press_data td, .ondemand_data td, .eventregister_data td, .keynote_data td{
	 height:70px;
	 color:#4b4b4b;
	 font-size:12px;/*13px;*/
	 text-align:center;
	 vertical-align:middle;
	 border-left:1px solid #d3d3d3;
	 border-right:1px solid #d3d3d3;
	 border-bottom:1px solid #d3d3d3;
}
.eventregister_data td, .keynote_data td {
    height:32px;
}
.calendar_data td.title {
	text-align:left;
	font-weight:bold;
	padding:0 0 0 10px;
}
.calendar_data td a {
	color:#4b4b4b;
	text-decoration:none;
}
.calendar_data td a:hover {
	color:#4b4b4b;
	text-decoration:underline;
}
.cal_date {
	overflow:hidden;
	padding: 0 0 20px;
}
.calendar_info {
	border-left:1px solid #ddd;
	float:left;
	width:400px;
	padding:10px 0 10px 20px;
}
.calendar_info strong {
	display:block;
	margin:0 0 15px;
	font-size:14px;
}
.calendar_info span {
	color:#E65050;
}
.calendar_info_div span {
	width:320px; 
    float:right; 
    color:#333;
    display:inline-block;
}
.event_info_div span {
	width:290px; 
    float:right;
    color:#333;
    display:inline-block;
}
.event_info_div span a,.calendar_info_div span a {
	color: #5a5a5a;
	text-decoration:none;
	font-weight:normal;
}
.event_info_div span a:hover, .calendar_info_div span a:hover  {
	color: #5a5a5a;
	text-decoration:underline;
}
.calendar_info_div, .event_info_div
{
    clear:both;
} 
.calendar_details span, .event_info_details span{
	color: #E65050;
}
.cal_logo {
/*	width:140px;*/
	float:left;
	margin:60px 0 0;
	padding-right: 10px;
}
.press_data tr td:first-child{
	 border-left:1px solid #d3d3d3;
}
.eventregister_data tr td:first-child{
	 border-left:1px solid #d3d3d3;
}
.td_date {
	background:url(../images/bg_table_date.gif) repeat-x;
}
.td_date span, .media_date span {
	color:#e65050;
	font-size:30px;
	text-transform:uppercase;
	font-family:"impact",Arial, Helvetica, sans-serif;
	display:block;
	width:54px;
	float:left;
}
.calendar_data tr td:first-child {
	border-left:1px solid #d3d3d3;
}
.calendar_data tr.pager td, .press_data tr.pager td { border: 0px solid #fff; padding-top: 20px; }
.td_event {
	text-align:left !important;
	padding:0px 10px;
}
.td_profile {
	text-align:left !important;
	padding:0px 10px;
}
.td_event a {
	color:#4c4c4c;
	text-decoration:none;
}
.td_event a:hover {
	color:#4c4c4c;
	text-decoration:underline;
}
.tb_event_date, .media_day {
	width:26px;
	float:left;
	padding:3px 0 0 4px;
}
.media_day {
	width:30px;
	float:left;
	padding:3px 0 0 0;	
}
.tb_event_date b, .media_day b{
	font-size:19px;
	color:#323232;	
}
.tb_event_date i, .media_day i{
	font-size:9px;
	font-style:normal;
	line-height:1px;	
}
.pagination {
	border:1px solid #d3d3d3;
	border-radius:5px;
	background:url(../images/bg_pagination.gif) repeat-x;
	overflow:hidden;
	margin:10px 0 30px 0;
}
a.btn_previous, a.btn_next{
	display:block;
	width:100px;
	height:30px;
	float:left;
	background:url(../images/btn_previous.gif) no-repeat;
	text-indent:-9999px;
	border-right:1px solid #d3d3d3;
	}
a.btn_previous:hover, a.btn_next:hover {
	background-position: left -30px;
	}
a.btn_previous.inactive, a.btn_next.inactive {
	background-position: left -60px;
	}		
a.btn_next{
	float:right;
	background:url(../images/btn_next.gif) no-repeat;
	border-left:1px solid #d3d3d3;	
	}
.paging {
    float: left;
    margin: 0 0 0 40px;
    width: 310px; /*230px;*/
}
.paging.on-demand { margin-left: 100px; width: 530px; }
.press_data .paging { margin-left: 60px; }

.pagination ul {
	list-style:none;
	}
.pagination li {
	background:url(../images/bg_page_link.gif) repeat-x;
    border-right: 1px solid #D3D3D3;
    display: block;
    float: left;
    height: 30px;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    width: 40px;
}
.pagination li:first-child {
    border-left: 1px solid #D3D3D3;
}
.pagination li a {
	color:#343434; /*#D3D3D3;*/
	text-decoration:none  !important;
    display: block;
    padding: 6px 0;
    margin:0;
    width: 40px;
}
.pagination li a.active {
	color:#343434;
	font-weight:bold;
}
.pagination li a:hover { color: #dd4242 !important; font-weight: bold; }

.pagination li:hover, .pagination li.active {
    background: none repeat scroll 0 0 #FFFFFF;
}
.pagination li.active {
	background-color:#fff;
	background:#fff;
	}
/***Calendar Detail***/
.calendar_info {
	font-size:12px;
	color:#323232;
}	
.calendar_button 
{
	padding:0 0 10px;
	overflow:hidden;
}
a.btn_register, a.btn_ref_friend, a.btn_call_speak, a.btn_call_spons, a.btn_cal_contact, .btn_add_cal{
	background:url(../images/btn_cal_register.gif) no-repeat;
	width:186px;
	height:32px;
	display:block;
	text-indent:-9999px;
	float:left;
}
a.btn_register {
	margin:0 10px 10px 0;
}
a.btn_ref_friend {
	background:url(../images/btn_ref_friend.gif) no-repeat;
	width:186px;
	margin:0 10px 10px 0;
}
a.btn_cal_contact {
	background:url(../images/btn_contact.gif) no-repeat;
	width:186px;
	margin:0 10px 10px 0;
}
a.btn_call_speak {
	background:url(../images/btn_call_speaker.gif) no-repeat;
	width:186px;
	margin:0 10px 10px 0;
}
a.btn_call_spons {
	background:url(../images/btn_call_spons.gif) no-repeat;
	width:186px;
	margin:0 10px 10px 0;
}
.btn_add_cal {
	background:url(../images/btn_add_calendar.gif) no-repeat;
	margin:0 10px 10px 0 ;	
	border: medium none;
    cursor:pointer;
}
a.btn_register:hover, a.btn_ref_friend:hover, a.btn_call_speak:hover, a.btn_call_spons:hover, a.btn_cal_contact:hover, .btn_add_cal:hover{
	background-position:left bottom;
}
a.btn_call_spkr {
	display:block;
	float:left;
	width:82px;
	height:25px;
	background:url(../images/btn_speaker_sprite.gif) no-repeat;
	text-indent:-9999px;
	}
a.btn_call_spkr {
	background:url(../images/btn_speaker_sprite.gif) no-repeat -92px 0;
	width:157px;
	margin:0 0 0 10px;
	}
a.btn_register:hover {
	background-position:left bottom;
	}	
a.btn_call_spkr:hover {
	background-position:-92px -25px;
	}	
.usual ul {
    list-style: none outside none;
    margin: 0;
    overflow: hidden;
    width: 565px;
	background:url(../images/border_tab.gif) repeat-x left bottom;
	}
.usual ul li {
	margin:0;
	}	
.usual ul.idTabs li { float: left;}
.usual ul.idTabs li a{
    background: url(../images/bg_tabs_links_large.gif) repeat-x scroll left bottom transparent;
    border-bottom: 1px solid #DCDCDC;
    border-right: 1px solid #FFFFFF;
    float: left;
    list-style: none outside none;
    padding: 26px 19px 0;
	height:27px;
	color:#fff;
	text-decoration:none;
	font-size:12px;	
}
.usual.tabs ul li a {
	font-size:12px;
	text-transform:none;	
    padding: 26px 19px 0;
	height:27px;	
	}
.usual ul li a.selected {
    background: #fff;
	color:#7d7d7d;
	border-bottom:none;
    border-top: 1px solid #DCDCDC;
	border-left: 1px solid #DCDCDC;	
	border-right: 1px solid #DCDCDC;		
    height: 30px;
    padding: 23px 19px 0;
}
.usual ul li:last-child a.selected {
	border-right: 1px solid #DCDCDC;
    padding: 23px 19px 0;
    height: 30px;	
}
ul.idTabs li.selected a {
	color:#333;
}
	
.tab_content {
	min-height:220px;
	height:auto !important;
	margin:0 0 30px 0;
	border:1px solid #dcdcdc;
	border-top:none;
	padding:15px;
	width:533px;
}
.btn_prev_bot, .btn_next_bot {
	width:50px;
	float:left;
	background:url(../images/btn_prev.gif) no-repeat;
	padding:0 0 0 50px;
	height:40px;
	line-height:36px;
}
.btn_next_bot {
	float:right;
	background:url(../images/btn_more.gif) no-repeat top right;
	text-align:right;
	padding:0 50px 0 0;	
}
.btn_prev_bot, .btn_next_bot{
	color:#e65050;
	font-size:11px;
	text-decoration:none;
}
.btn_prev_bot:hover, .btn_next_bot:hover{
	color:#444;
	background-position:left bottom;
}
.btn_next_bot:hover{
	background-position:right bottom;
}
.keynotes_video, .media_detail_video {
	padding:10px;
	/*border:1px solid #dcdcdc;*/
	overflow:hidden;
	width:420px;
	margin:0 auto;
}
.keynotes_video
{
    border:1px solid #dcdcdc;
}
.ondemand_video
{
    width:420px;
    height:315px;
}
.media_detail_video {
	margin:0 auto 20px;
}	
.keynotes_text {
	margin:20px 0 30px;
}	
.keynotes_bot {
	margin:10px 0 30px;
	overflow:hidden;	
}
.keynotes_info {
	width:auto;/*200px;*/
	float:left;
	font-size:12px;
}	
.btn_download {
	background:url(../images/btn_download.gif) no-repeat;
	width:127px;
	height:32px;
	display:block;
	text-indent:-9999px;
	float:right;
	border:medium none;
}
.btn_download:hover {
	background-position:left bottom;
}
.lbl_download {
	display:block;
	float:right;
	padding-right:10px;
	font-weight:bold;
}
p.radio_box label:first-child {
	width:130px;
	text-align:right;	
}
p.radio_box label {
	width:40px;
	text-align:left;
}
p.radio_box input {
	width:20px;
}
.highlight_text.event b, .highlight_text.event i {
	display:block;
	}
.highlight_text.event i {
	font-style:normal;
	}	
.highlight_text.event {
	font-size:12px;
	}
.highlight_text.event p{
	padding:5px 0 0;
	margin:0;
	}
a.btn_lang_korean {
	background:url(../images/btn_lang_korean.gif) no-repeat;
	width:186px;
	height:32px;
	display:block;
	text-indent:-9999px;
	float:right;
	margin:0 0 30px;
}
a.btn_lang_korean:hover {
	background-position:left bottom;
}
.bottom_pagination {
	overflow:hidden;
	clear:both;
	}	
/***Speaker***/
.speaker_container {
	padding:10px 0 50px;
	overflow:hidden;
}
.speaker_container h3 
{
    background:url(../images/line_title.gif) no-repeat right 40px;
	font-size:14px;
	color:#4b4b4b;
	margin:0;
	padding:0 0 20px 0px;
}
.speaker_container h3 img { margin:0 10px 0 0;}
.speaker_info {
	width:280px;
	float:left;
	/*background:url(../images/line_title.gif) no-repeat right bottom;*/
	padding:0 0 15px;
	margin:0 7px 15px;
	font-size:12px;
	overflow: hidden;
}
.tab_content .speaker_info
{
    width:250px;
}
.speaker_info img {
	margin:0 15px 0 0;
	float:left;
}
/*.speaker_info p img,*/ .speaker_info a img {
	margin:0;
	float:none;
}
/*.speaker_info p a, */.speaker_info a {
	color:#5a5a5a;
	text-decoration:none;
}
/*.speaker_info p a:hover,*/ .speaker_info a:hover {
	text-decoration:underline;
}
.speaker_info b {
	display:block;
	padding:10px 0 0;	
}
.speaker_info a b 
{
	display: inline;
/*    padding: 0;*/
}

.speaker_info i {
	display:block;
	font-style:normal;	
}
.speaker_info p {
	padding:20px 0 10px;
	font-size:11px;
	line-height:15px;
	margin:0;
}
.speaker_info .company_info { font-size: 11px; }
.speaker_button, .sponsor_button 
{
    display: block;
}
.speaker_button a.btn_call_speak,
.sponsor_button a.btn_call_spons
{
   float: right;
}
a.btn_profile {
	width:34px;
	float:right;
	background:url(../images/ico_btn_red_arrow.gif) no-repeat right 5px;
	color:#e65050;
	padding:0 10px 0 0;
	text-decoration:none;
}
a.btn_profile:hover {
	color:#5c5c5c;
	background-position: right -9px;
}			
/***Custom Select ***/
span.customSelect { 
	font-size:13px; 
	background-color: #f5f5f5; 
	color:#7c7c7c; 
	padding:0 0 0 10px; 
    border: 1px solid #E3E3E3;
    box-shadow: 1px 1px 0 #B1B1B1 inset;	
	height:30px;
	line-height:30px;
    color: #555555;	
}
option { 
	height:20px;
	padding:5px 0 0;
}
span.customSelect.changed {
	background-color: #f0dea4;
}
.customSelectInner{
	background: url(../images/bg_select_box.gif) no-repeat top right;
	height:30px;
	width:30px;
	overflow:hidden;
}
.demand_search {
	border:1px solid #d3d3d3;
	padding:10px;
	margin:0 0 10px;
	box-shadow:2px 2px 2px #d9d9d9;
	width:auto;/*610px;*/
	overflow:hidden;
}
.demand_search span {
	display:block;
	padding:5px 0 0 5px;
	float:left;
}
input.txt_search{
	width:320px;
	float:left;
	height:23px;
	padding:2px 4px;
	border:1px solid #e3e3e3;
	color:#555;
	font-size:12px;	
   -moz-box-shadow:1px 1px 0 #b1b1b1 inset; 
   box-shadow:1px 1px 0 #b1b1b1 inset;    	
   -webkit-box-shadow:1px 1px 0 #b1b1b1 inset;
   background:#f5f5f5;
}
select.select_search{
	height:30px;
	width:150px;
	padding: 4px;
	border:1px solid #e3e3e3;
    color:#555;
    font-size:12px;	
    -moz-box-shadow:1px 1px 0 #b1b1b1 inset; 
    box-shadow:1px 1px 0 #b1b1b1 inset;    	
    -webkit-box-shadow:1px 1px 0 #b1b1b1 inset;
    background:#f5f5f5;
}
.btn_search {
	background:url(../images/btn_search.gif) no-repeat;
	width:120px;
	height:32px;
	display:block;
	text-indent:-9999px;
	float:right;
	border: medium none;
}
.btn_search:hover {
	background-position:left bottom;
}
.spons_logo {
	width:170px;
	height:110px;
	float:left;
	vertical-align:middle;
	text-align:center;
}	
.logo_container table { border-collapse: separate; border-spacing: 2px; }

.logo_container td {
	height:100px;
	vertical-align: middle;
	width:150px;
	text-align:center;
	}
.logo_container th {
	height:20px;
	width:150px;
	font-size:14px;
	font-weight:bold;
	/*background:url(../images/line_title.gif) no-repeat right bottom;*/
	border-bottom: 1px solid #ddd;
	text-align:left;
	}
.logo_container th:first-child {
	text-align:left;	
	}
.logo_container th.last {
	background:none;
	border: none;
	}
/***pop up***/
.popup, #inline {
	display: none; 
	width: 600px;
}
.popup h2, #inline h2 {
	padding:0 0 20px 0;
	background:url(../images/line_title.gif) no-repeat bottom right;
	font-size:18px;
	color:#4b4b4b;
}
.popup .head 
{
    height: 119px;
	padding:0 0 20px 0;
	margin-bottom: 10px;
	background:url(../images/line_title.gif) no-repeat bottom right;
}
.popup .head img
{
    float: left;
    margin: 0 10px 0 0
}
.home_spons {
	padding:0 0 10px;
	overflow:hidden;
}
.logo_home {
	float:left;
	width:160px;
	height:50px;
}
.logo_home.last {
 padding: 16px 0 0 38px;
}
.past_speaker {
	width:100px;
	float:left;
	margin:10px;
	font-size:10px;
	line-height:12px;
	height:170px;
	overflow:hidden;
}
.past_speaker strong {
	font-size:11px;
	line-height:18px;
}
.past_speaker img {
	margin:0 0 5px;
}	
/***Media Centre***/
.media_info {
	overflow:hidden;
	/*background:url(../images/line_title.gif) no-repeat right bottom;*/
	padding:0 0 3px;
	margin-bottom:20px;
}					
.media_date {
	width:90px;
	/*height:60px;
	float:left;
	background:url(../images/bg_table_date.gif) no-repeat;
	padding:10px 0 0 8px;*/
}	
.media_info h3 {
	background:none;
	font-size:18px;
	/*line-height:20px;*/
	color:#4b4b4b;
	margin:0;
	padding: 15px 0 0 0;
	/*float:left;*/
	width: 530px;
	}	
.media_photo_content {
	overflow:hidden;
	}
.media_photo_container, .media_video_container {
	margin:0 0 10px 0;
	overflow:hidden;	
	}	
.media_pr_container {
	margin:0 0 10px 0;
	}		
.media_photo_content img, .media_detail_photo img {
	padding:2px;
	border:1px solid #d5d5d5;
	float:left;
	margin:0 5px 10px 0;
	box-shadow:2px 2px 2px #ddd;
	}	
.media_detail_photo img { width: 95px; height: 75px; }
.media_detail 
{
	/*overflow:hidden;*/
	margin:0 0 20px;
	padding:0;
	clear:both;
}
.media_detail.home {
	padding:0;
}
.media_detail.home i {
	color:#a0a0a0;
	font-size:11px;
	line-height:13px;
}
.media_detail.home ul {
	list-style:none;
	padding:10px 0 10px 0;
	margin:0;
}
.media_detail.home li {
	background:url(../images/bg_about_list.gif) no-repeat left 5px;
	padding:0 0 5px 15px;
	margin:0 0 0 11px;
}
.media_detail.about ul {
	list-style:none;
	padding:10px 0 10px 30px;
}
.media_detail.about li {
	background:url(../images/bg_about_list.gif) no-repeat left 5px;
	padding:0 0 5px 15px;
}
.media_detail h3 {
	background:url(../images/line_title_bottom.gif) repeat-x left bottom;
	font-size:14px;
	color:#4b4b4b;
	margin:0;
	padding:0 0 0 0px;
}	
.media_detail h3 img {
	margin:0 10px 0 0;
}	
.media_detail p {
	padding:5px 30px;
}
.media_detail_container {
	border:1px solid #dcdcdc;
	margin:0 0 30px;
}
.media_detail_container p{
	padding:0 10px;
}

.media_detail_photo a img:hover {
    background-color: #f5c0c0;
    box-shadow: 0 -1px 0 0 rgba(255, 255, 255, 0.2), 0 1px 4px 0 rgba(0, 0, 0, 0.5);
}
.note_text {
	background:url(../images/line_title.gif) no-repeat right top;
	font-size:11px;
	color:#a0a0a0;
	font-style: italic;
	margin:0 0 30px;
	padding:10px 0;
}
.media_detail.about {
	margin:0;
}
/***Footer***/
.footer_wrapper {
	background:url(../images/bg_footer.gif) repeat;
	padding:30px 0;
}
.footer_links {
	width:960px;
	margin:0 auto;
	text-align:center;
	color:#696969;
	font-size:11px;
}
.footer_links ul {
	list-style:none;
	margin:0;
	padding:0 0 5px;
}
.footer_links li {
	display:inline;
	padding:0 3px;
	margin:0;
	color:#929090;
	font-size:10px;
	text-transform:uppercase;
}
.footer_links li a {
	color:#929090;
	text-decoration:none;
}
.footer_links li a:hover {
	color:#fff;
	text-decoration:none;
}			
/***Menu***/
#menu {
	padding:23px 0 10px;
	}
#menu ul {
	list-style:none;
	z-index:100;
	}
#menu li {
	display:inline;
	}
#menu li a {
	color:#404041;
	font-size:11px;
	background:url(../images/btn_top.gif) no-repeat top left;
	text-decoration:none;
	padding:15px 0 5px;
	display:block;
	margin-right:12px;
	}
#menu li a:hover, #menu li a.active {
	color:#404041;
	font-weight:bold;
	font-size:11px;
	background:url(../images/btn_top_over.gif) no-repeat top left;
	}	
a.btn_home {
	width:82px;
	margin:0 12px 0 16px;
	}
a.btn_about {
	width:104px;
	}
a.btn_calendar {
	width:108px;
	}
a.btn_speaker {
	width:106px;
	}
a.btn_sponsor {
	width:100px;
	}
a.btn_media {
	width:125px;
	}
a.btn_demand {
	width:113px;
	}
a.btn_contact {
	width:85px;
	margin-right:0px !important;		
	}	
#menu ul li {
    display: block;
    position: relative;
    float: left;
	padding:0;
	margin:0;
}
#menu ul li.drop {
	background:url(../images/ico_arrow.png) no-repeat 90px 20px;
}
#menu li ul {
    display: none;
}
#menu ul li a {
    display: block;
    text-decoration: none;
    white-space: nowrap;
}
#menu li:hover ul {
    display: block;
    position: absolute;
	background:url(../images/bg_pattern.gif) repeat;
}
#menu li:hover li {
    float: none;
    font-size: 11px;
	padding:0 0 0 10px;
}
#menu li:hover li a:hover {
	color:#e65050;
	font-weight:normal;
}
	
/* ROLL LINKS */
a.roll-link {
	color: #DD4D42;
	font-weight: bold;
	width:199px;
	height:56px;
	display:block;
	text-indent:-9999px;
	/*margin:105px 0 0 710px;*/
	margin:125px 0 0 685px;
}
.header_panel_inner a.roll-link{ margin:127px 0 0 711px;  }
.roll-link {
	display: inline-block;
	overflow: hidden;
	height:56px;
	width:199px;	
	vertical-align: top;
	-webkit-perspective-origin: 50% 50%;
	-moz-perspective-origin: 50% 50%;
	-ms-perspective-origin: 50% 50%;
	perspective-origin: 50% 50%;
	background:url(../images/btn_register.png) no-repeat left bottom;		
}

.roll-link:hover {text-decoration:none;}

.roll-link span {
	display: block;
	position: relative;
	height:56px;	
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	transition: all 400ms ease;    
	-webkit-transform-origin: 50% 0%;
	-moz-transform-origin: 50% 0%;
	-ms-transform-origin: 50% 0%;
	transform-origin: 50% 0%;    
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;

}
.roll-link:hover span {
	-webkit-transform: translate3d( 0px, 0px, -30px ) rotateX( 90deg );
	-moz-transform: translate3d( 0px, 0px, -30px ) rotateX( 90deg );
	-ms-transform: translate3d( 0px, 0px, -30px ) rotateX( 90deg );
	transform: translate3d( 0px, 0px, -30px ) rotateX( 90deg );
}

.roll-link span:after {
	content: attr(data-title);
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	height:56px;	
	width:199px;
	-webkit-transform-origin: 50% 0%;
	-moz-transform-origin: 50% 0%;
	-ms-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
	background:url(../images/btn_register.png) no-repeat;	
}
								
/****Form****/
.login_btn {
    float: right;
    text-decoration: none;
}
.triangle {
    float: left;
    font-size: 0;
    height: 0;
    line-height: 0;
    margin: 14px 9px 0 0;
    width: 0;
}
#content {
    background: url("img/bg.jpg") repeat scroll center center transparent;
    height: 733px;
}
#login_box {
    display: none;
    position: absolute;
    width: 236px;
	z-index:100;
}
#tab {
    float: right;
    height: 27px;
    width: 96px;
}
#tab .login_btn {
    float: left;
    margin: 0;
}
#login_box_content {
    background: none repeat scroll 0 0 #FFFFFF;
    float: left;
    width: 236px;
	padding:5px;
    position: absolute;
    right: 16px;
    top: 27px;
}
#login_form, #recovery_form {
    margin: 9px 0 0 9px;
}

#login_form label, #recovery_form label {
    display: block;
    padding: 5px 0 0;
}
#login_form input[type="text"], #login_form input[type="password"], #recovery_form input[type="text"] {
    border: 1px solid #D8D8D8;
    border-radius: 3px 3px 3px 3px;
    height: 32px;
    margin: 5px 0;
    padding-left: 10px;
    width: 205px;
}
#login_form input[type="submit"], #recovery_form input[type="submit"] {
	background:url(../images/btn_submit.gif) no-repeat;
    border: medium none;
    color: #FFFFFF;
    float: right;
    height: 30px;
    margin: 9px 9px 9px 0;
    width: 70px;
	cursor:pointer;
}
#login_form input[type="submit"]:hover, #recovery_form input[type="submit"]:hover{
	background-position:left bottom;
}				

#login_form a {
	color:#5a5a5a;
	text-decoration:none;
}
#login_form a:hover {
	color:#5a5a5a;
	text-decoration:underline;
}
.failure_notice{ color: Red;}
.form_content 
{
	background-color:#fff;
	width:850px;
	padding: 60px 20px 20px 20px;
	/*overflow-x:hidden;
	overflow-y:scroll;*/
	font-size:12px;
 /*   height:380px;*/
/*    overflow:auto;*/
overflow: hidden;
min-width: 850px;
min-height: 420px;
}
.form_content h5 {
	font-size:22px;
	color:#e65050;
	font-family: Helvetica, sans-serif;
	font-weight:normal;
	text-transform:uppercase;
	padding:0 0 10px;
	/*border-bottom:1px solid #e1e1e1;*/
}
.form_content h5.title
{
    position:fixed;
    width:100%;
    background-color:#fff;
    top: 0;
}

.agree label
{
    text-align: left;
    margin-left: 5px;
    padding: 0;
    width: auto;
    vertical-align: baseline;
}
.agree input[type="checkbox"]
{
    margin-left: 145px;
    width:15px;
    padding: 0;
    height: 15px;
}
.reg_left, .reg_right { 
  width: 425px; 
  /*padding: 10px 0 10px 0;*/
} 

.reg_left  { float:left;  clear:left; }
.reg_right { float:right; clear:right; } 

.clear
{
    clear:both;
}

.body_overlay
{
    background-color: #fff; 
/*    min-width: 880px;
    min-height: 400px;
*/    width:850px;

/*    overflow:auto;*/
/*    overflow-x: hidden;*/
    overflow-x: hidden;
    overflow-y: auto;
}

.agenda_container {
	font-family:Arial, Helvetica, sans-serif;
	padding: 20px 0;
}
.agenda_container td{
    height:30px;
    border-left:1px solid #d3d3d3;
    border-right:1px solid #d3d3d3;
    border-bottom:1px solid #d3d3d3;
    vertical-align:middle;
    padding: 0 5px;
}
.agenda_container tr:first-child {
    background:url(../images/bg_table_header.gif) repeat-x;
    height:42px;
    color:#fff;
    font-size:13px;
    font-weight:bold;
    text-align:center;
    vertical-align:middle;
    border-right:1px solid #d3d3d3;
    padding: 2px 20px 2px 0;
    text-decoration: none;
}
