div.process_container
{
	display : block;
	clear : both;
	height : 200px;
	overflow : auto;
	border : 1px solid #C00;
	margin-top : 0;
	margin-bottom : 15px;
}
div.process_box
{
	display : none;
}

div#process_tab_container
{
	display : block ; 
	clear : both;
	margin-top : 10px;
}
div.process_tab_title
{
	width : 100px;
	float : left;
	font-weight : bold;
	color : #A00;
}
div#process_tab_container a.process_tab
{
	width : 26px;
	height : 17px;
	background : url(../images/site/tab_process.gif) no-repeat;
	text-align : center;
	line-height : 18px;
	font-weight : bold;
	color : #FFF;
	text-decoration : none;
	float : right;
}
div#process_tab_container a.process_tab_active
{
	width : 26px;
	height : 17px;
	background : url(../images/site/tab_process_active.gif) no-repeat;
	text-align : center;
	line-height : 18px;
	font-weight : bold;
	color : #FFF;
	text-decoration : none;
	float : right;
}
ol#project_stage_list li
{
	margin : 2px 0;
}
ol#project_stage_list li a
{
	text-decoration : none;
	color : #00D;
}
ol#project_stage_list li a:hover
{
	text-decoration : underline;
}


