td img {display: block;}.bold_leftnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-right: 9px;
	padding-left: 10px;
	color: #8B2730;
}
.body_leftnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #8B2730;
	font-weight: normal;
	padding-left: 10px;
	padding-right: 9px;
}
.body_main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	padding-left: 14px;
	padding-right: 12px;
}
.bold_main {
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 14px;
	padding-right: 12px;
}
.white_small {font-size: 11px; padding-right: 8px; padding-left: 8px; color: #FFFFFF; font-family: Arial, Helvetica, sans-serif;}

a:link {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #8B2733;
	text-decoration: underline;
}
a:visited {
	color: #000000;
	text-decoration: underline;
}
a:active {
	color: #000000;
	text-decoration: underline;
}
.subhead_blue {
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #8B2730;
	padding-left: 14px;
	padding-right: 12px;
}
.black_subhead {

	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}



/* Forms CSS */
form img 
{
	display:inline;
}
form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
  font:100% verdana,arial,sans-serif;
  margin: 0;
  padding: 0;
  /*min-width: 500px;
  max-width: 600px;
  width: 560px; */
}

form fieldset {
  /* clear: both; note that this clear causes inputs to break to left in ie5.x mac, commented out */
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  padding: 10px;        /* padding in fieldset support spotty in IE */
  margin: 0
}

form fieldset legend 
{
	color: Blue;
	font-size:1.1em; /* bump up legend font size, not too large or it'll overwrite border on left */
                       /* be careful with padding, it'll shift the nice offset on top of border  */
}

form label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 150px; 
	padding: 0; 
	margin: 9px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right; 
}

form fieldset label:first-letter { /* use first-letter pseudo-class to underline accesskey, note that */
	/*text-decoration:underline;    /* Firefox 1.07 WIN and Explorer 5.2 Mac don't support first-letter */
                                    /* pseudo-class on legend elements, but do support it on label elements */
                                    /* we instead underline first letter on each label element and accesskey */
                                    /* each input. doing only legends would  lessens cognitive load */
                                   /* opera breaks after first letter underlined legends but not labels */
}

form input {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:150px;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 10px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
}

form select {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 10px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
}

form div.select 
{
	display: inline; /*inline display must not be set or will hide submit buttons in IE 5x mac */
	margin:5px 0 0 10px; 
}

form div.inline
{
	display: inline; /*inline display must not be set or will hide submit buttons in IE 5x mac */
	margin:5px 0 0 10px; 
}

form span.select 
{
	display: inline; /*inline display must not be set or will hide submit buttons in IE 5x mac */
	margin:5px 0 0 10px; 
}

form span.inline
{
	display: inline; /*inline display must not be set or will hide submit buttons in IE 5x mac */
	margin:5px 0 0 10px; 
}

form span.readonly { 
	width: 150px; 
	padding: 15px 0 0 0; 
	margin: 15px 0 10px 10px; /* set top margin same as form input - textarea etc. elements */
	text-align :left;
}


form textarea {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:250px;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 10px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
	font-family: Verdana, Arial,Helvetica,san-serif;
	font-size: 11px;
	font-weight: normal;
	color: black;
}

form input.submit
{	
	width:auto;
}
form input.cancel 
{
	width:auto;
	margin-left:0px; /* set margin-left back to zero on reset button (set above) */
}

.calendarButton
{
	width:auto;
	margin: 0px 0px 0px 2px; /* set margin-left back to zero on reset button (set above) */
	vertical-align:bottom;
}


textarea { overflow: auto; }

form small {
	display: block;
	margin: 0 0 5px 160px; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 1px 3px;
	font-size: 88%;
}

form .required{font-weight:bold;} /* uses class instead of div, more efficient */

form br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}

.CheckBoxList 
{ 
	
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:6px 0 0 3px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
	padding: 0px;          
	

}

.CheckBoxList tr
{		
	width:auto; 	
	padding: 0px;     
	margin:0px; 
}

.CheckBoxList td
{		
	width:auto; 
	padding: 0px;          
	margin:0px; 
}

.CheckBoxList input
{
		/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:0px 0 0 5px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
	padding: 0px;
}

.CheckBoxList label
{
	display:inline;  /* block float the labels to left column, set a width */	
	text-align: left; 
	float: none;
		/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:0px 0 0 4px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
	padding: 0px;
}

.dataCheckbox input
{
	width:auto;	
}

.checkForm input
{
	margin-top: 6px;
	width:auto;	
}

.imageForm
{
	margin-top: 6px;
	margin-left: 11px;
	
}


.PanelClass 
{
	float:none;
	display:block;
}

.StandaloneButton 
{
	text-align:left;
	margin-left: 0px;
}
