@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;
}


/* for modern browsers */


.displayBlock{
	display:inline-block;
	vertical-align:top;
}

.linkText{
	font-size:11px;
	color:#3498db;
	height:20px;
	line-height:20px;
	width:80px;
	padding-right:10px;
	margin-right:2px;
}

.fleft
{
	float: left;
}
.icRules{
	background:url(../resources/images/application/RULES_IC.png) no-repeat left;
	height:20px;
	width:20px;
	padding-left:60px;
	margin-left:2px;
	}

.icPlan{
	background:url(../resources/images/application/planexecute_ic.png) no-repeat left;
	height:20px;
	width:20px;
	padding-left:60px;
	margin-right:2px;
	}

.icExecute{
	background:url(../resources/images/application/execute_ic.png) no-repeat left;
	height:20px;
	width:20px;
	padding-left:40px;
	margin-left:2px;
	}


.legRules{
	background:url(../resources/images/application/RULES_IC.png) no-repeat left;
	height:16px;
	font-size:11px;
	color:#727272;
	padding-left:20px;
	width:115px;
	margin-right:2px;
	}

.legPlan{
	background:url(../resources/images/application/planexecute_ic.png) no-repeat left;
	height:16px;
	font-size:11px;
	color:#727272;
	padding-left:20px;
	width:115px;
	margin-right:2px;
	}

.legExecute{
	background:url(../resources/images/application/execute_ic.png) no-repeat left;
	height:16px;
	font-size:11px;
	color:#727272;
	padding-left:20px;
	width:115px;
	margin-right:2px;
	}	

.legend{	
	font-size:11px;
	color:#959595;
	margin:0px 30px 0px 2px;
	line-height:20px;
	padding-right:20px;
	margin-left:2px;
	}

