/* @override http://www.thearmoryshow.com/css/stylesheet.css */

/* @group General Elements */
body {
	background-color: white;
	font-family: helvetica, arial, sans-serif;
	font-size: 12px;
	color: #353535;
	padding: 20px 0 15px 35px;
}
td {
	font-size: 12px;
}
img {
	border-width: 0px;
}
a {
	color: #black;
}
a:hover {
	color: #9f9f9f;
}
.clear {
	clear: both;
}
#header {
	width: 800px;
	height: 50px;
	border-bottom: 1px solid #747474;
	padding-bottom: 5px;
	margin-bottom: 20px;
}
#logo {
	width: 400px;
	float: left;
	margin-top: 11px;
}
#show_dates {
	width: 200px;
	float:right;
	color: #b0b0b0;
	font-size: 14px;
	margin-top: 30px;
	text-align: right;
	font-family: 'Lucida', 'Helvetica', 'Sans Serif';
}
#main {
	width: 800px;
}
#content {
	margin-left: 170px;
	width: 630px;
	line-height: 17px;
	text-align: justify;
}
#page_title {
	width: 630px;
	text-align: left;
	font-family: 'Lucida', 'Helvetica', 'Sans Serif';
	font-size: 28px;
	line-height: 22px;
	color: #767676;
	margin-bottom: 20px;
	text-transform: uppercase;
	z-index: 10;
}

/* @end */


/* @group Navigation */
#navigation {
	float: left;
	width: 157px;
	font-family: 'Andale Mono', 'Lucida', 'Helvetica', 'Sans Serif';
}
#navigation a {
	text-decoration: none;
	color: #666666;
}
#navigation ul {
	list-style-type: none;
	padding: 0;
	margin-top: 0px;
	margin-left: 0px;
}
#navigation a:hover {
	color: black;
}
#navigation a.selected {
	color: black;
}
#navigation>div {
	padding: 1px;
	background-color: #dddddd;
}
#navigation .parent {
	background-color: #dddddd;
	margin-bottom: 1px;
	padding: 2px;
}
#navigation .children div {
	background-color: #eeeeee;
	margin: 0px;
	padding: 2px 2px 2px 6px;
	font-size: 10px;
}
#navigation .child a {
	font-size: 10px;
}
ul.social_media {
	list-style: none;
	float: left;
}
ul.social_media li {
	float: left;
	margin: 5px 5px 0 0;
}
/* @end */

/* @group Images */

.imagetable_thumb {
	float: left;
	display: inline;
	height: 105px;
	width: 105px;
	margin-right: 20px;
	margin-bottom: 20px;
}

.list_row {
	height: 210px;
	width: 620px;
}
.list_image {
	float: left;
	display: inline;
	width: 210px;
}
.list_caption {
	float: left;
	display: inline;
	font-size: 9px;
	padding-top: 86px;
}
.image_caption {
	font-size: 9px;
	color: #ababab;
}
/* @end */

/* @group Exhibitor Details */

div#exhibitor_details .exhibitor_name {
	font-weight: bold;
	font-size: 180%;
}
div#exhibitor_details .exhibitor_cities {
	font-size: 120%;
}
div#exhibitor_details .exhibitor_image img {
	margin: 10px 0;
	border: 5px solid white;
}
div#exhibitor_details .exhibitor_image .caption {
	font-size: 11px;
	position: relative;
	top: -5px;
}
div#exhibitor_details .exhibitor_addresses {
	width: 575px;
	font-size: 11px;
}
div#exhibitor_details .exhibitor_addresses div.address {
	width: 33%;
	float: left;
}


/* @end */

/* @group Error Message */

.error_message {
	color: red;
	border: 1px solid red;
	padding: 6px;
	margin-bottom: 12px;
}


/* @end */

/* @group Account Beacon */

.account_beacon {
	margin: 25px 0 5px 3px;
	font-size: 90%;
}

/* @end */

/* @group Form List */
table.form_list .mandatory {
	font-weight: bold;
}


/* @end */

