/* Female Celebrities - 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: #336699;
	text-decoration: none;
}
/* Labels like Biography, Photo Previews, Review, Video Clips */
.ccp_sectionHeader {
	font-size: 12pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #336699;
	text-decoration: none;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: left;
}
/* Text for sections like Biography, Photo Previews, Review, Video Clips */
.ccp_sectionText {
	font-size: 9pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 10px;
}

/* Item labels like Birthdate, Photos, Movie Reviews, Year, Director, Synopsis */
.ccp_itemHeader {
	font-size: 8pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}

/* Text for items like Birthdate, Photos, Movie Reviews, Year, Director, Synopsis */
.ccp_itemText {
	font-size: 8pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}

/* Text in news story */
.ccp_newsText {
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}

/* All links except links under news stories and headlines */

.ccp_genLink {
	font-size: 9pt;
	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 & bullshit */
.ccp_extraText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.ccp_extraTextLink{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #990000;
}
/* 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: 5px;
	margin-bottom: 0px;
}
/* Birthday Your Correct Line */
 .ccp_rightGuess {
	font-size: 12pt;
	color: #FF0000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
}
.ccp_bioPopUp {
	width: 310;
	height: 120;
	border: 1px solid #333333;
	background-color: #FFFFFF;
	color: #333333;
	margin: 2px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 8pt;
	font-weight: normal;

}
/* End ccp_promo.css
