/*
 * Style Sheet for talentdetails.php
 */

#talent-image
{
	margin-left: 50px;
	border: 1px solid #000;
	width: 200px;
	height: 200px;
}

#talent-image img
{
	display: block; 
	margin: auto;
}

#talent-links
{
	width: 200px;
	margin-top: 25px;
	margin-left: 50px;
	text-align: center;
	border: 1px solid #000;

}

#talent-links h2
{	
	background-color: #cd3528;
	color: #fff;
	border-bottom: 1px solid #fff;	
}

#talent-links ul
{
	margin: 0;
	padding-left: 0;
	white-space: nowrap;
}

#talent-links li
{
	display: block;
	list-style-type: none;
	padding-right: 2px;
	padding-bottom: 5px;
}


#talent-links a
{
	display: block;
	padding-right: 2px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #fff;
	background-color: #000;
	color: #fff;
	text-decoration: none;
}

#talent-links a:hover
{
	color: #cd3528;
	background-color: #ccc;
	text-decoration: underline;
	font-weight: bold;
}

#talent-title
{
	margin: 0;
}

#talent-title h1
{	
	margin: 0;
	background-color: #cd3528;
	color: #fff;
	border: 1px solid #000;	
	/*font-size: 15px;*/
}

#bio
{
	margin-top: 25px;
	text-align: justify;
	border-top: 1px dashed #cd3528;
	border-bottom: 1px dashed #cd3528;
	padding-bottom: 2px;
}

#bio h2
{
	margin-bottom: 5px;
}

#bio-text:hover
{
	color: #000;
}

/*
 * Talent Calendar Stytles
 */

#talent-cal
{
	margin-top: 25px;	
}

#talent-cal h2
{
	background-color: #cd3528;
	color: #fff;
	border-top: 1px solid #000;	
	border-left: 1px solid #000;	
	border-right: 1px solid #000;	
}

#cal-entries
{
	border: 1px solid #000;
}

#cal-entries th
{
	text-align: left;
	font-size: 12px;
	text-decoration: underline;
}

#cal-entries td
{	
	font-size: 10px;
	color: #000;
	padding-right: 5px;
	max-width: 100px;
	text-align: left;
	vertical-align: top;
}
/*
 * End of Talent Calendar Styles
 */


