@import url("default.css");

/* CLIENT STYLE OVERRIDES GO IN THIS STYLESHEET
* Use this stylesheet to override styles in default.css
* Do not copy all of default.css into here.  
* Only put in the css that is different than default.css
 */

body, body.webprogram {
	background-color: #CCCCCC;
	font-size: 14px;
	}

.page {
	width: 960px;
	}
	
a {
	color: #0D6CB6;
	text-decoration: underline;
	}
	
a:hover {
	color: #000000;
	}
	
a:visited {
	color: #0D6CB6;
	text-decoration: underline;
	}
	
.page {
	margin: 20px auto;
	}
	
#header {
	padding: 10px;
	border-bottom: 2px solid #ccc;
	min-height: 90px;
	}
	#header #logo {
		float: left; 
		clear:left; 
		margin-left:90px;
		}	
	#header h1 {
		font-size:1.3em;
		margin: 0.3em auto;
	}
	#header h2, #header h3 {
		font-weight: normal;
		margin: 0 auto;
		padding: 0;
		font-size: 1em;
		}
	
.content {
	font-size: 1em;
	margin: 0px 100px 20px;
	}
	
.subtitle {	
	font-family: Arial,serif;
	font-size: 1.2em;
	letter-spacing: 0px;
	margin-bottom: 20px;
	margin-left: 100px;
	padding: 2px 0;
	color: #0D6CB6;
	background-color: #FFFFFF;
	font-weight: bold;
	border: none;
	}
	.subtitle .boothnumber {
		clear: left;
		float: none;
		}
		
.exhibitor .boothnumber, .exhibitorindex .boothnumber {
	display: inline-block;
	margin-left: 2em;
	margin-top: 0px;
	padding: 0;
	}
	.exhibitor .boothnumber {
		display: block;
		margin-left: 0;
		}
	.exhibitor .boothnumber ul, .exhibitorindex .boothnumber ul {
		margin: 10px 20px;
		padding: 0;
		}
		.exhibitor  .boothnumber ul li, .exhibitorindex  .boothnumber ul li {
			float: left;
			list-style-type: none;
			display: inline-block;
			margin-bottom: 8px;
			margin-right: 5px;
			padding: 2px 3px;
			}
		.exhibitor  .boothnumber	.boothtitle, .exhibitorindex .boothnumber .boothtitle {
			color: #ffffff;
			/* fallback (Opera) */
			background: #5C8FC6;
			/* Mozilla: */
			background: -moz-linear-gradient(top, #5C8FC6, #3F74B6);
			/* Chrome, Safari:*/
			background: -webkit-gradient(linear,
			left top, left bottom, from(#5C8FC6), to(#3F74B6));
			/* MSIE */
			filter: progid:DXImageTransform.Microsoft.Gradient(
			StartColorStr='#5C8FC6', EndColorStr='#3F74B6', GradientType=0);
			padding: 2px 2px 2px;
			border-radius: 4px;
			box-shadow: 2px 2px 2px #444444;
			}
	
.item {
	clear: left;
	}
	.exhibitorindex .item {
		height:  50px;
		margin: 0.5em 0 0.5em 0;
		padding: 0.5em 0;
		border-top: 1px dashed #ccc;
		}
		.exhibitorindex .item .itemtitle, .exhibitorindex .itemset .itemnumber {
			display: inline;
			font-weight: bold;
			margin-left: 2em;
			}

.exhibitorkeywords {	
	font-weight:normal;
	padding: 2px 2px 2px 2px;
	line-height: 1.7em;
	color:#006699;
	font-weight:normal;
	font-style:italic;
	margin-bottom:1em;
}

.parents {
	border-top: 1px dashed #ccc;
	}