/* CSS Document */
/* roScripts
Table Design by Mihalcea Romeo
www.roscripts.com
----------------------------------------------- */

#tablehosting {
		border-collapse:collapse;
		background:#FFE9E9 url(../images/table/teaser.gif) repeat-x;
		border-left:1px solid #686868;
		border-right:1px solid #686868;
		font:0.8em/145% 'Trebuchet MS',helvetica,arial,verdana;
		color: #333;
}

#tablehosting td, #tablehosting th {
		padding:5px;
}

#tablehosting caption {
		padding: 0 0 .5em 0;
		text-align: left;
		font-size: 1.4em;
		font-weight: bold;
		text-transform: uppercase;
		color: #333;
		background: transparent;
}

/* =links
----------------------------------------------- */

#tablehosting a {
		color:#950000;
		text-decoration:none;
}

#tablehosting a:link {}

#tablehosting a:visited {
		font-weight:normal;
		color:#666;
/*		text-decoration: line-through;*/
}

#tablehosting a:hover {
		border-bottom: 1px dashed #bbb;
}

/* =head =foot
----------------------------------------------- */

#tablehosting thead th {
		background:#333 url(../images/table/llsh.gif) repeat-x;
		color:#fff;
		font-size: 150%;
		text-align:left;
}

#tablehosting tfoot th, #tablehosting tfoot td {
		background:#333 url(../images/table/llsh.gif) repeat-x;
		color:#FFF;
		font-size: 150%;
		text-align:left;
}

#tablehosting tfoot td {
		text-align:right;
}

/* =body
----------------------------------------------- */

#tablehosting tbody th, #tablehosting tbody td {
		border-bottom: dotted 1px #333;
}

#tablehosting tbody th {
		white-space: nowrap;
}

#tablehosting tbody th a {
		color:#333;
}

.odd {}

#tablehosting tbody tr:hover {
		background:#fafafa;
}
