/*a:link
{
	text-decoration: none;
	color: #000000;
}*/
/*a:visited
{
	text-decoration: none;
	color: #000000;
}*/
/*a:hover
{
	text-decoration: none;
	color: #0066BC;
}*/
a:active
{
	text-decoration: none;
	color: #000000;
}
FIELDSET.clsFieldset
{
	border-right: silver 1px solid;
	border-top: silver 1px solid;
	border-left: silver 1px solid;
	width: 760px;
	border-bottom: silver 1px solid;
}
TABLE.clsTableList					/*  Used by the Paging */
{
	background-color: #dfdfdf;
	WIDTH: 760;
}
TABLE.clsTableMain					
{
    WIDTH: 100%;
    BACKGROUND-COLOR: #fdfffe
}
TR.clsTRList
{
	font-size: 12px;
	cursor: hand;
	font-family: verdana;
	background-color: #ffffff;
}
TD.clsTDLabel
{
    FONT-SIZE: 12px;
    FONT-FAMILY: Verdana, Arial, Helvetica;
    TEXT-ALIGN: right
}
TD.clsTDLabel2
{
    FONT-SIZE: 12px;
    FONT-FAMILY: Verdana, Arial, Helvetica;
}
TD.clsTDValue
{
	font-size: 12px;
	color: blue;
	font-family: Verdana, Arial, Helvetica;
}
TD.clsTDHeader								/*  Used by the Paging */
{
	font-weight: bolder;
	font-size: 11px;
	color: white;
	font-family: Verdana;
	background-color: #848589;
    BORDER-RIGHT: #999999 2px outset;
    BORDER-TOP: #e4ecf5 1px outset;
    BORDER-LEFT: #e4ecf5 1px outset;
    BORDER-BOTTOM: #adc3e4 1px outset;
    CURSOR: hand;
}

.clsButton
{
	border-right: #fcffed 3px outset;
	border-top: #fcffed 3px outset;
	font-weight: normal;
	font-size: 12px;
	border-left: #fcffed 3px outset;
	width: 62px;
	color: white;
	border-bottom: #fcffed 3px outset;
	font-family: Verdana;
	background-color: #848589;
}

.clsButtonResize
{
	border-right: #fcffed 3px outset;
	border-top: #fcffed 3px outset;
	font-weight: normal;
	font-size: 12px;
	border-left: #fcffed 3px outset;
	width: 180px;	
	color: white;
	border-bottom: #fcffed 3px outset;
	font-family: Verdana;
	background-color: #848589;
}

.clsButtonMO
{
	border-right: #fcffed 3px outset;
	border-top: #fcffed 3px outset;
	font-weight: normal;
	font-size: 12px;
	border-left: #fcffed 3px outset;
	width: 62px;
	color: black;
	border-bottom: #fcffed 3px outset;
	font-family: Verdana;
	background-color: palegoldenrod;
}

.clsButtonResizeMO
{
	border-right: #fcffed 3px outset;
	border-top: #fcffed 3px outset;
	font-weight: normal;
	font-size: 12px;
	border-left: #fcffed 3px outset;
	width: 180px;	
	color: black;
	border-bottom: #fcffed 3px outset;
	font-family: Verdana;
	background-color: palegoldenrod;
}

.margin_top{
    margin-top:15px;
}

.has-error-rbtn {
    color: #a94442;
}

.has-success-rbtn {
    color: #3c763d;
}

.radioButtonListPadding label {
    padding-left: 5px;
}

.radioButtonList-margin {
    margin: 5px 0px 0px 20px;
}

.padding-all{

    padding:8px;
}

.resize-vertical{

    resize:vertical;
}

.disable-gcaptcha {
    opacity: 0.65;
    pointer-events: none;
}