﻿/*编辑单元 见aWin\wAdvertise\wAdType*/
.div_edit
{
 float:left;
 min-width:600px;
 margin-left:5px;
 font-size:18px;
}
.div_edit li
{
 list-style-type:none;list-style:none;border:0;    
 float:left;
 height:100%;
 text-align:left;
}
.div_edit ul
{
  float:left;
  background-color: #F2F2F2; 
  line-height: 45px;
  color: #2B2C30;
  height: 45px;
  padding-left: 10px;
  margin:5px 0px 5px 10px;
  width:100%;
}
.div_edit .title
{
    background-color: #CFF6F0;
}
.div_edit .hidden
{
    height:0px;
    margin:0px;
}
.div_edit input
{
    border: 0px;
    background-color: #f2ffff;
    height:70%;
    font-size:large;
    width:80%;
    margin-left:5px;
}
.div_edit select
{
    border: 0px;
    background-color: #f2ffff;
    height:80%;
    font-size:large;
    width:80%;
    margin-left:5px;
}

.div_edit input[type="submit"] 
{
    border: 0px;
    height:80%;
    font-size:x-large;
    width:auto;
    color: #fff;
    clear: both;
    float: left;
    height: 105%;
    background-color: #86E2D3;
    border: none;
    margin-right:30px;
}
.div_edit input[type="radio"] 
{
    height:auto;
    width:auto;
    float:left;
    vertical-align:middle;
    border-width:5px;
    margin-top:10px;
    margin-left:5px;
}
.div_edit .field-validation-error
{
    float:left;
    text-align:left;
    background-color:Yellow;
    color:Red;
    height:80%;
    font-size:small;
}
/*集中显示验证错误*/
.validation-summary-errors
{
    color:Red;
    margin-left:15px;
    float:left;
}
.validation-summary-errors li
{
    /*list-style-type:none;list-style:none;border:0;*/
    float:left;
}
/*标题栏*/
.li_title
{
  list-style-type:none;list-style:none;border:0; 
  background-color: #F2F2F2;
}
/*输入字段*/
.li_submit
{
  list-style-type:none;list-style:none;border:0; 
  line-height: 45px;
  font-size: 18px;
  height: 45px;
  padding-left: 20px;
  margin:10px 0px 10px 20px;
}
.li_hidden
{
  list-style-type:none;list-style:none;border:0; 
  height: 0px;
}
.li_field
{
  list-style-type:none;list-style:none;border:0; 
  background-color: #F2F2F2;
  line-height: 45px;
  color: #2B2C30;
  font-size: 18px;
  height: 45px;
  padding-left: 20px;
  margin:10px 0px 10px 20px;
}
.li_field label,.li_field span
{
    float: left;
    font-size: 18px;
    line-height: 45px;
    padding-bottom: 11px;
    padding-bottom: 7px\9;
    color: #2B2C30;
    border-bottom: 0px;
    margin:0px 5px 0px 5px;
}
.li_field input
{
    font-size: 16px;
    height: 24px;
    height: 22px\9;
    border: 0px;
    background-color: #f2ffff;
    float:left;
    width: 180px;
    margin-right: 15px;
    margin-top: 9px;
    margin-right: 15px\9;
    margin-top: 0px\9;
    padding-top: 11px\9;
    padding-bottom: 10px\9;
}
.li_field .field-validation-error
{
    background-color:Yellow;
    color:Red;
    height:60%;
    font-size:small;
}
/*submit*/
.li_submit input[type="submit"] 
{
    float:left;
    font-size: 22px;
    color: #fff;
    clear: both;
    float: left;
    height: 48px;
    background-color: #86E2D3;
    border: none;
}


.ul-listview   
{ 
    /*
  border-top-right-radius: 10px;   
  border-top-left-radius: 10px;   
  border-bottom-right-radius: 10px;   
  border-bottom-left-radius: 10px; 
  padding:5px 0px 0px 0px;  
  */
  -moz-border-radius: 				.6em /*{global-radii-blocks}*/;
  -webkit-border-radius: 				.6em /*{global-radii-blocks}*/;
  border-radius: 						.3em /*{global-radii-blocks}*/;
  border:1px solid #EBEBEB;   
  margin-top:.2em;
  float:left;
  width:100%;
  
}   
.ul-listview  .li-list-divider
{
    font-size:large;
  background:#EBEBEB;   
  line-height:35px;
  list-style-type:none;
  font-weight:bold;
  list-style-type:none;list-style:none;margin:0;padding:0;border:0;
}
.ul-listview  .li-list-divider-1{
  background:#CFF6F0;    
  line-height:30px;
  font-weight:bold;
  list-style-type:none;list-style:none;margin:0;padding:0;border:0;
  margin-left:30px;
}
.ul-listview  .li-field
{
    list-style-type:none;
    margin:5px;
   /* border:5px solid #f3f3e3 ;*/
}
.ul-listview  li
{
    list-style-type:none;
    margin:10px;
}
.ul-listview  .li-list-level-1
{
    padding: 0px 0px 0px 25px;
}
.ul-listview  .li-list-level-2
{
    padding: 0px 0px 0px 45px;
}