
	/* HTML5 display-role reset for older browsers */
	article, aside, details, figcaption, figure, 
	footer, header, hgroup, menu, nav, section {
		display: block;
	}
	ol, ul {
		list-style: none;
	}
	blockquote, q {
		quotes: none;
	}
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none;
	}
	table {
		border-collapse: collapse;
		border-spacing: 0;
	}
	table th abbr{
		cursor: help;
	}
	


/*	--------------------------------------------------
	:: Links
	-------------------------------------------------- */
	a { color: #2a85e8; text-decoration: none; line-height: inherit; }
	a:hover { color: #11639d; }
	a:focus { color: #333; outline: none; }
	p a, p a:visited { line-height: inherit; }
	

/*	--------------------------------------------------
	:: Tables
	-------------------------------------------------- */
	table { background: #fff; -moz-border-radius: 0px; -webkit-border-radius: 0px; border-radius: 0px; margin: 0 0 0px; border: 1px solid #d3d3d3;}
	
	table tbody tr:nth-child(even):hover{
	   background:#f6f6f6;
}
table tr:hover{
	   background:#f6f6f6;
}
	table thead, table tfoot { background: #ebebeb; }
	table thead tr th,
	table tfoot tr th,
	table tbody tr td,
	table tr td,{ background: #ebebeb; }
	table tfoot tr td { font-size: 14.4px; line-height: 18px; text-align: left; }
	table thead tr th,
	table tfoot tr td { padding: 8px 10px 9px; font-size: 14px; font-weight: bold; color: #222; }
	table thead tr th:first-child, table tfoot tr td:first-child { border-left: none; }
	table thead tr th:last-child, table tfoot tr td:last-child { border-right: none; }

	table tbody tr.even,
	table tbody tr.alt { background: #f9f9f9; }
	table tbody tr:nth-child(even) { background: #fff; border: 1px solid #e9e9e9;}
	table tbody tr td { color: #333; padding: 8px 5px; vertical-align: top; border: none; }
	table th { background: #ebebeb; }
	td:first-child { background: #f6f6f6; text-align: left;  font-family: arial, Sans-Serif; font-size: 12px; font-weight: bold; border-right: 1px solid #d2d2d2; margin-bottom: 0px;}
    th:first-child { text-align: left; }

/* -------------------------------------------------- 
	:: Misc
---------------------------------------------------*/
	.left        { float: left; }
	.right       { float: right; }
	.text-left   { text-align: left; }
	.text-right  { text-align: right; }
	.text-center { text-align: center; }
	.hide        { display: none; }
	.highlight   { background: #ff0; }
	