.myblock
{
    font-weight: bold;
    color: white;
    background-color: #a0b8c8;
	border-left: #003366 1px solid; 
	border-top: #a0b8c8 1px solid; 
	border-bottom: #a0b8c8 1px solid; 
	border-right: #a0b8c8 1px solid; 
}
.myblock2
{		 
	
	border-left: #a0b8c8 1px ridge; 
	border-top: #a0b8c8 1px ridge; 
	border-bottom: #a0b8c8 1px ridge; 
	border-right: #a0b8c8 1px ridge; 
	font-weight: normal;
    color: black;
    background-color: #e4ebf3;
}
.tableset2
{
	border-width:1px;
	border-style:solid;
	border-color:#000000;
	
	

}

.rowstyle1
{
	background-color:#ffffff;
	font-family: arial, helvetica;
	font-size: 9pt;
	text-align:center;
	padding:3px;
}

.rowstyle2
{
	background-color: #a0b8c8;
	font-family: arial, helvetica;
	font-size: 9pt;
	text-align:center;
	padding:3px;
}
.lightblue
{
    /*font-weight: bold;*/
    color: white;
    background-color:  #a0b8c8;
	padding:7px;
	font-family: arial, helvetica;
}

.lightblue2
{
    /*font-weight: bold;*/
    color: white;
    background-color:  #a0b8c8;
	/*border-right-style:solid;
	border-right-width:1px;
	border-right-color:#000000;*/
	border-left-width:1px;
	border-left-style:solid;
	border-left-color:#000000;
	border-right-width:1px;
	border-right-style:solid;
	border-right-color:#000000;
	padding:7px;
	font-family: arial, helvetica;
}

body
{
	font-size: 12px;
	font-family: Arial, Helvetica;
	text-align:left;
	color:black;
	background:#CEDE00;	
}

.text
{ 
	font-family:"Arial", Times, serif;
	font-size:13px;
	/*color:darkblue;*/
	padding:15px;
	text-align:left;
	line-height:120%;
}


.main
{
	font-family:"Trebuchet MS","Arial", Times, serif;
	font-size:11px;
	font-weight:bold;
	color:#ffffff;
	text-align:center;
	
	background-image:url(../images/paymasterlogo.gif);
	background-repeat: no-repeat;
	padding:0px;
	height:100px;
	width:150px;
}

LIx
{
	padding-left:10px;
}
.tdtext{
	size:10px;
	font-family:"Trebuchet MS","Arial", Times, serif;
	font-size:11px;
}
	.formlabels{
	size:9px;
	font-family:"Trebuchet MS","Arial", Times, serif;
	font-size:11px;
}
.tablefilling
{		
		border-left: #293e8d 1px ridge;
		font-weight: normal;
}
.tablefillingnocheque
{		
		border-left: #293e8d 1px ridge;
		font-weight: normal;
		background-color:#FFFF00;
}

.cell{
		/*border-top: #293e8d 1px ridge; */
		border-right: #293e8d 1px ridge; 
		border-bottom: #293e8d 1px ridge; 
/*		border-bottom-width:1px;
		border-bottom-color:#293e8d;*/
}

.loginform{
	color:#333333;
	width:400px;
	background-color:white;
	border:1px solid #82B114;
	margin-right:auto;
	margin-left:auto;
	border-radius:5px;
	box-shadow: 0 0 5px #444;
}

.searchform {
    background: #82b114;
	padding: 10px;
	border-radius: 5px;
	border: 1px solid
    rgba(0,0,0,0.1);
}

.search-results {
	background: #ffffff;
	padding: 10px;
	margin-top: 10px;
	border-radius: 5px;
}

.search-results table {
	font-size: 12px;
}