@charset "UTF-8";
.industry {
	border-collapse:collapse;
	width:560px;
	margin:0 0 20px 0;
	clear:both;
}
.industry caption {
	font-size:12px;
	color:#0073ae;
	font-weight:bold;
	margin:0;
	padding-bottom:15px;
	text-align:center;
}
.industry th {
	color:#0073ae;
	font-weight:normal;
	background-color:#b6d5e7;
	border-right:1px solid #86b9d7;
	padding:4px;
	text-align:left;
	border-top-style:hidden;
}
.industry th.last {
	border-right-style:hidden;
}
.industry tr.odd {
	background-color:#efefef;
}
.industry td {
	padding:4px;
	text-align:left;
	border-style:hidden;
}
.industry tfoot {
	font-size:10px;
	border-top:1px dashed #CCCCCC;
	padding-top:10px;
	color:#86b9d7;
}
.admin_caption 
{
	color:Black;
	background-color:#efefef;
	text-align:right;
	width:100px;
}
.login_title 
{
 font-size:18px;
 margin:0 0 15px 0;
 font-weight:normal;
 color:#0073ae;
 text-transform:uppercase;
}