@CHARSET "UTF-8";
/*.time_img{
	padding-left:5px;
	vertical-align: middle;
    display: inline-table;
    width: 15px;
    height: 15px;
    background-image: url(/files/faceOff/134/stock/img/img05.png);
    background-repeat: no-repeat;
}*/

.body-wrap{
	position: relative;
    max-width: 980px;
    height: 80%;
    clear: both;
}
table{
	position: relative;
    width: 100%;
    margin: 20px 0;
    /*border-bottom: 1px solid #dbdbdb;*/
    border-spacing: 0;
    border-top: 1px solid #495776;
    border-right: hidden;
}
table tr th{
    padding: 9px 10px;
    font-weight: bold;
    background-color: #252525;
    color: #fff;
    border-left: 1px solid #252525;
    border-top: 1px solid #252525;
    font-size: 93%;
}
table tr td:first-child, table tr td:nth-child(2), table tr td:last-child{
	
	padding: 9px 10px 17px;
    font-weight: normal;
    background:#fff url("/layouts/default/image/common/back.gif") repeat-x scroll 0 bottom;
    /*border-left: 1px solid #dbdbdb;
    border-top: 1px solid #dbdbdb;*/
    text-align:center;
    font-size: 93%;
}
table tr td{
	
	padding: 9px 10px 17px;
    font-weight: normal;
    background:#fff url("/layouts/default/image/common/back.gif") repeat-x scroll 0 bottom;
    /*border-left: 1px solid #dbdbdb;
    border-top: 1px solid #dbdbdb;*/
    text-align:left;
    font-size: 93%;

}

table tr:hover td {
	/*background: #f2f2f2;
	background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
	background: -moz-linear-gradient(top,  #f2f2f2,  #f0f0f0);	*/
}

table tr td a{
	text-decoration: none;
	color:#333333;
}