/* ***************************************************************
CORE_MINI_STYLES
------------------------------------------------------------------
AUTHOR -			Iain McWhirter
DESCRIPTION -		The core styles for mini popup windows
*************************************************************** */

/* ***************************************************************
SPECIFIC STYLES FOR THE HEADER BAR AND MENUS
*************************************************************** */	
body { background: #ffffff url(http://img.hexus.net/hexus_v2/images/site/page_bg.gif) repeat; }
#hxContainer { width: auto; max-width: none; min-width: 0; }
#hdr {
	height: auto;
	margin: 0;
	border: 1px #666666 solid;
	border-top: none;}
#hdr a {
	border: none;}

#hdrRight {
	position: absolute;
	height: 50px;
	width: 275px;
	top: 0;
	right: 10px;
	color: #ffffff;}
.hdrRightText {
	padding: 5px 5px 0 0;
	font-size: 16px;
	font-weight: bold;
	text-align: right;
	vertical-align: middle;}
.hdrRightTitle {
	color: #dddddd;}

/* ***************************************************************
SPECIFIC STYLES FOR THE MAIN CONTENT
*************************************************************** */	
#cCol, #cColMax {
	margin: 0;
	padding: 0;
	border: 1px #666666 solid;
	border-top: none;
	background: #ffffff;
	vertical-align: middle;}
#cColMax {
	border: none;}
#cColContent {
	margin: 0 10px 10px 10px;}
body form label {
	font-size: 11px;
	font-weight: bold;}
.formLabelNote {
	font-size: 11px;}
body form input, body form select, body form textarea {
	background: #efefef;}

/* ***************************************************************
SPECIFIC STYLES FOR OTHER MISCELLANEOUS AREAS
*************************************************************** */	
.profileRatingStats {
	margin: -5px 0;}
.profileRatingStats .ratingTitle {
	color: #eeeeee;}

