/* USERPROFILE CSS Document iV4 */

table.user_detail th,
table.user_detail td {
	vertical-align:middle;
	}

a.user,
a.user:visited {
	display:block;
	height:18px;
	width:18px;
	}		
	a.user:hover {
		text-decoration:underline;
		}
	/*profile icons*/
	a.profile,
	a.profile:visited {
		background: url('../images/iconbuttons-sprite-height18px.png');
		background-repeat:no-repeat;
		background-position: -144px -36px;
		height:18px;
		min-width:18px;
		width:auto;
		}
		a.profile:hover {
			background-position: -144px -54px;
			}
	a.password,
	a.password:visited {
		background: url('../images/iconbuttons-sprite-height18px.png');
		background-repeat:no-repeat;
		background-position: -18px -72px;
		height:18px;
		min-width:18px;
		width:auto;		
		}
		a.password:hover {
			background-position: -18px -90px;
			}
	a.notification,
	a.notification:visited {
		background: url('../images/iconbuttons-sprite-height18px.png');
		background-repeat:no-repeat;
		background-position: -72px 0px;
		height:18px;
		min-width:18px;
		width:18px!important;
		}
		a.notification:hover {
			background-position: -72px -18px;
			}
