/* Nude Celebrity Theater - Promo.html CSS */

/* These styles control movie, celebrity and news detail displays included in the actual script section - Other styles may be added for use in other areas of the promo.htm page as needed. */

/* Celebrity Name, Movie Title, News Headline at top of page */
.ccp_promoTitle {
	font-size: 12pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #003399;
	text-decoration: none;
}
/* Labels like Biography, Photo Previews, Review, Video Clips */
.ccp_sectionHeader {
	font-size: 11pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #336699;
	text-align: left;

	
}
/* Text for sections like Biography, Photo Previews, Review, Video Clips */
.ccp_sectionText {
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* Item labels like Birthdate, Photos, Movie Reviews, Year, Director, Synopsis */
.ccp_itemHeader {
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

/* Text for items like Birthdate, Photos, Movie Reviews, Year, Director, Synopsis */
.ccp_itemText {
	font-size: 9pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* Birthday Your Correct Line */
 .ccp_rightGuess {
	font-size: 12pt;
	color: #FF0000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
}

/* Featured Celebrities in Title */
 .ccp_movieFeatured {
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

/* Clip Thumbnail */
.ccp_clipThumb {
	border: 1px solid #FF0000;
	margin-right: 10px;
	margin-bottom: 5px;
}

/* Text in news story */
.ccp_newsText {
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}

/* All links except links under news stories and headlines */

.ccp_genLink {
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
}

.ccp_genLink :hover {
	COLOR: #000099
}

/* Links under news stories */

.ccp_newsLink {
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #BB0000;
	text-decoration: none;
}

.ccp_newsLink :hover {
	COLOR: #000099
}
/* Text*/

.ccp_extraText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
.ccp_extraTextLink{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #FF0000;
}

/* Pop Up Bio Box */
.ccp_bioLink {
}

.ccp_bioPopUp {
	
	width: 400;
	height: 100;
	border: 1 dotted red;
	background-color: #FAEBD7;
	color: black;
	margin: 2px 2px 2px 2px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 8pt;
}
/* End ccp_promo.css
