﻿body {
	margin:0;
	BACKGROUND-COLOR:#fffaf0;
    font-family: 'Microsoft Sans Serif', Verdana;
    font-size:12px;
	}
.main_title {
	font-size:150%;
	color:#585858;
	font-weight:bold;
	}

.InputBox { font-size: 10pt; font-family: 'Microsoft Sans Serif', Verdana; }
.InputBoxH { font-size: 10pt; font-family: 'Microsoft Sans Serif', Verdana; background-color:yellow; }

.rbl
{
	margin:0;
	padding:0;
	white-space:nowrap;
}
.modalBackground
{
	background-color: Gray;
	filter: alpha(opacity=50);
	opacity: 0.50; 
}	

label.error {
    color: #FB3A3A;
    display: inline-block;
    text-align: left;
}
#tblTitle{
    width:100%;
}
#tblTitle td{
    padding: 0;
    border-spacing: 30px;
    width:100%;
    text-align:center;
}
#gvList td{
    padding:2px;
}


