
/* CSS Document */

#newestRefTable {
	width: 186px;
}

#newestRefTable P {
	width: 186px;
	color: #ffffff;
	padding-bottom: 15px;
}

#newstRefTable TD.info {
}

#newestRefTable TD.title {
	height: 61px;
	font-size: 14px;
	color: #ffffff;
	padding-top: 12px;
	padding-left: 15px;
	background-image: url(../images/mark_path.gif);
	background-repeat: no-repeat;
	background-position: 0px 15px;
}

#newestRefTable TD.imgContainer {
	width: 186px;
	height: 138px;
	vertical-align: middle;
	text-align: center;
	background-color: #9abae6;
}

#newestRefTable TD.imgContainer IMG {
	border: 1px solid #2f80d9;
}

#newestRefTable TD.projectName {
	width: 160px;
	font-size: 11px;
	text-transform: uppercase;
	color: #ffffff;
	padding-right: 10px;
	padding-top: 15px;
}

#newestRefTable TD.projectType {
	font-size: 10px;
	text-transform: uppercase;
	color: #a1d0ff;
	padding-right: 20px;
	padding-top: 2px;
	padding-bottom: 27px;
}

#newestRefTable TD.line {
	padding-top: 2px;
	border-bottom: 1px solid #6699ff;
}

#newestRefTable TD.projectIco {
	width: 24px;
	height: 16px;
	background-image: url(../images/ico_flash.gif);
	background-repeat: no-repeat;
	background-position: 0px bottom;
	padding-top: 10px;
}


