﻿/*	
//	--------------------------------------------------
//	IMPORTS
//	--------------------------------------------------
*/
@import url(Reset.css);

/*	
//	--------------------------------------------------
//	HTML / BODY
//	--------------------------------------------------
*/
html
{
}

body
{
	height:100%;
	font-family: verdana;
	background-color:#ffffff;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	font-size: 9pt;
	color: #444444;
}

 
/*	
//	--------------------------------------------------
//	STANDARD ELEMENTS
//	--------------------------------------------------
*/
h1, h2, h3, h4, h5, h6, p, ul, ol, li { font-family:Verdana, Arial, Sans-Serif; }


h1
{
	font-size: 19pt;
	color: #1665a1;
}

h2
{
	font-size: 17pt;
	color: #1665a1;
}

h3
{
	font-size: 14pt;
	color: #1a75ad;
}

h2, h3, h4, h5, h6, p { margin:8px 0px; }

p
{
	font-family: verdana;
	line-height:1.6em;
}

a
{
	font-family: verdana;
	font-size: 9pt;
	color: #1665a1;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}


/*	
//	--------------------------------------------------
//	TEXT ELEMENTS
//	--------------------------------------------------
*/

.tag-line, .tag-line-italic, .tag-phrase, .tag-phrase-italic
{
	font-family: verdana;
	font-size: 16px;
	color: #666666;
	padding-left: 100px;
}

.tag-line a, .tag-line-italic a, .tag-phrase a, .tag-phrase-italic a
{
	font-family: verdana;
	font-size: 16px;
	color: #1665a1;
	text-decoration: none;
}

.tag-line a:hover, .tag-line-italic a:hover, .tag-phrase a:hover, .tag-phrase-italic a:hover
{
	text-decoration: underline;
}

.tag-phrase, .tag-phrase-italic
{
	padding-left: 0px;
	padding-right: 8px
}

.tag-line-italic
{
	font-style:italic;
}

.p-lead-word
{
	color: #1665a1;
	font-weight: bold;
}

.p-bold-statement
{
	color: #1665a1;
	font-weight: bold;
	font-size: 14px;
}

div.image-text
{
    height: 282px;
    width: 354px;
    margin: 16px 0px 16px 44px;
    padding-left: 330px;
}

.image-text-header, .image-text-header-blue
{
	padding: 14px 18px 0px 18px;
	color: #ffffff;
	font-size: 15pt;
	font-weight: bold;
}

.image-text-header-blue
{
	color: #1665a1;
}

.image-text-body
{
	color: #ffffff;
	font-size: 10pt;
}

.button-small
{
	color: #ffffff;
	width: 204px;
	height: 34px;
	background-image: url(/IMG/CSS/button_sm.jpg);
	background-repeat: no-repeat;
	background-position:top left;
	line-height: 26px;
	text-align: center;
	cursor: pointer;
}

.button-small:hover
{
	cursor: pointer;
}

.button-large
{
	width: 261px;
	height: 34px;
	background-image: url(/IMG/CSS/button_bg.gif);
	background-repeat: no-repeat;
	background-position:top left;
	line-height: 26px;
	text-align: center;
	color: #ffffff;
	cursor: pointer;
}

.button-large:hover
{
	cursor: pointer;
}

.white-button-large
{
	width: 261px;
	height: 27px;
	background-image: url(/IMG/CSS/white_button_gb.gif);
	background-repeat: no-repeat;
	background-position:top left;
	line-height: 26px;
	text-align: center;
	color: #1665a1;
	cursor: pointer;
}

.white-button-large:hover
{
	cursor: pointer;
}


/*	
//	--------------------------------------------------
//	SIGN IN SCREEN
//	--------------------------------------------------
*/

.membership-register .label
{
	padding: 4px 0px 4px 18px;
	width: 230px;
    vertical-align: top;
}

.membership-register .input
{
	padding-left: 10px;
	width: 320px;
}

.membership-register
{
	margin-left: 30px;
}

.membership-register td
{
	padding: 3px 0px 3px 0px;
}

.membership-register .button
{
	padding-top: 15px;
	padding-right: 15px;
	text-align: right;
}

.membership-register .failure
{
	padding: 20px 0px 20px 18px;
	color: red;
}

.membership-register .info
{
	padding-left: 26px;
	width: 100px
}

.membership-register input[type=submit]
{
	width: 150px;
}

.membership-register input[type=text]
{
	width: 250px;
}

.membership-register input[type=password]
{
	width: 150px;
}

.textbox-wrapper, .select-wrapper
{
	width:150px;
	padding: 4px 4px 4px 4px;
	margin-top:2px;
	float: left;
}

.textbox-wrapper input, .textbox-wrapper-large input
{
	padding-left: 2px;
}

.textbox-wrapper
{
	background-image:url(/IMG/CSS/textbox_bg_small.gif) !important;
}

.select-wrapper
{
	background-image:url(/IMG/CSS/select_bg_small.gif) !important;
}

.textbox-wrapper-large, .select-wrapper-large
{
	width:300px;
	padding: 4px 4px 4px 4px;
	margin-top:2px;
	float: left;
} 

.textbox-wrapper-large
{
	background-image:url(/IMG/CSS/textbox_bg_large.gif)  !important;
}

.select-wrapper-large
{
	background-image:url(/IMG/CSS/select_bg_large.gif)  !important;
}


span.check-list
{
	padding: 4px 0px 0px 30px;
}

	.check-list td
	{
		padding: 4px 0px 0px 48px;
	}

	.check-list label
	{
		padding: 4px 0px 0px 12px;
	}


.membership-form-valid
{
	font-size: 10px;
}

/*	
//	--------------------------------------------------
//	OTHER ELEMENTS
//	--------------------------------------------------
*/


.image-table-4-by-2
{
	margin-left: 16px;
}

.image-table-4-by-2 td
{
	padding: 8px 4px 8px 4px;
	text-align: center;
}


.image-table-3-by-1
{
	margin-left: 46px;
}

.image-table-3-by-1 td
{
	padding: 8px 16px 8px 16px;
	text-align: center;
}

.image-table-3-by-1 a
{
	color: #000000;
	font-weight: bold;
}



.yes-no input
{
	padding-left: 8px;
}

.yes-no label
{
	padding: 0px 16px 0px 8px;
}


.hide
{
	visibility: hidden;
	display: none;
}

.show
{
	visibility: visible;
	display: block;
}

.popup-background
{
	background-color: #ffffff;
	filter: alpha(opacity=80);
	opacity: 0.8;
}


.error, .validation-error
{
	color: #ff0000;
    font-style: italic ;
    font-size: 11px;
}



/*	    
//	--------------------------------------------------
//	ITINERARY POPUPS
//	--------------------------------------------------
*/
.itin-popup
{
}

.itin-popup p
{
	font-size: 8pt;
	color: #333333;
}

.itin-popup h1
{
	font-size: 13pt;
	color: #333333;
	margin: 12px 0px 8px 0px;
}

.itin-popup-image
{
	margin: 10px 0px 0px 10px;
}

.itin-popup-text
{
	margin: 0px 32px 0px 66px;
}

.itin-popup-action
{
	font-weight: bold;
}

.itin-popup-actions
{
	color: #1665a1;
	font-size: 7pt;
}

.itin-popup-close
{
	margin-top: 20px;
	margin-left: 590px;
}

.itin-popup-close a
{
	font-family: verdana;
	color: #ffffff;
	text-decoration: none;
}

.itin-popup-close a:hover
{
	text-decoration: underline;
}

/*	    
//	--------------------------------------------------
//	BNEWEBCONV SITE STRUCTURE
//	--------------------------------------------------
*/


div#wrapper-page
{
	width:995px;
	margin: 0px auto;
}

div#wrapper-header
{
	width:995px;
	background:url(/IMG/CSS/page_background_top2.gif) repeat-y left top;
	background-color: #ffffff;
	padding: 0px 8px 0px 7px;
	height: 81px;
    width:980px; 
}


div#wrapper-site
{
	width:995px;
	background:url(/IMG/CSS/page_background_repeat2.gif) repeat-y left top;
	background-color: #ffffff;
	padding: 0px 8px 0px 7px;
	margin: 0px auto;
    width:980px; 
}

	div#wrapper-masthead
	{
	}

	div#wrapper-content
	{
		padding: 0px;
	}

		div.content-widget
		{
			float: left;
			width: 740px;
		}

		div.content-no-widget
		{
			width: 980px;
		}
		
		div#content
		{
			margin: 4px 8px 4px 4px;
		}
			div#content h1
			{
				margin:18px 60px 12px 18px;
			}
			div#content h2
			{
				margin:12px 60px 8px 18px;
			}
			div#content h3
			{
				margin:12px 60px 8px 18px;
			}
			div#content p
			{
				margin:12px 18px 12px 18px;
				color:#666;
			}
			div#content ol 
			{	
				margin:12px 18px 12px 36px;
				color:#666;
			}
			div#content ol li
			{
				list-style-type: decimal;
				font-size: 1.1em;
				margin: 3px 10px 3px 12px;
				color: #666;
			}
			div#content ul
			{
				font-size:1.1em;
				color:#666;
				margin:6px 18px 12px 36px;
			}
			div#content ul li
			{
				list-style-type: disc;
				list-style-position: outside;
				margin: 2px 0px 2px 20px;
				line-height: 1.6em;
			}
		div#widgets
		{
			background-color:#F0F0F0;
			float: right;
		}

	
/*	
//	--------------------------------------------------
//	WIDGETS
//	--------------------------------------------------
*/

div#widget, div#widgets
{	
	float: right;
	display:block;
	width:210px;
	margin:0px 0px 0px 0px;
	background-color: #ebf3f8;
	height: 583px;
}


div#widget-header
{
	margin: 0px;
	padding: 8px;
	height: 80px;
	background-color: #e5e5e5;
	border-bottom: solid 5px #1665a1;
	color: #1665a1;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: lighter;
}

div#widget-header input[type=text]
{
	width: 166px;
	padding: 2px 4px 2px 4px;
	background-color: #ffffff;
	border: none;
}

div#search-box
{
	float: right;
	text-align: left;
	margin-top: 38px;
	width: 210px;
	font-size: 8pt;
	font-weight: bold;
}

div#search-box input[type=text]
{
	font-size: 10pt;
	font-weight:normal;
}

div#security-box
{
	float: right;
	margin-top: 60px;
	text-align: center;
	width: 210px;
	font-size: 8pt;
	font-weight: bold;
}

div#security-box a
{
	color: #1665a1;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
    text-decoration: none;
}

div#security-box a:hover
{
    text-decoration: underline;
}

div#widget-body
{
	margin: 0px;
	padding: 8px;
	background-color: #ebf3f8;
}

.widget-button-blue
{
	height: 29px;
	background: url(/IMG/CSS/widget_button.gif) no-repeat left top;
	text-align: center;
	margin-top: 6px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	line-height: 29px;
}

.widget-button-blue a
{
	color: #ffffff;
	display: block;
}

.widget-button-blue a:hover
{
	text-decoration: none;
}

.widget-button-white
{
	height: 29px;
	background:url(/IMG/CSS/widget_button_white.gif) no-repeat left top;
	text-align: center;
	margin-top: 6px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #1665a1;
	text-decoration: none;
	line-height: 29px;
}

.widget-button-white a
{
	color: #1665a1;
	display: block;
}

.widget-button-white a:hover
{
	text-decoration: none;
}

.widget-image
{
	overflow: hidden;
}

.widget-image a
{
	display: block;
}


div#content
{
}

div#profile-content
{
		min-height:500px;
		height:auto !important;
		height:500px;
		width:980px;
		border-top:solid 1px #CCC;
}

div.wrapper-breadcrumbs
{
	width:700px;
	font-size:1.1em;
	padding:12px 0px 12px 6px;
}



/*	
//	--------------------------------------------------
//	Navigation
//	--------------------------------------------------
*/	

div#top-banner
{
	height:81px;
	background-color:#ffffff;
	background:url(/IMG/CSS/meet_homebanner.jpg) no-repeat left top;
}

div#wrapper-navigation
{
	width:980px;
	height:49px;
	background-color:#ffffff;
	padding: 0px;
}

div#top-menu
{
	width:980px;
	height:27px;
	background-color:#ffffff;
	background:url(/IMG/CSS/header_2.jpg) no-repeat left top;
}

#top-menu table
{
	width: 100%;
	height: 27px
}

#top-menu td
{
	width: 196px;
	text-align: center;
}

#top-menu a
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: lighter;
	color: #1665a1;
	text-decoration: none;
}

#top-menu a:hover
{
	text-decoration: underline;
}

#top-menu .selectedItem
{
    background-color: #1665a1;
    color: #ffffff;
}

#top-menu .selectedItem a
{
    color: #ffffff;
}

#top-menu .selectedItem a:hover
{
	text-decoration: underline;
}

div#sub-menu
{
	text-align: left;
	padding-left: 0px;
	width: 980px;
	height: 22px;
	background-color: #ebf3f8;
	background:url(/IMG/CSS/header_3.jpg) no-repeat left top;
}


#sub-menu table
{
	height: 22px;
}

#sub-menu td
{
	padding: 4px 10px 4px 10px;
}

#sub-menu td a
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: lighter;
	color: #1665a1;
	text-decoration: none
}

#sub-menu td a:hover
{
	text-decoration: underline;
}

#sub-menu .selectedItem
{
	text-decoration: none;
	background-color: #1665a1;
}

#sub-menu .selectedItem a
{
	color: #ffffff;
}

#sub-menu .selectedItem a:hover
{
}






div#wrapper-footer
{
	text-align: left;
    height: 65px;
    background-color:#0065a5;
	color: #ffffff;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11pt;
}


div#wrapper-footer div
{
	padding: 24px 0px 0px 40px;
}

div#wrapper-footer a
{
	color: #ffffff;
	text-decoration: none;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10pt;
}

div#wrapper-footer a:hover
{
	text-decoration: underline;
}


.clickable, .clickable-no-underline
{
	cursor: pointer;
	text-decoration: none;
}

.clickable:hover
{
	text-decoration: underline;
}


/*	
//	--------------------------------------------------
//	TABS
//	--------------------------------------------------
*/
div#tab-wrapper
{
	position:relative;
	display:block;
	width:740px;
	margin-left:18px;
	margin-top:18px;
}

.conv-tab-panel .ajax__tab_header 
{
    white-space:nowrap;
}
.conv-tab-panel .ajax__tab_outer
{
	display:-moz-inline-box;
	display:inline-block
}
.conv-tab-panel .ajax__tab_inner {display:-moz-inline-box;display:inline-block}
.conv-tab-panel .ajax__tab_tab {margin-right:4px;overflow:hidden;text-align:center;cursor:pointer;display:-moz-inline-box;display:inline-block}

.conv-tab-panel .ajax__tab_header
{
	font-family:Verdana, Arial, Sans-Serif;
	font-size:11px;
	white-space:nowrap;
}
.conv-tab-panel .ajax__tab_tab
{
	width: 235px;
	height:25px;
	padding-top: 8px;
	padding-left: 8px;
	font-size: 10pt;
	color: #666666;
	background:#ffffff url(/IMG/CSS/tab_button_unselected.gif) no-repeat left top;
}
.conv-tab-panel .ajax__tab_body
{
	background-color:#ffffff;
	overflow:hidden;
	min-height:456px;
	width:740px;
}
.conv-tab-panel .ajax__tab_hover
{

}
.conv-tab-panel .ajax__tab_active .ajax__tab_inner
{
}
.conv-tab-panel .ajax__tab_active .ajax__tab_tab
{
	width: 235px;
	height:25px;
	padding-top: 8px;
	padding-left: 8px;
	font-weight:bold;
	background:#ffffff url(/IMG/CSS/tab_button_selected.gif) no-repeat left top;
}
.conv-tab-panel .ajax__tab_active .ajax__tab_outer
{
}



.conv-tab-panel .tab-body-content
{
	width: 727px;
	min-height:456px;
	vertical-align: top;
	padding-top: 8px;
	background:#ffffff url(/IMG/CSS/tab_body_content.gif) repeat right top;
}

.conv-tab-panel .tab-body-right
{
	width: 9px;
	background:#ffffff url(/IMG/CSS/tab_body_right.gif) repeat-y right top;
}

.conv-tab-panel .tab-body-left
{
	width: 4px;
	background:#ffffff url(/IMG/CSS/tab_body_left.gif) repeat-y right top;
}

.conv-tab-panel .tab-body-footer
{
	width: 740px;
	height: 10px;
	background:#ffffff url(/IMG/CSS/tab_body_footer.gif) no-repeat right top;
}



/* ---- MEMBER LOGIN ---- */	
table.member-login
{
	width:352px;
	margin-left:8px;
}
	table.member-login td, table.member-login th { font-size:85%; text-align:left; border:0; }
	table.member-login td.label { width:100px; padding: 4px 0px 4px 28px; }
	table.member-login td.input { width:252px; padding: 4px 0px 4px 28px; }
	table.member-login td.input input.text { width:180px; font-family:Verdana, Sans-Serif; font-size:11px; }
	table.member-login td.input input.button { width:100px; height:28px; font-family:Verdana, Sans-Serif; font-size:11px; }
	.member-login-error { color:#666; font-weight:bold; }

div.col-one
{
	width:742px;
	float:left;
	padding:1px 0px;
	min-height:200px;
}

div.col-two
{
	width:230px;
	float:right;
	padding:1px 0px;
	background-color:#EEEEEE;
	padding:1px 6px 8px 6px;
	width:218px;
}
div.col-full
{
	padding:1px 0px;
	min-height:200px;
}
table.rfp-list
{
	margin:8px;
}
	.rfp-list th
	{
		border:none;
		background-color:#EEE;
		border-bottom:solid 2px #CCC;
		text-align:left;
		font-size:85%;
		font-weight:normal;
		color:#333;
		padding: 4px 8px 4px 4px;
		font-size: 9pt;
		font-weight: bold;
	}
	
	.rfp-list td
	{
		border:none;
		border-bottom:solid 1px #CCC;
		font-size:85%;
		color:#555;
		padding: 4px 8px 4px 4px;
		font-size: 11px;
	}
	
	
	



/* ---- VENUE SEARCH ---- */	

.venue-search-wizard table
{
	margin-left: 18px;
	width: 100%;
}

.venue-search-wizard table td
{
	padding: 4px 0px 4px 4px;
	vertical-align: top;
}

.venue-search-wizard table th
{
	padding: 18px 0px 8px 4px;
	font-weight:bold;
}

.venue-search-wizard input[type=submit]
{
	padding: 4px;
	width: 150px;
}

.venue-search-wizard input[type=radio]
{
	padding-right: 16px;
}

.venue-search-wizard select,
.venue-search-wizard input[type=text]
{
	margin-left: 16px;
}


/*  ------  TABS  ------  */

.large-blue
{
	width: 467px;
	height: 277px;
	padding-top: 20px;
	padding-left: 12px;
	vertical-align: top;
	background-image: url(/IMG/MediaCentre/EventToolKit/lg_button_blu.gif);
	background-repeat: no-repeat;
}

.large-blue h1
{
	color: #ffffff;
	font-weight: bold;
	font-size: 12pt;
}

.large-blue a
{
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
}

.large-blue div img
{
	text-align: center;
}

.large-blue a:hover
{
	text-decoration: underline;
}

.large-white
{
	width: 467px;
	height: 99px;
	vertical-align: top;
	background-image: url(/IMG/MediaCentre/EventToolKit/mid_2_but_white.gif);
	background-repeat: no-repeat;
}

.large-white p
{
	font-size: 7pt;
	padding-top: 6px;
}

.small-blue
{
	width: 123px;
	height: 99px;
	line-height: 99px;
	text-align: center;
	background-image: url(/IMG/MediaCentre/EventToolKit/sm_button_blu.gif);
	background-repeat: no-repeat;
	color: #ffffff;
}

.small-grey, .small-grey-2line, .small-grey-image
{
	width: 123px;
	height: 99px;
	line-height: 99px;
	text-align: center;
	background-image: url(/IMG/MediaCentre/EventToolKit/sm_button_grey.gif);
	background-repeat: no-repeat;
	color: #ffffff;
}

.small-grey-2line
{
	line-height:normal;
	padding-top: 35px;
	height: 64px
}

.small-grey img
{
	padding: 10px 0px 0px 10px;
}

.small-white
{
	width: 123px;
	height: 99px;
	line-height: 99px;
	text-align: center;
	background-image: url(/IMG/MediaCentre/EventToolKit/sm_button_white.gif);
	background-repeat: no-repeat;
}

#td-selected-option div
{
	color: #ffffff;
}

#td-selected-option thead
{
	color: #ffffff;
	font-weight: bold;
}



.etk-gray-button, .etk-blue-button
{
	width: 166px;
	height: 90px;
	line-height: 90px;
	text-align: center;
	background-repeat: no-repeat;
    background-position: 4px 4px;
	padding: 4px;
	font-weight: bold;
	color: #ffffff;
}

.etk-gray-button a
{
	color: #ffffff;
    display: block;
	font-weight: bold;
}

.etk-gray-button
{
	background-image: url(/IMG/MediaCentre/EventToolKit/etk_button_grey.gif);
}
.etk-blue-button
{
	background-image: url(/IMG/MediaCentre/EventToolKit/etk_button_blue.gif);
}


.etk-image-th
{
	width: 166px;
	text-align: center;
	padding: 8px;
	vertical-align: top;
}

table.aime a
{
    color: Gray;
    text-decoration:none;
}

table.aime a:hover
{
    color:#1665a1;
    text-decoration:underline; 
    font-weight:bold;   
}
/*---Imex Landing page--*/
div#content p.smallHeading
{
   
    color:#0E77A4;
    font-family:Arial;
    font-size:12pt;
    font-weight:bolder;
    margin:10px 6px;
}

div#content p.text
{   
    font-family:Arial;
    font-size:12px;
    margin:10px 6px;
}
div#content p.largeHeading
{
   
    color:#0E77A4;
    font-family:Arial;
    font-size:13pt;
    font-weight:bolder;
    margin:10px 6px;
}