/* CSS Document */


.header-title { font-size:12px; font-family:'open sans'; color:#FFFFFF; text-transform:uppercase; height:100%;  position: relative;
	top: 28%;  }
.header-title:hover { text-decoration:none; }


/*form override*/
.help-block { font-style:italic; font-size:12px; }
.error { color:#FF0000; font-size:12px; }

.uptext { text-transform:uppercase; }
.lowtext { text-transform:lowercase; }
.captext { text-transform:capitalize; }

.approved { background:; padding:1px 3px ; color:#3C1; font-size:11px; border:1px solid #3C1; font-weight:bold; }
.rejected { background:; padding:1px 3px ; color:#C00; font-size:11px; border:1px solid #C00; font-weight:bold;}
.notyet { background:; padding:1px 3px ; color:#999; font-size:11px; border:1px solid #999;font-weight:bold; }

.open-status { background:#45B6AF; padding:1px 3px ; color:#FFF; font-size:11px;   }
.close-status { background:#C00; padding:1px 3px ; color:#FFF; font-size:11px;   }


/*icon*/
.icon-emp { width:21px; height:21px; background:url(../images/employee_20.png) no-repeat left; }
