
body {
	background-color: #000000;
	background-image: url(images_new/bg_home_new.jpg);
	background-repeat: repeat-x;
}

.topnav:link, .topnav:visited {color: #E9EEF1; text-decoration: underline; font-weight: normal; font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; padding-left: 10px; padding-right: 10px}
.topnav:active, .topnav:hover {color: #FFFFFF; text-decoration: underline; font-weight: normal; font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; padding-left: 10px; padding-right: 10px}

.bigRed { color: #d83107; font-weight: bold; font-size: 14px; font-family: Arial, Verdana, Helvetica, sans-serif; }
.bigWhite { color: #ffffff; font-weight: bold; font-size: 14px; font-family: Arial, Verdana, Helvetica, sans-serif; }
.bigGrey { display: block; color: #c2c2c2; font-weight: normal; font-size: 16px; margin: 10px 0; font-family: Arial, Verdana, Helvetica, sans-serif; }


.midtxtWhite { color: #ffffff; font-weight: normal; text-align: left; font-size: 11px; font-family: Arial, Helvetica, sans-serif; }

.midtxt { color: #000000; font-weight: normal; text-align: left; font-size: 11px; font-family: Arial, Helvetica, sans-serif; padding-left: 5px}

TD.body_content {
	background: #111111 url(../images_new/bg_body_long.jpg) repeat-x;
	padding: 10px 20px 10px 20px;
}


input {background-color: #ebebec; vertical-align: middle;font-family:arial; font-size:11px; padding:1px 1px 1px 2px; border:1px solid #0b347f; height:22px; width:auto;}



/* 2016 - new styles */

th { 
	font-size: 13px;
	background-color: #666; 
	color: #fff; 
	font-weight: 600;
	padding: 5px;
}

.lg_num { 
	font-size: 30px;
	vertical-align: top;
	font-weight: 600; 
	padding-top: 10px;
	width: 5%;
}

.bg_wht {
	background-color: #fff; 
}

/*input.txt_field1 {
	margin: 5px 2px;
	padding: 5px 2px;
	font-size: 20px;
	width: 100%;
}*/

.txt_field1,
.select_field1 {
	width: 100%;
  height: 100%;
	font-size: 18px;
  padding: 5px;
  border: solid 5px #c9c9c9;
  transition: border 0.3s;
  color: #000;
}
.txt_field1_ro {
	width: 100%;
  height: 100%;
	font-size: 18px;
  padding: 5px;
  border: solid 5px #c9c9c9;
  transition: border 0.3s;
  color: #999;
}

.chckbox_field1 {
	font-size: 18px;
  padding: 5px;
  border: solid 5px #c9c9c9;
  transition: border 0.3s;
  color: #000;
}

.txt_field1:focus,
.txt_field1.focus, 
.chckbox_field1:focus, 
.chckbox_field1.focus,
.select_field1:focus,
.select_field1.focus {
  border: solid 5px #969696;
}


.txt_field2 {
	width: 200px;
  height: 100%;
	font-size: 14px;
  padding: 2px;
  border: solid 5px #c9c9c9;
  transition: border 0.3s;
  color: #000;
}
.txt_field2:focus,
.txt_field2.focus {
  border: solid 5px #969696;
}

h3 {
	display: inline;
}

.subform input {
	margin-left: 20px;
}
.padded {
	padding-left: 20px;
}
.subform td {
	line-height: 14px;
}

.submit_button {
	font-size: 20px; 
	height: 40px; 
	padding: 5px 10px;
	margin: 10px;
}
	