﻿body
{
    font-size: 12px;
    font-family: Arial,宋体, Verdana, sans-serif;
}
#divEdit input[type="submit"]
{
    margin-left: 125px;
    float: left;
    
}

#pWindow
{
    width: 650px;
    height: 480px;
    padding: 10px;
    background: #fafafa; /*overflow: hidden; */
}

.editor-label, .editor-field
{
    height: 25px;
    padding-bottom: 12px;
    float: left;
}
.display-label, .display-field
{
    height: 30px;
    padding: 2px 0 0 2px;
    vertical-align: middle;	
    margin-bottom: 12px;
    float: left;
}
 
.display-field
{
   font-weight: bold; 
    border: 1px solid #dddddd;
    background-color: #FFFFFF;
}
.editor-label,.display-label
{
    width: 120px;
    text-align: right;
    padding-left: 5px;
    padding-right: 5px;
}

.editor-field,.display-field
{
    width: 160px;
}

.field-validation-error
{
    position: absolute;
    display: block;
}

.field-validation-error span
{
    zoom: 1;
    margin-left: 20px;
    margin-top: -10px;
    position: absolute;
    white-space: nowrap;
    border: 2px solid #dddddd;
    background-color: Red;
    color: white;
    padding: 3px 3px 3px 3px; /*background: transparent url('images/validation-error.png') no-repeat 0 0;*/
    z-index: 10086;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 0 5px 2px #aaa;
    -webkit-box-shadow: 0 0 5px 2px #aaa;
    box-shadow: 0 0 5px 2px #aaa; 
    
    opacity:0.8;
    filter:alpha(opacity=80);
}
.validation-summary-errors
{
    zoom: 1;
    white-space: nowrap;
    border: 2px solid #dddddd;
    background-color: Red;
    color: white;
    font-weight: bold;
    padding: 3px 3px 3px 3px; /*background: transparent url('images/validation-error.png') no-repeat 0 0;*/
    z-index: 10086;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 0 5px 2px #aaa;
    -webkit-box-shadow: 0 0 5px 2px #aaa;
    box-shadow: 0 0 5px 2px #aaa;
    opacity:0.8;
    filter:alpha(opacity=80);
}

div .t-grid-content table
{
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #A5B3C5;
}

.coverReadonly 
{ 
    position: absolute; 
    background-color: #fefefe;
    z-index: 10000;
    opacity:0.2;
    filter:alpha(opacity=20);
}




.datediv
{  
    text-align:center;
    line-height:normal;
    margin-top:10px;
	
}
.months
{  
    display:inline-block;
}
.month 
{ 
    display:inline-block;
    height:180px;
    line-height:180px;
}
.datemove
{ 
    display:inline-block; 
    vertical-align:top ; 
    height:180px;
    line-height:180px;
    width:30px; 
    font-family:'Segoe UI', Tahoma, sans-serif,Arial;
    font-weight:bolder;
    font-size:xx-large; 
    text-align:center;
    color:#cccccc;
    cursor:pointer;
}
.datemove:hover 
{
    background-color: #eeeeee;
}

.month
{
    width:158px;
    border:1px solid #dddddd;
    margin:3px;
}
.monthname,.dayofweek,.dates
{
    float:left;
    width:158px;
    text-align:center; 
}
.dayofweek
{
    height:20px;
    line-height:20px;
    border-bottom:1px solid #eeeeee;
    border-top :1px solid #eeeeee;
}
.monthname 
{
    height:30px;
    line-height:30px;
    background: #eeeeee;
    font-weight:bold;
} 
.dates
{
    height:138px;
    line-height:normal;
}
.day_empty
{
    cursor:default;
}
.day,.day_empty
{
    float:left;
    padding:1px;
    margin:1px;
    width:18px;
    height:18px;
    line-height:18px; 
    cursor:pointer;
}
.day.WorkDay
{
   /* background-color: #E3F4FC;*/
}
.day.OffDay
{
    color:Red;
}
.day.NotDefine 
{
    text-decoration:line-through;
}
.Holiday
{
    /*color:Green;
    
    font-weight:bold;*/
    color:White;
    background-color:#F15A29;
}
.today
{ 
    color:White;
    background-color:green;
}
.day:hover
{
    color:#F15A29;
    background-color:#eeeeee;
}
 
 .selectorItem
 {
    margin:5px;
    padding :3px; 
    color:White;
    background-color:#FFA517;
    border:1px solid #F15A29;
    float:left; 
 }
 .selectorItem span
 {  
    color:red; 
    text-decoration:none;
    cursor:pointer;
 }
 .selectorItem span:hover
 {  
    color:White;
    font-weight:bold;
 }
 
 .divEditorContainer
 {
     width:700px;
     margin-left:auto;
     margin-right:auto;
 }
 
 
 .processContent {
        background-color:#fff; 
    border: 1px solid #ddd;
    font-size:large; 
    z-index:10001;
    height:100px;
    line-height:100px;
    text-align:center; 
    width:300px; 
    position:absolute;
    
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
    
    -moz-box-shadow: 0 0 5px 2px #aaa;
    -webkit-box-shadow: 0 0 5px 2px #aaa;
    box-shadow: 0 0 5px 2px #aaa; 
}