/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	font-family:Arial;
	font-size:11;
}

.Required
{
	color:#C04551;	
}

.ProfileNormal
{
	color:#FFE0C4;
	font-size:12;
	width:150px;
}

.ProfileSmaller
{
	color:#FFE0C4;
	font-size:11;	
}

.TextHeader, .ScheduleDetailHeader
{
	font-family:Arial;
	font-size:20;
	color:#AFAEAA;
	text-align: left;
}

.ScheduleDetailHeader
{
	border-bottom:solid 1px #751229;;	
}

.TextNormal
{
	color:#FFE0C4;
	font-size:12;
}

.TextNormalSchedule
{
	color:#FFFFFF;
	font-size:12;
}

.TextHeaderSchedule
{
	color:#FFE0C4;
	font-size:13;
	font-weight:bold;
	padding-bottom:5px;
}

.TabBio
{
	padding-left:10px;
	padding-top:10px
}

.TextHeaderBio
{
	color:#AFAEAA;
	font-size:20;
	font-weight:bold;
	padding-bottom:5px;	
}

.PageFill
{
	background-color:#000000;
	border-left: solid 1px #751229;
	border-right: solid 1px #751229;
	padding:20 20 20 20;
}

.PageFillBorderless
{
	background-color:#000000;	
	padding:20 20 20 20;
}

A
{
	color:FFE0C4;
}

.BGMain
{
	background-repeat:no-repeat;
	background-image: url(../images/Main.gif);
	height:381;
}	

/*** Search Control Styles ***/
.searchBox
{
	background-color: #f5f5f5;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	border-bottom:3px solid #6699cc;
	border-top:3px solid #6699cc;
	width: 100%;
}

