@charset "UTF-8";

#content table {
	width: 90%;
	margin: 0px auto 20px;
}
#content table th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	vertical-align: top;
	width: 25%;
}
#content table td {
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
#content table table {
	width: 100%;
	margin: 0px;
}
#content table table th {
	font-size: 10px;
	text-align: right;
	vertical-align: middle;
	background: #DEDEDE;
	width: 12%;
}
#content table table td {
	font-size: 10px;
	width: 21%;
}

#content #tradeshows table th {
	width: auto;
}
#content #tradeshows table td {
	padding: 0px;
}
#content #tradeshows table table td {
	padding: 6px;
}



/*---- table ----*/

#content #tradeshows table#new_table{
	/*border-width: 1px;
	border-style: solid;*/
}

/*---- th ----*/

#content #tradeshows #new_table th.show_title {
	padding: 6px;
	width: auto;
	background: #CCCCCC;
	border-right-style: solid;
	border-bottom-style: solid;
	vertical-align: top;
	font-size: 12px;
}

#content #tradeshows #new_table th {
	padding: 3px;
	width: auto;
	background: #DEDEDE;
	border-style: none;
	vertical-align: middle;
	font-size: 10px;
}

#content #tradeshows #new_table .lower_line th{
	border-bottom-style: solid;
}

/*---- td ----*/

#content #tradeshows #new_table td {
	padding: 6px;
	border-style: none;
	font-size: 10px;
}

#content #tradeshows #new_table td.right_row{
	border-right-style: solid;
}

#content #tradeshows #new_table .lower_line td{
	border-bottom-style: solid;
}




