@charset "utf-8";
/* CSS Document */



#container{
	margin: 0 auto;
	width: 100%;
	height: 100%;
}

#header{
	background-color: #0091ff;
	min-height: 100px;
	border-bottom: 2px solid #fff;
}


#topLogo{
	float: left;
}


#topLoggedIn{
	float: right;
	color: #fff;
	margin: 10px;
	
}
#topLoggedIn a{
	color: #fff;
	
}

#topMenu{
	height: 25px;
	clear: both;
}


.menuTab{
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	margin-right: 2px;
	background: -ms-linear-gradient(top, #fff, #ccc);
	background: -o-linear-gradient(top, #fff, #ccc);
	background: -moz-linear-gradient(top, #fff, #ccc);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ccc), to(#fff));
	background: -webkit-linear-gradient(top, #fff, #ccc);
	font:11px  arial ;
	width: 105px;
	display: inline-block;
	text-align: center;
	padding: 6px;
}

.menuTab a:link{
	text-decoration: none;
	font-weight: normal;
	color: #000;
}

.menuTab a:active, .menuTab a:hover{
	text-decoration: none;
	font-weight: bold;
}

.menuTab .activeLink{
	background-color: #fff;
	background: none;
}



#mainContent{
	background-color: #fff;
	padding: 20px;
}

#dashboardOverview{
	background-color: #fffafa;
	border: solid 1px #ccc;
	border-radius: 5px;
	padding: 10px 20px;
	width: 500px;
	height: 150px;
	margin: 10px;
	float: left;
}

#dashboardView2{
	background-color: #fffafa;
	border: solid 1px #ccc;
	border-radius: 5px;
	padding: 10px 20px;
	width: 340px;
	height: 150px;
	margin: 10px;
	float: left;
}


#search{
	background-color: #eeeeee;
	border: solid 1px #ccc;
	border-radius: 5px;
	padding: 20px;
	width: 500px;
	height: 30px;
	margin: 10px;
	float: left;
}

#addstaff{
	float: left;
	display: block;
	background-color: #fff;
	border: solid 1px #ccc;
	border-radius: 5px;
	padding: 10px 5px 5px 5px;
	width: 340px;
	height: 60px;
	margin: 10px;
	color: #fff;
	font: 14px arial;
	text-align: center;
}



#listing{
	background-color: #eeeeee;
	border: solid 1px #ccc;
	border-radius: 5px;
	padding: 20px;
	width: 900px;
	height: 500px;
	margin: 10px;
	overflow:hidden;
	font-family: arial;
}	



#staffprofile{
	background-color: #eeeeee;
	border: solid 1px #ccc;
	border-radius: 5px;
	padding: 20px;
	width: 900px;
	height: 1200px;
	margin: 10px;
	float: left;
}	


#clientprofile{
	background-color: #eeeeee;
	border: solid 1px #ccc;
	border-radius: 5px;
	padding: 20px;
	width: 900px;
	height: 575px;
	margin: 10px;
	float: left;
}	




#footer{
	display:none;
	position: relative;
	bottom: 0px;
	height: 30px;
	background-color: #39F;
	color: #fff;
	border-top: solid 2px #ccc;
}
	