@charset "utf-8";

/* CSS Document */
body {
	font-size: 14px;
	font-family:"Tahoma";
	background-color:#CCC;
}

.mainDiv{
	height:100%;
	margin:0 auto;
	background:#ffffff;
	overflow:hidden;
	padding:10px;
}

.legText{
	margin-top:3px;
}

.displayBlock{
	display:inline-block;
	vertical-align:top;
}

.linkText{
	font-size:11px;
	color:#3498db;
	height:20px;
	line-height:20px;
	width:350px;
	padding-right:10px;
	margin-right:2px;
}

.fleft
{
	float: left;
}

 .fincreate{
	background:url(../resources/images/application/add1.png) no-repeat left;
	height:20px;
	width:20px;
	margin-left:10px;
	}
	
.finedit{
	background:url(../resources/images/application/edit1.png) no-repeat left;
	height:20px;
	width:20px;
	margin-left:10px;
	}

.finauth{
	background:url(../resources/images/application/authorize1.png) no-repeat left;
	height:20px;
	width:20px;
	margin-left:10px;
	}
	
.finreverse{
	background:url(../resources/images/application/reverse1.png) no-repeat left;
	height:20px;
	width:20px;
	margin-left:10px;
	}

.finhold{
	background:url(../resources/images/application/hold1.png) no-repeat left;
	height:20px;
	width:20px;
	margin-left:10px;
	}
	
.finrelease{
	background:url(../resources/images/application/release1.png) no-repeat left;
	height:20px;
	width:20px;
	margin-left:10px;
	}


.finview{
	background:url(../resources/images/application/list1.png) no-repeat left;
	height:20px;
	width:20px;
	margin-left:10px;
	}
	
.finrerelease{
	background:url(../resources/images/application/document_release1.png) no-repeat left;
	height:20px;
	width:20px;
	margin-left:10px;
	}
	
.findelete{
	background:url(../resources/images/application/delete1.png) no-repeat left;
	height:20px;
	width:20px;
	margin-left:10px;
	}
	
.finvoid{
	background:url(../resources/images/application/void1.png) no-repeat left;
	height:20px;
	width:20px;
	margin-left:10px;
	}
	 

.legcreate{
	background:url(../resources/images/application/add1.png) no-repeat left;
	height:20px;
	width:20px;
	padding-left:10px;
	margin-left:2px;
	}
	
.legedit{
	background:url(../resources/images/application/edit1.png) no-repeat left;
	height:20px;
	width:20px;
	padding-left:10px;
	margin-left:2px;
	}

.legauth{
	background:url(../resources/images/application/authorize1.png) no-repeat left;
	height:20px;
	width:20px;
	padding-left:10px;
	margin-left:2px;
	}
	
.legreverse{
	background:url(../resources/images/application/reverse1.png) no-repeat left;
	height:20px;
	width:20px;
	padding-left:10px;
	margin-left:2px;
	}

.leghold{
	background:url(../resources/images/application/hold1.png) no-repeat left;
	height:20px;
	width:20px;
	padding-left:10px;
	margin-left:2px;
	}
	
.legrelease{
	background:url(../resources/images/application/release1.png) no-repeat left;
	height:20px;
	width:20px;
	padding-left:10px;
	margin-left:2px;
	}
/*
.legview{
	background:url(../resources/images/application/view.png) no-repeat left;
	height:20px;
	width:20px;
	padding-left:10px;
	margin-left:2px;
	}
	*/
.legview{
	background:url(../resources/images/application/list1.png) no-repeat left;
	height:20px;
	width:20px;
	padding-left:10px;
	margin-left:2px;
	}	
	
.legrerelease{
	background:url(../resources/images/application/document_release1.png) no-repeat left;
	height:20px;
	width:20px;
	padding-left:10px;
	margin-left:2px;
	}
	
.legdelete{
	background:url(../resources/images/application/delete1.png) no-repeat left;
	height:20px;
	width:20px;
	padding-left:10px;
	margin-left:2px;
	}
	
.legvoid{
	background:url(../resources/images/application/void1.png) no-repeat left;
	height:20px;
	width:20px;
	padding-left:10px;
	margin-left:2px;
	}
