body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	color: #333;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 15px;
	padding-left: 15px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color: #039;
	text-decoration: none;
}
a:visited {
	color: #06F;
	text-decoration: none;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
	color: #09F;
}

.red {
	color: #FF0000;
}

 .ui-autocomplete-input
 {
	/* [disabled]width:250px; */
 }

.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
	max-height: 152px;
	overflow-y: auto;
	/* prevent horizontal scrollbar */
	overflow-x: hidden;
	border: 1px solid #ccc;
	border-top: 0;
	background-color: #FFF;
	}
	/* IE 6 doesn't support max-height
	 * we use height instead, but this forces the menu to always be this tall
	 */
	* html .ui-autocomplete {
		height: 152px;
	}

.container {
	width: 1080px;
	background-color: #FFF;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
	
}

.header {
	width: 1080px;
	background-color: #FFFFFF;
	text-align: center;
	font-size: 26px;
	height: 50px;
	padding-top: 20px;
	padding-bottom: 10px;
	float: left;
}

.MenuBar1 {

	height: 26px;
	width: 1080px;
	float: left;
}


.TitleBar {
	background-color: #FFF;
	height: 20px;
	padding-top: 10px;
	padding-left: 5px;
	width: 1075px;
	float: left;
}

.center {
	background-color: #FFF;
	width: 1080px;
	min-height: 605px;
	padding-top: 0px;
	padding-bottom: 0px;
	float: left;
}

.center_2 {
	background-color: #FFF;
	width: 1080px;
	min-height: 545px;
	padding-top: 0px;
	padding-bottom: 0px;
	float: left;
}

.header_1 {
	font-size: 12px;
	font-weight: bold;
}

.header_2 {
	font-weight: bold;
}

.text_input_box {
	width:250px;
	font-size: 10px;
}

.text_input_box_50 {
 width:50px;
 font-size: 10px;
}

.text_input_box_125 {
 width:125px;
 font-size: 10px;
}

.text_input_box_500 {
 width:500px;
 font-size: 10px;
}

.center_1_1 {
	background-color: #FFF;
	height: 60px;
	width: 780px;
	padding-left: 5px;
	padding-top: 50px;
	padding-bottom: 10px;
	float: left;
}

.center_1_2 {
	background-color: #FFF;
	height: 100px;
	width: 295px;
	text-align: right;
	padding-right: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	float: left;
}

.center_2_1 {
	background-color: #FFF;
	height: 20px;
	width: 780px;
	padding-left: 5px;
	padding-top: 15px;
	padding-bottom: 5px;
	float: left;
}

.center_2_2 {
	background-color: #FFF;
	height: 20px;
	width: 290px;
	text-align:right;
	padding-right: 5px;
	padding-top: 15px;
	padding-bottom: 5px;
	float: left;
}

.table_header {
	height: 18px;
	padding-top: 8px;
	font-weight: bold;
}

.row_height {
	height: 18px;
	padding-top: 6px;
}

.row_height_2 {
	height: 23px;
	padding-top: 1px;
}

.row_height_3 {
	height: 21px;
	padding-top: 3px;
}

.form_col_1 {
	width: 267px;
	padding-left: 5px;
	border-top: 1px solid #ccc;
	border-bottom: 0;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	float: left;
}
.form_col_2 {
	width: 800px;
	padding-left: 5px;
	border-top: 1px solid #ccc;
	border-bottom: 0;
	border-right: 1px solid #ccc;
	float: left;
}

.table_footer_height {
	height: 28px;
	padding-top: 9px;
	padding-bottom: 3px;
}

.table_footer {
	width: 1075px;
	float: left;
	text-align:left;
	padding-right: 5px;
	border-top: 1px solid #ccc;
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
}

.table_footer_left {
	width: 365px;
	float: left;
	text-align:left;
	padding-left: 5px;
	border-top: 0;
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
}

.table_footer_center {
	width: 335px;
	float: left;
	text-align:center;
	padding-left: 5px;
	border-top: 0;
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
}

.table_footer_right {
	width: 365px;
	float: left;
	text-align:right;
	padding-right: 5px;
	border-top: 0;
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
}

.footer {
	background-color: #FFFFFF;
	width: 1080px;
	padding-top: 15px;
	padding-bottom: 2px;
	text-align: center;
	font-size: 10px;
	float: left;
}
