body {
	background-color:#000000;
	background-image:url(/uploadedImages/Events/USA/2011/10550_005/Event_Details/flash/background.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	margin:4px;
	padding:4px;
}

.register-now span {
	background-image: url(/uploadedImages/Events/USA/2011/10550_005/Event_Details/flash/register_button.gif) !important;
}

#ctl00_divBreadCrumb { display: none; }
 
.secondary-nav {
	clear: both;
}


#image-li {
list-style-image:url(/uploadedImages/co_bullet.gif);
}

.tablecenter {
margin: 0 auto 0 auto;
}

#rounded-corner {
border-collapse:collapse;
font-family:"Lucida Sans Unicode","Lucida Grande",Sans-Serif;
font-size:12px;
margin:20px;
text-align:left;
width:650px;
}
#rounded-corner thead th.rounded-company {
background:#00134e url(/uploadedImages/Events/USA/2010/10550_004/left.png) no-repeat scroll left -1px;
}
#rounded-corner thead th.rounded-q4 {
background:#00134e url(/uploadedImages/Events/USA/2010/10550_004/right.png) no-repeat scroll right -1px;
}
#rounded-corner th {
background:#00134e none repeat scroll 0 0;
color:#FFFFFF;
font-size:13px;
font-weight:normal;
padding:8px;
}
#rounded-corner td {
background:#ccd4e0 none repeat scroll 0 0;
border-top:1px solid #FFFFFF;
color:#6e6e6e;
padding:8px;
}
#rounded-corner tfoot td.rounded-foot-left {
background:#ccd4e0 url(/uploadedImages/Events/USA/2010/10550_004/botleft.png) no-repeat scroll left bottom;
}
#rounded-corner tfoot td.rounded-foot-right {
background:#ccd4e0 url(/uploadedImages/Events/USA/2010/10550_004/botright.png) no-repeat scroll right bottom;
}
#rounded-corner tbody tr:hover td {
background:#c0e7ff none repeat scroll 0 0;
}


/*Rounded Corners*/
.top {background: url(/uploadedImages/corner_a4a4a4_dot.gif) 0 0 repeat-x; width: 450px}
.bottom {background: url(/uploadedImages/corner_a4a4a4_dot.gif) 0 100% repeat-x}
.left {background: url(/uploadedImages/corner_a4a4a4_dot.gif) 0 0 repeat-y}
.right {background: url(/uploadedImages/corner_a4a4a4_dot.gif) 100% 0 repeat-y}
.bottom-left {background: url(/uploadedImages/corner_a4a4a4_bl.gif) 0 100% no-repeat}
.bottom-right {background: url(/uploadedImages/corner_a4a4a4_br.gif) 100% 100% no-repeat}
.top-left {background: url(/uploadedImages/corner_a4a4a4_tl.gif) 0 0 no-repeat}
.top-right {background: url(/uploadedImages/corner_a4a4a4_tr.gif) 100% 0 no-repeat; padding:10px}
.t_center {padding-left: 150px;}

/* -- buttons --*/

#btn_eventplanning img {
border:0 none;
}


/* -- Resources Table -- */
.top2 {background: url(/uploadedImages/corner_a4a4a4_dot.gif) 0 0 repeat-x; width: 760px}
.t_center2 {padding: 0 10px 0 10px;}

#image-li {
list-style-image:url(/uploadedImages/co_bullet_grey.gif);
}
.quote-table {
margin:10px;
width:580px;
}
.quote-top {
background-image:url(/uploadedImages/quote_top.jpg);
background-repeat:no-repeat;
height:10px;
}
.quote {
background-image:url(/uploadedImages/quote_mid.jpg);
background-repeat:repeat-y;
padding:0 15px;
text-align:left;
}
.quote-credit {
background-image:url(/uploadedImages/quote_mid.jpg);
background-repeat:repeat-y;
color:#cc0000;
padding:5px 15px 0 0;
text-align:right;
}
.quote-bottom {
background-image:url(/uploadedImages/quote_bot.jpg);
background-repeat:no-repeat;
height:55px;
}

/*** PAST ATEEDEES ***/

.row1{
background-color:#dbeef4;	
}

.row2{
background-color:#f8f8f8;	
}
/* -- Testimonials --*/
.quote-table {
	margin: 10px;
	width: 630px;
	}	

.quote-new {
padding:15px 15px 5px 15px;
text-align:left;
line-height: 20px;
}

.quote-credit-new {
color:#020319;
padding:0 0 10px 32px;
text-align:left;
vertical-align:text-top;
}

.quote-bottom-2 {
background-image:url(/uploadedImages/quote_bot_3.jpg);
background-repeat:no-repeat;
height:26px;
}

.pricingtable {
	font: 14px "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding: 0px;
	margin: 0px auto 20px;
	text-align: center;
}

.pricingtable th, .pricingtable td {
	padding: 10px;
	font-weight: normal;
}

/*  ----------

	Rules for the pricing table headings. Colors for text and background are first.
	
*/

.pricingtable th { color: #ffffff; background: #668eb3; }
.pricingtable th p { color: #fff !important;}
.pricingtable th:first-child, .pricingtable td:first-child  { text-align: left; width: 200px; }
.pricingtable th:last-child, .pricingtable td:last-child { text-align: center; width: 80px; }


/*  ----------
	
	Rules for the pricing table item rows. Colors for text and background are first.
	IE doesn't support the :hover pseudo class on anything other than an <a>, so
	this is for good browsers only.
	
*/

.pricingtable td { color: #222; background: #ddd; }
.pricingtable tbody td { border-top: 1px solid #ffffff; }
.pricingtable tbody tr:hover td { color: #000; background: #d5e7f7; }


/*  ---------- Rules for the "SAVE" text */
.pricingtable span { 
	display: block; font-size: 11px; color: #ae2c34;
}

/*  ----------
	
	Automatic rules for rounded corners. These will automatically round the corners
	of the table without anybody having to do anything; no classes necessary.
	
*/

th:first-child {
	border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
}

th:last-child {
	border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
}

tr:last-child td:first-child {
	border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
}

tr:last-child td:last-child {
	border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
}

/*  ----------
	
	Rules for rounded corners. Mix and match these in any combination.
	Doesn't work in IE 8 or below (because they suck).
	
*/

.round_top_left {
	border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
}

.round_top_right {
	border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
}

.round_bottom_left {
	border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
}

.round_bottom_right {
	border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
}

.round_all {
     -moz-border-radius: 10px; 
  -webkit-border-radius: 10px; 
          border-radius: 10px; 
}


#forms_sidebar {
  display: inline;
  float: left;
  width: 265px;
  }

#forms_sidebar_top_corner {
  background-image: url(/uploadedImages/forms_left_top_corner.jpg);
  background-position: left; 
  background-repeat: no-repeat;
  height: 11px;
  width: 14px;
  }
  
#forms_sidebar_top {
  background-color: #afafaf;
  height: 11px;
  width: 256px;
  }
  
#forms_sidebar_body {
  background-image: url(/uploadedImages/forms_bg_body.jpg); 
  background-position: left; 
  background-repeat: repeat-y;
  height: 280px;
  padding: 40px 0 40px 0;
  text-align: center;
  }

#forms_sidebar_body_fillout {
  background-image: url(/uploadedImages/forms_bg_body.jpg); 
  background-position: left; 
  background-repeat: repeat-y;
  height: 280px;
  padding: 30px 10px 30px 0;
  }
  
#forms_sidebar_bottom_corner {
  background-image: url(/uploadedImages/forms_left_bottom_corner.jpg); 
  background-position: left; 
  background-repeat: no-repeat;
  height: 20px;
  width: 14px;
  }
  
#forms_sidebar_bottom {
  background-image: url(/uploadedImages/forms_bottom_shadow.jpg); 
  background-position: left; 
  background-repeat: repeat-x;
  height: 20px;
  width: 251px;
  }  
  
#forms_content_clickable {
  border-left: #989898 solid 1px;
  display: inline;
  float: left;
  padding-left: 10px;
  width: 480px;
  }

#download {
  border-bottom: #989898 solid 1px;
  padding: 0 0 0 10px;
  height: 105px;
  } 

#download_last {
  border-bottom: none;	
  padding: 0 0 0 10px;
  height: 105px;
  } 
	
#postit {
  margin-left: 25px;	
  }

#fieldname {	
  font-size: 10px;
  text-align: right;
  width: 90px;
  }

#form_fillout td {
  height: 25px;
  }
  
#ContactFirstName, #ContactLastName, #AccountName, #ContactJobTitle, #ContactPhone, #ContactEmailAddress, #How_Did_You_Hear_About_Event {
  background-image: url(/uploadedImages/forms_bg_field.jpg); 
  background-position: top; 
  background-repeat: repeat-x;
  border-top: #e5e4e3 1px solid;
  border-bottom: #e5e4e3 1px solid;
  border-left: #e5e4e3 2px solid;
  border-right: #e5e4e3 2px solid;
  height: 22px;
  width: 136px;	
  }
  
#forms_intro {
  width: 706px;
  }

#forms_intro_top {
  background-image: url(/uploadedImages/forms_bg_intro_top.jpg); 
  background-repeat: no-repeat;
  height: 8px;
  width: 706px;
  }

#forms_intro_body {
  background-image: url(/uploadedImages/forms_bg_intro_body.jpg); 
  background-repeat: repeat-y;
  padding: 0 0 20px 20px;
  width: 706px;
  }
  
#forms_custom {
  width: 730px;
  }

#forms_custom_body {
  background-image: url(/uploadedImages/forms_bg_custom_body.jpg);
  background-repeat: repeat-y;
  width: 732px;
  }
  
#forms_custom_body td {
  padding: 3px 3px 10px;
  }
  
#forms_custom_top_left_corner {
  background-image: url(/uploadedImages/forms_left_top_corner.jpg);
  background-repeat: no-repeat;
  height: 11px;
  width: 14px;
  }
  
#forms_custom_top_left, #forms_custom_top_right {
  background-color: #afafaf;
  height: 11px;
  width: 352px;
  }
  
#forms_custom_top_right_corner {
  background-image: url(/uploadedImages/forms_right_top_corner.jpg);
  background-repeat: no-repeat;
  height: 11px;
  width: 14px;
  }  
  
#fieldname2 {	
  font-size: 11px;
  padding-left: 25px;
  text-align: right;
  }  
  
#forms_custom_bottom_corner_left {
  background-image: url(/uploadedImages/forms_left_bottom_corner.jpg);  
  background-repeat: no-repeat;
  height: 20px;
  width: 14px;
  }
  
#forms_custom_bottom {
  background-image: url(/uploadedImages/forms_bottom_shadow.jpg); 
  background-position: left; 
  background-repeat: repeat-x;
  height: 20px;
  width: 351px;
  }    
  
#forms_custom_bottom_corner_right {
  background-image: url(/uploadedImages/forms_right_bottom_corner.jpg);  
  background-repeat: no-repeat;
  height: 20px;
  width: 14px;
  }  
  
#download2 {
  padding: 0 0 0 25px;
  height: 105px;
  } 

#download_last2 {
  padding: 0 0 0 25px;
  height: 105px;
  }


#home_wrapper {
	background: #fff;
	width: 780px;
	margin: 0 auto;
	overflow: visible;
	padding: 0;
}

#sidebar {
	position: relative; 
	background: 3px 0 url(/uploadedImages/Events/USA/2011/10550_005/Event_Details/flash/ribbon_repeat.png) repeat-y;
	width: 166px;
	margin: 0;
	padding: 20px 5px 60px 45px; 
	float: right;
}

.sidebar_box {
	width: 166px;
	height: 153px;
	background: #fbfbfb;
	border: 1px solid #ccc;
	margin-bottom: 10px;
	position: relative;
}

.sidebar_box h3 {
	text-align: center;
	margin: 0 auto;
	text-indent: -999em;
	position: relative;
	top: 10px;
	background-image: url(/uploadedImages/Events/USA/2011/10550_005/Event_Details/flash/button_sprite.png);
	background-repeat: no-repeat;
}

.sidebar_box a {
	width: 148px;
	height: 39px;
	margin: 0 auto;
	background-image: url(/uploadedImages/Events/USA/2011/10550_005/Event_Details/flash/button_sprite.png);
	background-repeat: no-repeat;
	display: block;
	text-indent: -999em;
	position: absolute;
	top: 95px;
	left: 9px;
}

.sidebar_box p {
	font: 14px "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #667488;
	padding: 5px 15px;
}

.retailers {
	width: 126px;
	height: 28px;
	background-position: 0 0;
}

#flipper {
	width: 140px;
	position: relative;
	top: 15px;
	left: 13px;
	z-index: 111;
}

#flipper h5, #flipper h6 {
	margin: 0;
	padding-top: 5px;
	font: bold 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #536885;
}

#flipper h6 { font-size: 14px; padding: 0; }

#flipper_contain {
	width: 51px;
	height: 54px;
	float: right;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	color: #fff;
	background: #4070c2;
	background-image:-webkit-gradient(
	    linear,
	    left bottom,
	    left top,
	    color-stop(0.49, rgb(64,112,194)),
	    color-stop(0.51, rgb(161,177,255))
	);
	background-image:-moz-linear-gradient(
	    center bottom,
	    rgb(64,112,194) 49%,
	    rgb(161,177,255) 51%
	);
}

#flipper p {
	margin: 0;
	padding: 0;
	font: bold 40px "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: -3px;
	text-align: center;
	line-height: 54px;
	color: #fff;
}

.divider {
	position: absolute;
	top: 26px;
}

.retailers_link {
	background-position: 0 -157px;
	top: 67px;
}

.reports {
	width: 127px;
	height: 33px;
	background-position: 0 -28px;
}

.reports_link {
	background-position: 0 -196px;
	top: 67px;
}

.ourblog {
	width: 141px;
	height: 35px;
	background-position: 0 -61px;
}

.ourblog_link {
	background-position: 0 -235px;
	top: 67px;
}

.keytopics {
	width: 155px;
	height: 33px;
	background-position: 0 -124px;
}

.keytopics_link {
	background-position: 0 -274px;
	top: 67px;
}

.keytopics_img {
	position: relative;
	top: 20px;
	left: 40px;
}

.joinus {
	width: 121px;
	height: 28px;
	background-position: 0 -96px;
}

.join { height: 222px; }

.join ul {
	width: 166px;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	top: 20px;
}

.join ul li {
	width: 120px;
	height: 33px;
	padding: 0;
	margin: 15px auto;
}

.join ul a {
	width: auto;
	height: 31px;
	text-indent: 0;
	padding-left: 43px;
	position: static;
	font: 14px/33px "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #114eae;
	text-deocration: none;
}

.join_linked { background-position: 0px -313px; }
.join_youtube { background-position: 0px -344px; }
.join_twitter { background-position: 0px -375px; }

.join a:hover { color: #689df0; text-decoration: underline; }
/*.join_linked:hover { background-position: 0 -346px; }
.join_youtube:hover { background-position: 0px -412px; }
.join_twitter:hover { background-position: 0px -478px; }
*/
.ribbon {
	position: absolute;
	bottom: 0px;
	left: 0px;
}

.ribbon_top {
	position: absolute;
	top: -4px;
	left: 3px;
}

#content {
	width: 540px;
	padding: 10px;
}

#content img {
	margin-bottom: 20px;
}

#content h1 {
	display: inline;
	margin: 0;
	font: 18px/24px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #7d8414;
}

#content h2, #content p, #content ol, #content ul {
	font: italic 14px "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #7d8414;
	margin: 20px 0px 0px;
}

#content p, #content ol, #content ul {
	margin: 10px 0px;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	color: #444;
}

#flag {
	width: 978px;
	margin: 0px auto;
}

#home_table td {
	background: #f5f5f5;
	margin: 5px;
	padding: 20px;
	border-bottom: 2px solid #678FCC;
}

#home_table th {
	padding: 15px;
	background: #eee;
}

