.selectedItemList30 {
	background-color: #DDD1E5;
	border-bottom: none;
	border-top: none;
	height: 30px;
}

.sm-scrollbar {
	background-color: #DDD1E5;
	position: absolute;
	right: 0;
	width: 12px;
	height: 280px;
	
	-webkit-border-bottom-right-radius: 6px;
	-khtml-border-radius-bottomright: 6px;	
	-moz-border-radius-bottomright: 6px;
	border-bottom-right-radius: 6px;
	
}
.sm-thumb {
	background-color: #5B3874;
	border-radius: 5px 5px 5px 5px;
	cursor: pointer;
	height: 100px;
	position: absolute;
	top: 0px;
	width: 12px;
}
.sm-inner {
	position: absolute;
	width: 218px;
	top: 0px;
}
.sm-page {
	height: 280px;
	overflow: hidden;
}
.sm-item {
	border-top: 1px solid #CCC;
	height: 42px;
}
.itemRow {
	font-size: 12px;
	padding: 6px;
}

/* YRRP Questionnaire Report */
.crItem 
{
	margin-bottom: 4px;
	margin-right: 6px;
	overflow: auto;
	line-height: 23px;
	cursor: pointer;
	width: 206px;
	float: left;
	background-color: #DDD1E5;
}
.crItem:hover 
{
	background-color: #EEE8F2;
}
.crItem.active 
{
	background-color: White;
	margin-right: 6px;
}
.crItemSelected 
{
	background-color: #7a7c76;
	color: #FFF;
}
.crIcon 
{
	float: left;
	width: 23px;
	height: 23px;
	margin-right: 6px;
	background: url(/Assets/ThemesCommon/Images/Icons/unit-icons.png) no-repeat -3px -3px;
}
.selectAllNone 
{
	clear: left;
	text-align: right;
}

.crText 
{
	display: inline-block;
}
.crCoastGuard 
{
	background-position: -3px -3px;
}

.crAirForceReserve
{
	background-position: -3px -311px;
}
.crArmyNationalGuard
{
	background-position: -3px -283px;
}
.crArmy
{
	background-position: -3px -255px;
}
.crAirNationalGuard
{
	background-position: -3px -227px;
}
.crMarineCorpsReserve
{
	background-position: -3px -199px;
}
.crAirForce
{
	background-position: -3px -171px;
}
.crArmyReserve
{
	background-position: -3px -143px;
}
.crNavyReserve
{
	background-position: -3px -115px;
}
.crMarines
{
	background-position: -3px -87px;
}
.crCoastGuardReserve
{
	background-position: -3px -59px;
}
.crNavy
{
	background-position: -3px -31px;
}
