﻿body {
}
.form-control {
    width: 100%!important;
    padding: 6px!important;
    border: 1px solid #ccc!important;
    border-radius: 4px!important;
}

.form-control2 {
    width: 96%!important;
    padding: 6px!important;
    border: 1px solid #ccc!important;
    border-radius: 4px!important;
}

.lbl-control {
    font-size:14px;
    color:#333;
    
}



.tgrid
{
	border: 0px solid #ccc; /*Border Color*/
	border-collapse: collapse;
	border-width: 1px 1px 1px 1px;
	font-family: verdana;
    width:100%;
}
.tgrid td
{
	
	border: 0px solid #ccc;
	border-width: 1px 0 0 1px;
	padding: 6px;
	margin: 2px;
	font-family: verdana;
	font-size: 11px;
	text-align: left;

  
}

.tgrid tr
{
	border: 0px solid #ccc;
	border-width: 1px 0 0 1px;
	padding: 6px;
	margin: 2px;
	font-family: verdana;
	font-size: 8pt;
	text-align: left;
}

.tgrid th
{
	background-color: lightblue;/*#999999;336666*/
	font: 1pt solid #ccc; /*font-weight: bold;*/
	color: #244652;
	border: 1px solid #ccc;
	padding: 10px;
	border-style:solid;
	font-family: verdana;
	font-weight: bold;
    font-size: 8pt;

}

