*
{
	border: 0;
	margin: 0;
	padding: 0;
}

table 
{
	background-color: #fff;
	text-align: center;
	border-spacing: 0px;
	border: 2px solid #109DE4;
	border-collapse: separate;
	*border-collapse: collapse;
}

table a, table, tbody, tfoot, tr, th, td 
{
	font-family: "Segoe UI",helvetica,arial,verdana;
         /* line-height: 1.5em; */
	font-size: 14px;
	color: #000000;
}

table caption
{
	border-top: 1px solid #aeb3b6;
	padding: .5em 0;
	font-size: 240%;
	font-style: italic;
	color: #E2E6E9;
}

table a
{
/*	display: block; 
	padding: 0.75em 2px; */
	text-decoration: none; 
	color: #1374A5;
}

table a:hover, table a:focus
{
	text-decoration: underline;
	color: #DE0000;
}

table th a
{
	/* min-height: 4.5em; */
	text-align: center;
	font-size: 16px;
	color: #00FFDB;
	/* padding: 0 2px 1.5em 2px; */
}

table th a:hover, table th a:focus, tbody tr:hover th
{
	background-color: #1374A5;
	color: #FFDB00 !important;
}

/* table a:visited
{
	padding-left: 15px;
	background: url(./check.gif) 2px 50% no-repeat;
}


   table th a:visited
{
	padding-right: 15px;
	background: url(./check.gif) 98% 0.4em no-repeat;
}
*/

thead th
{
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	letter-spacing: 2px;
	color: #fff;
	padding: 0.75em 2px;
	border-bottom: 1px solid #fff;
	background-color: #109DE4;
}

tbody th
{
	color: #25c1e2;
	font-style: italic;
	background-color: #EFEFEF;
	border-bottom: 2px solid #aeb3b6;
}

td
{
	border-width: 2px 1px 2px 1px;
	border-style: solid solid solid solid;
	border-color: white white white white;
	padding: 5px;
	*position: relative;
	/* padding: 0 2px; */
}

tbody tr.odd
{
	background-color: #D9E9FB;
}

tbody tr.even
{
	background-color: #EFEFEF;
}

tbody.jb tr:hover td
{
	background-color: #FFFFFF;
	border-width: 2px 1px 2px 1px;
	border-style: solid solid solid solid;
	border-color: #FFFFFF #FFFFFF #FFFFFF #FFFFFF;
}


tbody tr:hover td,tbody tr:hover th, tbody tr:hover a
{
	/* color: #000000; */
}

	 