﻿body {
    font-family:微软雅黑;
    background-color:#ffffff;
    margin: 0px; 
	color: #000000;
	font-size: 12px;
    overflow: hidden;
    margin-top: 0px;
}
.DialogTable
{
    width: 100%; 
    font-size: 12px; 
    font-family: 微软雅黑;
}

.SearchContainer
{
    width: 100%; background-color: #cccccc;
}
td,th{
	
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.TdTitle
{
    height:22px;width:15%;
    text-align:center;
}

.TdContent
{
    height:22px;width:35%;
    text-align:left;
}

.TdContentSearch
{
    height:22px;width:35%;
    text-align:left;
}

.TdContent input[type="text"]
{
    border:1px solid #cccccc;
    height:22px;
    line-height:22px;
    width:75%;
}
.TdContent input[type="checkbox"]
{
    border:1px solid #cccccc;
    height:18px;
    margin-left:0px;
}
.TdContent textarea
{
    border:1px solid #cccccc;
    width:90%;
    resize: none;
}

.TdContent select
{
    
}

.HrefStyle {
    color:darkblue;
    font-weight:bold;
}
.DialogTdSubmit
{
    text-align:center;
    padding-top:10px;
}

.button_Old{
  line-height:28px;
  height:30px;
  width:70px;
  color:#ffffff;
  background-color:#3e73ca;
  font-size:12px;
  font-weight:normal;
  font-family:微软雅黑;
  border:0px solid #dcdcdc;
  -webkit-border-top-left-radius:3px;
  -moz-border-radius-topleft:3px;
  border-top-left-radius:3px;
  -webkit-border-top-right-radius:3px;
  -moz-border-radius-topright:3px;
  border-top-right-radius:3px;
  -webkit-border-bottom-left-radius:3px;
  -moz-border-radius-bottomleft:3px;
  border-bottom-left-radius:3px;
  -webkit-border-bottom-right-radius:3px;
  -moz-border-radius-bottomright:3px;
  border-bottom-right-radius:3px;
  -moz-box-shadow: inset 0px 0px 0px 0px #ffffff;
  -webkit-box-shadow: inset 0px 0px 0px 0px #ffffff;
  box-shadow: inset 0px 0px 0px 0px #ffffff;
  text-align:center;
  display:inline-block;
  text-decoration:none;
}
.button_Old:hover{
  background-color:#2b58a0;
}
.DialogTdDateContent
{
    height:22px;
    text-align:left;
}