




/* Starting here */

body, p, label, a, td, th, h1, h2
{
	text-align:left;
	color: #006666;
	font-family: Arial, Helvetica, sans-serif;
}

body, p, label, a, td, th
{
	font-size: 12px;
	font-weight:normal;
}

th
{
	font-weight:bold;
}

h1, h2
{
	font-size:18px;
	font-weight:bold;
	color: #0066CC;
}

h2
{
	font-size:14px;
}

a
{
	color: #006666;
	font-weight:bold;
	text-decoration: underline;
}

a:hover, a:active {
	color: #0066CC;
	text-decoration: none;
}


img
{
	border:none 0px;
}

p.error
{
	color:Red;
}


	
/* Form Controls */
.rcrControlContainer { clear:both; }
.rcrLabel { margin-bottom:8px; display:inline; float:left; width:100px;}
.rcrLabelFullWidth { margin-bottom:8px; width:100%; }
.rcrDisabledText { margin-bottom:8px; display:inline; float:left; width:350px;}
.rcrTextBox { margin-bottom:8px; display:inline; float:left; }
.rcrDropDownList { margin-bottom:8px; display:inline; float:left; }
.rcrYesNo { margin-bottom:8px; display:inline; float:left; }
.rcrRadioButtonList { margin-bottom:8px; display:inline; float:left; }
.rcrDatePart { margin-bottom:8px; display:inline; float:left; width:70px;  }
.rcrCheckBox { margin-bottom:8px; display:inline; float:left; }
/* Buttons */
.rcrButtonBar { margin-bottom:8px; margin-left:0px; margin-top:10px; padding-left:250px; width:100%; clear:both;}
.rcrButton { margin-bottom:8px; display:inline; float:left; margin-left:10px; }
.rcrLinkButton {  }

br { clear:both; }
