/* global */
html {
	overflow-y: scroll;	
}
body {
	background: #1c1c1c url(../img/bg.jpg) top left repeat-x;
	color: #000;
	font-family: Tahoma,Helvetica,Arial,Sans-serif;
	font-size: 12px;	
	margin: 2px auto;
	padding: 0 auto;
	width:718px;
	/*position:relative;*/
	line-height: 18px;
	
}
a:link, a:visited, a:active {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #333333;
	text-decoration: none;	
}

img {
	border: none;
}

/* table */
table {
	/*background-color:#fff;*/
	padding: 0;
	margin: 0;
}

.maintitle {
	text-align: center !important;
	color: #fff;
	height: 25px;	
	font-size: 13px;
	line-height: 25px;
	background: url(../img/tabmenu.jpg) no-repeat;
}

.borderwarp {
	background-color:  #fff;
	height: auto;
	border: 1px solid #d1d2fb;		
	-moz-border-radius: 0 0 5px 5px;	
}

.borderwarp_main {
	width: 720px;
	padding-bottom: 10px;
	background:  #f9f9ef url(../img/bg_news.gif) bottom repeat-x;	
}

/*end global */

/* header */
.logostrip {
	background: transparent url(../img/antispam_new_ver.gif) top left no-repeat;	
	height:162px;
	display: block;
	overflow:hidden;		
	
}
.nav {
	margin-top:15px;
	width:718px;	
}

.firstnav {
	background: transparent url(../img/menu-left.jpg) top left no-repeat;
	text-align:center;
	width:116px;
	line-height:25px;
	font-weight:bold;
	color:#fff !important;
	display:block;
	float: left;
	margin:0;
	border-right:solid 1px #fff;
}
.nnav {
	border-right:solid 1px #fff;
	margin:0;
	text-align:center;
	line-height:25px;
	font-weight:bold;
	color:#fff !important;
	background: transparent url(../img/menu-center.jpg) top left repeat-x;
	width:97px;
	height:25px;	
	display: block;
	float:left;
	/*border-right: solid 1px #ddd;*/
}

.lastnav {
	margin:0;
	text-align:center;
	line-height:25px;
	font-weight:bold;
	color:#fff !important;
	background: transparent url(../img/menu-right.jpg) top right no-repeat;
	width:111px;
	height:25px;	
	display: block;
	float:left;
}


#navigation{	
	display: none;
	top:148px;
	left: 620px;	
	position: absolute;	
	z-index: 999999999;
	width:130px;
}

#navigation a{
	display: block;
	background: url(../img/ico-arrow.gif) center left no-repeat;
	color: #183e8c;
	padding: 5px 5px;
	margin-left:10px;
}
#navigation a:hover{	
	color: #adbbd9;
	padding-left: 7px;
}

#login {
	display: none;
	top:148px;
	left: 600px;	
	position: absolute;	
	z-index: 999999999;
	padding: 10px;
	line-height:10px;
	width:150px;
}

#login input {
	border: solid 1px #e1e3e7;
	margin-bottom: 5px;
	background-color: #fffcdf;
}
/* End Header */


/* Main content */
.main {
	margin: 0px;
	padding: 0px;
}


.content_container {
	width:718px;	
}

.border_main {	
	/*border-left: solid 1px #dddddd;*/
	/*border-right: solid 1px #dddddd;*/
	border-bottom: solid 1px #dddddd;
	margin:0px auto;
}

#_content {
	text-align: left;
	width:572px;
	color: #000;
}

#_content a{	
	color: #000;
}

#_content a:hover{	
	color: #dddfff;
}

.title {
	color: red;
	font-size: 15px;
	font-weight: bold;	
}

#return_text {
	margin:10px auto 0px 20px;
	/*background-color: #ddddff;*/
	width:250px;	
}

.error_text {	
	width:300px;
	padding-left:20px;
	color:red;
	background-color: #ddddff;
	text-align: center;	
}

.block {	
	background-color: #0793f6;
	color: #fff;
	line-height:18px;
	margin: 0px 2px 0px 0px;		
	-moz-border-radius: 20px 20px 0px 0px;
	cursor: pointer;	
	font-weight:bold;	
	vertical-align: top;
	text-align: center;
	display: block;
	float: left;
	height:18px;
	
}

.block a{	
	line-height: 18px;
	padding: 10px 5px 0px 5px;
}
.block a:hover{
	color: #ef4d5f !important;	
}


#item_content {	
	float:left;
	padding: 0;
	margin: 0;
}

.view_content {
	background: url(../img/main-bg.gif) top center no-repeat;
	margin-top:20px;
	padding: 10px;
}

.support {
	/*background: url(../img/anti-sp_59.jpg) top left no-repeat;*/
	width:200px;
	height: 124px;
	display: block;
	/*opacity:0.2;*/
	
}
support img {
	opacity:1;
	filter: alpha(opacity=100);
}

/* End Main content */
/* footer */
.footer {
	overflow:hidden;
	width:718px;
	height:30px;
	margin:0 auto;
	line-height:30px;	
	text-align: center;
	color: #fff;	
	font-size:12px;
}

/* End footer */
