/* Male Stars - 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: #09F;
	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: #09F;
	text-decoration: none;
	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;
	color: #999;
}
/* Item labels like Birthdate, Photos, Movie Reviews, Year, Director, Synopsis */
.ccp_itemHeader {
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-right: 1px;
}
/* Text for items like Birthdate, Photos, Movie Reviews, Year, Director, Synopsis */
.ccp_itemText {
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CCC;
}

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

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

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

a.ccp_genLink:hover {
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FC0;
	text-decoration: underline;
}
a.ccp_genLink:visited {
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FC0;
	text-decoration: none;
}
/* Links under news stories */

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

a.ccp_newsLink:hover {
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FC0;
	text-decoration: underline;
}
a.ccp_newsLink:visited {
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FC0;
	text-decoration: none;
}
/* Text & bullshit */
.ccp_extraText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.ccp_extraTextLink{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #FC3;

}
 .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: #FC3;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
}
.ccp_bioPopUp {
	width: 310;
	height: 100;
	border: 1px solid #333333;
	background-color: #FCF9EF;
	color: #333;
	margin: 2px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 8pt;
	font-weight: normal;
}
/* End ccp_promo.css