 body{
     
	font-size:12px;
    margin:0px;
	padding:0px;
	text-align:left;
	background:#fff;
	color:#000;
	font-family:Tahoma, Verdana;
}
 select{font-family:Tahoma, Verdana;font-size:12px}
 
 .hand
 {
 	cursor:pointer;
 	}
 	
.friendTip {
color:#999999;
}

.fred {
color:red;
}
 
/* 全局表格设计==================================== */
table 
{
font-size:12px;
}
table .content
{
    margin: 0 ;
    border:1px solid #CCCCCC;
}
table .content td
{
    padding:5px;
    font-size:12px;
}

.content 
{
    padding:5px;
/*border:1px solid #A5ADC4;*/
clear:both;
line-height:150%;
margin-bottom:5px;
margin-top:5px;
padding-left:10px;
text-align:left;
}

.tbar {
background-color:#FFF5D7;
}


thead{background:#FFF5D7 none repeat scroll 0 0;
border-bottom:1px solid #CCCCCC;
border-right:1px solid #CCCCCC;
color:#000000;
font-size:14px;
font-weight:bold;
}
table  td
{
    font-size:12px;
}
thead th
{
    font-size:12px;
    padding:5px;
}

tbody{background:#fff none repeat scroll 0 0;
border-bottom:1px solid #CCCCCC;
border-right:1px solid #CCCCCC;
color:#000000;
font-size:14px;
padding:2px;}



 

    tr.even {
        background:#F5F5F5;
    }

    tr.odd {
        background:#FFFFFF;
    }

    tr.over td {
        background:#fffacd;
    }

    .tr_chouse td {
        background:#f0e68c;
    }


#tbodyList tr{ cursor:pointer}


.color1 {background-color:#DDD; color:#333;} /* 关键部分：定义tr的第一种样式 */
.color2 {background-color:#EEE; color:#333;} /* 关键部分：定义tr的第二种样式 */
.color3 {background-color:#666; color:#FFF;} /* 关键部分：定义tr在鼠标悬浮状态的样式*/
.selected {background-color:red; color:#FFF;} /* 关键部分：定义tr在鼠标悬浮状态的样式*/

/* 分页
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
.JqueryPager ul.pages {
display:block;
border:none;
text-transform:uppercase;
font-size:10px;
margin:10px 0 50px;
padding:0;
}

.JqueryPager ul.pages li {
list-style:none;
float:left;
border:1px solid #ccc;
text-decoration:none;
margin:0 5px 0 0;
padding:5px;
}

.JqueryPager ul.pages li:hover {
border:1px solid #003f7e;
}

.JqueryPager ul.pages li.pgEmpty {
border:1px solid #eee;
color:#eee;
}

.JqueryPager ul.pages li.pgCurrent {
border:1px solid #003f7e;
color:#000;
font-weight:700;
background-color:#eee;
}

.hlEdit{ float:right;  width:auto; height:15px;  POSITION: relative; margin-right:10px; }
 /* 全局表单设计==================================== */

 form fieldset{
	
	border:2px solid #7c5b47;
	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	clear:both;
    font-size:100%;
margin:0pt;
padding:10px;
}

form fieldset legend	
{
	background-color:#fff9e7 ;
	border:1px solid #7c5b47;
	color:#7c5b47;
font-size:100%;
font-weight:normal;
margin:0pt;
padding:0pt 5px;
	
}
	 
form fieldset legend img{
	padding:0px 5px 0px 5px;	
}

form fieldset li{
  list-style-type:none; padding:5px;
}
/* float form */
.ListFloat fieldset li{
  list-style-type:none; float:left; padding:5px;
}

form fieldset label{
	font-size:12px;
	margin:0px 2px 0px 5px;
}

/* ----------- 新统一表单form ----------- */
.xnetform
{
    margin:10px;
	padding:14px;
	border:solid 2px #7c5b47;
	background:#fff9e7;
}
.xnetform ul li{ list-style-type:none;}

.xnetform h1 {
		font-size:14px;
		font-weight:bold;
		margin-bottom:8px;
	}
.xnetform p{
		font-size:11px;
		color:#666666;
		margin-bottom:20px;
		border-bottom:solid 1px #7c5b47;
		padding-bottom:10px;
	}
.xnetform label{
		display:block;
		font-weight:bold;
		text-align:right;
		width:90px;
		float:left;
	}
.xnetform .small{
		color:#666666;
		display:block;
		font-size:11px;
		font-weight:normal;
		text-align:right;
		width:140px;
	}
.xnetform input,select {
		font-size:12px;
		padding:4px 2px;
		border-bottom:solid 1px #7c5b47;
		border-top-style:none;
		border-left-style:none;
		border-right-style:none;
		margin:2px 0 10px 10px;
	}

.xnetform .button{ 
		clear:both;
		margin-left:150px;
		background:#888888;
		color:#FFFFFF;
		border:solid 1px #666666;
		font-size:11px;
		font-weight:bold;
		padding:4px 6px;

	}



/* 事件失败 */
.error{
float:none !important;
color:#FF0000;
background-color:#FFFF99
}
/* 事件成功 */
.access{
background:url('bg-fieldset-welldone.gif') 20px  no-repeat #FAFFF3;
border:1px solid #ACD373;
font-size:14px;
font-weight:bold;
color:#008000;
margin-bottom:10px;
padding:20px;

}
/* 提醒 */
.mistake
{
background:url('bg-fieldset-kindagood.gif') 20px  no-repeat #FFE8E8;
border:1px solid #FF8C8C;
font-size:14px;
font-weight:bold;
color:#424242;
margin-bottom:10px;
padding:20px;
}
/* 重点 */
.focus{
background:#FAFFF3 none repeat scroll 0% 0%;
border:1px solid #ACD373;
margin-bottom:10px;
padding:5px;
}



/* 全局表单设计结束==================================== */
 
 
/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:10px;
}

.sampleStyleA {
	background-color:#FFF;
}

.sampleStyleB {
	background-color:#FFF;
	font-family:monospace;
	font-size:10pt;
	font-weight:bold;
}

.sampleStyleC {
	background-color:#ddffdd;
	font-family:sans-serif;
	font-size:10pt;
	font-style:italic;
}

.sampleStyleD {
	background-color:Blue;
	color:White;
	font-family:Arial;
	font-size:10pt;
}

 #BOX_overlay {
	    position: absolute;
	    z-index:100;
	    top: 0px;
	    left: 0px;
	    background-color:#000;
	    filter:alpha(opacity=60);
	    -moz-opacity: 0.6;
	    opacity: 0.6;
}
    

#layout {position: absolute;/*--绝对定位--*/
	top: 50%;
	left: 50%;
	margin-top: -150px;/*--div高度的一半--*/
	margin-left: 0px;/*--div宽度的一半--*/
	width: 300px;	
	height: 80px;
	background: #fff;
	text-align:center;
	border:#333 solid 5px;
	z-index:1000;

} 


