/* roScripts
Table Design by Mihalcea Romeo
www.roscripts.com
----------------------------------------------- */

table {
		border-collapse:collapse;
		background:#ffffff ;
		border-left:1px solid #686868;
		border-right:1px solid #686868;
		font:.9em arial;
		color: #333;
}

td, th {
		padding:2px;
}

caption {
		padding: 0 0 .5em 0;
		text-align: left;
		font-size: 1.1em;
		font-weight: bold;
		text-transform: uppercase;
		color: #333;
		background: transparent;
}

/* =links
----------------------------------------------- */

table a {
		color:#950000;
		text-decoration:none;
}

table a:link {
	color:#000000;
	text-decoration: underline; 
    font-weight: bolder;}

table a:visited {
		font-weight:normal;
		color:#666;
		
}

table a:hover {
		border-bottom: 1px solid #bbb;
}

/* =head =foot
----------------------------------------------- */

thead th, tfoot th, tfoot td {
		background:#158bee ;
		color:#ffffff;
		font-weight:bold;
		text-align: center;
		height: 35px;
}
thead th {
		background:#158bee;
		color:#ffffff;
		font-weight:bold;
		text-align: left;
		height: 35px;
}
thead td {
		background:#158bee;
		color:#ffffff;
		font-weight:bold;
		text-align: center;
		height: 35px;
}


thead tfoot {
		background:#158bee;
		color:#ffffff;
		font-weight:bold;
		text-align: left;
}
tfoot td {
		text-align:center;
}
tfoot th {
		text-align:left;
}

/* =body
----------------------------------------------- */

tbody th, tbody td {
		border-bottom: solid 1px #888888;
		text-align: center;

		
}

tbody td {
		border-bottom: solid 1px #888888;
		text-align: center;
		color: #006ff0;
		border-left:1px;
		border-left-style: solid;
		border-left-color:#999999;
		
}


tbody th {
		white-space: nowrap;
			color: #002244;
			text-align: left;
					border-left:thin;
 

}


tbody th:hover {
		white-space: nowrap;
			color: #006ff0;
			text-align: left;
 

}
tbody th a {
		color:#333333;
		text-align: left;
}

.odd {
		color:#555555;
		text-align: left;
	}

tbody tr:hover {
		background:#bfdbff;
		color:#000000;
	
}
tr:hover {
		border-bottom: solid 1px #888888;
		text-align: center;
		color: #ffffff;
		
}
