body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #CACACA;
	background-image: url(../images/body_bg.jpg);
	background-repeat: repeat-y;
	text-align: center;
	background-position: center;
}
a.main:link, a.main:visited {
	text-decoration: underline;
	color: blue;
}
a.here:link, a.here:visited, a.here:hover {
	text-decoration: none;
	color: black;
}
a.picturelink:link, a.picturelink:visited, a.picturelink:hover {
	text-decoration: none;
	color: white;
}
a.here:link, a.here:visited, a.here:hover {
	text-decoration: none;
	color: black;

}
div.here{
	border: 1px solid #454545;
	width: 130px;
	height: 16px;
	padding-right: 2px;
	padding-top: 3px;
	
}
div.nothere{
	width: 130px;
	height: 16px;
	padding-top: 3px;
	padding-right: 2px;
}
a.nothere:link, a.nothere:visited {
	text-decoration: none;
	vertical-align: middle;
	color: #A80506;
}
a.nothere:hover{
	text-decoration: none;
	color: black;
	vertical-align: middle;
	background-color: #eeeeee;
}
a.slideshow:link, a.slideshow:visited {
	font-size: 16px;
	font-weight: bold;
	border: solid 1px gray;
  background-color: #99ff99;
  text-decoration: none;
	vertical-align: middle;
	color: black;
}
a.slideshow:hover{
	font-size: 16px;
	font-weight: bold;
	border: solid 1px black;
  text-decoration: none;
	color: #A80506;
	vertical-align: middle;
	background-color: #eeeeee;
}
a.slideshowpics:link, a.slideshowpics:visited {
  font-size: 11px;
	font-weight: bold;
	border: solid 1px black;
  background-color: #99ccff;
  text-decoration: none;
	color: black;
	padding-left: 5px;
	padding-right: 5px;
	
}
a.slideshowpics:hover{
	font-size: 11px;
	font-weight: bold;
	border: solid 1px black;
  text-decoration: none;
	color: #A80506;
	background-color: #eeeeee;
}
.header{
	 font-size: 18px; 
	 font-weight: bold;
}
.subheader{
	 font-size: 14px; 
	 font-weight: bold;
	 color: #820404;
	 border-bottom: dotted 2px black;
}
.subheader_noline{
	 font-size: 14px; 
	 font-weight: bold;
	 color: #820404;
}
a.main:hover{
	background-color: #A80506;
	text-decoration: none;
	color: white;
}
a.alert:link, a.alert:visited {
	text-decoration: underline;
	color: white;
}

a.alert:hover{
	background-color: #F1F1F1;
	text-decoration: none;
	color: black;
}
td.topmain {
	background-image: url(../images/top_bg.jpg);
	background-repeat: no-repeat;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: normal;
	padding-left: 25px;
	vertical-align: top;
}
td.leftmain {
	background-image: url(../images/left_bg.jpg);
	background-repeat: repeat-y;
}

td.leftmiddle {
	background-image: url(../images/middle_bg.jpg);
	background-repeat: repeat-y;
	border-top: 3px rgb(168,5,6) solid;
}
td.bottommain {
	width: 765px;	
	background-image: url(../images/bottom_bg2.jpg);
	background-repeat: no-repeat;
	height: 171px;
}
td.gutter {
	width: 765px;
	background-image: none;
	height: 20px;
	background-color: #A80606;
	color: #9C9C9C;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	vertical-align: middle;
}
a.gutter:link, a.gutter:visited {
	text-decoration: none;
	color: #D3D3D3;
}

a.gutter:hover{
	background-color: #F1F1F1;
	text-decoration: none;
	color: black;
}
td.main_valor {
	height: 30px;
	width: 350px;
	vertical-align: middle;
	color: #FFFFFF;
	font-weight: bold;
}
td.main_left_2 {
	height: 134px;
	width: 411px;
	background-image: url(../images/topmiddle_bg_2.jpg);
	background-repeat: no-repeat;
	vertical-align: top;
	text-align: left;
}
td.main_right_2 {
	height: 134px;
	width: 184px;
	background-image: url(../images/topright_bg_2.jpg);
	background-repeat: no-repeat;
	vertical-align: top;
}
td.main_2 {
	width: 595px;
	background-image: url(../images/body_2.jpg);
	background-repeat: repeat-y;
	vertical-align: top;
	text-align: left;
	padding-bottom: 0px;
}
td.announce_1 {
	height: 124px;
	color: #000000;
}
div.alertbox {
	width:555px; 
	height:230px;
	text-align: center; 
	position: relative;
	z-index:1000; 
	top: -540px;
	left: 80px;
	background-color: #EBEBEB; 
	font-weight: bold;
	font-size: 12px;
	visibility: hidden;
	border: #374F5F;
	border-style:solid;
	border-width:2px 2px 2px 2px;
	padding: 4px;
}		

td.topmain_2 {

	background-image: url(../images/top_bg_2.jpg);
	background-repeat: no-repeat;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: normal;
	padding-left: 25px;
	vertical-align: top;
}
td.leftmain2 {

	background-image: url(../images/left_middle_bg.jpg);
	background-repeat: repeat-y;
}

/* top-of-form sort of styles */

.system_error_div {
	color: #FF0000;
	font-weight: bold;
	background-color: #FFFF44;
	border: 1px solid black;
	padding: 4px;
	margin: 8px;
}

.validation_message_div {
	color: #FF0000;
	font-weight: bold;
	background-color: #FFEEEE;
	border: 1px solid black;
	padding: 4px;
	margin: 8px;
}

.processing_error_div {
	color: #FF0000;
	font-weight: bold;
	background-color: #FFEEEE;
	border: 1px solid black;
	padding: 4px;
	margin: 8px;
}

.processing_confirmation_div {
	color: #004400;
	font-weight: bold;
	background-color: #EEFFEE;
	border: 1px solid black;
	padding: 4px;
	margin: 8px;
}

.privilege_error_div {
	color: #004466;
	font-weight: bold;
	background-color: #EEFFFF;
	border: 1px solid black;
	padding: 4px;
	margin: 8px;
}


/* --------------------------------------------------------------------------------------------*/
/* default styles used by the dtui_input_regions_c class */
.dtui_input_regions_table {
}
.dtui_input_regions_prompt_td, .dtproperty_radiotd {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: Black;
  margin-top: 4px;
	text-align: right;
	font-weight: bold;
	vertical-align: middle;
	padding: 0px;
	padding-top: 1px;
}
.dtui_input_regions_input_td, .dtui_pulldown_select {
	font-size: 12px;
  margin-top: 1px;
  margin-left: 10px;
	vertical-align: baseline;
	padding: 1px;
	padding-left: 5px;
	border: 1px solid gray;
}
						/* cell containing space between the rows */

.dtui_input_regions_gutter_td {
height: 2px;
}
						/* contents of the cell space between the rows */
.dtui_input_regions_gutter_div {
  
}

/* --------------------------------------------------------------------------------------------*/
/* individual property styles */
.dtproperty_textbox {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: Black;
	margin-left: 10px;
	border: 1px solid gray;
}
										/* these styles are added to modify other dtproperty styles */
.dtproperty_short {
	width: 52px;
}
.dtproperty_dateonly {
	width: 80px;
}
.dtproperty_zipcode {
	width: 72px;
}
.dtproperty_date {
	width: 80px;
}
.dtproperty_phone {
	width: 100px;
}
.dtproperty_veryshort {
	width: 24px;
}
.dtproperty_medium {
	width: 180px;
}
.dtproperty_mediumwide {
	width: 180px;
}
.dtproperty_wide {
	width: 280px;
}
.dtproperty_verywide {
	width: 400px;
}
.dtproperty_600 {
	width: 600px;
}
.dtproperty_tall {
	height: 100px;
}
.dtproperty_medtall {
	height: 50px;
}

/* these styles are for the emp application form tables */

.dtproperty_220 {
	width: 220px;
}
.dtproperty_150 {
	width: 150px;
}
.dtproperty_80 {
	width: 80px;
}

										/* this style is used for a required property */
.dtproperty_required {
  background-color: #E3E1FF;
}
										/* this style is used for a property with a validation problem */
.dtproperty_invalid {
  background-color: #FFCCCC;
}
										/* this style is used near propertys with validation problems */
.dtproperty_error {
  color: red;
  font-size: 10px;
  font-style: italic;
}

.head3 {
	color: #990000;
	font-size: 12px;
	font-weight: bold;
}


/* --------------------------------------------------------------------------------------------*/
