/* @override http://localhost/uahu/css/style.css */

* {
	margin: 0;
}

body {
	color:  #1E1E1E;
	font: 12px/1.4em "Lucida Grande", Lucida, Verdana, sans-serif;
}

.link {
	color:  #039;
	text-decoration: underline;
	cursor: pointer;
}

#page_container {
	width: 760px;
	margin: 0 auto 30px auto;
}

h1, h2, h3 {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

h1 {
	text-align: center;
	font-size: 44px;
	color: #9CAA3B;
	font-weight: normal;
	line-height: 1em;
	margin-top: 20px;
}

h2 {
	border-bottom: 2px solid #333333;
	color: #333333;
	letter-spacing: 0;
	margin: 12px 16px 14px 0;
	padding: 0.35em 0 0;
	font: normal 2.2em/1.3em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

h3 {
	text-align: center;
	margin: 11px 0;
	padding: 4px;
	font-weight: normal;
	font-size: 1.6em;
	/*border-bottom: 2px dotted #cecece;*/
}

p {
	margin: 11px;
}

table {
	width: 100%;
}

label {
	color:  #039;
	display: block;
	font-weight: bold;
}

.label {
	color:  #039;
	font-weight: bold;
}

input.txt {
	background-color: #e8edff;
	border: 1px solid #9fb5fe;
	font-size: 13px;
	padding: 3px;
}

.input-1 {
	width: 488px;
}

.input-2 {
	width: 276px;
}

.input-3 {
	width: 94px;
}

.input-4 {
	width: 242px;
}

.input-5 {
	width: 270px;
}

.input-6 {
	width: 235px;
}

.td-1 {
	width: 96px;
	text-align: center;
}

.gradient-style {
	margin: 11px 0;
	text-align: left;
	border-collapse: collapse;
}

.gradient-style th {
	font-size: 12px;
	font-weight: normal;
	padding: 8px;
	background: #b9c9fe url('../images/gradhead.png') repeat-x;
	border-top: 2px solid #d3ddff;
	border-bottom: 1px solid #fff;
	color: #039;
	text-align: center;
}

.gradient-style td {
	padding: 8px; 
	border-bottom: 1px solid #fff;
	color: #669;
	border-top: 1px solid #fff;
	background: #e8edff url('../images/gradback.png') repeat-x;
}

.gradient-style tfoot tr td {
	background: #e8edff;
	color: #99c;
}

.gradient-style tbody tr:hover td {
	background: #d0dafd url('../images/gradhover.png') repeat-x;
	color: #339;
}

.footnote-1 {
	margin: 11px;
}

.container-1 {
	line-height: 2.2em;
	width: 500px;
	margin: 11px 0 11px 11px;
}

.container-2 {
	margin-top: 8px;
}

.tooltip {
	border-bottom:1px dotted;
	cursor: pointer;
}

.remove_reg {
	font-size: 12px;
}

label.error {
	background: url('../images/warning.png') no-repeat;
	padding-left: 20px;
	padding-top: 1px;
	margin-top: 2px;
	font-weight: normal;
	color: #d27713;
}

input.error {
	border: 1px solid #d27713;
}

.ind_regs_individual .addtl_regs_title {
	display: none;
}