/* roScripts
Table Design by Mihalcea Romeo
www.roscripts.com
----------------------------------------------- */

.tree {
		border-collapse:collapse;
/*		background:#E6FFCC url(images/teaserg.gif) repeat-x;*/
		border-left:0px solid #686868;
		border-right:0px solid #686868;
/*  	font:1em/145% 'Trebuchet MS',helvetica,arial,verdana;*/
		font:0.7em/145% Verdana;
		color: #333;
		font-weight:bold;
		background: transparent;
}

.tree td, .tree th {
		padding:1px;
}

.tree caption {
		padding: 0 0 .5em 0;
		text-align: left;
		font-size: 1.2em;
		font-weight: bold;
		text-transform: uppercase;
		color: #333;
		background: transparent;
}

/* =links
----------------------------------------------- */

.tree a {
    padding: 3px;
    height:100%;
    display:block;
	color:#950000;
	text-decoration:none;
}

.tree a:link {}

/*.tree a:visited {
		color:#667;
}*/

.tree a:hover {
	background:#fafafa
}


/* =head =foot
----------------------------------------------- */

.tree thead th, .tree tfoot th, .tree tfoot td {
		background:#333 url(images/llsh.gif) repeat-x;
		color:#fff
}

.tree tfoot td {
		text-align:right
}

/* =body

.tree tbody th, .tree tbody td {
		border-bottom: dotted 1px #333;
}
----------------------------------------------- */

.tree tbody th {
		white-space: nowrap;
}

.tree tbody th a {
		color:#333;
}

.tree .odd {}
