body, p, table, tr, td, ol, ul, li {
	font-size:12px;
	font-family:arial,sans-serif;
	margin:0 auto;
	padding:0 auto;
}

h1 {
	color:#929A88;
	font-size:16px;
	border-bottom:2px solid #CECECE;
	text-align:left;
	margin-top:0;
	padding-top:0;
	padding-bottom:5px;
	font-weight:normal;
	margin-bottom:20px;
}

h2 {
	color:000;
	font-size:14px;
}

#results {
	min-height:800px;
	height:auto !important;
	height:800px;
	margin:0 0 20px 0;
}

#container {
	width:100%;
	margin:0 auto;
	min-height:400px;
	height:auto !important;
	height:400px;
}

#label {
	float:left;
	width:60px;
	min-height:400px;
	height:auto !important;
	height:400px;
	margin-right:40px;
}

#main {
	float:left;
	width:85%;
	min-height:400px;
	height:auto !important;
	height:400px;
	border-right:1px solid #CECECE;
}

#top {
	width:100%;
	margin:0 auto;
	background-color:#CECECE;
	height:30px;
	text-align:right;
	
}
#top a {
	display:block;
	color:#FFF;
	padding-right:10px;
}
#top2 {
	width:100%;
	margin:0 auto;
	background-image:url(picts/corner-topleft.gif);
	background-repeat:no-repeat;
	background-position:left top;
	height:15px;
}	

#left {
	padding:23px 33px 0 34px;
	min-height:400px;
	height:auto !important;
	height:400px;
}

#right {
	border-left:1px solid #CECECE;
	padding:0 25px;
	margin-top:25px;
	min-height:400px;
	height:auto !important;
	height:400px;
	
}

#code {
	padding:10px;
	border:1px solid #333;
	background-color:#FFFFCE;
}	
#code p {
	color:#333;
}

.input {
	font-size:10px;
	width:150px;
}
.input_edit {
	font-size:12px;
	background-color:#F9F9F9;
	border-bottom:1px solid #666;
	border-top:none;
	border-right:none;
	border-left:none;
	padding:0;
	margin:0;
	color:#666;
}
.textarea {
		font-size:11px;
		width:300px;
		height:100px;
}	
.select {
		font-size:11px;
		width:200px;
}
.100 {
	width:100px;
}

.200 {
	width:200px;
}
.300 {
	width:300px;
}

/* table style */

.table_form {

}
.table_form th {
	text-align:left;
	font-size:12px;
	font-weight:bold;
	color:#666;
}
.table_form td {
	font-size:12px;
	color:#666;
}
.table {
	font-size:11px;
	border-width: 1px 1px 1px 1px;
    border-spacing: 0;
    border-collapse: collapse;
	border-color:#000;
}
.table tr:hover {
	background-color:#FCEEBF;
}
.table th {
	text-align:left;
	font-size:11px;
	font-weight:bold;
	color:#FFF;
	background-color:#3D6DB5;
	border-color:#000;
}
.table th.totals {
	font-size:11px;
	font-weight:bold;
	color:#FFF;
	background-color:#A6B199;
}
.table td {
	font-size:11px;
	color:#666;
	border-color:#000;
}
.table td.totals {
	font-size:11px;
	font-weight:bold;
	color:#FFF;
	background-color:#347E4D;
}

.table_form tr.shade {
	background-color:#F9F9D1;
}
