		@charset "utf-8";
		/* CSS Document */
		
		* { font-family:Tahoma,Arial,Helvetica,sans-serif;}
		p, td, th, input, select, textarea { color:#163855;font-size: 11px; }
		
	   
		/*----------------------------------------------------------------------------
		  general html
		----------------------------------------------------------------------------*/
		* { }
		body {  background:none; font-size: 12px; margin:0; padding:0;}
		p, td, th, input, select, textarea { font-size: 11px; }


		
		#body {margin: auto;background:#fff; background-image:url(http://www.iirusa.com/upload/wysiwyg/2009-M-Div/M2122/M2122_bg.jpg); background-repeat:repeat-x; background-position:top left;}
		
		/* messages & errors */
		
		ul.error, ul.message { display:block; border:1px #de0000 solid; margin:5px 10px; padding: 7px 15px 7px 39px;  background-color: #fff; list-style: none; }
		ul.message { border:1px #3589d3 solid;  }
		ul.error li, ul.message li { display: block; color: #de0000; font-weight: bold; background:none; padding: 3px 0; }
		ul.message li { color: #005fb4; }
		
		/*----------------------------------------------------------------------------
		  named areas
		----------------------------------------------------------------------------*/
		table.container { margin:auto; width:900px; padding:0px; background:none;border:none; border-collapse:collapse;}
		
		#a_top				{ background:none; width:900px; border:none; padding:0px;}
		#a_left				{width:0; padding:0px; background:none; }
		#a_main			    { border:none; background-color:#FFF; padding:10px 16px 0px 15px;   width:900px; margin:auto; background-image: url("http://www.iirusa.com/upload/wysiwyg/2009-M-Div/M2122/M2122_top_border.jpg"); 
		background-repeat:repeat-x; background-position:top left;}
		#a_main.long	    { }
		#a_right			{width:0;background:none;}
		#a_bottom			{border-bottom: 2px solid #eccccf; width:900px; height:50px; padding:0;background:none; background-image: url("http://www.iirusa.com/upload/wysiwyg/2009-M-Div/M2122/M2122_footer_bg.jpg"); 
		background-repeat:no-repeat; background-position:bottom center; }
		
		
		/*----------------------------------------------------------------------------
		  generic portlet
		----------------------------------------------------------------------------*/
		 
		/* portlet */
		.portlet { overflow:visible;  }
		
		/* portlet -> title */
		.portlet .title {  } 
		.portlet .title h3 { padding:0; margin:2px; font-weight: bold; color:#ffffff;  text-align:center;  }
		
		/* portlet -> body */
		.portlet .body { padding:0px;  background:none; }
		.portlet .body a { color:#e6640c; text-decoration:none; font-weight:bold; }
		.portlet .body a:hover { color:#660460; text-decoration:underline; }
		
		/* portlet: error */
		.error { border:1px solid red; margin:4px; padding:4px; font-size:11px; font-family:arial; color:red; background: #ffeeee; }
		
		/*----------------------------------------------------------------------------
		  generic portlet in 'left' and 'right' area 
		----------------------------------------------------------------------------*/
		#a_left .portlet {width:0px; padding:0px;}
		#a_left .portlet .title {color:#2aace3; background-color:#FFF; width:186px; margin:auto; margin-top:2px;}
		#a_left .portlet .title h3 {color:#2aace3; font-size:13px; text-align:center; font-weight:bold; padding: 1px 0px 1px 0px; margin:0;  }
		
		#a_right .portlet {width:0; visibility:visible; }
		
		/*----------------------------------------------------------------------------
		  generic portlet in 'main' area 
		----------------------------------------------------------------------------*/
		 
		/* portlet */
		#a_main .portlet { padding:0px;}
		
		/* portlet -> title */
		#a_main .portlet .title {  }
		#a_main .portlet .title h3 { display:none; visibility:hidden;  }
		
		/* portlet -> body */
		#a_main .portlet .body { padding: 3px; margin: auto; background: none; }
		#a_main .portlet h3 { font-size: 1.5em; margin: 4px 0 8px 0; }
		
		/*----------------------------------------------------------------------------
		  generic portlet in 'top' and 'bottom' area 
		----------------------------------------------------------------------------*/
		 /* bottom navigation */
		 #botnav { width:850px; background-color:none !important; text-align:center; font-family:"Times New Roman", Times, serif; font-size:10px; padding:4px 0 4px 0; }
		 #botnav a { color:#491e0d; text-decoration:none; padding:0 5px 0 5px; }
		 #botnav a:hover { color:#e85824; text-decoration:underline; }
	
		 
		/* portlet */
		#a_top .portlet, #a_bottom .portlet { border: 0px; margin: 0px; }
		
		/* portlet -> title */
		#a_top .portlet .title, #a_bottom .portlet .title { display: none }
		
		/*----------------------------------------------------------------------------
		  generic portlet -> content
		----------------------------------------------------------------------------*/
		.portlet .body .link { display: block; margin: 8px; text-align:center; font-weight: bold; }
		.portlet .body .img { text-align: center; }
		
		
		/*----------------------------------------------------------------------------
		  named portlets
		----------------------------------------------------------------------------*/
		
			
		
		/* register */
		.p_registration .title { display:none; }
		.p_registration .title h3 { display:none; }
		.p_registration .body { padding:0; margin:0; }
		.p_registration p { margin: 0; padding: 3px 0; text-align: center;}
		.p_registration p a { font-weight: bold; }
		.p_registration p a:hover { text-decoration:underline; }
		.p_registration .link { display:none; }
		
		/* poll */
		.p_poll { background-image:url("../images/U2148_PollBack.jpg"); background-repeat:repeat-x; }
		.p_poll .title h3 { text-align:left;}
		.p_poll .body { color:#FFFFFF; }
		.p_poll form { list-style: none; margin: 0; padding: 0; width: 100%; overflow: hidden; }
		.p_poll form fieldset { border: none; margin: 0; padding: 5px 0 0 0; }
		.p_poll form legend { display: none; }
		.p_poll .intro { padding: 1px 4px; }
		.p_poll .question { padding: 3px 4px; font-weight: bold; color: #494343}
		.p_poll p.answer { padding: 3px 5px 4px 25px; margin: 0; position: relative; color: #000000}
		.p_poll p.answer input { position: absolute; top: 0; left: 0 !important; left: -25px; }
		.p_poll .buttons { margin: 0; padding: 6px 0; text-align: center; }
		.p_poll .buttons input { margin: 0 4px; }
		
		/* banner */
		.p_banner img { border:0; display: block; margin: 5px auto; }
		/* banner in left */
		#a_top .p_banner { width: 910px; overflow: hidden; margin-top:0; padding:0;}
		#a_top .p_banner img { border: none; margin: 0 auto; }
		
		/* related */
		.p_related_events .title h3 {  }
		.p_related_events ul { list-style: none; margin: 0; padding: 2px 0 2px 6px; }
		.p_related_events ul li { display: block; padding: 6px 5px 6px 15px;  }
		.p_related_events ul li a { color: #000000; }
		.p_related_events .date { display: block; font-size: 10px;  }
		.p_related_events ul li a img { border:0; margin:0 10px 5px 2px; float:left; }
		.p_related_events .related_events li a {color:#000000; }
		.p_related_events .related_events li a:hover {color:#e25c3f; }
		
		/* most popular */
		.p_most_popular_events ul { list-style: none; margin: 0; padding: 2px 0 2px 6px; }
		.p_most_popular_events ul li { display: block; padding: 6px 5px 6px 15px; }
		.p_most_popular_events ul li a { color: #000000; }
		.p_most_popular_events .date { display: block; font-size: 10px;  }
		.p_most_popular_events a img { border:0; margin:0 10px 5px 2px; float:left; }
		
		.p_most_popular_events .most_popular { position: relative; }
		.p_most_popular_events .most_popular div.img { position: absolute; top:0; left:0; width: 172px; overflow:hidden; text-align:left; }
		.p_most_popular_events .most_popular div.img.first { position:relative; top:auto; left:auto; }
		
		/* path */
		.p_path { border: none !important; font-size: 0.9em; padding: 2px 4px;  }
		
		/* download */
		.p_download_brochure {  }
		.p_download_brochure .title { background-image:url("../images/U2231_RegBack.gif"); background-repeat:no-repeat; height:32px;  }
		.p_download_brochure .title h3 { }
		.p_download_brochure .body { padding:5px 0 0 0;  }
		.p_download_brochure .body a {  }
		.p_download_brochure .body a:hover { }
		
		/* send to friend */
		.p_send_to_friend .title h3 { }
		.p_send_to_friend .title { }
		.p_send_to_friend .body {}
		.p_send_to_friend .body a {  }
		.p_send_to_friend .body a:hover { }
		
		/* outlook */
		.p_outlook_diary .title h3 { }
		.p_outlook_diary .title { }
		.p_outlook_diary .body {}
		.p_outlook_diary .body a { }
		.p_outlook_diary .body a:hover { }
		
		
		/* htmlarea */
		.p_general_html_area  { }
		.p_general_html_area .body { padding:0; background:none; }
		
		/* partners */
		.p_partners ul { color: #ffffff; margin: 0; padding: 0 4px 0 4px; list-style: none;}
		.p_partners ul ul { padding: 8px 0 6px 10px; }
		.p_partners ul li { font-weight: bold; color: #000000; }
		.p_partners ul li li { font-weight: normal;  }
		.p_partners ul li li p { margin: 0; display: block; }
		.p_partners ul li li p.name { padding-bottom: 5px; font-weight: bold; color: #444; }
		.p_partners ul li li a.logo img { border: 0px;  }
		.p_partners ul li li a img { border: 1px #999 solid; }
		.p_partners ul li li p.desc { padding-bottom: 5px; }
		.p_partners ul li li p.contact { padding-bottom: 5px; color: #333; }
		
		.p_partners .name {text-align: center; margin: 10px 0;}
		.p_partners .a {width: 80%;}
		.p_partners .partner_type {text-align: center; margin: 0; padding: 0; color: #7a8489; margin-top: -10px; margin-bottom: 10px;}
		
		/* slide show */
		.p_slide_show .title h3 {  }
		.p_slide_show .body { height:108px; }
		.p_slide_show .slide_show { position: relative; }
		.p_slide_show .slide_show div.img { position: absolute; top: 0; left: 0; text-align: center; width: 172px; overflow: hidden; }
		.p_slide_show .slide_show div.img.first { position: relative; top: auto; left: auto; }
		.p_slide_show .slide_show .img span { display:block; height: 26px; padding: 5px; overflow: hidden;}
		
		/* document */
		.p_main_content { }
		.p_main_content .body { padding-top:0 !important; margin-top:0 !important;  }
		.p_main_content .title { display:none; }
		.p_main_content .body a {  }
		.p_main_content .body a:hover {  }
		
		/* .p_event_info */
		.p_event_info .body { padding: 10px; }
		.p_event_info h4, .p_event_info p { margin:0; padding:0; }
		.p_event_info p.date {  padding-top:4px; }
		
		/* .p_document_title */
		.p_document_title { padding-bottom:0 !important; }
		.p_document_title .body { padding:0 !important; }
		.p_document_title .title { display:none; }
		#a_main .p_document_title h3 { text-transform: uppercase;padding:1px 0px 9px 5px; text-align:left; font-size: 15px; font-weight:bold; color: #FF0000; margin:0; }
		
		
		/*----------------------------------------------------------------------------
		  forms
		----------------------------------------------------------------------------*/
		.form fieldset { border: none; }
		.form legend { display: none !important; }
		.login_signup .login { border-bottom: 1px #491e0d solid; padding-bottom: 20px; margin-bottom: 20px; }
		.form p { margin: 0; width: 330px; display: block; margin: 0 auto; padding: 7px 0; position: relative; }
		.form p label { width: 150px; display: block; text-align: right; }
		.form p input, .form p select, .form p span.input { position: absolute; top: 4px; right: 15px; font-size: 11px; width: 150px; }
		.form p select { width: 150px !important; width: 156px; }
		.form p span.input { font-weight: bold; top: 7px; } 
		.form p textarea { position: absolute; top: 4px; right: 15px; width: 150px; height: 100px; }
		.form p.textarea { min-height: 95px !important; height: auto !important; height: 100px; }
		.form .odd { background: #ece8e6; border:0; }
		.form p.note { text-align: center; font-size: 10px; padding: 8px 0; }
		.form p.note span { color: #de0000; }
		.form .buttons, .buttons { text-align: center; margin: 0; padding: 5px 0; width: auto !important; }
		.form .buttons input { position: static; top: auto; right: auto; font-size: 11px; width: auto; }
		.form .info { padding: 5px 15px; color: #333; }
		
		.fb_form .fb_table { border:1px solid #491e0d; width:515px;}
		.fb_form .fb_field { padding:1em 0 1em 0; background-color:none; }

.form p.composed label span { position: static; }
.form p.composed span input { position: static; float:left; }
.form p.composed span label { width: auto !important; position: static; float:left; margin:2px 1px 0 1px; }
.form p.composed span { position: absolute; left: 160px; top:5px; }
.form p.phone span input.number { width: 95px !important; }
.form p.phone span input.extension { width: 33px !important; }

	
	
	
		.fb_form .fb_table .fb_odd { background-color:#ece8e6; }
		.fb_header { text-align:center; color:#ffffff; background-color:#ece8e6; font-size:2.5em; padding:1em 0 1em 0; }
		.c12 {padding:.2em .2em .2em .2em; }
		.fb_form .fb_table tr td {  padding:.5em 0 .5em 0; color:#491e0d; padding-left:5px;}
		.fb_submit { background-color:#491e0d; }
		
		/* select event, my iir users */
		.form fieldset .left_col { width: 270px; float: left; border-right: 1px #491e0d solid; margin-bottom: -5px !important; margin: -8px 0 -13px 0; padding: 5px 0; }
		.form fieldset .right_col { width: 240px; float: right; }
		.form fieldset .left_col div.info, .form fieldset .right_col div.info { width: 210px !important; }
		.form fieldset div.left_col p { width: auto; background: none !important; }
		.form fieldset div.left_col .odd { background: none; border: none; }
		.form fieldset div.left_col p label { width: 70px; }
		.form fieldset div.left_col p input { left: 80px; }
		
		/* hotel */
		.form fieldset.hotel { border-color:#333333; } 
		.form fieldset.hotel h3 { background: #f1f2f6; }
		.form fieldset.hotel div.odd { background: #f1f2f6; }
		
		.with_tooltip p { position: relative; }
		.with_tooltip p.hover { z-index: 2 !important; }
		.with_tooltip span.tooltip { display: block; width: 18px; height: 18px; background: url("../images/../images/help_icon.gif"); position: absolute; left: 295px; top: 5px; cursor: help; }
		.with_tooltip span.tooltip span { display: none; }
		.with_tooltip span.tooltip:hover span { display: block; width: 130px !important; width: 100px; border: 1px #529ad2 dotted !important; border-style: solid; background: #fefefe; padding: 4px 8px; position: absolute; top: 22px; right: 0 !important; right: auto; left: auto !important; left: 0; z-index: 10; }
		.with_tooltip input { width: 120px !important; right: 45px !important;  }
		.form .with_tooltip p select { width: 120px !important; width: 126px; right: 45px !important;  }
		
		.interests .info { font-weight: normal !important; }
		.interests p.left { background: #ece8e6; border:0; }
		.interests p br { display: none; }
		
		.email_prefered { padding-left: 15px; color: #555; }
		.email_prefered select { font-size :1em; margin-left: 5px; }
		
		
		/*----------------------------------------------------------------------------
		  content
		----------------------------------------------------------------------------*/
		
		/* polls */
		#poll_results { padding: 0 10px; }
		#poll_results h3 { font-size: 1.1em; margin: 10px 0; }
		#poll_results form { margin: 0; padding: 0; width: 100%; overflow: hidden;}
		#poll_results fieldset { margin: 0; padding: 0; border: none; display:  block; }
		#poll_results legend { color: #000; }
		#poll_results select { margin: 10px 0; }
		#poll_results form input { position: absolute; top: -1000px; left: -2000px; }
		#poll_results .hr { clear: both; height: 1px; background: #aaa; overflow: hidden; margin: 10px 0; }
		#poll_results .hr hr { display: none; }
		#poll_results p.question { font-weight: bold; color: #333; }
		#poll_results ul { list-style: none; display: block; margin: 0; padding: 0 10px; }
		#poll_results ul li { display: block; padding: 4px 5px 4px 20px; background: url("../images/../images/point.gif") no-repeat; background-position: 8px 10px; }
		#poll_results .title { display:none; }
		
		/* video */
		#video div.head, #video div.bottom { padding: 10px 0; }
		#video h3 { display: none; }
		
		/* partners */
		#partners ul { margin: 0; padding: 0 4px 0 4px; list-style: none;}
		#partners ul ul { padding: 8px 0 6px 10px; }
		#partners ul li { font-weight: bold; color:#000000; }
		#partners ul li li { font-weight: normal;  }
		#partners ul li li p { margin: 0; display: block; }
		#partners ul li li p.name { padding-bottom: 5px; font-weight: bold; color: #444; }
		#partners ul li li a.logo img { border: 0px;  }
		#partners ul li li a img { border:0; }
		#partners ul li li p.desc { padding-bottom: 5px; }
		#partners ul li li p.contact { padding-bottom: 5px; color: #333; }
		
		
		/* site map */
		#sitemap { padding: 23px 25px; overflow: hidden; padding-bottom: 20px; } 
		#sitemap ul { margin:0; padding: 0; list-style: none; display: block; margin: 0 auto; width: 240px; border: 1px #bbb solid; }
		#sitemap ul ul { width: auto; border: none; padding: 5px 0 0 0;  }
		#sitemap ul li { padding: 4px 1px 4px 20px; display: block; border-bottom: 1px #fff solid; } 
		#sitemap ul li li { background-color: #fefefe; border-bottom: 1px #ddd solid;  }
		#sitemap ul li.last_child { border-bottom: none !important; } 
		#sitemap h3 { display:none; }
		
		/*----------------------------------------------------------------------------
		  registration process
		----------------------------------------------------------------------------*/
		
		#register_event_steps { margin: 0; padding: 15px 0; list-style: none; text-align: left;}
		#register_event_steps li { display: inline; padding: 4px 6px 4px 2px !important;  }
		#register_event_steps li.last_child { background: none; }
		#register_event_steps li span { padding: 4px 7px; border: 1px #b03147 solid; }
		#register_event_steps li.selected span { border:1px #b03147 solid; background:#ece8e6; color:#333333; }

.p_register .form p.composed label span { position: static; }
.p_register .form p.composed span input { position: static; float:left; }
.p_register .form p.composed span label { width: auto !important; position: static; float:left; margin:2px 1px 0 1px; }
.p_register .form p.composed span { position: absolute; left: 250px; top:5px; }
.p_register .form p.phone span input.number { width: 95px !important; }
.p_register .form p.phone span input.extension { width: 33px !important; }
		
		.p_register fieldset { border:1px #b03147 solid; margin: 10px 0; padding: 0 0 5px 0; }
		.p_register legend { display: none;  }
		.p_register fieldset h3 { font-size: 1em; display: block; margin-top: 0 !important; padding: 4px 5px 4px 20px; background:#ece8e6; color: #b03147; text-align: left; position: relative; }
		.p_register fieldset h3.inside { margin-top: 10px !important; }
		.p_register fieldset h3 a { position: absolute; top: 3px; right: 10px; color: #fff !important; }
		
		.p_register p { width: 500px; }
		.p_register p label { width: 235px; }
		.p_register p input, .p_register p select, .p_register p span.input { right: 100px; }
		.p_register .info { padding: 5px 15px; color: #333; width: 500px !important; }
		
		.p_register form input.submit { margin-left: 5px; }
		.p_register form h4 { font-size: 1em; padding: 3px 15px; color: #333; margin: 0; }
		
		.p_register form ul { margin: 0; padding: 0; list-style: none;  }
		.p_register form ul.discount li label, .p_register form ul.discount li .price b {  }
		.p_register form ul li { padding: 10px 20px; border-bottom:1px #b03147 solid; position: relative; min-height: 25px; height: auto !important; height: 25px;  }
		.p_register form ul li.first_child { margin-top: 6px; }
		.p_register form ul li.last_child { border: none; }
		.p_register form ul li input { margin: 0 5px 0 0; }
		.p_register form ul li .desc { padding-left: 18px; margin-top: 2px; color: #444; }
		.p_register form ul li .price { position: absolute; top: 9px; right: 20px; text-align: right; }
		
		.p_register ul.second_offer li span.name { font-weight: bold; }
		.p_register form ul.discount li label { color: #000; margin-left: 5px; padding:0; }
		.p_register ul.second_offer li div.desc { padding: 0; margin-top: 15px; color: #444; }
		.p_register ul.second_offer li div.inputs { border: 1px solid #b03147; background-color:#ececec; padding: 5px; margin-top: 5px; }
		.p_register ul.second_offer li div.inputs p { padding: 0; margin: 4px 0 4px 0 !important; margin: 2px 0 2px 0; }
		
		.p_register div.center { text-align: center; padding: 5px 0; }
		
		.p_register div.two_options { width: 534px; overflow: hidden; }
		.p_register div.two_options .opt_info { margin: 0; padding: 8px 5px 0 0 ; text-align: right; width: 250px; float: left; display:  block; }
		.p_register div.two_options input { width: auto !important; left: 10px; right: auto; }
		.p_register div.two_options label { width: 30px; padding-left: 34px; text-align: left; }
		.p_register div.two_options .first { float:left; width: 70px;  }
		.p_register div.two_options .second { float:left; width: 70px; }
		
		.p_register p.hover { z-index: 2; }
		.p_register span.tooltip { display: block; width: 18px; height: 18px; position: absolute; left: 410px; top: 3px; cursor: help; }
		.p_register span.tooltip span { display: none; }
		.p_register span.tooltip:hover span,
		.p_register span.tooltip.hover span { display: block; width: 100px; border: 1px #b03147 dotted !important; border-style: solid; background: #fefefe; padding: 4px 8px; position: absolute; top: 22px; left: 0; z-index: 10; }
		
		.p_register h3.inside.hover { z-index: 2; }
		.p_register h3.inside span.tooltip { left:210px; top:2px !important; top:1px }
		.p_register h3.inside span.tooltip span { color: #333; width: 200px; font-weight: normal; }
		
		
		/* priority code */
		.p_register .priority_code { text-align: center;  }
		
		/* summary */
		.p_register .summary div { position: relative; width: 100%; }
		.p_register .summary div label { padding: 4px 10px; width: 230px; display: block; text-align: right; }
		.p_register .summary div span { position: absolute; left: 250px; top: 4px; font-weight: bold; }
		.p_register .summary div.booking { width: auto !important; margin-left: 10px; }
		
		/* cc */
		.p_register #form_card_month { width: 40px !important; right: auto; left: 250px !important; left: 244px; }
		.p_register #form_card_year { width: 60px !important; right: auto; left: 300px !important; left: 294px; }
		
		/* hotel */
		.p_register #form_checkin_month, .p_register #form_checkout_month { width: 40px !important; right: auto; left: 250px !important; left: 244px; }
		.p_register #form_checkin_day, .p_register #form_checkout_day { width: 40px !important; right: auto; left: 295px !important; left: 292px; }
		.p_register #form_checkin_year, .p_register #form_checkout_year { width: 60px !important; right: auto; left: 340px !important; }
		.p_register #form_additionalinfo { width: 250px !important; right: auto; left: 250px !important; left: 244px;}
		.p_register div.textarea { height: 120px !important; }
		
		/* LOGIN  | SIGN UP*/
		#login_sign{font-family:Verdana, Arial, Helvetica, sans-serif; padding:5px 0px 9px 9px; color:#333333; width:109px; float:right !important;}
		#login_sign a{ color:#333333; font-weight:bold; font-size:12px; text-decoration:none;}
		#login_sign a:hover{color:#e6640c;}
		
.p_login .title h3 {  }
	.p_login .body { color:#000000; width:600px; float:right;}
	.p_login form {margin: 0px; position: relative; height: 28px; overflow:hidden;}
	.p_login fieldset { padding: 0; margin: 0; border: none; }
	.p_login legend { display: none; }
	.p_login label.text , .p_login label.password {
	color:#CCCCCC;
	font-weight:bold;
	position: absolute;
	left: 4px;
	top: 5px;
	
}
	.p_login input.text , .p_login input.password {
	position: absolute;
	color:#333333;
	background:#FFF !important;
	left: 40px;
	width: 90px;
	top: 3px;
}
	.p_login label.password {
	color:#CCCCCC;
	font-weight:bold;
	position: absolute;
	left: 140px;
	top: 5px;
}
	.p_login input.password {
	position: absolute;
	left: 205px;
	top: 3px;
	background:#FFF !important;
	color:#333333;
	width: 90px;
}
	.p_login label.submit {
	position: absolute;
	left: 308px;
	top: 4px;
	text-decoration: none;
	font-size:13px;
	font-weight: bold;
	cursor: pointer;
	color:#BBBBBB;
}
	.p_login label.submit:hover { color:#e36242; }
	.p_login #form_top_login_submit {width:120px; position: absolute; top: -200px}
	.p_login #form_top_remember, .p_login .remember {
	 
	position: absolute;
	top: 3px;
	left: 351px;
}
	.p_login .remember {
	width:80px;
	color:#CCCCCC;
	left: 378px;
	padding-top: 4px;
	
} 


	.p_login .register a{
	color:#CCCCCC !important;
	position: absolute;
	top: 3px;
	left: 478px;
	padding-top: 4px;
	margin:0px;
	width: 77px;
}
	.p_login .register a:hover { color:#e85824; }
	.p_login .error { color: red; border: none; text-decoration: underline; padding: 0px; margin: 0px; background: none;}
	
	.p_login .member p {margin: 4px;} 
	.p_login .member, .p_login .info, .p_login .messages {text-align: center;}
	.p_login .user {font-weight: bold; text-decoration: none; display: block; text-align: center; }
	.p_login .user a {  }
	.p_login .messages A { color: red; font-weight: bold; font-size: 10px; text-decoration: none;}
	.p_login .messages A.no_new {color: gray}
	

		
		/* venue & pricing */
		#venue_pricing p { margin: 0; }
		#venue_pricing img { display: block; float: left; margin-right: 8px; }
		#venue_pricing p.name { margin: 5px 0 0 0; font-weight: bold; }
		#venue_pricing p.date { margin: 2px 0 10px 0; color: #666; }
		#venue_pricing p.products { font-weight: bold; margin: 10px 0; }
		
		#venue_pricing ul { list-style: none; margin: 0; padding: 0; }
		#venue_pricing li h3 { margin: 0 !important; font-weight: bold; padding: 0; font-size: 1em; }
		#venue_pricing li .desc { margin: 0; display: none; }
		#venue_pricing li { position: relative; min-height: 30px; height: auto !important; height: 30px; margin: 5px 0; border: 1px #494343 solid; padding: 5px 130px 5px 8px; }
		#venue_pricing .price { position: absolute; top: 5px; right: 10px; text-align: right; width: 150px; }
		#venue_pricing .price p { margin: 0 0 2px 0; }
		#venue_pricing .title { display:none; }
		
		/* event search form */
		.p_event_search_form form { margin: 0; padding: 0; }
		.p_event_search_form fieldset { margin: 0; padding: 0; border: none; }
		.p_event_search_form legend { display: none; }
		.p_event_search_form label { padding: 4px 2px; display: block; }
		.p_event_search_form select { width: 170px; }
		.p_event_search_form p { margin: 0; padding: 8px 0 4px 0; display: block; text-align: center;  }
		
		/*Menu*/

/* Begin Drop Down Menu */
#container {height:31px; width: 900px;text-align: left;	margin:auto; background-image: url(http://www.iirusa.com/upload/wysiwyg/2009-M-Div/M2122/M2122_menu_bg.jpg);background-repeat: no-repeat;	background-position:top center;}
#nav, #nav ul {	float: left;width: 900px;height:12px;list-style: none;	background: none;font-weight: bold;padding: 8px 0px 2px 0px ;	margin: 0;}
#nav a:visited { color:#FFF !important;}
#nav a { font-family: Tahoma,Verdana; display: block;	color: #FFF !important;text-decoration: none;padding: 0px 10px 2px 10px; background:none;}
#nav a:hover { font-family: Tahoma,Verdana; display: block;	color: #fbeb4e !important;text-decoration: none;padding: 0px 10px 2px 10px; background:none;}

#nav a.daddy {}
#nav li {float: left;padding: 0px;}

#nav li ul { margin-top:0 !important;background:none; z-index:1; position: absolute;left: -999em;height: auto;width: 16.0em;w\idth: 16.0em;font-weight: normal;border-width: 0.25em;margin: auto;}
#nav li li {margin-top:0 !important;padding-right: 0; background-color:#5b73be; border-top: 1px solid #CCCCCC;}
#nav li ul a {width: 11em;	w\idth: 14em;}
#nav li ul a:hover {color:#FFF; background:#e6640c;}
#nav li ul ul {	margin: -1.75em 0 0 14em;}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {left: -999em;}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;}
#nav li:hover, #nav li.sfhover { background:none; color: #cccccc; font-weight:bold;text-decoration: none;}

/* End Drop Down Menu */
		
	.twelve_point{font-size:13px;}
	.menu_yllw_txt{color:#f8df00!important;}
	.name_txt{font-family:Arial, Helvetica, sans-serif; color:2aace3; font-size:15px; font-weight:bolder;}
	.purp_highlight_txt{color:660460; font-size:13px; padding:0px 0px 0px 0px;}
	
	/* AGENDA PAGE */
	.blu_13_KO{background-color:#163855; color:#FFF; font-weight:bold; font-size:13px;}
	.purp_13_KO{background-color:#a6292c; color:#FFF; font-weight:bold; font-size:13px;}
	.orng_13_KO{background-color:#e6640c; color:#FFF; font-weight:bold; font-size:13px;}
	
	/* HOME PAGE */
	
	.tag_txt{color:#284191; font-weight:bolder; font-size:19px; padding:0px 0px 8px 0px;}	
	#mid_hgh_mark{color:#FFF; font-weight:bold; font-size:20px; background-image:url("http://www.iirusa.com/upload/wysiwyg/2009-M-Div/M2122/M2122_hgh_mark.jpg");background-repeat:no-repeat; background-position:left center; padding:0px 0px 0px 20px;}
	.purp_14_txt{color:#a6292c; font-weight:bold; font-size:14px;}
	.purp_13_txt{color:#aa3537; font-weight:bold; font-size:13px;}
	.blu_13_txt{color:#163855; font-weight:bold; font-size:13px;}
	.blu_18_txt{color:#163855; font-weight:bold; font-size:18px;}
	.blu_14_txt{color:#163855; font-weight:bold; font-size:14px;}
	.orange_13_txt{color:#e6640c; font-weight:bold; font-size:13px;}
	.orange_14_txt{color:#e6640c; font-weight:bold; font-size:14px;}
	.orng_17_txt{color:#e6640c; font-weight:bold; font-size:19px;}
	.wht_txt{color:#FFF;}
	
	#hm_copy_txt{ font-size:12px;  margin: 0;padding: 0;}
	#hm_copy_txt ul {padding:0px;  margin: 0;list-style: none;}
	#hm_copy_txt ul li{ padding: 5px 0px 5px 0px; }
	
	#webinars_rght{ color:#163855;list-style: none; margin: 0;padding: 0;}
	#webinars_rght ul { margin: 0; font-weight:bold;  padding: 0px 0px 0px 25px;  list-style-image:url("http://www.iirusa.com/upload/wysiwyg/2009-M-Div/M2122/M2122_webinar_mark.gif");}
	#webinars_rght ul li{ padding: 5px 0px 5px 0px; } 
	#webinars_rght ul li a{ color:#aa3537; text-decoration:none;} 
	#webinars_rght ul li a:hover{ color:#e6640c; } 
	
	#at_serv_hgh{ list-style: none;  margin: 0;padding: 0; background-image:url("http://www.iirusa.com/upload/wysiwyg/2009-M-Div/M2122/M2122_at_serv_backg.jpg"); background-repeat:no-repeat; background-position:left top;}
	#at_serv_hgh ul {font-size:13px; width:500px; height:205px; padding: 25px 10px 2px 50px; margin: 0; 
	list-style-image:url("http://www.iirusa.com/upload/wysiwyg/2009-M-Div/M2122/M2122_at_serv_hgh_mark.gif");}
	#at_serv_hgh ul li{ padding: 2px 0px 4px 0px; }
		
	#blu_title_bg{padding:10px 0px 12px 0px; color:#FFF;  font-weight:bold; font-size:12px; background-image:url("http://www.iirusa.com/upload/wysiwyg/2009-M-Div/M2122/M2122_hm_title_bg.jpg"); background-repeat:no-repeat; background-position:top center;}
	
	
	#highlight{ color:#163855;list-style: none;  margin: 0;padding: 0;}
	#highlight ul { padding: 2px 0px 2px 18px; margin: 0; list-style-image:url(http://www.iirusa.com/upload/wysiwyg/2009-U-Div/U2219/U2219_home_highlight_arrow.gif);}
	#highlight ul li{ padding: 2px 0px 2px 0px; }
	
	
	/*Attendee Profile*/
	#att_pro{ color:#163855;list-style: none; margin: 0;padding: 0;}
	#att_pro ul { margin: 0; font-weight:bold;  padding: 0px 0px 0px 25px;  list-style-image:url("http://www.iirusa.com/upload/wysiwyg/2009-M-Div/M2122/M2122_webinar_mark.gif");}
	#att_pro ul li{ padding: 5px 0px 5px 0px; }
	
	
	
	/*FOOTER MENU*/
	#footer_menu{ color:#e6640c; padding:9px 0px 24px 0px;}
	#footer_menu a{font-size:13px;font-weight:normal; color:#e6640c; text-decoration:none;}
	#footer_menu a:hover{color:#284191; text-decoration:none; }

	

