.rfpBackground
{
    background-color: transparent;
}
.rfpText
{
	FONT-SIZE: 12px;
    COLOR: #000000;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
}

.hrLineBreak
{
	color: #000000;
	text-align: left;
	height: 12px;
	visibility: hidden;
	display: none;	
}

.rfpFormBreak
{
	background-color: #9f9c59;
}


#rfpTable td
{

	TEXT-ALIGN:left;
	LINE-HEIGHT: 16px; 
	FONT-SIZE: 12px; 
	COLOR: #000000; 
	FONT-FAMILY: Arial, Helvetica, sans-serif;
}
.rfpTable td
{
	FONT-SIZE: 12px;
    COLOR: #000000;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
}
.successMessage
{
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	font-size: 12pt;
}
.failureMessage
{
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	color:Yellow;
	font-size: 12pt;
}
.rfpInput
{
    FONT-SIZE: 12px;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    color: #000000;
    background-color: #FFFFFF;
}
input.rfpButton
{

}
/* ------------------------------------------------------------	*
 * Name: New Styles										*
 * Desc: Styles for the displaying the Calendar Control			*
 * ------------------------------------------------------------ */


/* Start labels here */
.lblDefault,.lblText ,.lblRequired, .lblComment, .lblHeaderSection, .lblTableHeader
{
	
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;

}
.lblHeaderSection
{
	font-family: Arial, Helvetica, sans-serif;
	vertical-align:middle;
	text-align:left;	
	FONT-WEIGHT: bold;
    FONT-SIZE: 13px;
    COLOR: #000000;
    LINE-HEIGHT: 20px
}
.lblDefault, .lblRequired
{
	width:130px;
	vertical-align:text-top;
	
}
.lblText
{
	width:210px;
	vertical-align:text-top;
	
}

.lblRequired
{
	FONT-WEIGHT: bold;
    FONT-SIZE: 12px;
    COLOR: #000000;
}
.lblComment{}
.lblTableHeader
{
}
.lblMessage
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	padding: 0px 0 0px 0;
	text-decoration:none;
    	FONT-STYLE: italic;

}
/* Start input boxes here */
.rfpTextBox, .rfpComment, .rfpDropdownList, .rfpCalendar, .rfpInt16, .rfpTableDropdown, .rfpInt32
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-style: inset;
	border-width: thin;
}
.rfpInt32{width: 150px;}
.rfpTextBox, .rfpDropdownList, .rfpCalendar
{
	width: 155px;
}
.rfpTextBox{}
.rfpCalendar{}
.rfpDropdownList{}
.rfpComment
{
	width: 300;
	height: 75px;
}
.rfpInt16
{
	width: 35px;
}


/* Start buttons here */
input.button
{
	background-position: 3px;
	color: #000000;
	font-size:9px;
	font-weight: bold;
	padding: 0px 0 0px 0;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	

}

.divLocationHeader
{
	color: #9FC6FF;	
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif; font-size:11px; line-height:normal;
}
.ddlLocations
{
	color: #fff;
	font-family:Arial, Helvetica, sans-serif; font-size:9px; line-height:normal;
}




/* ------------------------------------------------------------	*
 * Name: Calendar Control										*
 * Desc: Styles for the displaying the Calendar Control			*
 * ------------------------------------------------------------ */
.footerStyle, .selectedDayStyle, .otherMonthStyle, .calendarStyle, .todayDayStyle, .dayHeaderStyle, .dayHeaderBorderStyle, .titleStyle, .dayStyle, .nextprevstyle, .editStyle
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.titleStyle, .nextprevstyle 
{
	Height: 16pt; background-Color: #666666; Color: #fff; font-weight:bold;
	/*background-image: url('../CapitolHill/bodybg.gif');*/
	
}
.selectedDayStyle {text-decoration: underline;}
.otherMonthStyle{ color: #cccccc; background-color:#fff;}
.calendarStyle{	width: 155px;  background-color: #fff; color: #000; font-size: 10px;}
.dayHeaderStyle{background-color: #000000; Color: #fff; Font-Size: 11px;}
.dayStyle{	color: #000;background-color:#fff;}	
.footerStyle{}
.todayDayStyle{}
.dayHeaderBorderStyle{}
.lblDates
{
	font-size: 12px;
	visibility:hidden;
	border-style:solid;
	border-width:0 0 1 1;
	border-color:#a0a0a0;
	color: #000000;
	/*border:solid 1px #000000;*/
}
.lblDatesVisible
{
	font-size: 12px;
	visibility:visible;
	text-align:left;
	border-style:solid;
	border-width:0 0 1 0;
	border-color:#a0a0a0;
	color: #000000;
}
.dateTable
{
	margin-top:5px;
	/*
	border-style:solid;
	border-width:0 0 0 0;
	border-color:#a0a0a0;
	*/
	text-align:center;
	width:100px;
	visibility:hidden;
}
.lblTxt
{
		font-size: 10px;
		}
.rfpTextBoxSm
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-style: inset;
	border-width: thin;
		width: 35px;
}