/* roScripts
Table Design by Mihalcea Romeo
www.roscripts.com
----------------------------------------------- */

table#link {
	border-collapse: collapse;
	background: #EFF4FB  repeat-x;
	border-left: 1px solid #686868;
	border-right: 1px solid #686868;
	font: 0.8em/145% 'Trebuchet MS',helvetica,arial,verdana;
	color: #1d4d5d;
}

#link td, th {
		padding:5px;
                font-size: 2em;
}

#link caption {
		padding: 0 0 .5em 0;
		text-align: left;
		font-size: 1.4em;
		font-weight: bold;
		text-transform: uppercase;
		color: #333;
		background: transparent;
}

/* =links
----------------------------------------------- */

table#link a {
	color: #950000;
	text-decoration: none;
	font-size: 14px;
}

table#link a:link {font-size: 14px;}

table#link a:visited {
		font-size: 14px;
	
		text-decoration: none;
}

table#link a:hover {
font-size: 14px;	border-bottom: 1px dashed #bbb;
}

/* =head =foot
----------------------------------------------- */

thead th, tfoot th, tfoot td {
	background: repeat-x;
	color: #fff;
	background-color: #4169e1;
}

tfoot td {
		text-align:right
}

/* =body
----------------------------------------------- */

tbody th, tbody td {
		border-bottom: dotted 1px #333;
}

tbody th {
		white-space: nowrap;
}

tbody th a {
		color:#333;
}

.odd {}

#link tbody tr:hover {
		background:#fafafa
}

