







	div.dept_chrome_container{
		margin-top:5px;
		width:98%;
		/*overflow:hidden;*/
	}
	div.dept_nochrome_container{
		margin-top:5px;
	}
	div.dept_chrome_top{		
		width:95%;
		height:20px;
		clear:both;
		padding:3px 8px 3px 8px;
		float:left;
	}
	div.dept_chrome_top_gradient{
		border-top:4px solid black;
		background:url(/portal/admin/css/tab_gradient-on.gif) top left repeat-x #FFFFFF;
	}
	
	div.dept_chrome_top_box{
		border:3px solid  #b8c8e7;
		background: #4b75c2;
		padding:5px 0px 1px 7px;
	}
	span.dept_chrome_title{
		font-size:14px;
	}
	div.dept_chrome_top_gradient span.dept_chrome_title{
		color:#000000;
		font-weight:bold;
	}
	
	div.dept_chrome_top_box span.dept_chrome_title{
		color:#FFFFFF;
		font-weight:bold;
		float:left;
	}
	div.dept_chrome_top_box img.toggle_icon{
		display:block;
		float:right;
		margin-right:10px;
		cursor:pointer;
	}
	
	div.dept_chrome_content{
		 padding:3px 4px 5px 4px;
		 width:96%;
		 clear:both;
		 background:#FFFFFF;
	}
	
	div.dept_chrome_content_box{
		 border-left:1px solid #b8c8e7;
		 border-bottom:1px solid #b8c8e7;
		 border-right:1px solid #b8c8e7;
	}
