body {
  	background-image: url(/uploadedImages/Events/UK/2010/19269_001/19269_001_bg.jpg);
	background-position: top center;
  	background-repeat: no-repeat;
  	background-color: #e2e9f2;
	margin: 0;
	padding: 0;
  }

.flag-logo img {
display:none;
height:0;
visibility:hidden;
width:0;
}

/*HOME REGISTER NOW*/
.register-now span{
	background-image: url(/uploadedImages/Events/UK/2010/19269_001/14680_003_btn-register-now-TTNordic.jpg);
}


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

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

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


/*PRICING*/

#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-top-left {
background:#d2d2d2 url(http://www.wbresearch.com/uploadedImages/corner_d2d2d2_left.png) no-repeat scroll left -1px;
}
#rounded-corner thead th.rounded-top-right {
background:#d2d2d2 url(http://www.wbresearch.com/uploadedImages/corner_d2d2d2_right.png) no-repeat scroll right -1px;
}
#rounded-corner th {
background:#d2d2d2  none repeat scroll 0 0;
color:#6e6e6e;
font-size:13px;
font-weight:normal;
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;
}
#rounded-corner tbody tr:hover td {
background:#201b4f  none repeat scroll 0 0;
color: #fff;

}
p.italic{
	font-family:Georgia,'Times New Roman', Times, serif;
	font-style:italic;
	font-size:11px;
	}

/*ROUNDED CORNERS FOR DOWNLOAD CENTER*/
.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;}

.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: #A1A6BC; }
.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; 
}

/* fixes the containers in the venue page. now allows for floats! */

.session_description {
overflow:auto;
}

.attribution, .signature {
	margin-top: 0;
	padding-top: 0;
	font: italic 12px Georgia;
}

.signature {
	font-size: 18px;
}

h2 {
	border-top: 1px solid #ddd;
	padding-top: 10px;
}
