/**
 * $Id: main.css,v 1.43 2008/03/25 15:58:14 kcislo Exp $
 */

/* FORM BUILDER */
@import url(/ed/1/css/formbuilder.css);

/*----------------------------------------------------------------------------
  general html
----------------------------------------------------------------------------*/
* { font-family: Arial,Helvetica,sans-serif; }

body, p, td, th, input, select, textarea { font-size: 12px; }
h1 { font-size:15px; color:#2e7596; margin: 4px 0 5px 4px; border-bottom: 1px solid #ed2226;  }
h2 { font-size:13px; color:#262262; margin:0; padding:0; }
li { margin-bottom: 8px;}
ul { margin-right:5px }

a { text-decoration:none; color: #262262;}
a:hover { text-decoration:underline; color: #2e7596;}

#body {margin: 0px; background-image:url(../images/site_bg.jpg); background-position: top; background-repeat:no-repeat; height: 32px;}

/* messages & errors */

ul.error, ul.message { display:block; border:1px #de0000 solid; margin:5px 10px; padding: 7px 15px 7px 39px; background-image: url(../images/misc/error_icon.gif); background-repeat: no-repeat; background-position: 9px 7px; background-color: #fff; list-style: none; }
ul.message { border:1px #3589d3 solid; background-image: url(../images/misc/message_icon.gif);  }
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 { width: 900px; border-collapse: collapse; border-spacing: 0;  border-left: 1px solid #000000; border-right: 1px solid #000000; border-bottom: 1px solid #000000;margin: 0 auto; }

#a_top				{ background: none; width:900px; padding:0; margin:0; }
#a_left				{background: none; width:170px; padding: 0; border-bottom: 1px #000000 solid }
#a_main				{ width: 730px; }
#a_main.long		{ border-bottom: 1px solid #000000 }
#a_bottom			{ }

/* example: make blue backround for area 'right menu'
#a_right {background: #aaf;}
*/

/*----------------------------------------------------------------------------
  generic portlet
----------------------------------------------------------------------------*/
 
/* portlet */
.portlet { border: 0px; margin:0; padding: 0px; overflow: hidden; }

/* portlet -> title */
.portlet .title { padding: 0; height: 20px; margin: 0px; border-bottom: 0px; background-image: url("../images/title_bg.gif"); background-repeat: no-repeat; text-position: right center; } 
.portlet .title h3 { margin-bottom: 3px; font-size: 1.1em; font-weight: bold; color: #ffffff; padding: 5px 4px 6px 8px; background-repeat: no-repeat; background-position: 4px 2px;}

/* portlet -> body */
.portlet .body { padding: 4px; margin: 0px; background: none;  }
.portlet .body a { color: #262262; }
.portlet .body a:hover { color:#2e7596; 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: 170px; color: #000000; }
#a_left .portlet .title h3 { margin: 0; font-size: 1.1em; font-weight: bold; color: #ffffff; padding: 2px 4px 11px 8px; background-repeat: no-repeat; background-position: 4px 2px;}
#a_left .portlet .body a{ color: #272262; }
#a_left .portlet .body {color: #000000 !important; text-size:9px; }
#a_left .portlet .body a:hover{color: #2e7496 !important; }

/*----------------------------------------------------------------------------
  generic portlet in 'main' area 
----------------------------------------------------------------------------*/
 
/* portlet */
#a_main .portlet { border: none; padding:0 10px; }

/* portlet -> title */
#a_main .portlet .title { padding: 4px; margin: 0px; background: none; border: none; }
#a_main .portlet .title h3 { padding: 0px; margin: 0px; font-size: 1.1em; font-weight: bold; color: #013e7f; background:none;  }



/* portlet -> body */
#a_main .portlet .body { padding:0 3px 3px 3px; margin: 0px; background: none; }
#a_main .portlet h3 { font-size: 1.2em; margin: 4px 0 4px 0; }
#a_main .portlet a { text-decoration:none; color: #19518b; font-weight: bold; font-size:12px; }
#a_main .portlet a:hover { text-decoration:underline; color: #eb1c25;}


/*----------------------------------------------------------------------------
  generic portlet in 'top' and 'bottom' area 
----------------------------------------------------------------------------*/

 
/* portlet */
#a_top .portlet { margin: 0px; }
#a_bottom .portlet { margin: 0px; background-image:url(../images/bottom_bg.jpg); background-repeat:no-repeat; height: 48px; background-position: center center; }
#a_bottom .portlet .body{ margin: 0px;  background: none; text-align: center top; margin-top:10px}
 
/* 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
----------------------------------------------------------------------------*/

/* main menu */
.p_main_menu .title {background-color:none; }
.p_main_menu .title h3 { color:#ffffff; }
.p_main_menu .body { padding: 0px 0 0 4px; background:none; width:170px; }
.p_main_menu ul	{ list-style: none; padding: 0; margin: 0; font-weight: bold; font-size: 12px; }
.p_main_menu ul li { display:block; width:170px; color:#000000;}
.p_main_menu ul li a { display:block; width:170px; padding:1px 0px 1px 0px; font-size:12px; text-decoration:none; }
.p_main_menu ul ul li { font-weight: normal; width: 170px; font-size: 12px; text-decoration:none; } 
.p_main_menu ul ul li a { font-weight: normal; padding-left: 10px; width: 170px;  font-size: 11px; text-decoration:none; } 
.p_main_menu ul.level1 li.ipfalse ul.level2 li.cufalse a { display:block; }

/* selected */
.p_main_menu ul.level1 li.cutrue a { color: #262262; }
.p_main_menu ul.level1 li.cutrue a:hover { color: #262262; text-decoration:underline;}
.p_main_menu ul.level1 li.cufalse a { color:#262262; }
.p_main_menu ul.level1 li.cufalse a:hover { color: #262262; text-decoration:underline;}
.p_main_menu ul.level1 li.iptrue li.cutrue a { color: #262262; }
.p_main_menu ul.level1 li.iptrue li.cutrue a:hover { color: #262262; text-decoration:underline; }
.p_main_menu ul.level1 li.iptrue ul.level2 li.cufalse a { color: #262262; padding-left: 5px; }
.p_main_menu ul.level1 li.iptrue ul.level2 li.cufalse a:hover { color: #262262; text-decoration:underline; }

/* poll */
.p_poll .title h3 { 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: #013e7f}
.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 { margin: 0 0 0 0; }
/* banner in left */
#a_top .p_banner { width: 900px; }
#a_top .p_banner img { border: none; margin: 0 0 0 0; }

/* related */
.p_related_events .title h3 { color: #ffffff; }
.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; color: #013e7f; }
.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:#cd161e; }

/* 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; color: #013e7f; }
.p_most_popular_events a img { border:0; margin:0 10px 5px 2px; float:left; }
#underline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}

.p_most_popular_events .most_popular { position: relative; }
.p_most_popular_events .most_popular div.img { position: absolute; top:0; left:0; width: 170px; 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 h3 {color: #ffffff; }
.p_download_brochure .body { background-color:none; }
.p_download_brochure .body a { color:#013e7f; text-decoration:none; }
.p_download_brochure .body a:hover { color:#cd161e; text-decoration:underline; }

/* send to friend */
.p_send_to_friend .title h3 {color: #ffffff; }
.p_send_to_friend .title { background-color: none;}
.p_send_to_friend .body {background-color: none; color:#000000;}
.p_send_to_friend .body a { color:#013e7f; }
.p_send_to_friend .body a:hover {color:#cccccc; text-decoration:underline; }

/* outlook */
.p_outlook_diary .title h3 {color: #ffffff; }
.p_outlook_diary .title { background-color: none;}
.p_outlook_diary .body {background-color: none; color:#000000;}
.p_outlook_diary .body a { color:#ffffff; text-decoration:none;}
.p_outlook_diary .body a:hover { color:#cccccc; text-decoration:underline;}


/* htmlarea */
.p_general_html_area .title h3 {color: #ffffff; }
.p_general_html_area .body { padding:0; margin:0; }

/* partners */
.p_partners ul { color: #000000; margin: 0; padding: 0 4px 0 0; list-style: none;}
.p_partners ul ul { padding: 8px 0 6px 0px; }
.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: 0px; }
.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: left; margin: 10px 0;}
.p_partners .a {width: 80%;}
.p_partners .partner_type {text-align: left; margin: 0; padding: 0; color: #013e7f; margin-top: -10px; margin-bottom: 10px;}

/* slide show */
.p_slide_show .title h3 { color: #ffffff; }
.p_slide_show .slide_show { position: relative; }
.p_slide_show .slide_show div.img { position: absolute; top: 0; left: 0; text-align: center; width: 170px; 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;}

/* register */
.p_registration .title h3 { color: #ffffff;  }
.p_registration .body { padding: 3px 15px; color: #013e7f;}
.p_registration .body a { font-weight: bold; color:#013e7f; }
.p_registration .body a:hover { text-decoration:underline; color:#cccccc; }
.p_registration p { margin: 0; padding: 3px 0; text-align: center; }
.p_registration p a { font-weight: bold; color:#013e7f; }
.p_registration p a:hover { text-decoration:underline; color:#cccccc; }

/* 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 { color: #013e7f; }
.p_main_content .body a:hover { color: #cccccc; }

/* .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 { color: #013e7f; 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 { font-size: 1.1em; font-weight: bold; color: #013e7f; margin-bottom:5px; margin-top:0; }


/*----------------------------------------------------------------------------
  forms
----------------------------------------------------------------------------*/
.form fieldset { border: none; }
.form legend { display: none !important; }
.login_signup .login { border-bottom: 1px #628bcb 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: 1px; font-size: 11px; width: 170px; }
.form p select { 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: #013e7f; border: 1px #013e7f solid; color:#ffffff; }
.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; }

.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_header .c12 { text-align:center; color:#ffffff; background-color:#587cb6; font-size:12px; padding:.5em .2em .5em .2em; width:700px; margin: 10px}
.fb_form .fb_table tr td { padding: 5; width:500px;}

/* select event, my iir users */
.form fieldset .left_col { width: 270px; float: left; border-right: 1px #013e7f 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: #013e7f; } 
.form fieldset.hotel h3 { background: #d8ad01; }
.form fieldset.hotel div.odd { background: #fbc901; border-color: #013e7f; border-width: 1px 0; }

.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/help_icon.gif"); position: absolute; left: 295px; top: 5px; cursor: help; }
.with_tooltip span.tooltip span { display: none; }
.with_tooltip span.tooltip:hover span,
.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: #013e7f; border: 1px #013e7f solid; }
.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/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: #013e7f; }
#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: 1px #999 solid; }
#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; background: #eee url("../images/point.gif") no-repeat; background-position: 10px 10px; 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 #013e7f solid; }
#register_event_steps li.selected span { border: 1px #013e7f solid; background: #013e7f; color: #fff; }

.p_register fieldset { border: 1px #013e7f 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: #013e7f; color: #000000; 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 { color: #013e7f; }
.p_register form ul li { padding: 10px 20px; border-bottom: 1px #ddd 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 #e9e9e9; 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; background: url("../images/help_icon.gif"); 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 #4f99d3 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 { background: url("../images/help_icon_blue.gif"); 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; }

.p_login .title h3 { color:#FFFFFF; }
.p_login form {margin: 0px; position: relative; height: 94px; overflow: hidden;}
.p_login fieldset { padding: 0; margin: 0; border: none; }
.p_login legend { display: none; }
.p_login label.text , .p_login label.password { position: absolute; left: 3px; top: 10px; color:#000000;}
.p_login label.password { top: 36px;}
.p_login input.text , .p_login input.password {position: absolute; left: 69px; width: 60px; top: 8px;}
.p_login input.password {top: 34px; color:#000000;}
.p_login label.submit { position: absolute; left: 140px; top: 39px; text-decoration: underline; font-weight: bold; cursor: pointer; color:#000000; }
.p_login label.submit:hover { color:#ffffff; }
.p_login #form_top_login_submit {position: absolute; top: -200px}
.p_login #form_top_remember, .p_login .remember {position: absolute; top: 60px; left: 71px;}
.p_login .remember { left: 93px; padding-top: 4px; color:#000000; } 
.p_login .register a{ position: absolute; top: 60px; left: 10px; padding-top: 4px; margin: 0; color:#013e7f; }
.p_login .register a:hover { color:#ca3839; }
.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 .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 #013e7f 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; }



.red_txt {
	font-weight: bold;
	color: #eb1c25;
}
.wht_txt {
	font-weight: bold;
	color: #FFFFFF;
}
.blk_13 {
	font-size: 13px;
	font-weight: bolder;
}
#brd_line {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
}

.wht_txt_blk_bg {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000000;
}
#hm_bg {
	background-image: url("/upload/wysiwyg/2008-P-Div/P1401/P1401_hm_bg.jpg");
	background-repeat: no-repeat;
	background-position: center center;
}
.red_txt {
	font-weight: bold;
	color: #990000;
}

.wht_txt {
	font-weight: bold;
	color: #FFFFFF;
}
.blu_txt {
	font-weight: bold;
	color: #013e7f;
}
.dark_blu_txt {
	font-weight: bold;
	color: #013450;
}
#title_bg {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FFFFFF;
	background-image: url("http://www.iirusa.com/upload/wysiwyg/2008-P-Div/P1342/P1342_title_bg.jpg");
	background-repeat: no-repeat;
}#hotel_bg {
	background-image: url(http://www.iirusa.com/upload/wysiwyg/2008-P-Div/P1342/P1342_hotel_bg.jpg);
	background-repeat: no-repeat;
}


#Map{ padding:0px; border:0; }
#Map2{ padding:0px; border:0; }
/*----------------------------------------------------------------------------
REGISTRATION 2
----------------------------------------------------------------------------*/
.p_register2 .steps { margin: 0; padding: 35px 0 0 0; list-style: none; }
.p_register2 .steps li { display: inline; padding: 3px 5px 4px 4px !important; padding: 0 20px 0 4px; }
.p_register2 .steps li.last_child { background: none; }
.p_register2 .steps li span { padding: 4px 7px; border: 1px #262262 solid; color: #262262; }
.p_register2 .steps li.selected span { border: 1px #262262 solid; background: #262262; color: #fff; }

.p_register2 ul.errors { border: 1px solid red; margin-left:0; padding:10px; list-style:none; background-color:#fff2f2; }
.p_register2 ul.errors li { margin:0; padding:0; }

.p_register2 fieldset { border: 1px #013e7f solid; margin: 10px auto; padding: 0 0 5px 0; position: relative; }
.p_register2 fieldset legend { display:none; }
.p_register2 fieldset h3 { font-size:16px !important; background-color:#edf1f6; display: block; margin-top: 0 !important; padding: 4px 5px 4px 10px; color: #013e7f; }

.forgot_pass { background-color:#edf1f6; }

.p_register2 p { width:570px; float:left; margin:0 10px; padding:5px 0; }
.p_register2 p.odd { background-color:#edf1f6; }

.p_register2 p label { width:200px; float:left; text-align:right; margin:0 20px; }
.p_register2 p label span { color:red; }
.p_register2 p input, .p_register2 p select, .p_register2 p span.input { float:left; width:220px; }

.p_register2 p span.short input { width:196px; }

.p_register2 div.buttons { text-align: center; clear:both; }
.p_register2 div.buttons input { margin:0 5px; }

.p_register2 div.yes_no p { text-align:center; }
.p_register2 div.yes_no p span { color:red; }
.p_register2 div.yes_no p.radio { margin:0 auto; float:none; width:150px; }
.p_register2 div.yes_no p.radio label { width: 30px; margin:0 10px; }
.p_register2 div.yes_no p.radio input { width:auto; height:auto; }

.p_register2 div.info { padding:10px; clear:both; }
.p_register2 div.info p { margin:0; padding:0; }

.p_register2 p.phone input.number { width:140px; }
.p_register2 p.phone label.ext { width:20px; margin:0 10px; }
.p_register2 p.phone input.ext { width:40px; }

.p_register2 p.cc_exp select { width:80px; }

.p_register2 input.checkbox { width:auto; }

.p_register2 ul.products { list-style:none; padding:0; margin:10px; }
.p_register2 ul.products li { padding:5px 0; min-height: 30px; height: auto !important; height: 30px; position:relative; }
.p_register2 ul.products li div.price { position: absolute; top: 4px; right: 20px; width:150px; }
.p_register2 ul.products li div.price span { font-weight: bold; }

.p_register2 ul.second_offer span.name { font-weight: bold; }
.p_register2 ul.second_offer div.desc { margin:4px 0 0 0; float:left; }
.p_register2 ul.second_offer div.desc p { margin:0; }
.p_register2 ul.second_offer li { position: relative; float:left; }
.p_register2 ul.second_offer div.inputs { border: 1px solid #e9e9e9; background-color: #ececec; float:left; margin:4px 0 15px 0; padding:4px 0; }
.p_register2 ul.second_offer div.inputs p { width:550px; }
.p_register2 ul.second_offer div.inputs input { width:auto; }
.p_register2 ul.second_offer div.inputs label { width:auto; margin:0 0 0 4px; }

.p_register2 div.questions .fb_table td { padding:5px; }
.p_register2 div.questions .fb_table td.label { padding-top:9px; }

.p_register2 ul.options { list-style:none; padding:0; margin:10px; }
.p_register2 ul.options li { padding:0; margin:0; }

.p_register2 p.hover { z-index: 2; }
.p_register2 span.tooltip { display: block; width: 18px; height: 18px; background: url("../images/help_icon.gif"); cursor: help; position:relative; float:left; margin-left:5px; }
.p_register2 span.tooltip span { display: none; }
.p_register2 span.tooltip.hover span { display: block; width:120px; border: 1px solid #529ad2; background:#fefefe; padding:4px 8px; position:absolute; top: 22px; left:0; z-index:10; }

.p_register2 h3.inside { position:relative; }
.p_register2 h3.inside.hover { z-index: 2; }
.p_register2 h3.inside span.tooltip { background: url("../images/help_icon_blue.gif"); left: 200px; top: 4px !important; top: 2px; border: none !important; position:absolute; }
.p_register2 h3.inside span.tooltip span { color: #333; width: 200px; font-weight: normal; }
