@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666;
	background-color: #333;
	font-family: "Trebuchet MS";
	font-size: 13px;
	
}
.thrColFixHdr #container {
	width: 940px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFF;
	border-top: 6px none #999;
	border-right: 6px solid #999;
	border-left: 6px solid #999;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #999;
} 
.thrColFixHdr #mainContent {
	margin: 0 180px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 20px 0 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
} 
#EntrymainContent {
	font-family: "Trebuchet MS";
	font-size: 13px;
	margin-right: 20px;
	margin-left: 20px;
}
.thrColFixHdr #header {
	padding: 0 10px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.thrColFixHdr #footer {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #A9A9A9;
	padding-left: 10px;
	clear: both;
} 
.thrColFixHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 5px;
	padding-bottom: 3px;
	font-size: 11px;
	color: #666;
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 160px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 0px 10px 10px; /* padding keeps the content of the div away from the edges */
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* padding keeps the content of the div away from the edges */
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #666;
	margin-right: 2px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
	margin-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 14px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #003366;
	margin-top: 10px;
	margin-bottom: 14px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #003366;
	margin-top: 18px;
	margin-bottom: 12px;
}
h3 {
	font-family: "Trebuchet MS";
	font-weight: bold;
	color: #003366;
	font-size: 14px;
	margin-bottom: -10px;
}
h6 {
	font-size: 0px;
	letter-spacing: 0em;
	text-align: center;
	word-spacing: 0em;
	margin: 3px;
}
p {
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #666;
	text-align: left;
	margin-bottom: 12px;
	margin-top: 12px;
}
ul {
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #666;
}
.navmenu {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-style: normal;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.rtborder {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
}
#sidebar1 table tr .navmenu a:link {
	color: #333;
	text-decoration: none;
}
#sidebar1 table tr .navmenu a:hover {
	color: #003366;
	text-decoration: none;
	font-weight: bold;
}
#sidebar1 table tr .navmenu a:visited {
	color: #003366;
	text-decoration: none;
}
#mainContent ol {
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #666;
}
#container #mainContent #judges li a {
	color: #666;
	text-decoration: none;
}
.blueGrad {
	background-image: url(images/sidebar_grad_bg.jpg);
	background-repeat: repeat-x;
}
.quote {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-style: italic;
	border: 1px solid #CCC;
	color: #000;
	background-color: “
...a fantastic meeting place for the events industry to recognise and celebrate the achievements of this dynamic group of people.” Isobel Peck, Chief Marketing Officer, Informa;
	background-color: #f2f7fd;
}
.image1float {
	float: right;
	margin-right: 4px;
	border: 1px solid #999;
	padding: 1px;
	margin-left: 6px;
	margin-bottom: 7px;
}
.paddedBorder {
	padding: 1px;
	border: 1px solid #611A5F;
}
.categoryHeading {
	font-size: 16px;
	font-weight: bold;
	padding-right: 10px;
	padding-left: 4px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #176CA2;
	border-left-color: #176CA2;
}
.thrColFixHdr #container #sidebar2 table tr td div strong {
	color: #FFF;
}
.thrColFixHdr #container #sidebar2 table tr td p a {
	color: #FFF;
}
.thrColFixHdr #container #mainContent #catlist ul li a{
	color: #666;
	text-decoration: none;
}
.thrColFixHdr #container #mainContent ul li a {
	text-decoration: none;
}
.thrColFixHdr #container #mainContent #judges li a:hover {
	text-decoration: underline;
}
.judge {
	font-family: "Trebuchet MS";
	font-size: 13px;
	font-weight: bold;
	color: #003366;
}
.thrColFixHdr #judgeContent {
	padding-right: 100px;
	padding-left: 100px;
	font-family: "Trebuchet MS";
	font-size: 14px;
}
.question {
	color: #C36;
}
.shortlistTitle {
	color: #FFF;
}
.shrtlistCompany {
	font-family: "Trebuchet MS";
	font-weight: normal;
	color: #102D62;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	font-size: 13px;
}
.thrColFixHdr #mainContentTckts {
	margin: 0 40px 0 180px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 20px 0 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
}
.highlightBox {
	border: 1px solid #999;
	color: #e4ebf3;
	width: 280px;
}
.flash {
	font-family: "Trebuchet MS";
	font-size: 18px;
	color: #FFF;
	background-color: #CE1514;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 4px;
	text-decoration: none;
}
.centerImage {
	margin-left: 4px;
}
.centreImage2 {
	text-align: center;
}
.feedbackQuote {
	font-style: oblique;
	color: #009;
}
.awinner {
	color: #006;
	font-weight: bold;
}
.thrColFixHdr #container #mainContent table {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.thrColFixHdr #container #EntrymainContent #frmEntry fieldset legend {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: -8px;
}
.formCategoryChoice {
	margin-left: 30px;
}
#mainContent #rules li {
	padding-top: 6px;
	padding-bottom: 6px;
	background-image: url(images/graphic/red-star.gif);
	background-repeat: no-repeat;
	background-position: 0px 7px;
	padding-left: 20px;
	list-style-type: none;
	margin-left: -14px;
}
.FormTextArea395px {
	width: 395px;
	border: 1px solid #3E0D3D;
	line-height: 18px;
}
.TextArea345px {
	line-height: 18px;
	width: 280px;
	border: 1px solid #3E0D3D;
}
.caption {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #333;
	text-align: center;
	line-height: 22px;
}
.homePagePara {
	font-size: 15px;
}
.thrColFixHdr #container #mainContent #catList li {
	font-size: 13px;
	line-height: 20px;
}
.thrColFixHdr #container #mainContent #categs tr td p {
	font-size: 16px;
}
.thrColFixHdr #container #mainContent #categs tr td p em {
	font-size: 12px;
}
.thrColFixHdr #container #judgeContent #jcatlist li {
	font-size: 14px;
	line-height: 22px;
}
.thrColFixHdr #mainContentSL {
	margin: 0 0px 0 180px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 20px 0 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
} 


.thrColFixHdr #container #mainContentSL p strong {
	font-size: 14px;
	color: #3E0D3D;
}
.centre {
	font-size: 14px;
	text-align: center;
	margin-top: -8px;
}
.formTextbox {
	border: 1px solid #50144D;
	padding: 1px;
	height: 20px;
	width: 350px;
}
.thrColFixHdr #container #mainContent form #webcastform tr td label {
	font-size: 14px;
}
h4 {
	background-image: url(images/graphic/small-silver-star.jpg);
	background-repeat: no-repeat;
	text-indent: 34px;
	font-size: 16px;
	line-height: 32px;
	margin-left: 34px;
}
#mainContent #categories li {
	padding-top: 4px;
	padding-bottom: 4px;
	background-image: url(images/graphic/red-star.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 20px;
	list-style-type: none;
	margin-left: -14px;
	font-size: 14px;
}

