/*
# Panel Elements
*/
div.panelControlHeading {
	position: relative;
}

div.panelControlBox {
	position: absolute;
	left: 97%;
}

div.dividerHorizontal {
	font-size: 1px;
	height: 1px;
	border-bottom: #999999 1px dashed;
}

/*
# Refine Form Elements
*/
td.refineImageBox {
	border-right: #999999 1px dashed;
	font-size: 70%;
}

td.refineFormBox {
	font-size: 70%;
}

/*
# Links
*/
a.groupList, a.groupList:visited {
	padding:2px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #F0F0F0;
	border: #999999 1px solid;
	border-left: #FFFFFF 1px solid;
	border-top: #FFFFFF 1px solid;
	text-decoration: none;
	width: 120px;
	margin-bottom: 5px;
	margin-top: 5px;
}

a.groupList:hover, a.groupList:visited:hover {
	background-color: #E9E9E9;
	border: #666666 1px solid;
	border-right: #FFFFFF 1px solid;
	border-bottom: #FFFFFF 1px solid;
	text-decoration: none;
	width: 120px;
	whitespace: no-wrap;
	overflow: visible;
}

/*
# Misc
*/
img.avatarIcon {
	border: #999999 1px solid;
	border-left: #CCCCCC 1px solid;
	border-top: #CCCCCC 1px solid;
}