
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,textarea,p,blockquote{
padding:0;
margin:0;
font-size:12px;
font-family:Arial,"宋体";
color:#333;
}
select:focus{
    border:1px solid #18a689;
}
select {
    border-color:#e5e6e7;
    height:24px;
    vertical-align:middle
}
textarea:focus {
 border:1px solid #18a689;
}
.input-border {
     border:1px solid #18a689 !Important;
}
table {
border-spacing:0;
}
address,caption,cite,code,dfn,em,th,var {
font-style:normal;
font-weight:normal;
}
ol,ul {
list-style:none;
}
caption,th {
text-align:left;
}
h1,h2,h3,h4,h5,h6 {
font-size:100%;
font-weight:normal;
}

td 
{
	line-height:130%;
}

img {
	border: 0;
}

form {
	margin: 0px;
	padding: 0px;
}

a:link{color:#039;text-decoration:none!Important;}
a:hover{color:#039;text-decoration:none;}
a:visited{color:#039;text-decoration:none;}

.xfont-dardred{color:#c00!Important; font-weight:bold; font-family:Verdana;}
.xfont-red{color:#f00!Important; font-weight:bold; font-family:Verdana;}

.xfont-blue{color:#03c!Important; font-family:Verdana;}
.xfont-14{font-size:14px;}

/* -------Start 信息提示------------ */
.info-pannel {
    color: #444;
    font-family: "Microsoft yahei",Arial;
        border: 3px solid rgba(0, 0, 0, 0);
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    display: none;
    font-family: "Microsoft yahei",Arial;
    width: 300px;
       background: #fff none repeat scroll 0 0;
    border-radius: 4px;
}
    .info-pannel h4 {
        text-align:center
    }
.info-pannel ul{
     width:300px;
}
.info-pannel li {
    width:298px;
    font-size: 13px;
    line-height: 25px;
    text-align:center;
    background-color: #fff;
    border-color: #ebccd1;
}


.info-pannel a {
	color: #004deb;
	text-decoration: none;
}

.info-pannel .easyDialog_footer::after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}
#easyDialogNoBtn {
    margin-left:95px
}

/* -------End 信息提示------------ */


.error-pannel {
	background-color: #ffeded;
	background-image: url(./../images/ico_error_1.gif);
	background-repeat: no-repeat;
	background-position: 4px 5px;
	border: 1px solid #ff9494;
	margin-top: 5px;
	margin-bottom: 15px;
}
.error-pannel dl {
	padding-bottom: 8px;
	padding-right: 20px;
}
.error-pannel dl dt {
	font-size: 14px;
	font-weight: bold;
	color: #e60000;
	padding-top: 6px;
	padding-left: 24px;
	margin-bottom: 8px;
}
.error-pannel dl dd {
	padding-left: 24px;
	line-height: 18px;
}
.error-pannel a {
	color: #e60000;
	text-decoration: none;
}


/* -------Start 琛ㄦ牸鏍峰紡------------ */
.tablestyle1 {

	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #e5e6e7;
	border-bottom-color: #e5e6e7;
	border-left-color: #e5e6e7;
	table-layout:fixed;
}
.tablestyle1 .head td, .tablestyle1 .head th  {
	background-color:#f5f5f5;
	background-image: url(../../App_Themes/Glass/GridView/gvHeaderBackground.gif);
	background-repeat: repeat-x;
	background-position: top;
	font-weight: bold;
	color: #333;
	padding-left: 6px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #e5e6e7;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 25px;
	text-align: center;
}
.tablestyle1 tr {
     border-bottom-color:transparent;
}
.tablestyle1 td {
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #e5e6e7;
	border-right-color: #e5e6e7;
	padding-left: 6px;
	padding-top: 6px;
	padding-bottom: 6px;
	color:#555;
	line-height:150%;
}

.tablestyle1 td li,.tdstyle2 text-align-left li
{
	color:#777;
	line-height:150%;
	margin-bottom:5px;
	border-bottom:dashed 1px #efefef;
}

.tablestyle1 td li.reply,.tdstyle2 text-align-left li.reply{
background-color: #fff6d6;
border:dashed 1px #dcdcdc; 
padding:5px;
color:#333;
}

.tablestyle1 td li span
{
	color:#333;	
}

.tablestyle1 .alternate {
	background-color: #d8ecf0;
	background-repeat: repeat-x;
	background-position: top;
}

.tablestyle1 .edit {
	background-color: #d8ecf0;
}


.tablestyle2 {
	border-left: 1px solid #e5e6e7;
	border-top: 1px solid #e5e6e7;
	border-right: 1px solid #e5e6e7;
}
.tdstyle1 
{
	color:#555;
	background-color: #f5f5f5;
	text-align: right;
	width: 160px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 4px;
	font-weight: bold;
	vertical-align: top;
    border-bottom:solid 1px #e5e6e7;
     border-right:solid 1px #e5e6e7; 
}
.tdstyle2 text-align-left {
	padding-left: 8px;
	padding-top: 8px;
	padding-bottom: 8px; 
     border-bottom:solid 1px #e5e6e7; 
}

.tdstyle3 {
	padding-left: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
	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: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #e5e6e7;
	border-left-color: #FFFFFF;
	background-color:#fff;
}
 

.tdstyle2 text-align-left span 
{
	color:#999;
	padding-left:10px;
}

.tdstyle2 text-align-left b,.tdstyle3 b
{
	font-weight:normal;
	color:Red;
	padding-left:10px;
}


/* -------End 琛ㄦ牸鏍峰紡------------ */

/* -------Start 鎸夐挳鏍峰紡------------ */
.buttonsarea
{
	width: 96%; padding: 8px; text-align: center;
}
.buttonstyle0 
{
	border:1px solid #4986a2 !important;
	width: 58px;   
	background-color: #ceebed;
	font-size: 12px;
	padding: 2px 3px;
}

.btn-lg 
{
	border:1px solid #4986a2 !important;
	background-color: #ceebed;
	font-size: 12px;
	padding: 2px 3px;
    }
.buttonstyle2 {
	width: 122px;
	border:1px solid #4986a2 !important;
	background-color: #ceebed;
	font-size: 12px;
	padding: 2px 3px;
}
.buttonstyle3 {
	width: 158px;
	border:1px solid #4986a2 !important; 
	background-color: #ceebed;
	font-size: 12px;
	padding: 2px 3px;
	 }
.buttonstyle4 {
	width: 188px;
	border:1px solid #4986a2 !important;
	background-color: #ceebed;
	font-size: 12px;
	padding: 2px 3px;
}
/* -------End 鎸夐挳鏍峰紡------------ */


/* -------Start 页码------------ */
.pager {
	padding: 20px;
}
.pager dd {
	float: left;
}
.pager dd a {
	display: block;
	color:#2a769d;
	margin-right: 4px;
	padding-top: 3px;
	padding-right: 7px;
	padding-bottom: 2px;
	padding-left: 7px;
	border: 1px solid #e5e6e7;
}
.pager dd a:visited {
	display: block;
	margin-right: 4px;
	background-color: #f4fafb;
	padding-top: 3px;
	padding-right: 7px;
	padding-bottom: 2px;
	padding-left: 7px;
	border: 1px solid #c2d4da;
}
.pager dd a:hover {
	color: #FFFFFF;
	background-color: #4986a2;
	border: 1px solid #216889;
}

.pager dd a.current{
    color: #FFFFFF;
	background-color: #18a689;
	border:#18a689 1px solid;
}
	*{ list-style-type:none; text-decoration:none; outline:none}
	.button-drop{ background-color: #18a689; color:#fff; border-radius:4px; border:#18a689 1px solid; height:20px; width:50px;cursor:pointer;font-size:13px !important;}
    .drop-menuul li:hover{background-color:#f5f5f5;}
	.drop-menuul {  margin-top:0px;  display:none; padding-top:5px; padding-bottom:5px; height:auto; border:1px solid #CCC;border-radius: 3px; background-color:#FFF;position:absolute; z-index:1001}  
	.drop-menuul li{border-radius: 3px; color: inherit;font-weight: normal; line-height: 25px; text-align: left;}
	.drop-menuul li a{ padding-right:20px;  cursor:pointer;color:#555;padding-left:10px}
.buttonstyle8 {
     background-color: #18a689; color:#fff !Important; border-radius:4px; border:#18a689 1px solid; height:25px;cursor:pointer ;font-size:12px; width:30px;
}
.btn-lg {
    background-color: #18a689; color:#fff !Important; border-radius:4px; border:#18a689 1px solid; height:25px;cursor:pointer ;font-size:12px; 
}
 .btn-lg a,.buttonstyle8 a  {
        color: #fff !Important;
        text-decoration: none;
    }
.astyle {
     background-color: #18a689; color:#fff !Important; border-radius:4px; border:#18a689 1px solid; height:25px;cursor:pointer ;font-size:12px;  padding:4px 2px;
}
.ul-left li a {
    color: #a7b1c2;
    font-weight: 600;
}
 .pager dl dd a {
        color: #767070;
    }
    .pager dl dd a:hover {
        background-color:#18a689;
         border:#18a689 1px solid;
    }
dl dt ul li {
 float:left; margin-right:15px; color:#f00
}
   .li-1 {
           margin-top:-20px;
 }
  .ulAdd {
          position:absolute;top:-10px; right:0
 }
 .ulAdd li {
          float:left
  }
 .tablediv a {
          width:60px;
           height:40px;
 }
.buttonfirst {
    margin-right:10px;
}
.btn-lg {
   background-color: #18a689; color:#fff !Important; border-radius:4px; border:#18a689 1px solid; height:25px;cursor:pointer ;font-size:12px !Important ; height:40px; width:100px;vertical-align:middle 
}
.btn-primary {
     background-color: #18a689; color:#fff !Important; border-radius:4px; border:#18a689 1px solid; height:25px;cursor:pointer ;font-size:12px !Important ;vertical-align:middle
}
.btn-sm {
     background-color: #18a689; color:#fff !Important; border-radius:4px; border:#18a689 1px solid; height:25px;cursor:pointer ;font-size:12px !Important ;height:22px;vertical-align:middle
}
.btn-xs {
     background-color: #18a689; color:#fff !Important; border-radius:4px; border:#18a689 1px solid; height:25px;cursor:pointer ;font-size:12px !Important ;height:18px;vertical-align:middle
}
.pager dl dd a{
    height:24px;
    line-height:24px
}
.pager {
    height:50px
}
.badge {
    background-color: #777;
    border-radius: 10px;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    min-width: 10px;
    padding: 3px 7px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}
.badge-gray {
       background-color: #d1dade;
    color: #5e5e5e;
    font-size: 11px;
    font-weight: 600;
    padding-bottom: 4px;
    padding-left: 6px;
    padding-right: 6px;
    text-shadow: none;
}
.badge-primary{
    background-color: #1ab394;
    color: #fff;
}
.badge-info{
    background-color: #23c6c8;
    color: #fff;
}
.badge-success{
    background-color: #1c84c6;
    color: #fff;
}
.badge-warning{
    background-color: #f8ac59;
    color: #fff;
}
.badge-danger{
    background-color: #ed5565;
    color: #fff;
}

.float-l {
    float:left;
}
.tr-height td select {height:140px}
#ctl00_cphBody_pnlAlert {
 display:none;
}

/* -------End 页码------------ */

