<style type="text/css">
.capsule 
{
	border-radius:5px;
	overflow:hidden;
	
}
.CapsuleBtnWhite
{
	border-radius:5px;
	
	color:#000000;
	
	background-color:#FFFFFF;
	box-sizing: border-box;
	text-align: center;
	text-decoration: none;
	line-height: 1.9;
	font-size: 14px;
	padding: 0 .75em;
	display: inline-block;
	outline: 0;
	border:solid 1px;
}
.CapsuleBtn
{
	border-radius:5px;
	
	color:#FFFFFF;
	
	background-color:#0000FF;
	box-sizing: border-box;
	text-align: center;
	text-decoration: none;
	line-height: 1.9;
	font-size: 14px;
	padding: 0 .75em;
	display: inline-block;
	outline: 0;
}
.FloatCenter
{
	position:fixed;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
}
.BigInput
{
	width:100%;
	height:30px;
	font-size:medium;
	border:solid 1px;
}


.FloatTopRight
{
	z-index: 999999;
	width:100%;
	position:fixed;
	left:200px;top:0px;
}
.BodyNoSpace
{
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	background-color:#F0F0F0;
}
.FloatBottom
{
	width:100%;
	position:fixed;
	bottom:0px;
}
.FloatTop
{
	z-index: 999999;
	width:100%;
	position:fixed;
	left:0px;top:0px;
}

.ErrTable
{
	
	color:#000000;
}
.ErrTable tr:nth-child(odd)
{
	background-color:#FF0000;
  color:#FFFFFF;
	
}
.ErrTable tr:nth-child(even)
{
  background-color:#FFFFFF;
	color:#000000;
}
.ErrTable table tr:nth-child(odd)
{
    /*background:rgb(255,0,0);*/
	 background-color:inherit;
	 background:inherit;
	
	/*background-color:rgb(255,255,255,0);  
    filter: alpha(opacity=1);  */
}
.ErrTable table tr:nth-child(even)
{
    /*background:rgb(255,0,0);*/
	 background-color:inherit;
	 background:inherit;
	
	/*background-color:rgb(255,255,255,0);  
    filter: alpha(opacity=1);  */
}


.DelTable
{
	
	color:#000000;
}
.DelTable tr:nth-child(odd)
{
	background-color:#000000;
  color:#FFFFFF;
	
}
.DelTable tr:nth-child(even)
{
  background-color:#AAAAAA;
	color:#000000;
}
.DelTable table tr:nth-child(odd)
{
    /*background:rgb(255,0,0);*/
	 background-color:inherit;
	 background:inherit;
	
	/*background-color:rgb(255,255,255,0);  
    filter: alpha(opacity=1);  */
}
.DelTable table tr:nth-child(even)
{
    /*background:rgb(255,0,0);*/
	 background-color:inherit;
	 background:inherit;
	
	/*background-color:rgb(255,255,255,0);  
    filter: alpha(opacity=1);  */
}





.WeixinTable
{
	color:#000000;
	
}
.WeixinTable th
{
	background:#0066cc;
	border-left: 1px;
	color:#FFFFFF;
	font-size: medium;
}
.WeixinTable th a
{
	
	color: #FFFFFF;
	
}
.WeixinTable input
{
	color:#000000;
}
.WeixinTable tr:nth-child(odd)
{
  background-color:#BED4E6;
}
.WeixinTable tr:nth-child(even)
{
  background-color:#FFFFFF;
}


.WeixinTable table tr:nth-child(odd)
{
    /*background:rgb(255,0,0);*/
	 background-color:inherit;
	 background:inherit;
	
	/*background-color:rgb(255,255,255,0);  
    filter: alpha(opacity=1);  */
}
.WeixinTable table tr:nth-child(even)
{
    /*background:rgb(255,0,0);*/
	 background-color:inherit;
	 background:inherit;
	
	/*background-color:rgb(255,255,255,0);  
    filter: alpha(opacity=1);  */
}
</style> 
