﻿body 
{

}

.gvs
{
	width:100%;
	line-height:22px;
    border-collapse:collapse;
}
.gvs th
{
	text-align:center;
	border-bottom:1px solid #cecece;
}
.gvs td
{
	text-align:center;
	border-bottom:1px dotted #cecece;
}

.gv
{
	width:100%;
	border:1px solid #cecece;
	line-height:22px;
}

.gv td
{	
	border-bottom:1px dotted #cecece;
	text-align:center;
}
.gv th
{
	/*background-color:#83cb66;*/
	background-color:#e6e6e6;
	color:#808080;
	line-height:22px;
}

.gvleft
{
	width:100%;
	border:1px solid #cecece;
	line-height:22px;
}

.gvleft td
{	
	border-bottom:1px dotted #cecece;
	text-align:left;
}
.gvleft th
{
	/*background-color:#83cb66;*/
	background-color:#e6e6e6;
	color:#808080;
	line-height:22px;
}

.gvleftborder
{
	width:100%;
	border:1px solid #cecece;
	line-height:22px;
}

.gvleftborder td
{	
	border-bottom:1px dotted #cecece;
	text-align:left;
	border-right:1px dotted #cecece;
}
.gvleftborder th
{
	/*background-color:#83cb66;*/
	background-color:#e6e6e6;
	color:#808080;
	line-height:22px;
}


.gvaffair
{
	border:1px solid #cecece;
	border-collapse:collapse;
	width:100%
}
.gvaffair th
{
	background-color:#e2f8c4;
	text-align:center;
	
}
.gvaffair td
{
	border:1px solid #cecece;
	border-collapse:collapse;
}