﻿.TableStyle
{
	border-right: #000070 thin solid;
	border-top: #000070 thin solid;
	border-left: #000070 thin solid;
	border-bottom: #000070 thin solid;
	border-collapse: collapse;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
}

.CellStyle
{
	border-spacing:0;
	border-collapse:collapse;
	border-right: #000070 1px solid;
	border-top: #000070 1px solid;
	border-left: #000070 1px solid;
	border-bottom:#000070 1px solid;
}

.Alist
{
	margin:10px auto; 
	width:950px; 
	height:65px;
}

.Alist li
{
	width:230px; 
	height:65px; 
	padding-right:10px; 
	float:left; 
	list-style:none;
}

.Alist li.lastad
{
	padding-right:0!important;
}

.modalframe 
{ 
	position: absolute; 
    top: 0%; 
    left: 0%; 
    width: 100%; 
    height: 100%; 
    z-index:1001; 
    background-color: black; 
    opacity:.60; 
    filter: alpha(opacity=10); 
    text-align:center; 
    vertical-align:middle; 
}
   
.leftTitle
{
	height:38px;
	width:200px;
	text-align:right;
	float:left;
}

.rightInfo
{
	height:38px;
	width:400px;
	text-align:left;
	float:left;
}

.btnInfo
{
	height:38px;
	width:600px;
	text-align:center;
}

.ErrMsg
{
	color:Red!important;
}

.PanelStyle
{
	border-right: 2px ridge;
	border-top: 2px ridge;
	border-left: 2px ridge;
	border-bottom: 2px ridge;
	background-color: buttonface;
	line-height :120%;
	font-size:14px;	
}

.TableBK
{
	font-family:宋体;
	font-size:12px;
	line-height:120%;
}

