body, body div, body td {
	font-family: Helvetica,Arial,sans serif;
	font-size: 11pt;
	color: #000033;
}

body {
	background-color: #ddddff;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

a {
	color: #30C;
	text-decoration: none;
}
a:link, a:active, a:visited {
	color: #30C;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
h2 {
	margin: 4px;
}
h1 {
	margin: 4px;
}
h1 .subtitle {
	font-size: .5em;
}
p {
}
.bold {
	font-weight: bold;
	color: #360;
}
.red {
	font-weight: bold;
	color: #C03;
}
.small {
	font-size: 80%;
}
.body {
	background-color: #ffc;
	width: 700px;
	border-left: 8px solid #333333;
	border-right: 8px solid #333333;
	overflow: auto;
	margin-left: auto;
	margin-right: auto;
}

#top #banner-main {
	height: 110px;
	background: #fff url(../images/logo-banner-blank.gif) no-repeat;
}
#top #banner-main #banner-headline {
	padding-top: 10px;
	margin-left: 129px;
	padding: 10px 0 0;
}
#top #banner-main h1 {
	margin: 0;
	color: #03C;
	font-size: 22px;
}

#groupForm h1 {
	font-size: 11pt;
	text-align: right;
}

sup {
	font-size: small;
}

#top {
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #fff;
	border-bottom: 1px dashed #03C;
}

/* top-nav */
#top-nav {
	position: relative;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
}

#top-nav ul {
	background-color: #fff;
	border-top: 4px solid #03C;
	list-style-type: none;
	margin-top: 4px;
	padding: 0;
	padding-top: 4px;
	position: relative;
	height: 10px;
}

#top-nav li {
	display: inline;
	margin: 0;
	padding: 0;
	position: relative;
	white-space: nowrap;
	height: 0;
}

#top-nav a {
	padding: 4px 4px 4px 4px;
	background-color: #eef;
}

#top-nav a:hover {
	background-color: #99f;
}

/* left-nav */
#left-nav {
	font-size: 90%;
	width: 130px;
	float: left;
	margin: 0;
	padding: 0;
}

#left-nav a:hover {
	background-color: #aaaacc;
	text-decoration: underline;
}

#left-nav ul {
	padding-left: 4px;
	margin-left: 0;
}

#left-nav li {
	margin-bottom: 10px;
	list-style-type: none;
}

#left-nav a {
	text-decoration: none;
}

#left-nav p {
	margin: 0;
	padding: 4px;
}

#left-nav i {
	font-size: 85%;
}
/* main */

#main {
	width: 568px;
	padding: 0;
	margin-left: 0;
	background: #fff url(../images/dancers-bg.gif) top no-repeat;
	position: relative;
	float: right;
}

.content {
	padding: 10px;
	text-align: center;
}

.content p {
	text-align: justify;
}

.content li {
	text-align: left;
	padding: 8px 0;
}

/* front page */
.front-section {
	overflow: auto;
	height: 500px
}
.front-section ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.front-section li {
	width: 40%;
	float: left;
	margin: 10px;
	padding: 10px;
	height: 60px;
}
.front-section a {
	font-size: 18px;
}

/* coupon */

#coupon {
	width: 500px;
	background-color: #fff;
	text-align: left;
	border: 1px dashed black;
	padding: 10px;
}
#coupon div {
	font-size: 10pt;
}
#coupon .coupon-line {
	padding-bottom: 4px;
	height: 20px;
}

#coupon .coupon-label {
	text-align: center;
	margin-bottom: 10px;
	text-transform: uppercase;
}
#coupon .coupon-line .coupon-name {
	position: relative;
	float: left;
	width: 180px;
}
#coupon .coupon-line .coupon-fillin {
	position: relative;
	float: left;
	width: 170px;
	text-align: right;
}
#coupon .coupon-line .coupon-amount {
	position: relative;
	float: left;
	
	padding-left: 10px;
}
#coupon .coupon-input {
	position: relative;
	float: left;
}
#coupon .line {
	width: 420px;
	height: 12px;
	top: 0;
	position: relative;
	float: right;
	border-bottom: 1px solid black;
}
#coupon .coupon-small {
	font-size: 7pt;
	margin-bottom: 8px;
}
#coupon .coupon-note {
	text-align: center;
	font-size: 9pt;
	font-style: italic;
}


/* group form */
#groupForm {
}

#groupForm ul.mainForm {
	list-style-type: none;
}

.sub-question {
	position: relative;
	left: 20px;
}

/* form */


#mainForm 
{
	position: relative;
	border: 1px;
	border-style: solid;
	margin: 0 auto;
	text-align: left;
	width: 90%;
	background-color: #ffffff;
}

ul.mainForm
{
	list-style-type: none;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size:15px;	
}

li.mainForm
{
	padding-bottom: 10px;
}


#mainFormError
{
	position: relative;
	border: 1px;
	border-style: solid;
	margin: 0 auto;
	text-align: left;
	width: 70%;
}



.mainFormError
{
	background-color: #FADADD;
}


#formHeader
{
	position: relative;
	width: 100%;
	background-color: #666699;
	margin:0 0 0 0;
	padding-bottom: 10px;
}

p.formHeader
{
	text-align: right;
	margin:0 0 0 0;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-weight:normal;
	color: #ffffff;
	font-size:25px;
	position:relative;
	left:-5px;
	top:4px;
	letter-spacing: 2px;
}



#formInfo
{
	position: relative;
	width: 100%;
	background-color: #ffffff;
	margin:0 0 0 0;
}

h2.formInfo
{
	text-align: left;
	margin:0 0 0 0;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-weight:normal;
	font-size:20px;
	position:relative;
	left:20px;
	top:0px;
	letter-spacing: 1px;
	line-height:150%;
	color: #ffffff;
}


p.formInfo
{
	text-align: left;
	margin:0 0 0 0;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-weight:normal;
	color: #000000;
	font-size:12px;
	position:relative;
	left:20px;
	top:0px;
	color: #ffffff;
}

#formFields
{
	position: relative;
	width: 100%;
	background-color: #ffffff;
	margin:0 0 0 0;

}

label.formFieldQuestion
{
	line-height:125%;
	padding:0 4px 1px 0;
	border:none;	
	display:block;
	font-size:95%;
	font-weight:bold;
}

label.formFieldOption
{
	font-size:90%;
	display:block;
	line-height:1.0em;
	margin:-19px 0 0 25px;
	padding:4px 0 5px 0;
	width:90%;
}



input.formFieldStyle
{
	display:block;
	line-height:1.4em;
	margin:8px 0 0 3px;
	width:13px;
	height:13px;
}


/* tooltip */
a.info {
	font-family: Tahoma, Arial, Sans-Serif;
	text-decoration:none; 
	position: relative;
}

a.info span {
	position: relative;
	display:none;
}

a.info:hover {
	position: relative;
	cursor:default;
}

a.info:hover .infobox {
	font-weight: normal; 
	display:block; 
	position:absolute; 
	top:20px;;
	left:25px;
	width:205px; 
	height:70px; 
	border: 1px solid #ccc; 
	background:#f4f4f4 url(question.gif) no-repeat bottom right; 
	color:#000; 
	text-align:left; 
	font-size:0.7em; 
	padding-left:10px; 
	padding-top:10px;
}

/* pop-up calendar */
button.calendarStyle
{
	background-color: transparent;
	border: 0;
	height:22px;
	width:22px;
	background-image:url(contactform/imgs/calendar.png);
	cursor: pointer;
}


p.footer
{
	text-align: right;
	margin:0 0 0 0;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-weight:normal;
	color: #ffffff;
	font-size:9px;
	position:relative;
	top:4px;
	left:-140px;
	letter-spacing: 2px;
}

a.footer
{
	text-align: right;
	margin:0 0 0 0;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-weight:normal;
	color: #ffffff;
	font-size:9px;
	position:relative;
	top:4px;
	letter-spacing: 2px;
}

/* groups questionaire */
#group-submit {
	text-align: left;
}

#group-submit .section {
	border-top: 4px solid blue;
	margin-top: 20px;
	padding-top: 10px;
}

#group-submit .section .question {
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 2px solid black;
}

#group-submit .stage-pic {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

#group-submit .stage-toggle {
	float: right;
}

/* workshop form */
#inputForm {
	text-align: left;
	font-size: 12px;
}

#inputForm div {
	font-size: 9px;
}

#inputForm .question {
	clear: both;
}

#inputForm .question .label {
	font-weight: bold;
}

#inputForm .question .subq {
	float: left;
	margin-right: 10px;
}

.question ul {
	list-style-type: none;
	position: relative;
}

.legal {
	margin-top: 15px;
}

.legal input {
	width: 20px;
}
#agreeReminder {
	color: red;
}

.legal label {
	width: 300px;
}

ul.pagenum-links {
	list-style-type: none;
	display: inline;
	padding-left: 0px;
}

ul.pagenum-links li {
	display: inline;
	margin-left: 15px;
}

ul.pagenum-links .page-cur {
	font-weight: bold;
	font-size: larger;
}

.button-submit {
	margin-top: 10px;
	padding: 4px;
	border: 2px solid green;
	font-weight: bold;
	height: 55px;
	margin-left: auto;
	margin-right: auto;
}

.button-save {
	margin-top: 10px;
	padding: 4px;
	border: 2px solid yellow;
	font-weight: bold;
	height: 40px;
	margin-left: auto;
	margin-right: auto;
}

.section-name {
	font-weight: bold;
	font-size: large;
}

#inputForm .box {
	margin: 4px;
	padding: 8px;
	border: 1px dotted grey;
}

#order {
	background-color: white;
	border: 1px solid green;
}

#order table {
	margin: 0;
}

#order table tr {
	margin: 0;
}

#order table td {
	height: 25px;
	margin: 0;
	padding: 0 4px;
	border: 1px solid black;
}

.whoswho {
}
.whoswho p {
	background-color: #eef;
	padding: 8px 4px;
	text-align: left;
	clear: both;
}
.whoswho p b {
	font-size: 120%;
}
.whoswho p img {
	float: right;
	border: 2px solid black;
	margin: 4px 4px 10px;
}