/*
REGISTRATION_FORM.CSS FOR 19TH IUHPE WORLD CONFERENCE
COPYRIGHT 2005
*/
.small {
	font-size: 10px;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
#symbols {
	margin-top: 12px;
}
#registration td {
	text-align: left;
	border-bottom: 1px solid #f1ead7;
}
#registration tr.no_border td {
	border-bottom-width: 0px;
}
#instructions {
	width: 400px;
}
h1 {
	font: normal normal bold 20px sans-serif;
	color: #cc6633;
}

/* error summary and form styling */
#error_summary {
	margin-top: 12px;
	font-weight: bold;
	color: #ff0000;
}
#error_summary ul {
	padding: 0px;
	margin: 0px;
}
#error_summary ul li {
	margin: 0px 0px 0px 20px;
}
.error .fieldname {
	color: #ff0000;
	font-weight: bold;
}

/* form styling */
#registration tr.error input, #registration tr.error select {
	border-color: #ff0000;
}
#registration table {
	border-collapse: collapse;
	color: #16356C;
	width: 400px;
}
#registration th {
	text-align: left;
	font: normal normal bold 16px sans-serif;
	color: #cc6633;
	padding-top: 12px;
	border-bottom: 1px solid #cc6633;
}
.fieldname {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #16356C;
	width: 180px;
}
.required {
	font-size: 14px;
	font-weight: bold;
	color: #cc6633;
}
td.required {
	padding-left: 20px;
	width: 15px;
}
#registration input, #registration select, #registration textarea  {
	border-width: 1px;
	border-color: #cccccc;
	border-style: solid;
	padding: 2px;
	font-size: 12px;
	color: #444444;
}
#registration input.no_border {
	border-width: 0px;
}
#street1, #source {
	margin-bottom: 2px;
}
#paymentinstruction, #paymentinstruction1, #paymentinstruction2 {
    border: 1px solid #cc6633;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	padding: 4px;
	background-color: #ffff99;
}
#paymentinstruction1, #paymentinstruction2 {
	display: none;
}

/* disabled form elements */
#registration .disabled tr td, #registration .disabled a.tooltip, #registration .disabled input, #registration .disabled select {
	color: #aaaaaa;
}
#registration .disabled input, #registration .disabled select {
	background-color: #eeeeee;
}

/* navigation buttons */
#registration .button_nav {
	padding-top: 12px;
	width: 290px;
}
#registration .button_nav input {
	width: 100px;
	border-width: 1px;
	border-style: outset;
	background-color: #f1ead7;
	color: #cc6633;
	font-weight: bold;
}
#cancel {
	float: left;
}
#previous, #next {
	float: right;
}
#previous {
	margin-right: 12px;
}

/* sidebar menu */
#registration_steps {
	float: right;
	width: 160px;
}
#registration_steps ul {
	padding: 0px;
	margin: 0px;
}
#registration_steps ul li {
	margin: 0px;
	list-style: none;
	color: #aaaaaa;
}
#registration_steps ul li.current {
	color: #cc6633;
}
.total {
	font-size: 14px;
	font-weight: bold;
	color: #cc6633;
	padding-top: 450px;
}

/* miscellaneous */
#membership_summary {
	margin-top: 5px;
	padding: 5px;
	text-align: justify;
	color: #cc6633;
}

/* tooltips */
#registration a.tooltip, .tooltip_symbol {
	font-size: 14px;
	font-weight: bold;
	color: #8888ff;
}
#registration a.tooltip {
    position: relative;
    z-index: 24;
    text-decoration: none;
	cursor: help;
}
#registration a.tooltip:hover {
	z-index: 25;
	color: #cc6633;
	text-decoration: none;
	border: none;
}
#registration a.tooltip span {
	display: none;
    position: absolute;
    top: 14px;
	left: -160px;
	width: 150px;
    border: 1px solid #cc6633;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	padding: 4px;
}
#registration a.tooltip:hover span
{
    display: block;
	background-color: #ffff99;
}

/* fee schedule */
#fee_schedule td {
	border: 1px solid #aaaaaa;
	text-align: center;
	color: #999999;
}
#fee_schedule td#topleft {
	border-top-width: 0px;
	border-left-width: 0px;
}
#fee_schedule td.row_header {
	text-align: left;
	color: #000000;
	width: 150px;
	border-left-width: 0px;
}
#fee_schedule td.current {
	color: #000000;
	background-color:#ffff99;
}
#fee_schedule tr.toprow td {
	border-top-width: 0px;
}
#fee_schedule tr.bottomrow td {
	border-bottom-width: 0px;
}
#fee_schedule td.rightcolumn {
	border-right-width: 0px;
}
#nonmember {
	background-color: #ffff99;
	margin-top: 10px;
}

/* invoice */
#invoice td {
	border-width: 0px;
}
#invoice tr#total td {
	border-top: 1px solid #333333;
}
.invoice_addon {
	font-size: 11px;
}
.invoice_addon tr.lastrow td {
	border-top: 1px solid #cc6633;
	border-bottom: 1px solid #cc6633;
}
.invoice_addon tr.itemrow td {
	border-top: 1px solid #ECC6B3;
	border-bottom: 1px solid #ECC6B3;
}
.invoice_addon td {
	padding-right: 10px;
}
.invoice_addon td.lastcolumn {
	font-weight: bold;
	padding-left: 10px;
	background-color: #FFD2A6;
}
.invoice_addon td.finaltotal {
	color: #ffffff;
	background-color: #cc6633;
}

/* final page */
#uvicpay_error {
	color: #ff0000;
	font-weight: bold;
}

/* help */
#help {
	background-color: #dddddd;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
#help .close {
	width: 100%;
	text-align: right;
}
#help .close a {
	font-weight: bold;
	text-decoration: none;
}
#help .date {
	color: #cc6633;
	font-weight: bold;
}
#help p {
	margin: 0px 0px 8px 0px;
	padding: 0px;
}
#help .nobottomspace {
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#help h1, h2, h3 {
	font-weight: bold;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #000000;
}
#help h1 {
	font-size: 20px;
}
#help h2 {
	font-size: 16px;
}

/* miscellaneous */
#registration .table_addon td, #registration .table_event td {
	vertical-align: top;
	border-width: 0px;
}
