/* Postback Rounded Edges */
/* Rounded Edges Table */
body {
  background-color:#060d6d;
   background-image:url(/uploadedImages/Events/USA/2011/10835_005/10835_005_hzn.jpg);
   background-position: top center;
   background-repeat: no-repeat;
}

/*****PRICING*****/


.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;
}
.pricingtable th p{color:#fff;text-align:center;}
.pricingtable tr p{
	text-align:center;
}

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

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

.pricingtable th { color: #ffffff; background: #000032; }
.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: #eee; }
.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;margin: 0 auto;text-align:center;
}

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

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

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

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

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


.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;
}


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

/*Rounded Table Normal*/
.top {background: url(/uploadedImages/corner_a4a4a4_dot.gif) 0 0 repeat-x; width: 350px}
.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: 200px;}

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


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

/*--Testimonials--*/
.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: 0px 15px 0px 15px;
	text-align: left;
	}
	
.quote-credit {
	background-image:url(/uploadedImages/quote_mid.jpg);
	background-repeat:repeat-y;
	font: 11px, Georgia, 'Times New Roman', Times, serif;
	color:#0289c2;
	text-align:right;
	padding: 5px 15px 0px 0px;
}
.quote-bottom {
	background-image:url(/uploadedImages/quote_bot.jpg);
	background-repeat:no-repeat;
	height:55px
	}

/*Revised Testimonials*/
.quote-table {
	margin: 10px;
	width: 630px;
	}

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

.quote-credit-new {
color:#0289c2;
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;
}




/* -- No Hover Table -- */

#no-rounded-corner {
border-collapse:collapse;
font-family:"Lucida Sans Unicode","Lucida Grande",Sans-Serif;
font-size:12px;
margin: 10px auto 10px auto;
text-align:left;
width: 600px;
}
#no-rounded-corner thead th.rounded-company {
background:#d2d2d2 url(http://www.wbresearch.com/uploadedImages/corner_d2d2d2_left.png) no-repeat scroll left -1px;
}
#no-rounded-corner thead th.rounded-q4 {
background:#d2d2d2 url(http://www.wbresearch.com/uploadedImages/corner_d2d2d2_right.png) no-repeat scroll right -1px;
}
#no-rounded-corner th {
background:#d2d2d2 none repeat scroll 0 0;
color:#4e4e4e;
font-size:13px;
padding:8px;
}
#rounded-corner td {
background:#eeeeee none repeat scroll 0 0;
border-top:1px solid #FFFFFF;
color:#6e6e6e;
padding:8px;
}
#rounded-corner tfoot td.rounded-foot-left {
background:#eeeeee url(http://www.wbresearch.com/uploadedImages/corner_eeeeee_botleft.png) no-repeat scroll left bottom;
}
#rounded-corner tfoot td.rounded-foot-right {
background:#eeeeee url(http://www.wbresearch.com/uploadedImages/corner_eeeeee_botright.png) no-repeat scroll right bottom;
}

/* event buttons */
#btn_eventplanning img {
	border:0px;
}

/* -- FORMS REDESIGN -- */

#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;
  height: 545px;
  max-height: 545px;
  overflow: hidden;
  padding-left: 10px;
  width: 480px;
  }

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

#download_last {
  padding: 0 0 0 10px;
  height: 105px;
  border-bottom: none;
  } 
	
#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;
  } 
  
#counter_offer {
font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
left:13px;
position:relative;
top:15px;
width:140px;
z-index:111;
}

#counter_offer_contain {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
-moz-border-radius-bottomleft:10px;
-moz-border-radius-bottomright:10px;
-moz-border-radius-topleft:10px;
-moz-border-radius-topright:10px;
background-attachment:scroll;
background-color:#BD364F;
background-image:none;
background-position:0 0;
background-repeat:repeat;
color:#FFFFFF;
float:right;
height:54px;
width:51px;
}

#counter_offer p {
-x-system-font:none;
color:#FFFFFF;
font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
font-size:40px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:bold;
letter-spacing:-3px;
line-height:54px;
margin-bottom:0;
margin-left:0;
margin-right:0;
margin-top:0;
padding-bottom:0;
padding-left:0;
padding-right:0;
padding-top:0;
text-align:center;
}
#counter_offer h5{
color:#AF1E34;
font-weight:bold;
line-height:normal;
margin-bottom:0;
margin-left:0;
margin-right:0;
margin-top:0;
padding-top:5px;
}
h5 {
display:block;
font-size:0.83em;
font-weight:bold;
margin-bottom:1.67em;
margin-left:0;
margin-right:0;
margin-top:1.67em;
}

.divider {
position:relative;
top:26px;
}  
#link_counterOffer{
	margin: 0;
}
  
  
  
  
  
  
