#qlClubSG {
	width: 164px;
}
#qlClubSG a:link, #qlClubSG a:hover, #qlClubSG a:visited {
	text-decoration:none;
}
#qlTop {
	background-image: url(/images/quicklinks/bkg_top.png);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #ffffff;
	height: 32px;
}
#qlMiddle {
	background-image: url(/images/quicklinks/bkg_middle.png);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #121619;
}
#qlBottom {
	background-image: url(/images/quicklinks/bkg_bottom.png);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #ffffff;
	height: 14px;
}
.qlBig {
	cursor: pointer;
	margin: 0px 1px 0px 1px;
	padding: 1px 0px 2px 10px;
	clear: both;
	color: #ffffff;
	font-weight: bold;
	font-size: 9pt;
	height: 34px;
}
.qlBig:hover {
	background-image: url(/images/quicklinks/bg_hover.png);
}
.qlBig span {
	float: left;
	padding: 9px 0px 0px 12px;
}
.qlBig span {
	text-decoration: none;
}
.qlIcon {
	float: left;
	width: 34px;
	height: 34px;
}
.qlHR {
	background-repeat: no-repeat;
	background-position: left bottom;
	background-image: url(/images/quicklinks/hr.png);
	margin: 0px 0px 2px 1px;
	width: 160px;
	height: 4px;
	clear: both;
}
.qlSmall {
	cursor: pointer;
	padding: 0px 0px 0px 23px;
	margin: 0px 0px 0px 0px;
	height: 18px;
}
.qlSmall:hover {
	background-image: url(/images/quicklinks/sm_hover.png);
}
.qlSmallIcon {
	float: left;
	width: 5px;
	height: 5px;
	padding: 0px;
	margin: 6px 10px 0px 0px;
}
.qlSmall div {
	font-size: 8pt;
	color: #ffffff;
	padding: 2px 0px 0px 0px;
}

#dashboardRightTop {
	background-repeat: no-repeat;
	background-position: top;
	background-image: url(/images/quicklinks/right_bkg.png);
	width: 300px;
	height: 12px;
}
#dashboardRight {
	padding: 0px 14px 0px 14px;
	background: #dae7ed; /* for non-css3 browsers */

	filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr='#dae7ed', endColorstr='#ffffff'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#dae7ed), to(#ffffff)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #dae7ed,  #ffffff); /* for firefox 3.6+ */ 
	background: -o-linear-gradient(#dae7ed, #ffffff); /* opera */
	zoom: 1; /*ie needs this or hieght */
 }

#profileArea {
	padding: 5px;
	background: #f4f4f4; /* for non-css3 browsers */

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f4f4', endColorstr='#ffffff'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#f4f4f4), to(#ffffff)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #f4f4f4,  #ffffff); /* for firefox 3.6+ */ 
	background: -o-linear-gradient(#f4f4f4, #ffffff); /* opera */
	zoom: 1; /*ie needs this or hieght */
}
#profileDetails {
	color: #666666;
	margin:10px 0px 10px 0px;
}
.profileValue {
	color: #333333;
	font-weight: bold;
}