﻿#aspnetForm
{
	padding: 0px;
	margin: 0px;
	width: 100%;
}


#ctl00_centerContentPlaceHolder_frmPanel
{	
	font-size: 1.1em;
}

#ctl00_centerContentPlaceHolder_frmTable
{
	width: 500px;
	border: solid 1px #ccc;
	padding: 5px;
}

#ctl00_centerContentPlaceHolder_frmTable tr
{
	
	
}

#ctl00_centerContentPlaceHolder_frmTable td
{
	
		padding: 4px;
}

#ctl00_centerContentPlaceHolder_frmTable td a
{
	color: #464646;
	
}



#ctl00_centerContentPlaceHolder_frmPanel input[type="text"]
{
	width: 200px;
}

#ctl00_centerContentPlaceHolder_frmPanel textarea
{
	width: 450px;
	height: 200px;
}

#ctl00_centerContentPlaceHolder_frmPanel  .smallTextArea
{
	width: 450px;
	height: 100px;
}

#ctl00_centerContentPlaceHolder_smValid
{
	color: #F00;
}
#ctl00_centerContentPlaceHolder_smValid a
{
	color: #F00;
	text-decoration: none;
}

.bold
{
	font-weight: bold;
}

.sectionHeaders
{
	font-size: 1.1em;
	font-weight: bold;
}

.smallItalic
{
	font-size: .9em;
	font-style:italic;
}

.boldRight
{
	font-weight: bold;
	text-align: right;
}

#ctl00_centerContentPlaceHolder_frmTable .MarkField
{
	color: #999;
	font-weight: normal;
}

#ctl00_centerContentPlaceHolder_frmTable .FormatHint
{
	display: block;
	color:#999;
}
#ctl00_centerContentPlaceHolder_frmTable .ErrorLabel a
{
	color: #F00;
}


.Calendar
{
	
	background-color: #A3B0CA;
	border: solid 1px #000;
	width: 200px;
}

.DayHeaderStyle
{
	color: #000;
	font-size: .9em;
	background-color: #EBEBEB;

}

.TodayDayStyle
{
	background-color: #F8FFDF;
	font-size: .8em;
}

.DayStyle
{
	font-size: .8em;
	background-color: #EBEBEB;
}

.CalendarTitleStyle
{
	font-size: 1.1em;
	font-weight: bold;
	background-color: #A3B0CA;
	padding: 0px;
}

.OtherMonthDayStyle
{
	background-color: #FFF;
	font-size: .8em;
}

.WeekendDayStyle
{
	background-color: #EAEAFF;	
	font-size: .8em;
}

.NextPrevStyle
{
	font-size: .9em;
}


#docsNav
{
	margin-top: 10px;
	padding: 15px;
}

#docsNav ul
{
		margin:0px;
		padding:0px;
		list-style-type:none;
}

#docsNav li
{
	padding-bottom: 1em;
}

#docsNav a
{
	font-size: 1.2em;
	color: #FFF;
	font-weight:500;
}

#pageNav .bcLink 
{
	color: #000000;
	text-decoration: none;
	margin-top: 0px;
	font-size: 1.1em;
	
}