/* CSS Document */

html {
overflow: scroll;
}

body {
	background-color: #F5F5F5;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
}

p {
	margin-top: 0px;
	margin-bottom: 10px;
}


h1 {
	display: none;
}
h2 {
	font-size: 22px;
	color: #333333;
	padding-bottom: 7px;
	margin-top: 12px;
	margin-bottom: 7px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h3 {
	font-size: 13px;
	color: #FFFFFF;
	background-color: #333333;
	padding-left: 5px;
	margin-bottom: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 5px;
}
h4 {
	font-size: 14px;
	margin-bottom: 5px;
	margin-top: 0px;
}

li {
	margin-top: 5px;
	margin-bottom: 5px;
}

img {
	border:0px;
}

.rule {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding-bottom: 10px;
}
.box {
	padding: 5px;
	border: 1px dashed #CCCCCC;
}

.blue {
	color: #003366;
}
.red {
	color: #990000;
}
.ticket-price td {
	padding-top: 3px;
	padding-bottom: 3px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
.add-to-basket {
	text-align: right;
	font-weight: bold;
}
.sold-out {
	font-weight: bold;
	color: #CC0000;
}
.sold-out a:link {
	color: #990000;
	font-weight: bold;
}


.next {
	font-weight: bold;
	background-image: url(shared/arrow-right_blue.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 10px;
}
.font-weight_400 {
	font-weight: 400;
}

.exhibitor_prices td {
	vertical-align: top;
}

.box_grey-bg {
	background-color: #EBEBEB;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
	color: #003366;
}

.entrydate {
	font-size: 10px;
	font-style: italic;
}
.subheading {
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	text-transform: uppercase;
}
.image_right {
	float: right;
	margin-top: 4px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color: #FFFFFF;
}
.image_left {
	float: left;
	margin-top: 4px;
	margin-right: 10px;
}
.more {
	background-image: url(../shared/arrow-right_grey.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	padding-left: 10px;
	font-weight: bold;
}
.caps {
	text-transform: uppercase;
}
.caption {
	font-size: 11px;
	font-style: italic;
	line-height: 125%;
}



#wrapper {
	min-height:400px;
	background-image: url(../shared/page-background_2010.jpg);
	background-repeat: no-repeat;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	padding-top: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

#left-column {
	margin-top: 180px;
	margin-left: 10px;
	width: 180px;
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
}

/*MAIN NAVIGATION*/

div.menu {
	width:180px;
	padding:0;
	margin:0;
	background-color: #E5E5E5;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

div.menu ul	{
	display: block;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

div.menu li	{
	display: block;
	margin: 0px;
	padding: 0px;
}

div.menu a {
	display:block;
	margin:0;
	width:170px;
	font-weight:bold;
	text-decoration:none;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	color: #333333;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 6px;
}


html>body div.menu a {width:auto;}

div.menu a:hover {
	color:#990000;
	background-color: #FFFFFF;
}

div.menu a:visited {
	color:#333333;
}

/*MAIN NAVIGATION ENDS*/

#main-column {
	width: 580px;
	margin-top: 173px;
	float: left;
	margin-bottom: 20px;
	margin-left: 10px;
}
#main-column p {
	margin-top: 0px;
	margin-bottom: 5px;
}
#main-column ul {
	list-style-type: square;
}

#right-column {
	float: right;
	width: 180px;
	margin-right: 10px;
	margin-top: 240px;
}
#right-column h3 {
	margin-top: 10px;
	margin-bottom: 0px;
}
#right-column p {
	margin-bottom: 0px;
}



.greyout {
	color: #999999;
}
.btt {
	font-size: 11px;
	background-image: url(../shared/arrow-up_grey.gif);
	background-repeat: no-repeat;
	background-position: left 9px;
	clear:both;
	padding-left: 15px;
	padding-bottom: 10px;
	margin-left: 10px;
	margin-top: 10px;
}

.back {
	font-size: 12px;
	background-image: url(shared/arrow-left_grey.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
	padding-left: 15px;
}

#footer {
	clear: both;
	font-size: 10px;
	text-align: center;
	background-color: #CCCCCC;
}

#footer a:link {
	text-decoration: none;
	color: #000000;
}
#footer a:visited {
	text-decoration: none;
	color: #000000;
}
#footer a:active {
	text-decoration: none;
	color: #000000;
}
#footer a:hover {
	text-decoration: underline;
	color: #990000;
}

a:link {
	text-decoration: none;
	color: #333333;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:active {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: underline;
	color: #990000;
}
