﻿body {
	    font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	    font-size: 13px;
	    color:#000;
	    margin-left: 0px;
	    margin-top: 0px;
	    margin-right: 0px;
	    margin-bottom: 0px;
    }

a:link {color: #000; text-decoration: none;}

a:visited {color: #000; text-decoration: none;}

a:hover {color: #000; text-decoration: underline;}

a:active {color: #000;text-decoration: none;}


img {border: 0px;}


.tb_list
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 13px;
	background: #fff;
    margin-top:10px;
	margin-left:8px;
	width: 98%;
	border-collapse: collapse;
	text-align: left;
}
.tb_list th
{
	color:#595959;
	padding: 5px;
	height:25px;
	border-top: 1px solid #0092e8;
	border-bottom: 1px solid #0092e8;
	border-left: 1px solid #0092e8;
	border-right: 1px solid #0092e8; 
}


.tb_list tr
{

	color:#595959;
	padding: 5px;
	height:25px;
	border-top: 1px solid #0092e8;
	border-bottom: 1px solid #0092e8;
	border-left: 1px solid #0092e8;
	border-right: 1px solid #0092e8; 
    background-color:#f3f3f2;
}

.tb_list td
{
	color:#595959;
	padding: 5px;
	height:25px;
	border-top: 1px solid #0092e8;
	border-bottom: 1px solid #0092e8;
	border-left: 1px solid #0092e8;
	border-right: 1px solid #0092e8; 
}


.tb_list tr:hover td
{
	background: none repeat scroll 0 0 #DBF9FF;
    cursor: pointer;
	
}


.tb_details
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 13px;
	color:#000;
	background: #fff;
    margin-top:10px;
	margin-left:8px;
	width: 98%;
	border-collapse: collapse;
	text-align: left;
}
.tb_details th
{
	color:#595959;
	padding: 5px;
	height:25px;
	border-top: 1px solid #0092e8;
	border-bottom: 1px solid #0092e8;
	border-left: 1px solid #0092e8;
	border-right: 1px solid #0092e8; 
	margin:0; list-style:none;
}
.tb_details td
{
	color:#595959;
	height:25px;
	border-top: 1px solid #0092e8;
	border-bottom: 1px solid #0092e8;
	border-left: 1px solid #0092e8;
	border-right: 1px solid #0092e8; 
	list-style:none;
	padding: 5px 5px 5px 5px;
}

.tb_details td ul li
{
	margin-left:20px;
	list-style:none;
}

.tb_details td .post
{ 	
	margin-left:10px;
	padding:5px 5px 5px 5px;
	border-collapse: collapse;
	text-align: left;
}


.tb_details td .boxrequestdel
{ 	
	text-align: right;
    border-bottom: 1px dotted #CCC;
	margin-right:20px;
}





.tb_details tr:hover td
{

	background: none repeat scroll 0 0 #DBF9FF;
    cursor: pointer;
	
}


.nav_title
{ 

	background-image:url(../images/bg_nav.gif); background-repeat:repeat-x;
	width:98%;
    margin-top:10px;
	margin-left:8px;
	
}


.topicpost{

        font: 16px "Trebuchet MS", Arial, Helvetica, sans-serif;
        text-shadow: 1px 1px 1px #949494;

}