﻿/*vTable*/
#vTable{ margin-top:10px; width:100%; height:336px; border:1px #d3d4d6 solid; border-collapse:collapse; background:#fff}
#vTable thead th{ height:35px; color:#dc2625; font-size:14px; text-align:center; border-right:1px #d3d4d6 solid; background:#eceded;}
#vTable .cont th,#vTable .cont td{ height:37px; border:1px #d3d4d6 solid; border-top:none; border-left:none; overflow:hidden}
#vTable .cont th{ text-align:center}
#vTable .cont td{ text-align:left; padding-left:10px}
#vTable .cont span a,#vTable .cont span a:visited{ color:#e10c0c; text-decoration:none}
#vTable .cont span a:hover{ color:#e10c0c; text-decoration:underline}
