/*
==================================
	icons
==================================
*/

.icon_search {
	background: url(../images/icons/icon_search.gif) no-repeat center;
	margin:22px 0 0 10px;
	width:14px;height:14px;
	float:left;
}

.icon_logout {
	background: url(../images/icons/icon_logout.gif) no-repeat center;
	margin:0 5px 0 10px;
	width:18px;height:20px;
	float:left;
}

.icon_alert {
	background: url(../images/icons/icon_alert.png) no-repeat center;
	margin:26px 20px 0 20px;
	width:89px;height:81px;
	float:left;
}

.icon_info {
	background: url(../images/icons/icon_info.png) no-repeat center;
	margin:10px 20px 10px 20px;
	width:48px;height:48px;
	float:left;
}

.icon_cal {
	background: url(../images/icons/icon_cal.png) no-repeat center;
	width:18px;height:15px;
	margin:5px 0 0 0;
	float:left;
	cursor:pointer;
}

.icon_male {
	background: url(../images/icons/icon_male.gif) no-repeat center;
	width:15px;height:19px;
	margin:5px 4 0 0;
	float:right;
}

.icon_female {
	background: url(../images/icons/icon_female.gif) no-repeat center;
	width:15px;height:19px;
	margin:5px 4 0 0;
	float:right;
}

.icon_bday {
	background: url(../images/icons/icon_bday.gif) no-repeat center;
	width:19px;height:19px;
	margin:5px 4 0 0;
	float:left;
}

.icon_online {
	background: url(../images/icons/icon_online.gif) no-repeat center;
	width:15px;height:19px;
	margin:5px 4 0 0;
	float:right;
	cursor:pointer;
}

.icon_profile {
	background: url(../images/icons/icon_profile.png) no-repeat center;
	width:8px;height:19px;
	margin:5px 4px 0 0;
	float:right;
	cursor:pointer;
}

.icon_msg {
	background: url(../images/icons/icon_msg.gif) no-repeat center;
	width:14px;height:16px;
	margin:0px 0px 0 5;
	float:left;
	cursor:pointer;
}

.icon_reload {
	background: url(../images/icons/reload.png) no-repeat center;
	width:33px;height:19px;
	margin:0px;
	border:0px;
}
