﻿.section {
	width: 844px;
	margin: 0px auto 0px auto;
	padding: 8px 8px 8px 8px;/**/
	border-top: 2px solid #DD9900;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	clear: both;
	font-size: 1em;
}

.section-top {
	width: 860px;
	margin: 0px auto 0px auto;
}

.section-content {
	width: 860px;
	margin: 0px auto 0px auto;
}

.section-content h2 {
	font-size: 1.4em;
	line-height: 1.8em;
	font-weight: bold;
}

.section-content h3 {
	font-size: 1em;
	line-height: 1.4em;
	font-weight: bold;
}

.section-content p {
	font-size: 1em;
	line-height: 1.4em;
	font-weight: normal;
}

.section p {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.1em;
	margin-bottom: 5px;
	color: #666666;
}

.section-title {
	width: 380px;
	height: 25px;
	float: left;
	display: inline;
}

.section-title h2 {
	font-size: 1.2em;
	line-height: 25px;
	margin: 0;
	padding: 0;	
}

.section-links {
	width: 480px;
	height: 25px;
	line-height: 25px;
	float: right;
	display: inline;
	text-align: right;
}

.section-links a {
	height: 100%;
	color: #000000;
	font-size: 1.0em;
	font-weight: normal;
	text-decoration: none;
	margin-left: 12px;
}

.affirmative {
	color: Green;
	font-weight: bold;
}

.negative {
	color: Red;
	font-weight: bold;
}

.required {
	color: Red;
	font-weight: bold;
}

.event-box {
	background-color: #DDE6EF; 
	padding: 4px 8px 8px 12px; 
	margin: 10px 0px 10px 0px; 
	border: 1px dotted #bbbbbb;
}

.event-box h2 {
	line-height: 2.0em; 
	font-size: 1.3em;	
}

.registration-progress-strip {
	width: 100%;
	min-height: 40px;
	/*background-color: #DDE6EF;*/
	padding: 0px 0px 10px 0px;
	text-align: center;
	/*border-top: solid 1px #858585;
	border-bottom: solid 1px #858585;*/
}

.registration-progress-strip h1 {
	font-size: 1.6em;
	font-weight: bold;
	letter-spacing: 0.08em;
}

/* PAGER */
.pager {
	margin: 10px 0px 3px 0px;
	padding: 0px;
	font-weight: normal;
}

.pager .disabled {
	border: 1px solid #CCCCCC;
	color: #999999;
	padding: 2px 4px;
	text-align: center;
}

.pager .current {
	background-color: #DDE6EF;
	border: 1px solid #CCCCCC;
	color: #999999;
	font-weight: bold;
	padding: 2px 4px;
	text-align: center;
}

.pager span, .pager a {
	margin-right: 4px;
}

.pager a {
	border: 1px solid #CCCCCC;
	color: #999999;
	background-color: #F1F5F8;
	padding: 2px 4px;
	text-align: center;
	text-decoration: none;
}

/* GRID */
table.grid {
	border-collapse: separate;
	border-spacing: 1px;
	border: 1px solid #CCCCCC;	
}

table.grid th {
	background-color: #DDE6EF;/**/
	color: #666666;
	text-align: right;
	font-weight: normal;
	font-size: 1em;
	line-height: 1.8em;
	padding: 0px 4px 0px 4px;
}

table.grid tr {
	background-color: #F1F5F8;
}

table.grid tr:hover {
	background-color: #FAFEC2;
}

table.grid tr.no-hover:hover {
	background-color: #F1F5F8;
}

table.grid td {
	/*background-color: #F1F5F8;*/
	line-height: 1.4em;
	padding: 4px 4px 4px 4px;
	color: #666666;
	font-weight: bold;
	font-size: 1em;	
}

table.grid td p.attendee {
	font-size: 1em;
	
	margin: 4px 0px 0px 0px;
	padding: 0px 0px 0px 4px;
	line-height: 1.8em;
	background-color: #DDE6EF;
	color: #666666;
}

table.grid td p.attendee a {
	display: block;
	font-weight: bold;
	text-decoration: none;
}

table.grid td ul {
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
	line-height: 1.4em;
	font-weight: normal;
}

table.grid td a {
	color: #666666;
	font-weight: normal;
}

table.grid td dl {
	line-height: 1.4em;
	font-weight: normal;
}

table.grid td dd {
	margin: 0; 
	padding: 0;
	font-weight: bold;
}

table.grid td dt {
	margin: 0; 
	padding: 0; 
	float: left; 
	width: 80px;
}

table.grid td h2 
{
	font-weight: normal;
	font-size: 1em;
	text-decoration: underline;
	color: #666666;
}

table.grid hr 
{
	color: #DDE6EF;
	background-color: #DDE6EF;
	margin: 0px;
	padding: 0px;
}

/* GRID - CLIENT */
table.grid-client {
	border-collapse: separate;
	border-spacing: 1px;
	border: 1px solid #CCCCCC;	
}

table.grid-client th {
	background-color: #CCCCCC;/**/
	color: #333333;
	text-align: right;
	font-weight: normal;
	font-size: 1em;
	line-height: 1.8em;
	padding: 0px 4px 0px 4px;
}

table.grid-client tr {
	background-color: #E3E3E3;/**/
}

table.grid-client tr:hover {
	background-color: #FAFEC2;/**/
}

table.grid-client tr.no-hover:hover {
	background-color: #E3E3E3;/**/
}

table.grid-client td {
	/*background-color: #F1F5F8;*/
	line-height: 1.4em;
	padding: 4px 4px 4px 4px;
	color: #333333;
	font-weight: bold;
	font-size: 1em;	
}

table.grid-client td p.attendee {
	font-size: 1em;
	margin: 4px 0px 0px 0px;
	padding: 0px 0px 0px 4px;
	line-height: 1.8em;
	background-color: #CCCCCC;
	color: #333333;
}

table.grid-client td p.attendee a {
	display: block;
	font-weight: bold;
	text-decoration: none;
}

table.grid-client td ul {
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
	line-height: 1.4em;
	font-weight: normal;
}

table.grid-client td a {
	color: #333333;
	font-weight: normal;
}

table.grid-client td dl {
	line-height: 1.4em;
	font-weight: normal;
}

table.grid-client td dd {
	margin: 0; 
	padding: 0;
	font-weight: bold;
}

table.grid-client td dt {
	margin: 0; 
	padding: 0; 
	float: left; 
	width: 80px;
}

table.grid-client td h2 
{
	font-weight: normal;
	font-size: 1em;
	text-decoration: underline;
	color: #666666;
}

table.grid-client hr 
{
	color: #DDE6EF;
	background-color: #DDE6EF;
	margin: 0px;
	padding: 0px;
}


/* FORM */
table.form {
	border-collapse: separate;
	border-spacing: 1px;
	border: 1px solid #CCCCCC;
	margin-bottom: 0px;
}

table.form p {
	font-size: 0.85em;
	font-weight: bold;	
	color: #666666;
}

table.form th {
	font-weight: bold;
}

table.form td {
	color: #666666;
	line-height: 1em;
	padding: 2px 4px 2px 4px;
}

table.form td.label {
	font-size: 1em;
	font-weight: bold;	
	background-color: #DDE6EF;
	color: #666666;
	text-align: right;
}

table.form td.value {
	font-size: 1em;
	background-color: #F1F5F8;
	color: #000000;
}

table.form ul {
	line-height: 1.4em;
	color: #666666;
}

table.form td.value input {
	font-size: 1.2em;
}

table.form td.value p {
	
}

table.form td.message {
	background-color: #F1F5F8;
	color: #000000;
}

/* FORM - CLIENT */
table.form-client {
	border-collapse: separate;
	border-spacing: 1px;
	border: 0px solid #CCCCCC;
	margin-bottom: 0px;
}

table.form-client p {
	font-size: 0.85em;
	font-weight: bold;	
	color: #666666;
}

table.form-client th {
	font-weight: bold;
}

table.form-client td {
	color: #666666;
	line-height: 1em;
	padding: 2px 4px 2px 4px;
}

table.form-client td.label {
	font-size: 1em;
	font-weight: bold;	
	/*background-color: #DDE6EF;*/
	color: #333333;
	text-align: right;
}

table.form-client td.value {
	font-size: 1em;
	/*background-color: #F1F5F8;*/
	color: #000000;
}

table.form-client ul {
	line-height: 1.4em;
	color: #666666;
}

table.form-client td.value input {
	font-size: 1.2em;
}

table.form-client td.value p {
	
}

table.form-client td.message {
	background-color: #F1F5F8;
	color: #000000;
}

/* DETAIL */
table.detail {
	border-collapse: separate;
	border-spacing: 1px;
	border: 1px solid #CCCCCC;
}

table.detail th {
	font-weight: bold;
}

table.detail td {
	color: #666666;
	line-height: 1.8em;
	padding: 0px 4px 0px 4px;
}

table.detail td.label {
	background-color: #DDE6EF;
	color: #666666;
	text-align: right;
	font-weight: normal;
	font-size: 1em;
	line-height: 1.6em;
}

table.detail td.value {
	background-color: #F1F5F8;
	color: #666666;
	font-weight: bold;
	font-size: 1em;
}

table.detail td.value p {
	font-size: 1em;
	line-height: 1.6em;
	color: #666666;
	font-weight: normal;
	padding: 2px 0px 2px 0px;
	margin: 0;
}

table.detail td.value ul {
	margin-left: 10px;
}

/* DATA GRID */
table.datagrid 
{
	border-collapse: separate;
	border-spacing: 0px;
	border-top: 1px solid #DDE6EF;
	border-right: 1px solid #DDE6EF;
}

table.datagrid td {
	border-left: 1px solid #DDE6EF;
	border-bottom: 1px solid #DDE6EF;
}

/* VALIDATION */
.input-validation-error {
	background-color: #FFEEEE;
}

/* JQUERY UI REDEFINITION */
div.ui-datepicker{
	font-size: .8em;
}

div.error-list {
	border: 1px solid #F5A3A5;
	background-color: #FFEEEE;
	padding: 4px;
	font-size: .9em;
	line-height: 1.6em;
	color: #666666;
}

div.error-list p 
{
	font-size: 1em;
	line-height: 1.6em;
	font-weight: normal;	
}

div.error-list ul 
{
	margin: 0px 0px 0px 20px;
	font-weight: bold;	
}

.input-display {
	display: none;
}

.start-registration {
	width: 500px; 
	min-height: 325px; 
	background: url(../images/reg-fade-background.png) repeat-x bottom; 
	margin: 0px auto; 
	border: solid 1px #000000;
}

.start-registration p {
	text-align: center;
	font-size: 1em;
	font-family: Arial;
}

.start-registration-input {
	width: 300px; 
	margin: 28px auto 0px auto;	
}

.start-registration-input p {
	text-align: left
}

.start-registration-input label {
	text-align: left;
	font-size: 1.2em;
	font-family: Arial;
	width: 100%;
}

.attendee_body table td
{
	padding: 1px 0px 1px 0px;
	vertical-align: top;
}

.attendee_body table tr:hover {
	background-color: #F1F5F8;
}

.tipsy { padding: 5px; font-size: 1em; line-height: 1.4em; opacity: 0.8; filter: alpha(opacity=80); background-repeat: no-repeat;  background-image: url(../images/tipsy.gif); }
.tipsy-inner { padding: 5px 8px 4px 8px; background-color: black; color: white; max-width: 400px; text-align: left; }
.tipsy-inner { -moz-border-radius:3px; -webkit-border-radius:3px; }
.tipsy-north { background-position: top center; }
.tipsy-south { background-position: bottom center; }
.tipsy-east { background-position: right center; }
.tipsy-west { background-position: left center; }

#button-submit-add {
	color: #ffffff;
	font-size: 1.1em;
	font-weight: bold;
	height: 30px;
	border: 1px solid #000000;
	margin: 0px 5px 0px 0px;
	padding: 5px 5px 5px 5px;
	background-color: #A60000;
}

#button-submit-add:hover {
	background-color: #E81212;
}

#button-submit-add:focus {
	background-color: #E81212;
}

#button-submit-finish {
	color: #ffffff;
	font-size: 1.1em;
	font-weight: bold;
	height: 30px;
	border: 1px solid #000000;
	margin: 0px 5px 0px 0px;
	padding: 5px 5px 5px 5px;
	background-color: #0B425C;
}

#button-submit-finish:hover {
	background-color: #286E90;
}

#button-submit-finish:focus {
	background-color: #286E90;
}

#button-cancel-finish {
	color: #D3D3D3;
	font-size: 1.1em;
	height: 30px;
	border: 1px solid #000000;
	margin: 0px 5px 0px 0px;
	padding: 5px 5px 5px 5px;
	background-color: #6E6E6E;
}

#button-cancel-finish:hover {
	color: #4B4B4B;
	background-color: #BCBCBC;
}

#button-cancel-finish:focus {
	color: #4B4B4B;
	background-color: #BCBCBC;
}

#button-apply-coupon {
	color: #ffffff;
	font-size: 1em;
	height: 22px;
	border: 1px solid #666666;
	padding: 2px 2px 2px 2px;
	background-color: #A2BAD2;
}

#button-apply-coupon:hover {
	color: #000000;
	background-color: #FAFEC2;
}

#button-confirm-registration {
	color: #ffffff;
	font-size: 1em;
	font-weight: bold;
	height: 30px;
	border: 1px solid #000000;
	padding: 5px 5px 5px 5px;
	background-color: #A60000;
}

#button-confirm-registration:hover {
	background-color: #E81212;
}

#button-confirm-registration:focus {
	background-color: #E81212;
}

#button-submit-payment {
	color: #ffffff;
	font-size: 1.1em;
	font-weight: bold;
	height: 30px;
	border: 1px solid #000000;
	padding: 4px 4px 4px 4px;
	background-color: #A60000;
}

#button-submit-payment:hover {
	background-color: #E81212;
}

#button-submit-payment:focus {
	background-color: #E81212;
}
