﻿/*系统样式定义*/
body {
	font-family: "arial";
	font-size: 12px;
	color: #555555;
	margin:0px;
	SCROLLBAR-HIGHLIGHT-COLOR: buttonface;
	SCROLLBAR-3DLIGHT-COLOR: buttonhighlight;
	SCROLLBAR-TRACK-COLOR: #eeeeee;
	SCROLLBAR-DARKSHADOW-COLOR: buttonshadow;
	background-color: #ffffff;
	overflow-x: hidden;
	overflow-y: auto;
}
a.title { color: #B41A1A; background: #FFF; }
h1 { font: bold 2em Arial, Sans-Serif; letter-spacing: -1px; padding: 16px 0 0 8px; margin: 0; }
h2 {
	margin: 0;
	padding: 0;
	text-align:center;
	letter-spacing:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #666666;
	line-height: 23px;
	font-weight: normal;
}
h1 a { color: #FFF; background: inherit; }
h2 a { color: #BFE1ED;text-decoration: none; }
h1 a:hover, h2 a:hover { color: #fff; background: inherit; }

a.h2:link{
	color: #666666;
	font-weight: bold;
}
a.h2:hover{color: #B41A1A;}

p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
}


td {
	font-family:"arial";
	font-size: 12px;
	color: #555555;
}

.bt {
	BORDER:  1px solid #000; 
	PADDING-top: 3px; 
	FONT-SIZE: 12px; 
	CURSOR: pointer; 
	COLOR: #000000; 
	BACKGROUND-COLOR: #F9F9F9;
}
.input {
	COLOR: #555555;
	text-decoration: none;
	width:100%;
	border: 1px solid #7F9DB9;
}
a:link {
	color: #fff;
	text-decoration: none;
}
a:visited {
	color: #fff;
	text-decoration: none;
}
a:hover {
	color: #fff;
	text-decoration: underline;
}

/*中文*/
.cnfont{
	font-size: 12px;
}

.cnred{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
}
.cngreen{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #008000;
}
/*英文*/
.enfont{
	font-family:"Tahoma";
	font-size: 11px;
}
.enfont a:link{
	font-family:"Tahoma";
	font-size: 11px;
}
.enfont a:visited{
	font-family:"Tahoma";
	font-size: 11px;
}


/*盒子定义*/

#newsbox {
	float:left;
	width: 289px;
	padding: 0px;
	margin-right: 1px!important;
	margin-right: 2px;
	height: 217px;
	background:#E4E4E4;
	border:2px solid #CCCCCC;
	}
	
.menubox{
	width:289px;
	height:27px;
	background-image:url(../../images/secutimes/bg_menubox.gif);
	background-repeat: repeat;
}

.container{
width:289px;
height:auto;
background:#E4E4E4;
}

.conleft{
	float:left;
	width:38px;
	height:190px;
	background:#E4E4E4;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #cccccc;
	border-right-color: #cccccc;
	border-bottom-color: #cccccc;
	border-left-color: #cccccc;
}

.conright
{
	position:absolute;
	left:40px;
	top:29px;
padding-top:10px;
float:right;
width:250px;
height:180px;
background:#fff;
}
.conright1{
margin:0px;
padding-left:2px;
float:right;
width:240px;
height:135px;
background:#fff;
}
.conright2{
margin:0px;
padding:0px;
float:right;
width:250px;
height:45px;
background:#fff;
}


.buttonleft{
	float:left;
	width:75px;
	height:22px;
	padding-left:5px;
	padding-top:5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

.buttonlefton{
float:left;
width:38px;
margin-top:6px;
height:23px;
background-image:url(../../images/secutimes/buttonlefton.gif)}

.buttonleftoff{
float:left;
width:38px;
margin-top:6px;
height:23px;
background-image:url(../../images/secutimes/buttonleftoff.gif)}


.buttonrighton{
float:left;
width:52px;
margin-top:4px;
height:23px;
background-image:url(../../images/secutimes/buttonrighton.gif)}


.buttonrightoff{
float:left;
width:52px;
margin-top:4px;
height:23px;
background-image:url(../../images/secutimes/buttonrightoff.gif);
}

.bg_form{
	background-color:#E4E4E4;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #cccccc;
	border-right-color: #cccccc;
	border-bottom-color: #cccccc;
	border-left-color: #cccccc;
	line-height: 20px;
}
.bg_formred{
	background-color:#E4E4E4;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #cccccc;
	border-right-color: #cccccc;
	border-bottom-color: #cccccc;
	border-left-color: #cccccc;
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	color: #ff0000;
}


.tr_on{
background-color:#E3E3E3}

.tr_off{
background-color:#F7F7F7}

