/* ----- GLOBAL & BODY ----- */
body {
	color: #004488;
	font: normal 12px "Lucida Grande", verdana, arial, helvetica, sans-serif;
}
.editor, .editor td {
	z-index: 3;
	font: normal 12px "Lucida Grande", verdana, arial, helvetica, sans-serif; color: #004488;
	padding:0; margin:0; background: #F0F9FF /*url(/images/bgd_content.png) repeat-y scroll center top*/;
}

/* ----- GENERAL TEXT TREATMENT ----- */
.col, p { font-size: 12px; line-height: 16px; }
#left .col ul, #left .col ol{ padding-left: 25px;}
/*.col-highlight, .col-highlight p { font-size: 11px; color: #004488; line-height: 15px;}*/
.col { 	padding: 15px 30px; text-align: left;}

#events h3, #sponsors h3 { height:40px; margin:0pt; width:191px;}
#events h3 span, #sponsors h3 span {display:none;}
#events h3 { background:transparent url(/images/right_events.gif) no-repeat scroll left top;}
#sponsors h3 { background:transparent url(/images/right_sponsors.gif) no-repeat scroll left top;}

h1 { padding: 10px 0 14px 0; border-bottom: 0; margin: 0; color: #663300; font-size: 16px; font-weight: bold; line-height: 22px;}
h1 span, h2 span { font: normal 11px "Lucida Grande", verdana, arial, helvetica, sans-serif; color: #666666; padding-left: 6px;}

h2 { margin: 0px 0 5px 0px; color: #333; font-size: 15px; font-weight: bold; padding: 0;}
h3 { font: bold 13px/18px arial, verdana, helvetica, sans-serif; margin: 8px 0 10px 0;}
.rightsub {
	font: bold 13px/18px arial, verdana, helvetica, sans-serif;
	color: #FFFFFF;
	background: #994411;
	display: block;
	padding: 2px 20px 2px 10px;
	margin-top: 0px;
	margin-right: 6px;
}
h4 { font-size: 12px; font-weight: bold; margin-bottom: 5px;}
h5 { font-size: 11px; font-weight: bold; margin-bottom: 5px;}
h5 span { font-weight: normal;}

.orange { color: #eaad12;}
.red { color: #dd0022;}

#mid #highlightcontainer { height: 250px; background:transparent url(/images/highlight_separ.gif) repeat-y scroll left top; padding: 0px 0px 0px 0px; margin: 20px 0px 0px 0px;}
#mid #highlight { width:194px;  min-height: 250px; background:transparent url(/images/highlight_bgd.png) no-repeat scroll center bottom; float: left; padding:0px; margin:0px;}
#mid #highlight p { padding: 0px 15px 15px 15px;}
#mid #highlight a { color: #CC0000;}

#flashgallery { margin: 0px auto 0px auto; border: 5px solid #000000; width:560px; height:375px;}

/* ----- LINKS ----- */
a:link, a:visited, a:hover, a:active { color: #CC0000;}
/*a:link, a:visited, a:hover, a:active { color: #eaad12;}*/
a { text-decoration: underline; padding: 1px;}
a:hover { text-decoration: none;}
a img { border: 0;}

/* ----- HAREMAIL FORM ----- */
div#indent { padding:0px 0px 0px 0px;}
div#haremail { padding:0; margin:0; width:285px; height:244px; background: transparent url(/images/bgd_subscribebox.png) no-repeat left top;}
div#haremail div { padding:15px 0px 0px 20px; margin:0; color:#666666;}


.myButton {
	-moz-box-shadow: 0px 1px 3px 1px #b0b0b0;
	-webkit-box-shadow: 0px 1px 3px 1px #b0b0b0;
	box-shadow: 0px 1px 3px 1px #b0b0b0;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #d1dae6) );
	background:-moz-linear-gradient( center top, #ededed 5%, #d1dae6 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#d1dae6');
	background-color:#ededed;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#eb1515;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
}.myButton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #d1dae6), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #d1dae6 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d1dae6', endColorstr='#ededed');
	background-color:#d1dae6;
}.myButton:active {
	position:relative;
	top:1px;
}

/* ----- TABLES ----- */
thead tr th {
/*	border-top: 1px solid #449CA6;
	border-bottom: 1px solid #449CA6;*/
	font-weight: bold;
	font-size: 13px;
	text-align: center;
	background: #D7D7D7;
}
tbody tr th {
/*	border-top: 1px solid #449CA6;*/
	border-bottom: 1px dotted #FFFFFF;
	font-weight: bold;
	font-size: 13px;
	text-align: center;
	background: #BBDDFF;
}
td { border: none;}
table.exhibitors td { border-bottom: 1px dotted #66EEFF;}
