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

table {
		border-collapse:collapse;
	/*	background:#EFF4FB url(http://www.roscripts.com/images/teaser.gif) repeat-x;  */
		border-left:0px solid #686868;
		border-right:0px solid #686868;
		margin-top:0px;
		font:12px/145% verdana,helvetica,arial,verdana;
		color: #333;
		
		width: 100%;
	
		padding:5px;
		/*background-color:#ededed;*/
}

td, th {
		padding:5px;
		vertical-align: top; 
}

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 a {
		
		text-decoration:none;
}

table a:link {}

table a:visited {
		font-weight:normal;
		
		
}

table a:hover {
color:#a7b19d;
		border-bottom: 1px solid #bbb;
}

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

thead th, tfoot th, tfoot td {
	/*	background:#333 url(http://www.roscripts.com/images/llsh.gif) repeat-x;*/
	background-color: #d8dadd;
	/*border-top:3px solid #59A5DF;*/
		color:#666;
		font-size:12px;
		
		padding:7px;
		padding-left:20px;
		font-weight:bold;
		text-align:left;
}

tfoot td {
		text-align:right
}

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

tbody th, tbody td {
	font-size:12px;
	border-bottom: solid 1px #d8dadd;	
}


tbody th {
		white-space: nowrap;
}

tbody th a {
		
}

.odd {}

tbody tr{
	background-color:#fff;

}



tbody tr.not_locked{
	background-color:#ecffe3;
}

tbody tr.replyfooter{
	border-bottom: solid 1px #ccc;
	font-size:10px;
	text-align: right;
	line-height:12px;
}

tbody tr:hover {
		background:#edf7e3;
		color:#a7b19d;
}
