.lbtnNew,.lbtnEdit,.lbtnCancel,.lbtnReturn
,.lbtnSave,.lbtnSaveOk,.lbtnDelete
,.lbtnExcel,.lbtnStart,.lbtnSearch,.lbtnRefresh
,.lbtnPrint,.lbtnStar,.lbtnChart,.lbtnUserEdit ,.lbtn {
	background-position: right; padding-right: 20px; display: inline; background-repeat: no-repeat;
	padding-left:30px;
}
.btnCancel
{background: url("/images/return.png") no-repeat 60px center #e5e5e5;
    padding: 5px 24px;
    border: 1px solid gray;
    border-radius: 3px;
	cursor:pointer;}
.btnSave {
	background: url("/images/disk_blue.png") no-repeat 60px center #e5e5e5;
    padding: 5px 24px;
    border: 1px solid gray;
    border-radius: 3px;
	cursor:pointer;
}
.btnSaveOk {
	background: url("/images/disk_blue_ok.png") no-repeat 60px center #e5e5e5;
    padding: 5px 24px;
    border: 1px solid gray;
    border-radius: 3px;
	cursor:pointer;
}
.lbtnNew {
	background: url("/images/add.gif") no-repeat right;
}
.lbtnEdit {
	background: url("/images/edit.gif") no-repeat right; 
}
.lbtnCancel {
	background: url("/images/return.png") no-repeat right; 
}
.lbtnReturn {
	background: url("/images/return.png") no-repeat right; 
}
.lbtnSave {
	background: url("/images/disk_blue.png") no-repeat right;
}
.lbtnSaveOk {
	background: url("/images/disk_blue_ok.png") no-repeat right; 
}
.lbtnDelete {
	background: url("/images/delete26.gif") no-repeat right; 
}
.lbtnExcel {
	background: url("/images/excel.gif") no-repeat right;
}
.lbtnStart {
	background: url("/images/start-icon.gif") no-repeat right;
}
.lbtnSearch {
	background: url("/images/search.png") no-repeat right;
}
.lbtnRefresh {
	background: url("/images/refresh.png") no-repeat right; 
}
.lbtnPrint {
	background: url("/images/printer.png") no-repeat right; 
	height:24px;
	display:inline-block;
}
.lbtnUserEdit {
	background: url("/images/user_edit16.png") no-repeat right; 
}
.lbtnChart {
	background: url("/images/chart.png") no-repeat right; 
}

.lbtnStar {
	background: url("/images/star.png") no-repeat right; 
}

.tblForm
{
	margin:20px 0px;
	border-collapse:collapse;
	width:500px;
	border-spacing:0px;
	color:#555;
	
}
.tblForm th
{
	background-color: rgb(244, 250, 255);
	border:1px solid #cdcdcd;
	padding:10px;
	white-space:nowrap;
	font-size:12px;
	
}
.tblForm td
{
	padding:10px;
	background-color:White;
	border:1px solid #cdcdcd;
}
.tablestyle {
	border: 1px solid rgb(128, 128, 128); width: 100%; color: rgb(36, 93, 117); font-family: tahoma; font-size: 11px; margin-right: 0px; background-color: rgb(255, 255, 255);
	border-spacing:0px;
	border-collapse:collapse;
}
.tablestyle td a {
	color: rgb(209, 100, 0); font-weight: bold; text-decoration: none;
}
.altrowstyle {
	background-color: rgb(244, 250, 255);
}
.headerstyle th, .tablestyle caption {
	background: url("images/admin-gvw-bg.gif") repeat-x 50%; padding: 5px 10px; border: 1px solid rgb(103, 103, 103); text-align: center; color: rgb(255, 255, 255); font-weight: bold; vertical-align: middle;
}
.headerstyle th a {
	text-align: center; color: rgb(255, 255, 255); padding-left: 10px; font-weight: bold; text-decoration: none; display: block;
}
.rowstyle th,.altrowstyle th
{
	font-weight:bold;padding: 4px 10px; border-left-color: rgb(128, 128, 128); border-left-width: 1px; border-left-style: solid;
}
.rowstyle td {
	padding: 4px 10px; border-left-color: rgb(128, 128, 128); border-left-width: 1px; border-left-style: solid;
}
.altrowstyle td {
	padding: 4px 10px; border-left-color: rgb(128, 128, 128); border-left-width: 1px; border-left-style: solid;
}
.tablestyle td a img {
	border: 0px currentColor;
}
.PagerStyle {
	background: rgb(238, 238, 238); height: 28px; vertical-align: middle;
}
#ajaxLoading{
position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    background: black;
    opacity: 0.8;
	filter: alpha(opacity = 80);
    vertical-align: middle;
    display:none;
	z-index:10000;}