﻿body{
	background-color:#ffffff;
	background-image:url(../images/body_bg.gif);
	background-repeat:repeat-y;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	margin:0px;
	padding:0px;
}

/*
****************************************************/

.header{
	background-color:#cc5d8c;
	background-image:url(../images/header_bg.gif);
	background-repeat:repeat-x;
	height:171px;
	width:100%;
	float:left;
}

/*
****************************************************/

.container{
	width:800px;
	float:left;
}

/*
****************************************************/

.menuContainer{
	width:172px;
	float:left;
	padding:30px 0 0 8px;
}

.menuContainer a{
	color:#000000;
}

/*
****************************************************/

.menuContainer ul{
	list-style:none;
	margin:0px;
	padding:0 0 20px 0;
	border-top:1px solid #ffffff;
	float:left;
	width:162px;
}

.menuContainer li{
	list-style:none;
	margin:0px;
	padding:0px;
	width:172px;
	float:left;
}

.menuContainer li a{
	text-decoration:none;
	color:#ffffff;
	font-size:14px;
	font-weight:bold;
	border-bottom:1px solid #ffffff;
	float:left;
	display:block;
	width:156px;
	padding:6px 0 6px 6px;
	outline:none;
}

.menuContainer li a:hover,
body#intro li a#intro,
body#locations li a#locations,
body#agenda li a#agenda,
body#faq li a#faq,
body#register li a#register
{
	background-color:#9E9E9E;
}

/*
****************************************************/

.tableDesign {
	border-width: 1px 1px 1px 1px;
	border-spacing: 2px;
	border-style: solid solid solid solid ;
	border-color: #ffffff #ffffff #ffffff #ffffff;
	border-collapse:collapse;
	background-color:#eeeeee;
}

.tableDesign td {
	border-width: 1px 1px 1px 1px;
	padding: 10px 10px 10px 10px;
	border-style: solid solid solid solid ;
	border-color: #ffffff #ffffff #ffffff #ffffff;
	-moz-border-radius: 0px 0px 0px 0px;
}

.tableDesign .tdheader{
	background-color:#c1c1c1;
	font-weight:bold;
	font-size:14px;
}

/**********   FORM TABLE   **********/

table.form	{
	margin: 0;
	padding: 0;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	/*width: 560px;*/
	border-collapse: collapse;
}

table.form, table.form td table td{
	border:none;
}

table.form th, table.form td, table.form td table.form td	{
	margin: 0;
	padding: 10px 5px 10px 10px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	text-align: left;
}

table.form td table.form td table td{
	border:none;
}

table.form th.formtitle	{
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	background-color: #c1c1c1;
}

table.form th.question	{
	color: #000;
	font-size: 16px;
	font-weight: bold;
	width: 40%;
	background-color: #c1c1c1;
}

table.form th.subtitle	{
	color: #000;
	font-size: 13px;
	font-weight: bold;
	background-color: #c2e6fb;
}

table.form th.subtitle span	{
	font-weight: normal;
}

div#template div#content table.form th.subtitle a:link, div#template div#content table.form th.subtitle a:visited, div#template div#content table.form th.subtitle a:active {
	font-size: 90%;
	color: #000;
	text-decoration: underline;
}

table.form td	{
	background-color: #f2f2f2;
}

#content table.form td ul	{
	margin: 0 0 0 5px;
	padding: 0;
	list-style: none;
}

#content table.form td ul li	{
	margin: 0;
	padding: 0 0 0 15px;
}

#content table.form td p	{
	margin: 0 0 10px 0;
	padding: 0;
}


#content form	{
	/*width: 500px;*/
}

label	{
	font-size: 12px;
	margin: 0;
	padding: 0;
	display: block;
}

#content table.form td ul li label	{
	margin: 0;
	padding: 0;
	font-size: 100%;
}

input.smalltextfield	{
	margin: 0 0 0px 0;
	padding: 0;
	width: 60px;
	border: 1px solid #ccc;
}

input.textfield	{
	margin: 0 0 0px 0;
	padding: 0;
	width: 100px;
	border: 1px solid #ccc;
}

input.medtextfield	{
	margin: 0 0 0px 0;
	padding: 0;
	width: 175px;
	border: 1px solid #ccc;
}

input.longtextfield	{
	margin: 0 0 0px 0;
	padding: 0;
	width: 250px;
	border: 1px solid #ccc;
}

input.verylongtextfield	{
	margin: 0 0 0px 0;
	padding: 0;
	width: 450px;
	border: 1px solid #ccc;
}

select	{
	margin: 0 0 5px 0;
	padding: 0;
	border: 1px solid #ccc;
}

.note{
	font-size:11px;
	font-style:italic;
}

input.checkbox	{
	float: left;
}

#content table.form td ul.radiolist	{
	margin: 0 0 20px 0;
	padding: 0;
	list-type: none;
}

#content table.form td ul.radiolist li	{
	margin: 0;
	padding: 0;
	background: none;
	display: block;
	float: left;
	width: 230px;
}

#content table.form td ul.radiolist li.small	{
	width: 100px;
}

#content table.form td ul.radiolist li.full	{
	width: 100%;
}

#content table.form td table	{
	margin: 0;
	padding: 0;
	border: 0;
	border-collapse: collapse;
	width: 230px;
}

#content table.form td table td{
	border: 0;
	padding: 0 5px 5px 0;
}

#content table.form td textarea	{
	border: 1px solid #ccc;
	width: 300px;
	margin: 0 0 15px 0;
	padding: 0;
}

#content table.form td textarea#option1	{
	width: 550px;
}


/*
****************************************************/

.contentContainer{
	width:600px;
	float:right;
}

.content{
	padding:30px 30px 30px 10px;
	margin:0px;
	width: 560px;
}

h1{
	color:#B81F5F;
	font-weight:normal;
	font-size:24px;
	margin:0 0 20px 0;
	padding:0px;
	line-height:24px;
}

.content a {
	color:#37B6E9;
	outline:none;
}
.content a:hover {
	color:#B81F5F;
}

ol{	
	margin:0 0 0 20px;
	padding:0 0 0 15px;
}

ol li{
	margin:0px;
	padding:0 0 25px 0;
}

ol li ul{
	margin:0 0 0 20px;
	padding:0 0 15px 15px;
}

ol li ul li{
	margin:5px 0 0 0;
	padding:0 0 5px 0;

}

ul{
	margin:0 0 0 20px;
	padding:0 0 25px 15px;
}

ul li{
	margin:5px 0 0 0;
	padding:0px;
}

.required{
	color:#CC0000;
}

/* --------------------------*/

/**********   PAGE TABLE   ***********/

table.page	{
	margin: 0;
	padding: 0;
	width: 100%;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-collapse: collapse;
}

table.page th, table.page td	{
	margin: 0;
	padding: 7px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	text-align: left;
}

table.page th.day	{
	color: #000;
	font-size: 16px;
	font-weight: bold;
	background-color: #b81f5f;
}

table.page th.time	{
	color: #000;
	font-size: 16px;
	font-weight: bold;
	width: 25%;
	background-color: #c1c1c1;
}

table.page td	{
	width: 45%;
	background-color: #f2f2f2;
}

table.page td table td {
	border:none;
}

#content table.page td ul	{
	margin: 0 0 0 15px;
	padding: 0;
	list-style: none;
}

#content table.page td ul li	{
	margin: 0;
	color: #000;
	padding: 0 0 3px 15px;
	background: url(images/content_bullet.gif) no-repeat 0 5px;
}

#content table.page td p	{
	margin: 0 0 0px 0;
	color: #000;
	padding: 0;
}

table.page th.normal	{
	color: #000;
	font-size: 16px;
	text-decoration: none;
	width: 25%;
	
}

table.page th.title	{
	color: #FFF;
	font-size: 13px;
	font-weight: bold;
	background-color: #c1c1c1;
}


table td.tableintd, table.form td table.form td.tableintd{
	padding:0px;
}