
.rfpBackground
{
 BACKGROUND: transparent;
}
.rfpText
{

    FONT-SIZE: 11px;
    COLOR: #585858;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
}
.rfpTextBoxSm
{
    width: 50px;
}
.hrLineBreak
{
	color: #ffffff;
	text-align: left;
	height: 12px;
	visibility: hidden;
	display: none;	
}

.rfpFormBreak
{
	background-color: #ffffff;
}



#rfpTable td
{

	TEXT-ALIGN:left;
	LINE-HEIGHT: 20px; 
    FONT-SIZE: 11px;
    COLOR: #585858;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;

}

.successMessage
{
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14pt;
}
.failureMessage
{
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	color:Yellow;
	font-size: 14pt;
}
.rfpInput
{
   background-color: #FFFFFF;
    FONT-SIZE: 11px;
    COLOR: #000000;
    FONT-FAMILY: Arial, Helvetica, sans-serif
    
}
input.rfpButton
{

}
/* ------------------------------------------------------------	*
 * Name: New Styles										*
 * Desc: Styles for the displaying the Calendar Control			*
 * ------------------------------------------------------------ */


/* Start labels here */
.lblDefault, .lblRequired, .lblComment, .lblHeaderSection, .lblTableHeader
{
	
    FONT-SIZE: 11px;
    COLOR: #585858;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;

}
.lblHeaderSection
{
	font-size: 15px;
	vertical-align:middle;
	text-align:left;
    COLOR: #2f343b;
    FONT-FAMILY: Arial;
	
}
.lblDefault, .lblRequired
{
	width:100px;
	vertical-align:text-top;
}

.lblRequired
{
}
.lblComment{}
.lblTableHeader
{
}
.lblMessage
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	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: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border-style: inset;
	border-width: thin;
}
.rfpInt32{width: 150px;}
.rfpTextBox, .rfpDropdownList, .rfpCalendar
{
	width: 155px;
}
.rfpTextBox{}
.rfpCalendar{}
.rfpDropdownList{}
.rfpComment
{
	width: 155;
	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: Verdana,Arial;
	

}

.divLocationHeader
{
	color: #9FC6FF;	
	font-weight:bold;
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size:12px; line-height:normal;
}
.ddlLocations
{
	color: #585858;
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size:11px; 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:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.titleStyle, .nextprevstyle 
{
	Height: 16pt; background-Color: #020066; 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{}