/* ===== Issue Block Styles ===== */

#issueblock{
	background-color: #e5e4e2;
	width: 675px;
	min-height: 180px;
	height: auto !important;
	border: 1px solid #aeaeae;	
	padding-left: 20px;
	padding-bottom: 20px;
	margin-left: 12px;
	margin-top: 10px;
	box-shadow: 1px 1px 1px #ccc;
	-moz-box-shadow: 1px 1px 1px #ccc;
	-webkit-box-shadow: 1px 1px 1px #ccc;
	filter: progid:DXImageTransform.Microsoft.dropShadow(color=#dddddd, offX=1.5, offY=1.5, positive=true);
}

#issueblock h1 {
	background: #fcc257;
	font:  24px impact;
	width: 695px;
	height: 33px;
	color: #fff;
	border: 1px solid #aeaeae;
	margin-top:-1px;
	margin-left:-21px;
	padding-top: 5px;
}

#issueblock .arrow{
	padding: 0px 6px 5px 10px;
}

#issueblock .title {
	border: 5px solid #567a90;
	float: left;
	height:39px;
	width:131px;
	display:block;
	top:111px;
	margin: 20px 6px 0px 14px;
	overflow:hidden;
	display:block;
}

#issueblock .title:hover{
	border: 5px solid #fff;
}