﻿.foo{}


/* SETTINGS FOR STAFFPRESENTATION */

#staffPresentation {
	width:430px;
}

#staffPresentation p {
	margin:0 0 14px 0;
}

#staffPresentation h3 {
	font-size:11px;	
	display:block; 
	background:#e5e5e5; 
	padding:3px; 
	font-weight:bold; 
	margin:25px 0 10px 0;
}

#staffPresentation h3 div {
	display:block;
	background-color:#e5e5e5;
}

/* SETTINGS FOR STAFFPRESENTATION */



/* SETTINGS FOR WORKLIST */

ol#workList {
	margin:0px;
	padding:0px;	
	list-style-type:none;
	width:430px;
}

ol#workList li {
	margin:0px;
}

ol#workList .workTitleHeader {
	float:left;
	clear:left;
	width:305px;
	padding:3px 0 3px 5px;
	background-color:#d0d0ce;
	margin-bottom:10px;
}

ol#workList .workAreaHeader {
	float:right;
	clear:right;
	width:120px;
	padding:3px 0 3px 0;
	background-color:#d0d0ce;
	margin-bottom:10px;	
}

ol#workList .workTitle {
	float:left;
	clear:left;
	width:285px;
	padding:0 20px 0 5px;
	height:60px;
}

ol#workList .workArea {
	float:right;
	clear:right;
	width:120px;
	height:60px;
}

/* END SETTINGS FOR WORKLIST */