@CHARSET "ISO-8859-1";
html *
{
   /*font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;*/
   font-family: Calibri;
   font-size:14px
   
}
/*colorcodes 0-0-3-9-8-4*/
#tempFoot{
	background-color: #004594;	
}

#leftPanel * {margin: 0; padding: 0;}


#leftPanel {
	background: lightyellow;
	width: 230px;
	margin: 10px auto 10px 5px;
	color: white;
}

#leftPanel h3 {
	font-size: 14px;
	line-height: 30px;
	padding: 0 10px;
	cursor: pointer;
	/*fallback for browsers not supporting gradients*/
	background: #004594;
	/*background: linear-gradient(#004594, #004594);*/
	

}
/*heading hover effect*/
#leftPanel h3:hover {
	text-shadow: 0 0 1px rgba(255, 255, 255, 0.7);
	background-image:url('applogos/tSq.png');
	background-repeat:no-repeat;
	background-position:right top;
}
/*iconfont styles*/
#leftPanel h3 span {
	font-size: 16px;
	margin-right: 10px;
}
/*list items*/
#leftPanel li {
	list-style-type: none;
	border-bottom: 1px solid white;
}
/*links*/
#leftPanel ul ul li a {
	color: #000000;
	text-decoration: none;
	font-size: 14px;
	line-height: 25px;
	display: block;
	padding: 0 15px;
	/*transition for smooth hover animation*/
	transition: all 0.15s;
}
/*hover effect on links*/
#leftPanel ul ul li a:hover {	
	border-left: 8px solid orange;
}
/*Lets hide the non active LIs by default*/
#leftPanel ul ul {
	display: none;
}
#leftPanel li.active ul {
	display: block;
}
/*
#leftPanel li.active h3 {
	background-image:url('applogos/tSq.png');
	background-repeat:no-repeat;
	background-position:right top;
}
*/
a.whiteLink:link,a.whiteLink:visited,a.whiteLink:hover,a.whiteLink:active{
	color: #ffffff;
	text-decoration: none;
	font-size: 14px;
}
/*For DataGrids */
	.frm{
	margin:0;
	padding:10px 30px;
	}
	.ftitle{
	font-size: 14px;
	font-weight:bold;
	padding:5px 0;
	margin-bottom:10px;
	border-bottom:1px solid #ccc;
	}
	.fitem{
	margin-bottom:5px;
	}
	.fitem label{
	display:inline-block;
	width:120px;
	}

	.fitemNoEdit{
	margin-bottom:10px;
	}
	.fitemNoEdit label{
	display:inline-block;
	width:200px;
	}
	.fitemNoEdit{
		margin-bottom:10px;
		align:left;
	}
	.fitemEmpMast{
		display: inline;
		width:100%;
		
	}
	.fitemEmpMast label{
		display:inline-block;
		width:180px;
	}
	.fitemEmpMast select{
		display:inline-block;
		width:170px;
	}
	.fitemEmpMast input{
		display:inline-block;
		width:166px;
	}
/*For DataGrids */


/*Image Icons*/
	.imgIcon{
		border-radius:10px 10px 10px 10px;-moz-border-radius:10px 10px 10px 10px;-webkit-border-radius:10px 10px 10px 10px;
		border:1px solid #ddd;
		margin:10px 10px;
		display:inline-block;
		width:150px;
		height:100px;
		cursor: pointer;
	}
	.imgIcon:hover{
		background-color:#ddd;
	}
/*Image Icons*/
.c{
	margin:10px 10px 10px 10px;
	background: #0c880c;
	width: 80px;height: 80px;
	text-align: center;
	color: #fff;
	display: inline-block;
	border: 1px solid #0c880c;
	-moz-border-radius: 8px 8px 0 0;
 	-webkit-border-radius: 8px 8px 0 0;
 	border-radius: 8px 8px 0 0;
}
.d{
 	text-align: center;
 	font-size: 3em;
 	color: #000;
 	font-weight: bold;
 	margin-top:4px;
	background: #ccc;
	width: 80px;height: 60px;
	display: inline-block;
}


/* 28px-32px add x=31 */
/* 28px-32px add y=31 */
.myIcon1 {
  background-image: url('appIcons.png');
  width:17px;
  height:17px;
  background-position: -30px -75px;
}

.myIcon {
  background-image: url('appIcons.png');
  width:17px;
  height:17px;
  background-position: -30px -34 px;
}

.empSrchBox{
  -moz-border-radius:30px;
  -webkit-border-radius:30px;
  border-radius:30px;
  border: #solid 10px #000;
  background-color: rgba(255,255,255,0.8);
  margin-left: auto ;
  margin-right: auto ;
}