@charset "utf-8";
/* CSS Document */
a,
a.viewDetail {
	color:#1769b2;
	text-decoration:none;
	/*text-transform:capitalize;*/	
}
a.viewDetail {
	font-size:11px;
}
a:hover {	
	text-decoration:underline;
}
a.userName {
	font-weight:bold;
	font-size:12px;
}
a.userNamePartner {
	font-weight:bold;
	color:#1cab11;
	font-size:12px;
}
a.pointDown {
	background:url(../img/icon/point-down.gif) right center no-repeat;
	padding-right:13px;
	font-size:11px;
}
a.linkRefObj {
	color:#2e2c2d;
	font-weight:bold;
}
a.groupName {
    background: url("../img/icon/group.gif") no-repeat scroll left center transparent;
    color: #016CC7 !important;
    padding-left: 15px;
    text-decoration: none;
    text-transform: capitalize;
}

select, input[type=text], textarea {
	border:1px solid #CBCBCB;
	line-height:20px;
}
h4,
h4 a {
	color:#2e2c2d; 
	font-size:12px;
	font-weight:bold;
}


