/* Table greytable */
table.greytable td {
	padding: 4px 5px 4px 5px;
	border-bottom: 1px solid #E3E3E3;
	vertical-align: middle;
	color: #000;
	/*width: 75px;*/
}

table.greytable td a {
	color: #000;
	text-decoration: none;
}

table.greytable td a:hover {
	text-decoration: underline;
}

table.greytable td.header-left {
	width: 180px;
	padding: 0 5px;
	border: 0px;
	background: #F5F5F5;
	border-bottom: 1px solid #E3E3E3;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	vertical-align: middle;
}

table.greytable td.header {
	padding: 2px 5px;
	border: 0px;
	background: #F5F5F5;
	border-bottom: 1px solid #E3E3E3;
	color: #000;
	font-size: 11px;
	font-weight: bold;
	vertical-align: middle;
}

table.greytable {
	width: 100%; margin: 0 0 15px 0; 
}
