@charset "utf-8";
/* CSS Document */

body {
    font: 90% "Trebuchet MS", Arial, Helvetica, sans-serif;
/*	font: 100% Verdana, Arial, Helvetica, sans-serif; */
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

.oneColLiqCtr #container {
/*	width: 80%;   this will create a container 80% of the browser width */
	width: 980px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	min-height: 1000px;
}

.oneColLiqCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

#section {
	background: #999;
	font: italic bold 1em/1.375 "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding: 0 20px;
	height: 30px;
}

.oneColLiqCtr #head {
	padding: 0 20px;
}

#customer_detail {
	margin-left: 10px;
	font: normal 100.01%/1.375 "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#numberofproducts {
	margin: 0 0;
	padding: 10px;
	border: #999 solid;
}

td{
	font: normal 100.01%/1.375 "Trebuchet MS", Arial, Helvetica, sans-serif;
/*	font-size: 14px;
	line-height: 25px;*/
}

input {
	height: 25px;
	font-size: 14px;
}

select {
	height: 25px;
	font-size: 14px;
}

.size10 {
	font-size: 12px;
}

h3 {
	text-decoration: underline;
}

#submit_btn {
	height: 40px;
	text-align: center;
	margin: 10px;
}

#content_major {
	font: normal 100.01%/1.375 "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-left: 10px;
}


#fileContent {
	line-height: 30px;
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.yes_no {
	color: #600;
	font-weight: bold;
}

.submit_button {
	height: 40px;
  margin: 1em 0 0 0;
  padding: 0.6em 0.6em 0.7em;

  background-color: #ccc;
  border: 0;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;

  cursor: pointer;

  color: #555;
  font: bold 1em/1.375 sans-serif;
  text-align: left;
}

.first_field {
	font: normal 100.01%/1.375 "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #FCC;
}

.fields {
	font: normal 100.01%/1.375 "Trebuchet MS", Arial, Helvetica, sans-serif;
	height: 25px;
	font-size: 14px;
	background-color: #EFF;
}

.fields_large {
	font: normal 100.01%/1.375 "Trebuchet MS", Arial, Helvetica, sans-serif;
	height: 35px;
	font-size: 16px;
	background-color: #EFF;
}


.td_smallfont {
	font-size: 12px;
}


textarea {
	background-color: #EFF;
}

input.checkbox  {
	display: inline;
	padding:0;
	height: 30px;
	width: 30px;
}

input.radio {
	background-color: #F00;
}





div.pagination {
	padding: 3px;
	margin: 3px;
}

div.pagination a {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #AAAADD;
	
	text-decoration: none; /* no underline */
	color: #000099;
}
div.pagination a:hover, div.pagination a:active {
	border: 1px solid #000099;

	color: #000;
}
div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
		border: 1px solid #000099;
		
		font-weight: bold;
		background-color: #000099;
		color: #FFF;
}
div.pagination span.disabled {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #EEE;

	color: #DDD;
}
	
	