﻿* { margin: 0; padding: 0; }
html
{
	border:0px;
}

body { 
	margin: 0px; 
	padding:0px;
	line-height: 16px; 
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	letter-spacing: 1px;
}

table,td,tr,th {
	font-size: 12px;
	line-height: 16px;
}
ul,dl,dd {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
h1,h2,h3,h4,h5,h6,form { 
	margin: 0px; 
	padding: 0px; 
}
input,textarea,select { 
	font-size: 12px; 
}
img {
	border: 0px;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:link {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #FF9900;
	text-decoration: underline;
}
a.green:visited {
	color: #009900;
	text-decoration: none;
}
a.green:link {
	color: #009900;
	text-decoration: none;
}
a.green:hover {
	color: #FF9900;
	text-decoration: underline;
}
a.blue:visited {
	color: #3772AE;
	text-decoration: none;
}
a.blue:link {
	color: #3772AE;
	text-decoration: none;
}
a.blue:hover {
	color: #FF9900;
	text-decoration: underline;
}
a.white:visited {
	color: #ffffff;
	text-decoration: none;
}
a.white:link {
	color: #ffffff;
	text-decoration: none;
}
a.white:hover {
	color: #91C8EF;
	text-decoration: underline;
}
a.grey:visited {
	color: #444444;
	text-decoration: none;
}
a.grey:link {
	color: #444444;
	text-decoration: none;
}
a.grey:hover {
	color: #666666;
	text-decoration: underline;
}
a.black:visited {
	color: #000000;
	text-decoration:none;
}
a.black:link {
	color: #000000;
	text-decoration:none;
}
a.black:hover {
	color: #666666;
	text-decoration: underline;
}
a.orange2:visited {
	color: #FF6600;
	text-decoration: none;
}
a.orange2:link {
	color: #FF6600;
	text-decoration: none;
}
a.orange2:hover {
	color: #666666;
	text-decoration: underline;
}
a.cambridgeblue:visited {
	color: #00A0E8;
	text-decoration: none;
}
a.cambridgeblue:link {
	color: #00A0E8;
	text-decoration: none;
}
a.cambridgeblue:hover {
	color: #FF9900;
	text-decoration: underline;
}
a.darkyellow:visited {
	color: #996600;
	text-decoration: none;
}
a.darkyellow:link {
	color: #996600;
	text-decoration: none;
}
a.darkyellow:hover {
	color: #1AA8E6;
	text-decoration: underline;
}
a.yellow:visited
{
    color:Yellow;
    text-decoration: none;
}
a.yellow:link
{
    color:Yellow;
    text-decoration: none;
}
a.yellow:hover
{
    color:#ffffff;
    text-decoration: underline;
}

a.fawn:visited {
	color: #999900;
	text-decoration: none;
}
a.fawn:link {
	color: #999900;
	text-decoration: none;
}
a.fawn:hover {
	color: #1AA8E6;
	text-decoration: underline;
}
a.btitle:visited {
	font-size: 14px;
	font-weight: bold;
	color: #3772AE;
	text-decoration: none;
}
a.btitle:link {
	font-size: 14px;
	font-weight: bold;
	color: #3772AE;
	text-decoration: none;
}
a.btitle:hover {
	font-size: 14px;
	font-weight: bold;
	color: #1AA8E6;
	text-decoration: none;
}
.clear {
	clear: both;
}
.font10 {
	font-size: 10px;
}
.font11 {
	font-size: 11px;
}
.font12 {
	font-size: 12px;
}
.font13 {
	font-size: 13px;
}
.font14 {
	font-size: 14px;
}
.font15 {
	font-size: 15px;
}
.font16 {
	font-size: 16px;
}
.bold {
	font-weight: bold;
}
.blue {
	color: #3772AE;
}
.navyblue {
	color: #3772AE;
}
.hoary {
	color: #cccccc;
}
.orange {
	color: #FF9900;
}
.orange2 
{
	color: #FF6600;
}
.yellow
{
    color:Yellow;
}
.grey 
{
	color: #666666;
}
.grey2 
{
	color: #B7B7B7;
}
.green {
	color: #009900;
}
.spacing0 {
	letter-spacing: 0px;
}
.white {
	color: #FFFFFF;
}
.Red {
	color: red;
}
.cambridgeblue {
	color: #00A0E8;
}
.green2 {
	color:#99CC00;
}
.underline
{
	text-decoration:underline;
}
.pointer
{
	cursor:pointer;
}
.black{ color:#000000}
/*强制换行*/
.trip_line
{
	word-wrap:break-word;word-break:break-all;table-layout:fixed;
}
/*Page start*/
#mypage {
	line-height: 17px;
	font-size: 11px;
	color: #3772AE;
	font-family: verdana, arial, helvetica, sans-serif;
}
#mypage a, #mypage span {
	float: left;
	display: block;
	margin: 0 1px;
	padding: 0 4px;
	border: 1px solid #B2E7F1;
}
#mypage .current {
	border: 1px solid #02A9EC;
	background: #02A9EC;
	font-weight: bold;
	color: #FFFFFF;
}
#mypage .count {
	border: none;
	margin-top: 1px;
	font-size: 12px;
}
#mypage .direct {
	font-size: 12px;
	font-weight: bold;
}
#mypage a {
	text-decoration: none;
	color: #3772AE;
}
#mypage a:hover {
    border: 1px solid #02A9EC;
}


#mypage_white {
	line-height: 17px;
	font-size: 11px;
	color: #3772AE;
	font-family: verdana, arial, helvetica, sans-serif;
}
#mypage_white a, #mypage_white span {
	float: left;
	display: block;
	margin: 0 1px;
	color: #FFFFFF;
	padding: 0 4px;
	border: 1px solid #0072C3;
}
#mypage_white .current {
	border: 1px solid #0072C3;
	background: #02A9EC;
	font-weight: bold;
	color: #FFFFFF;
}
#mypage_white .count {
	border: none;
	margin-top: 1px;
	font-size: 12px;
}
#mypage_white .direct {
	font-size: 12px;
	font-weight: bold;
}
#mypage_white a {
	text-decoration: none;
	color: #3772AE;
	background: #ffffff;
}
#mypage_white a:hover {
    border: 1px solid #43ABF6;
}
/*空行*/
.none_2 {
	clear:both;height:2px;line-height:2px;width:100%;
}
.none_3 {
	clear:both;height:3px;line-height:3px;width:100%;
}
.none_4 {
	clear:both;height:4px;line-height:4px;width:100%;
}
.none_5 {
	clear:both;height:5px;line-height:5px;width:100%;
}
.none_10 {
	clear:both;height:10px;line-height:10px;width:100%;
}
/*滚动条*/
.scroll_style
{
	scrollbar-face-color: #D7F0FF; 
	/*滚动条及上下箭头面板右、下边颜色*/
	scrollbar-shadow-color: #76BDFF;
	/*滚动条及上下箭头面板左、上边颜色*/
	scrollbar-highlight-color: #76BDFF;
	/*滚动条及上下箭头面板左、上边阴影颜色*/
	scrollbar-3dlight-color: #ffffff;
	/*滚动条及上下箭头面板右、下边阴影颜色*/
	scrollbar-darkshadow-color: #ffffff;
	/*滚动条轨道颜色*/
	scrollbar-track-color: #F2FAFF;
	/*滚动条上、下箭头颜色*/
	scrollbar-arrow-color: #ffffff; 
}

/*弹窗样式*/
.orangefloatlayer
{
			width:600px;height:400px; position:absolute;top: 100px;left: 100px; overflow:hidden;border:1px #C4C4BC solid;border-width:0px 0px 1px 0px; z-index:2;
		}
		.orangefloatlayer .title_bg
    	{
			background: url('/images/window_bg_middle.gif') repeat-x; height:23px; width:100%; 
		}
		.orangefloatlayer .close_bg
    	{
			background: url('/images/window_bg_middle.gif') repeat-x; height:23px; width:16px; 
		}
    	.orangefloatlayer .content
    	{
			border:1px #C4C4BC solid; border-width:0px 1px 1px 1px; background-color:#ffffff; height:100%;
		}
		
		.orangefloatlayer .titlestyle {
		      height:14px;
		      padding:2px;
		      color:#FFFFFF;
		      filter:
		          Dropshadow(offx=1,offy=0,color=#EE7000)
		          Dropshadow(offx=0,offy=1,color=#EE7000)
		          Dropshadow(offx=0,offy=-1,color=#EE7000)
		          Dropshadow(offx=-1,offy=0,color=#EE7000);
		}
		
/* 拖放使用到的样式 */
.drsElement {
 position: absolute;
}

.drsMoveHandle {
 height: 20px;
 cursor: move;
}
.dragresize {
 position: absolute;
 width: 5px;
 height: 5px;
 font-size: 1px;
 background: #EEE;
 border: 1px solid #333;
}

.dragresize-tl {
 top: -8px;
 left: -8px;
 cursor: nw-resize;
}
.dragresize-tm {
 top: -8px;
 left: 50%;
 margin-left: -4px;
 cursor: n-resize;
}
.dragresize-tr {
 top: -8px;
 right: -8px;
 cursor: ne-resize;
}

.dragresize-ml {
 top: 50%;
 margin-top: -4px;
 left: -8px;
 cursor: w-resize;
}
.dragresize-mr {
 top: 50%;
 margin-top: -4px;
 right: -8px;
 cursor: e-resize;
}

.dragresize-bl {
 bottom: -8px;
 left: -8px;
 cursor: sw-resize;
}
.dragresize-bm {
 bottom: -8px;
 left: 50%;
 margin-left: -4px;
 cursor: s-resize;
}
.dragresize-br {
 bottom: -8px;
 right: -8px;
 cursor: se-resize;
}