﻿/* 默认 */
.ArkTextBox{border:1px #959595 solid;width:150px;}

/* 必填项 */
.ArkTxtNecessary{border:#FF0000 2px dashed; width:150px;}

/* 错误 */
.ArkTxtWrong{border:#FFA500 2px dashed; width:150px;}

/* 可疑 */
.ArkTxtDoubt{border:#87CEFA 2px dashed;width:150px; }

/* CSS Document */



body { margin:0px; padding:0px; color:#666; background:#fff; font:Arial, Helvetica, sans-serif; font-size:12px; }
form { margin:0; padding:0; }
input { border:1px #666 solid;  }
h3 {font-size:14px; color:#0072bc; margin:0; line-height: 26px; background:#ebebeb; padding:0 10px; }
h4 {font-size:14px; color:#f26522; margin:0; line-height: 26px; }

#wrap { width:100%; margin:0; padding:0; }
#top { background: #80b4e9; height:100px; height:98px !important; margin:0; padding-left:10px;  }
#logo { padding-top:30px; padding-left:30px; }
#search { padding:0 10px 2px 0; text-align:right; height:72px; }
	
.content, .contentL, .contentR { width: 100%; background:#fff; padding:5px 0 15px 0; margin:0; clear:both;}
	/*\*/ * html .content, * html .contentL, * html .contentR { height: 1%; } /**/ *>.content, *>.contentL, *>.contentR { overflow: hidden; }
/*侧边样式*/
.sideL { width: 205px; float: left; overflow: hidden; }
.sideR { width: 205px; float: right; overflow: hidden; border-left:1px #e6eced solid; background:#fff7e8; }
/*中间部分样式*/
.mainarea { margin: 0 4px; width: 550px; float: left; }
	.contentL .mainarea { margin: 0 0 0 4px; width: 705px; }
	.contentR .mainarea { margin: 0 6px 0 0; width: 740px; }

#portraitimg { margin:13px; padding:8px; background:#f4f4f4; text-align:center; }
	#portraitimg img { width:160px; height:auto; }

.block { margin:5px; }
	/*侧边多行列表*/
	.block h3 { border-bottom:1px #d7d7d7 solid; }
	.block ul { margin: 0; padding: 0px 0 10px; line-height: 1.2em; width: 100%; overflow: hidden; }
		.block li { margin: 0 5px; padding: 5px 0 0 8px; background: url(list_icon.gif) no-repeat 0 12px; }
			.block li a { color: #666; }

/*-----------------------------------------------------------------------------------页脚 Footer*/

#footer { clear: both; background: #e6d8c7; padding: 0.5em; margin-bottom: 0; text-align: right; font: 100% Verdana, Arial, Helvetica, sans-serif; }
	#footer p { margin: 0.2em 0; color: #fff; }
	
	
	
.PagerButton
{
    padding: 1px;
    cursor: pointer;
    border: 0px;
    background:transparent url(first.gif) no-repeat scroll center;
    width: 20px;
    vertical-align:middle;
}
.PagerButton:hover
{
    border: 1px solid #9EB6CE;
    padding: 0px;
}

.FirstPage
{
    background:transparent url(first.gif) no-repeat scroll center;
}

.PrevPage
{
    background:transparent url(prev.gif) no-repeat scroll center;
    margin-right: 6px;
}

.NextPage
{
    background:transparent url(next.gif) no-repeat scroll center;
}

.LastPage
{
    background:transparent url(last.gif) no-repeat scroll center;
}

.linkbutton { color:#fff; display:block; padding:3px 5px; background:#f26522; width:60px; text-decoration:none; font-weight:bold; }

.linkbuttontxt { color:#333; padding:5px; onmouseover: expression(onmouseover=function (){this.style.color='#f26522'}); 
	onmouseout:expression(onmouseout=function (){this.style.color='#333'});
	}
.linkbuttontxt a:hover{ color:#f26522; padding:5px; }

.button { color:#fff; background:#f9d99f; padding:3px 5px; cursor:hand; }

#UserLoginPanel, #EmailLoginPanel, #PhoneLoginPanel { padding:10px; border:1px solid #333; background:#fff; }
#UserLoginPanel fieldset, #EmailLoginPanel fieldset, #PhoneLoginPanel fieldset { border:none; }

.img { padding:5px; background:#fff; text-align:center; }

