@charset "UTF-8";
/* CSS Document */

body {
	background-color:#343399;
	background-image:url(/uploadedImages/Events/Uk/2010/11235_004/11235_004_hzn.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	margin:4px;
	padding:4px;
	}

.tablebg {
  background: url("/uploadedImages/Events/USA/2009/10410_004/table_bg.jpg") repeat-x;
  background-color: #0076c6;
  color: #ffffff;
  height: 45px;
}

.tablebg2 {
  background: url("/uploadedImages/Events/USA/2009/10410_004/table_bg2.jpg") repeat-x;
  height: 32px;
}

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

LINE 1 on style.css

body {
  background: #a9a9a9 url("../imgsCorp/bg.png") repeat-x 0 0;
}
 */
 
  #image-li {
	list-style-image: url(/uploadedImages/co_bullet_grey.gif)
}

.tablebg {
  background: url("/uploadedImages/Events/UK/2010/11235_004/table_bg.jpg") repeat-x;
  background-color: #0076c6;
  color: #ffffff;
  height: 45px;
}

.tablebg2 {
  background: url("/uploadedImages/Events/UK/2010/11235_004/table_bg2.jpg") repeat-x;
  height: 32px;
}

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

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


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

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

.quote-credit-new {
color:#333399;
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;
}
/* -- Resources Table -- */
.top2 {background: url(/uploadedImages/corner_a4a4a4_dot.gif) 0 0 repeat-x; width: 760px}
.t_center2 {padding: 0 10px 0 10px;}

 

/*Pricing Table*/
.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: #333399; }
.pricingtable th  p{color: #fff;}
.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;
}

/*  ----------
	
	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;
}

/*  ----------
	
	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;
}
/*no hover VIDEOS Table*/

#vid-rounded-corner {
border-collapse:collapse;
font-family:"Lucida Sans Unicode","Lucida Grande",Sans-Serif;
font-size:12px;
margin: 2px;
text-align:center;
width:650px;
}
#vid-rounded-corner thead th.rounded-top-left {
background:#333399 url(/uploadedImages/Events/UK/2010/11235_004/left.jpg) no-repeat scroll left -1px;
}
#vid-rounded-corner thead th.rounded-top-right {
background:#333399 url(/uploadedImages/Events/UK/2010/11235_004/right.jpg) no-repeat scroll right -1px;
}

#vid-rounded-corner th {
background:#333399 none repeat scroll 0 0;
color:#FFFFFF;
font-size:13px;
font-weight:normal;
padding:8px;
}
#vid-rounded-corner td {
background:#e3e3e3 none repeat scroll 0 0;
border-top:1px solid #FFFFFF;
color:#6e6e6e;
padding:8px;
}
#vid-rounded-corner tfoot td.rounded-foot-left {
background:#e3e3e3 url(/uploadedImages/Events/UK/2010/11235_004/botleft.jpg) no-repeat scroll left bottom;
}
#vid-rounded-corner tfoot td.rounded-foot-right {
background:#e3e3e3 url(/uploadedImages/Events/UK/2010/11235_004/botright.jpg) no-repeat scroll right bottom;
}


/*no hover Rounded Table*/

#no-rounded-corner {
border-collapse:collapse;
font-family:"Lucida Sans Unicode","Lucida Grande",Sans-Serif;
font-size:12px;
margin: 2px;11235
text-align:left;
width:550px;
}
#no-rounded-corner thead th.rounded-top-left {
background:#333399 url(/uploadedImages/Events/UK/2010/11235_004/left.jpg) no-repeat scroll left -1px;
}
#no-rounded-corner thead th.rounded-top-right {
background:#333399 url(/uploadedImages/Events/UK/2010/11235_004/right.jpg) no-repeat scroll right -1px;
}

#no-rounded-corner th {
background:#333399 none repeat scroll 0 0;
color:#FFFFFF;
font-size:13px;
font-weight:normal;
padding:8px;
}
#no-rounded-corner td {
background:#e3e3e3 none repeat scroll 0 0;
border-top:1px solid #FFFFFF;
color:#6e6e6e;
padding:8px;
}
#no-rounded-corner tfoot td.rounded-foot-left {
background:#e3e3e3 url(/uploadedImages/Events/UK/2010/11235_004/botleft.jpg) no-repeat scroll left bottom;
}
#no-rounded-corner tfoot td.rounded-foot-right {
background:#eaecf9 url(/uploadedImages/Events/UK/2010/11235_004/botright.jpg) no-repeat scroll right bottom;
}



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




.colLeft {
	background-color: #ced5f3;	
	color: #1c3f95;
	padding: 3px;
}

.colRight {
	border-bottom: 1px solid #8d9ce2;
	color: #1c3f95;
	text-align: center;
	padding: 3px;
}
.colHead {
	background-color: #ced5f3;	
	color: #1c3f95;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 3px;
}

.colHead2 {
	border-bottom: 1px solid #8d9ce2;
	color: #1c3f95;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 3px;
}


/* -- 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: auto;
  min-height: 500px;;
  max-height: 2000px;
  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;
  }  


/*two column*/

.left-column, .right-column {
padding-left:2px;
padding-right:2px;
padding-top:2px;
width:375px;
}
.right-column, .left-column {
vertical-align:top;
}

#vid_holder{
	padding: 5px 0 10px 0; 
}

