body,form
{
	background-color: #000000;
	padding: 0;
	margin: 0;
	font-size: 14px;
	overflow-x:hidden;
}

img
{
	border: 0;
	padding:0; margin:0;
}



a
{
	color: #f0f0f0;
	text-decoration: none;
}

a:link, a:hover, a:visited, a:active
{
	color: #f0f0f0;
	text-decoration: none;
}

span, div, p
{
	color: #f0f0f0;
	padding: 0;
	margin: 0;
}

.gray-td
{
	font-size: 12.5px;
	text-align: center;
	box-sizing: border-box;
	border: 0px solid #111;
	border-top-width: 1px;
	border-top-color: rgba(255, 255, 255, .3);
	background: #333;
	font-weight: bold;
	color: white;
	text-shadow: 0 1px 1px #111;
	background-image: -webkit-gradient(linear,left top,left bottom,from( #444 ),to( #2D2D2D ));
	background-image: -webkit-linear-gradient( #444,#2D2D2D );
	background-image: -moz-linear-gradient( #444,#2D2D2D );
	background-image: -ms-linear-gradient( #444,#2D2D2D );
	background-image: -o-linear-gradient( #444,#2D2D2D );
	background-image: linear-gradient( #444,#2D2D2D );
	height: 40px;
}

.gray-td a, a:link, a:active, a:visited, a:hover
{
	color: #f0f0f0;
	text-decoration: none;
	width: 100%;
	height: 40px;
	
	
}

.gray-td-tab
{
	font-size: 12.5px;
	text-align: center;
	box-sizing: border-box;
	border: 0px solid #111;
	border-bottom-width: 2px;
	border-bottom-color: rgba(255, 255, 255, .3);
	background: #333;
	font-weight: bold;
	color: white;
	text-shadow: 0 1px 1px #111;
	background-image: -webkit-gradient(linear,left top,left bottom,from( #444 ),to( #2D2D2D ));
	background-image: -webkit-linear-gradient( #444,#2D2D2D );
	background-image: -moz-linear-gradient( #444,#2D2D2D );
	background-image: -ms-linear-gradient( #444,#2D2D2D );
	background-image: -o-linear-gradient( #444,#2D2D2D );
	background-image: linear-gradient( #444,#2D2D2D );
	height: 40px;	
	
}

.gray-td-tab a, a:link, a:visited, a:hover
{
	color: #f0f0f0;
	text-decoration: none;
	height: 40px;
	text-overflow: ellipsis;
	
}

a:active
{
	text-decoration: none;
	background-color: Orange;
}

.gradient-gray-td-tab active
{
	text-decoration: none;
	background-color: Orange;
	padding: 5px;
}

.on
{
	text-decoration: none;
	padding-left: 5px;
	border-left: 5px solid red;
}

.gray-td-tab.up
{
	text-decoration: none;
	border-bottom: 5px solid #fff !important;
}



.bar
{
    color: #555;
    font-size: 20px;
    text-shadow: none;
    width:1px;
}
#headArea
{
	width:100%;
}
#footArea
{
 margin:0 auto;text-align:center;width:100%;
}

#contentArea
{
	width: auto; padding-bottom: 50px; margin:0 auto;
}
.newslist
{
	width: 100%;
}