@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:center;
	
}

.linkText{
	font-size:11px;
	color:#3498db;
	height:13px;
	width:125px;
}

.icRules{
	background:url(../resources/images/application/RULES_IC.png) no-repeat center;
	height:20px;
	width:20px;
	padding-left:60px;
	margin-left:2px;
	}

.add_tms{
	background:url(../resources/images/application/add_tms.png) no-repeat center;
	height:20px;
	width:25px;
	}

.bulk_upload{
	background:url(../resources/images/application/bulk_upload.png) no-repeat center;
	height:20px;
	width:25px;
	
	}

.processing_log{
	background:url(../resources/images/application/processing_log.png) no-repeat center;
	height:20px;
	width:25px;
	
	}

.profile_tms{
	background:url(../resources/images/application/profile_tms.png) no-repeat center;
	height:20px;
	width:25px;
	}

.rules{
	background:url(../resources/images/application/rules.png) no-repeat center;
	height:20px;
	width:20px;
	
	}

.view_edit{
	background:url(../resources/images/application/view_edit.png) no-repeat center;
	height:20px;
	width:20px;

	}

.legend{
	font-size:11px;
	color:#959595;
	line-height:20px;
	margin-left:2px;
	}


.add_tms_leg{
	/*background:url(../resources/images/application/add_tms.png) no-repeat center;
	height:20px;
	width:25px;*/
	background-image:url(../resources/images/application/add_tms.png);
	height: 20px;
    width: 48px;
	background-repeat:no-repeat;
    text-align: right;
    background-position: -1px 0px;
    PADDING-RIGHT: 11px;
	}

.bulk_upload_leg{
	/*background:url(../resources/images/application/bulk_upload.png) no-repeat center;
	height:20px;
	width:25px;*/
	background-image:url(../resources/images/application/bulk_upload.png);
	height: 20px;
    width: 81px;
	background-repeat:no-repeat;
    text-align: right;
    background-position: -1px 0px;
    PADDING-RIGHT: 11PX;
	
	}

.processing_log_leg{
	/*background:url(../resources/images/application/processing_log.png) no-repeat center;
	height:20px;
	width:25px;*/
	background-image:url(../resources/images/application/processing_log.png);
	height: 20px;
    width: 99px;
	background-repeat:no-repeat;
    text-align: right;
    background-position: -1px 0px;
    padding-right: 11px;
	
	}

.profile_tms_leg{
	/*background:url(../resources/images/application/profile_tms.png) no-repeat center;
	height:20px;
	width:25px;*/
	background-image:url(../resources/images/application/profile_tms.png);
	height: 20px;
    width: 60px;
	background-repeat:no-repeat;
    text-align: right;
    background-position: -1px 0px;
    padding-right: 11px;
	
	}

.rules_leg{
	/*background:url(../resources/images/application/rules.png) no-repeat center;
	height:20px;
	width:20px;*/
	background-image:url(../resources/images/application/rules.png);
	height: 20px;
    width: 55px;
	background-repeat:no-repeat;
    text-align: right;
    background-position: -1px 0px;
    padding-right: 11px;
	
	}

.view_edit_leg{
	/*background:url(../resources/images/application/view_edit.png) no-repeat center;
	height:20px;
	width:20px;*/
	background-image:url(../resources/images/application/view_edit.png);
	height: 20px;
    width: 74px;
	background-repeat:no-repeat;
    text-align: right;
    background-position: -1px 0px;
    padding-right: 11px;

	}