/* Body */
body{
	background:url("http://www.upsu.net/templates/upsu_community/images/portsmouthcommunity.jpg");
	background-repeat: no-repeat;
	background-color: #aceff5;
}

/* edit button */
.contentpaneopen_edit
{
	float: left;
}

/* Frontend Editing*/
fieldset
{
	border: 1px solid #ccc;
	margin-top: 15px;
	padding: 15px;
}

legend
{
	margin: 0;
	padding: 0 10px;
}

td.key
{
	border-bottom: 1px solid #eee;
	color: #666;
}


/* LINKS */

a:link {
	color: #09F;
	text-decoration: none;
}
a:visited {
	color: #09F;
	text-decoration: none;
}
a:hover {
	color: #03F;
	text-decoration: none;
}
a:active {
	color: #09F;
	text-decoration: none;
}

/* REGISTRATION PAGE STYLING */
/* 
	cbfr_84: UPSU Account 
	cbfr_85: Personal Details 
	cbfr_86: Equal Opportunities 
	cbfr_87: Activities 
	cbfr_88: Communications 
*/

#cbfr_84 label,
#cbfr_85 label,
#cbfr_86 label,
#cbfr_87 label,
#cbfr_88 label {
font-family: "Century Gothic", Verdana, Arial;
text-transform:uppercase; 
font-size: 16px;  
color:#39F;
font-weight:bold;
}

/* LOGIN PAGE STYLING */
.componentheading{
	font-family: "Century Gothic", Verdana, Arial;
	text-transform:uppercase; 
	font-size: 16px;  
	color:#39F;
	font-weight:bold;
	}
	
#mod_login_usernametextfront{
	color:#000;
	font-size:14px;
	}
	
#mod_login_passwordtextfront{
	color:#000;
	font-size:14px;
	}

#mod_loginform{
background: #CCC;
padding: 10px;
}
	
/* COMMUNITY PAGE */
#cb_tabid_17{
	/* This hides the community builder automatically inserted menu */
	visibility:hidden;
	height:10px;
	overflow:hidden;
}

#cbProfileTitle{
	font-family: "Century Gothic", Verdana, Arial;
	text-transform:uppercase; 
	font-size: 16px;  
	color:#39F;
	font-weight:bold;
	}

#cbfv_29{
	background-image:url(http://www.upsu.net/templates/upsu_community/images/photo.gif);
	background-repeat:repeat;
	}
	

ul.mod_quickfaq{
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
	margin-left:-20px;
	}
li.mod_quickfaq{
	font-size:12px;
	font-weight:bold;
	line-height:normal;
	margin-bottom:10px;
	}
.browseProductContainer{
	padding-bottom:9px;
	border-bottom:#999 dashed 1px;
	margin-bottom:10px;
	}