/* 
    Document   : newsStyle
    Created on : 2011-9-1, 22:31:09
    Author     : Jerry
    Description:
*/


body 
{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.hj 
{
	font-size: 12px;
	line-height: 20px;
	color: #000000;
}
.jhz 
{
	font-size: 12px;
	font-weight: bold;
	color: #FF6600;
}
.bswz 
{
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
a:link 
{
	color: #FF6600;
	text-decoration: none;
}
a:visited 
{
	color: #FF6600;
	text-decoration: none;
}
a:hover 
{
	color: #0099FF;
	text-decoration: underline;
}
a:active 
{
	text-decoration: none;
}
body,td,th 
{
	font-size: 12px;
}
.STYLE2 
{
    font-size: 16px;
    font-weight: bold;
    color: #FF6600;
}
.xbk 
{
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    border-bottom-color: #CCCCCC;
}

.pretty-table
{
  padding: 0;
  margin: 0;
  border-collapse: collapse;
  border: 1px solid #333;
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  font-size: 1.2em;
  color: #000;
  background: #bcd0e4 url("widget-table-bg.jpg") top left repeat-x;
}

.pretty-table caption
{
  caption-side: bottom;
  font-size: 1.2em;
  font-style: italic;
  text-align: right;
  padding: 0.5em 0;
}

.pretty-table th, .pretty-table td
{
  border: 1px dotted #666;
  padding: 0.5em;
  text-align: left;
  color: #632a39;
  height: 22px;
  width:72px;
}

.pretty-table th[scope=col]
{
  color: #fff;
  background-color: #7d98b3;
  text-transform: uppercase;
  font-size: 1.2em;
  border-bottom: 1px solid #333;
  border-right: 1px dotted #666;
}

.pretty-table th+th[scope=col]
{
  color: #fff;
  background-color: #7d98b3;
  border-right: 1px dotted #666;
}

.pretty-table th[scope=row]
{
  background-color: #b8cfe5;
  border-right: 2px solid #333;
}

.pretty-table tr.alt th, .pretty-table tr.alt td
{
  color: #2a4763;
}

.pretty-table tr:hover th[scope=row], .pretty-table tr:hover td
{
  background-color: #632a2a;
  color: #fff;
}