/* BON JOVI */
/* Master Stylesheet
----------------------------------------------------------------------------- */

	
	@import url("banners.css");
	@import url("buttons.css");
	@import url("custom.css");
	@import url("footer.css");
	@import url("layout.css");
	@import url("prompts.css");
	@import url("sizes.css");
	@import url("spacing.css");
	@import url("clique.css");
	@import url("tables.css");

	@import url("widget-alert.css");
	@import url("widget-comment.css");
	@import url("widget-member.css");


/* PAGE CONTENT
----------------------------------------------------------------------------- */


/* Text */


	div.tabbed div h3 {
	
	display: none;
	
	}


/* Inline Links */


	a {

	outline: none;
	cursor: pointer;

	}
	

/* Lists */


	ol, ul {
	
	margin: 0;
	padding: 0;
	list-style-type: none;
	
	}


/* Comment Tallies */


	a.comments {

	height: 15px;
	background-position: 0 0;
	background-repeat: no-repeat;
	padding-left: 23px;
	float: left;
	font-weight: bold;
	font-size: 10px;
	line-height: 13px;
	overflow: hidden;
	white-space: nowrap;

	}

	a.comments:hover {

	background-position: 0 -15px;

	}
	
	#qas a.comments {
	
	display: none !important;
	
	}


/* RSVP Tallies */


	a.rsvp {
	
	height: 15px;
	background-position: 0 0;
	background-repeat: no-repeat;
	padding-left: 23px;
	display: block;
	font-weight: bold;
	font-size: 10px;
	line-height: 10px;
	overflow: hidden;
	white-space: nowrap;
	
	}
	
	a.rsvp:hover {
	
	background-position: 0 -15px;
	
	}
