div#main {
	width:100%;
	background-image:url('../images/layout/bg.slice.png');
	background-repeat: repeat-x;
	background-position: 0px -54px;
	
}
div#top {
	height: 40px;
	
}

div#header {
  80px;
}
div#logo {
	width: 155px;
	float:left;
	height: 50px;
	color: #ffffff;
	background-image:url('../images/layout/bg.logo.jpg');
	background-repeat: no-repeat;
}
div#super_menu {
	float:left;
	height: 50px;
}
div#active_area {
	clear: both;
	
}
div#sidebar {
	width: 155px;
	float:left;
	background-image:url('../images/layout/bg.left.jpg');
	background-repeat: repeat-y;
	background-position: top left;
	min-height: 600px !important;
}

div#content {
	margin: -10px 0px 20px 5px;
	padding-right: 30px;
	background-color: #FFFFFF;
	min-width: 720px;
	min-height: 520px !important;
	
}

div#submenu {
	height:50px;
	float:left;
	
	
}
div#dashboard {
	background-position: 0px 18px;
	overflow:auto;
}

div.load_box {
	background-image:url('../images/helpers/loader.gif');
	background-repeat: no-repeat;
	background-color: none;
	background-position: 10px 8px;
	width: 100px;
	height: 42px;
	display: none;
}

div#hidden_sub_menu {
	display:none;
}

div.list_container {
	
	
}

#assignedEmployees option {
	padding: 0px 0px 3px 0px;
}