@charset "utf-8";

/* index.css */

#workflow {
}

#workflow li {
	padding: 10px 10px 27px;
	background: #a6a6a6 url(/workflow/images/common/arrow_black.gif) no-repeat center 98%;
}

#workflow li.odd {
	background: #666 url(/workflow/images/common/arrow_white.gif) no-repeat center 98%;
}

#workflow li.last {
	background: #a6a6a6;
	padding-bottom: 10px;
}

#workflow .workflowPhase {
	position: relative;
	padding: 5px;
	min-height: 200px;
	height: auto !Important;
	height: 200px;
	background: #fff;
}

#workflow .phaseName {
	margin: 5px 0 10px;
}

#workflow .phaseSummary {
	width: 343px;
	margin: 0 12px;
}

#workflow .phaseImage {
	position: absolute;
	right: 10px;
	top: 15px;
}


