@charset "utf-8";
/* CAB Icons CSS Document */

.icoStudyNew {
	cursor: hand;
}

.icoStudyDelete {
	cursor: hand;
}

.icoStudyModify {
	cursor: hand;
}

.icoLanguageNew {
	cursor: hand;
}

.icoLanguageDelete {
	cursor: hand;
}

.icoLanguageModify {
	cursor: hand;
}

.icoExpertiseNew {
	cursor: hand;
}

.icoExpertiseDelete {
	cursor: hand;
}

.icoExpertiseModify {
	cursor: hand;
}

.icoCVUpload {
	cursor: hand;
}

.icoCVView {
	cursor: hand;
}

span.icoShieldRed {
	margin-left: 3px;
	margin-right: 3px;
	padding-left: 18px;
	border: 1px solid transparent;
	background: transparent url(../images/icons/shield_red.png) top left no-repeat;
	color: #1370ab;
}