* {
	padding: 0;
	margin: 0;
}
body {
	background-image:url('../images/background.jpg');
	background-color: #ed0202;
	background-repeat:repeat-x;
	color: #000;
	font: 12px 'Verdana', Sans-serif;
}
#wrapper {
	text-align: center;
	position: relative;
	z-index: 6000;
}
.bg {
	left:0;
	position:absolute;
	top:0;
	width:100%;
	z-index:5000;
}
#container {
	border: 0px solid #333;
	width: 750px;
	text-align: left;
	margin: 0 auto;
	padding: 0px;
}

#container p.topbar
{
	color: #fff;
	text-align: right;
}

#container p.topbar a
{
	color: #fff;
}

#banner {
	border:0 none;
	font-family:"Georgia", "Times";
	margin:0;
	outline-style:none;
	outline-width:0;
	padding:0;
	padding-top: 10px;
	vertical-align:baseline;
	text-align: center;
	letter-spacing: -1px;
	margin-bottom: 20px;
}

#banner h1 { font-size: 3.2em; font-weight:normal; color: #fff; }
#banner h2 { font-size: 2.2em; font-weight: normal; color: #fff; }

/*
#banner h1 { font-size: 3.2em; font-weight:normal; color: #000; }
#banner h2 { font-size: 2.2em; color: #333; font-weight: normal; }
*/

#menu {
	background: #fff;
	padding: 10px;
	margin-top: 19px;
	margin-bottom: 19px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	border-top-left-radius:5px;
	border-bottom-left-radius:5px;
}

#menu ul {
	border: 0px solid red;
	list-style: none;
}

#menu ul li {
	display: inline;
	list-style: none;
}

#menu ul li a {
	color: #ed0202;
	font: 12px Helvetica, Arial, Sans-serif;
	font-weight: bold;
	padding: 0px 0px 0px 5px;
	text-decoration: none;
}

#content {
	background: #fff;
	/*
	border: 1px solid blue;
	background-image:url('../images/background.jpg');
	background: #B2D9ED;
	*/
	overflow: auto;
	padding: 15px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	border-top-left-radius:5px;
	border-bottom-left-radius:5px;
	margin-bottom: 0.5em;
}	
#content a {
	color: #4f7991;
	text-decoration: none;
}
#content p {
	padding: 2px;
	margin: 0px;
}
#content p.initial {
	padding-bottom: 120px;
}
#content h1 {
	color: #333;
	margin: 1px;
	margin-bottom: 5px;
}
#content h2 {
	color: #333333;	
	font-size: 20px;
	margin: 1px;
	margin-bottom: 1.5em;
}
#content a.initial {
	color: #fff;
	font-weight: bold;
}
#content a.more {
	color: #4f7991;
	font-weight: bold;
}
#footer {
	border: 0px solid red;
	background-color: #f0a514;
	/*
	background-color: #efefef;
	background-color: #b4c8d3;
	*/
	color: #333;
	font-family: verdana;
	font-weight: bold;
	padding: 20px;
	display: none;
}
#sponsors {
	border: 0px solid red;
	margin-top: 10px;
	text-align: center;
	width: 100%;
	display: none;
}
#sponsors a {
	color: #333;
	text-decoration: none;
}
#sponsors h2 {
	color: #b4c8d3;
	font-size: 16px;
	padding: 2px;
	margin: 1px;
	text-align: left;
}
.textbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF6600;
	background-color: #FFFFFF;
	border: 1px solid #FF6600;
}
table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
.textfield {
	font-size: 12px;
	color: #333333;
	background: #F7F7F7;
	border: 1px solid #CCCCCC;
	padding-left: 1px;
}
img {
	border: 0px;
}
p.more {
	border: 0px solid red;
	padding: 1px;
	margin: 1px;
}
/*******************************/
.fields {
	padding: 5px;
	width: 55%;
	float: left;
}
.fields ul {
}
.fields li {
	list-style-type: none;
	/*
	margin: 7px 0;
	*/
}
.fields label {
	/*
	display: block;
	padding: 5px 0;
	color: #444;
	font-weight: bold;
	text-align: left;
	*/
}

.fields label.error {
	color: #cb414e;
}

.fields .textfield {
	background:#fff;
	border-top-left-radius:5px;
	border-bottom-left-radius:5px;
	border:1px solid #eee;
	/*
	border-right-width:0;
	*/
	font:18px Helvetica, Arial, Sans-serif;
	/*
	margin:0;
	*/
	padding:8px 10px;
	/*
	outline-width:0;
	*/
	-webkit-border-top-left-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	width:230px;
}
.fields .textfield:focus {
	outline-width:0;
	border-color:#fff;
}
.fields .btn {
	background:#eee url("../images/bg-btn.png") repeat-x 0 0;
	display:block;
	padding:8px 10px;
	border:1px solid #eee;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	text-decoration:none;
	text-align:center;
	color:#333;
	text-shadow:0 1px 0 #eee;
	font:18px Helvetica, Arial, Sans-serif;
	font-weight:bold;
	outline:none;
	margin-top: 30px;
}
#detail {
	float: right;
	width: 40%;
	background: #a5cde1;
	padding: 7px;
	text-align: center;
}
#detail h1 {
	font-family:"Georgia", "Times";
	font-size: 2.2em;
	font-style: italic;
	font-weight: normal;
	color: #fff;
	letter-spacing: -1px;	
}
#detail p { padding: 7px 0; font-weight: bold; }

/** begin: box **/
.box {
	background-color: #fff;
	border: 0px solid blue;
	border-top-left-radius:5px;
	border-bottom-left-radius:5px;
	float: left;
	padding: 5px;
	width: 98%;
	-webkit-border-top-left-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
}
#content .box h1 {
	color: #000;
	font-size: 18px;
	margin: 1px;
	margin-bottom: 5px;
}
#content .box h2 {
	color: #000;
	font-size: 18px;
	margin: 1px;
	margin-bottom: 5px;
}

#content .box h3 {
	color: #333;
	font-size: 28px;
	font-weight: normal;
	margin-bottom: 5px;
	padding: 0;
}

#content .box h4 {
	color: #333;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
	padding: 0;
	text-decoration: underline;
}

#content .box p {
	padding-bottom: 1em;
}

#content .box ul {
	border: 0px solid red;
	list-style: none;
	margin: 0;
	padding: 0;
}

#content .box ul li {
	padding-bottom: 5px;
	padding-left: 30px;
}

#content .box ul li a {
	font-size: 12px;
	font-weight: bold;
}

#content .box a {
	color: blue;
}

#content .box ol {
	padding: 10px;
	padding-left: 30px;
}

#content .box ol li {
	padding: 10px;
}

/** end: box **/

/** begin: registration fields ul **/
ul#reg_fields  
{
	border: 0px solid red;
	list-style: none;
}

ul#reg_fields li 
{
	border: 0px solid blue;
	display: block;
	margin-bottom: 9px;
}

ul#reg_fields li label.desc 
{
	border: 0px solid yellow;
	display: block;
	float: left;
	width: 370px;
}

ul#reg_fields li label.error 
{
	border: 0px solid blue;
	color: red;
	display: block;
	font-weight: bold;
	padding: 3px;
	padding-left: 370px;
	margin: 3px;
	width: 300px;
}

ul#reg_fields li label 
{
	border: 1px solid red;
	float: left;
	width: 100px;
}

ul#reg_fields li textarea
{
	width: 320px;
}

ul#reg_fields li input.textfield, textarea.textfield 
{
	background: #F7F7F7;
	border: 1px solid #CCCCCC;
	color: #333333;
	font-size: 12px;
	padding-left: 1px;
	width: 300px;
	background:#fff;
	border-top-left-radius:5px;
	border-bottom-left-radius:5px;
	border:1px solid #ccc;
	/*
	border-right-width:0;
	*/
	font:18px Helvetica, Arial, Sans-serif;
	/*
	padding: 1px 10px;
	margin:0;
	*/
	outline-width:0;
	-webkit-border-top-left-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
}

ul#reg_fields li input.btn {
	background:#eee url("../images/bg-btn.png") repeat-x 0 0;
	display:block;
	padding: 8px;
	margin-left: 290px;
	margin-top: 30px;
	border:1px solid #eee;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	text-decoration:none;
	text-align:center;
	color:#333;
	text-shadow:0 1px 0 #eee;
	/*
	font:18px Helvetica, Arial, Sans-serif;
	*/
	font-weight:bold;
	outline:none;
}
/** begin: registration fields ul **/

/** begin: speakers **/
.speaker-info
{
	border: 0px solid red;
	margin-bottom: 4em;
}

#content .speaker-info h1.sp-name
{
	border: 0px solid red;
	border-bottom: 1px solid #dfdfdf;
	border-right: 1px solid #dfdfdf;
	color: #333;
	font-size: 1.3em;
	font-weight: normal;
}

/** end: speakers **/

/** begin: schedule **/
#content .sched-day 
{
	border: 0px solid red;
	margin-bottom: 4em;
}

#content .sched-day h1.date 
{
	border: 0px solid red;
	border-bottom: 1px solid #dfdfdf;
	border-right: 1px solid #dfdfdf;
	color: #333;
	font-size: 1.3em;
	font-weight: normal;
}

#content .sched-day ul.event-list 
{
	border: 0px solid red;
	margin-bottom: 0.2em;
}

#content .sched-day ul.event-list label.time 
{
	border: 1px solid transparent;
	float: left;
	width: 60px;
}

#content .sched-day ul.event-list label.event 
{
	border: 1px solid transparent;
	float: left;
	width: 300px;
}

#content .sched-day ul.event-list label.venue 
{
	border: 1px solid transparent;
}

/** end: schedule **/

/** begin: hotels **/
#content .hotel-info 
{
	border: 0px solid red;
	margin-bottom: 2em;
}

#content .hotel-info h1.h-name 
{
	border: 0px solid red;
	border-bottom: 1px solid #dfdfdf;
	border-right: 1px solid #dfdfdf;
	color: #333;
	font-size: 1.3em;
	font-weight: bold;
}

#content .hotel-info .h-image
{
	border: 0px solid red;
	display: inline;
	float: left;
	padding: 1px;
	margin-left: 3px;
	margin-bottom: 3px;
}

#content .hotel-info .h-info
{
	border: 0px solid blue;
	display: inline;
	float: right;
	width: 500px;
}

#content .hotel-info .h-info ul.h-list
{
}

#content .hotel-info .h-info ul.h-list label.h-loc
{
	display: block;
}

#content .hotel-info .h-info ul.h-list label.h-price
{
	display: block;
}

/** end: hotels **/

/** begin: group (for organizers section) **/
#content .group 
{
	margin-bottom: 2em;
}

#content .group h1.gtitle 
{
	border: 0px solid red;
	border-bottom: 1px solid #dfdfdf;
	border-right: 1px solid #dfdfdf;
	color: #333;
	font-size: 1.3em;
	font-weight: bold;
}

#content .group ul.orgs-list 
{
}

#content .group ul.orgs-list label.name 
{
	border: 1px solid transparent;
	float: left;
	width: 400px;
}

#content .group ul.orgs-list label.title 
{
}

/** end: group **/

/** begin: about-esai **/
#content .about-esai {
	border: 0px solid red;
	/*
	border-bottom: solid 0px #c4c4c4;
	*/
	margin-bottom: 1em;
	padding-bottom: 1em;
}
#content .about-esai h4 {
	background: #eeeeee url(../images/arrow-square.gif) no-repeat right -51px;
	border-bottom: 1px solid #dddddd;
	/*
	background: #e9e7e7 url(images/arrow-square.gif) no-repeat right -51px;
	border: solid 1px #c4c4c4;
	border-bottom: none;
	*/
	cursor: pointer;
	margin: 0em;
	padding: 0.5em;
	/*
	padding: 7px 15px;
	*/
	text-decoration: none;
}
#content .about-esai h4:hover {
	background-color: #e3e2e2;
}
#content .about-esai h4.active {
	background-position: right 5px;
}
#content .about-esai p {
	background-color: #fff;
	/*
	background: #f7f7f7;
	border-left: solid 1px #c4c4c4;
	border-right: solid 1px #c4c4c4;
	*/
	margin: 0;
	padding: 10px 15px 20px;
}
/** end: about-esai **/

/** begin: posts **/
#content .posts {
}
#content .posts h1.ptitle {
	border: 0px solid red;
	border-bottom: 1px solid #dfdfdf;
	border-right: 1px solid #dfdfdf;
	color: #333;
	font-size: 1.3em;
	font-weight: bold;
}
#content .posts .textfield {
	background:#fff;
	border-top-left-radius:5px;
	border-bottom-left-radius:5px;
	border:1px solid #eee;
	font: 12px Helvetica, Arial, Sans-serif;
	padding:8px 10px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	width: 600px;
}
/** end: posts **/
/** begin: social-media **/
#social-media {
	border: 0px solid white;
	/*
	background: #fff;
	*/
	border-top-left-radius:5px;
	border-bottom-left-radius:5px;
	margin-top: 1px;
	margin-bottom: 10px;
	padding: 2px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	text-align: right;
}
#social-media ul#social-list {
	border: 0px solid blue;
	display:inline;
	list-style: none;
}
#social-media ul#social-list li {
	display:inline;
	list-style: none;
	padding-left: 1em;
}
#social-media ul#social-list li a {
	text-decoration: none;
}
/** end: social-media **/
/** begin: contact **/
#content ul#contact {
	border: 0px solid red;
}
#content ul#contact li label.desc {
	float: left;
	width: 100px;
}
#content ul#contact li input.textfield {
	width: 300px;
}
#content ul#contact li input#btn {
	margin-left: 100px;
}
/** end: contact **/
/** begin: admin **/
#content .box ul.admin-menu-list {
	border: 0px solid red;
	list-style: none;
}
#content .box ul.admin-menu-list li label.desc {
	border: 0px solid yellow;
	display: block;
	float: left;
	width: 270px;
}
#content .box ul.admin-menu-list li label.val {
	border: 0px solid yellow;
	display: block;
	float: left;
	font-weight: bold;
	width: 170px;
}
#content #admin-cp {
	border: 0px solid red;
	border-top: 1px solid #ccc;
	margin-top: 2em;
}
#content ul#admin-cp-list {
	border: 0px solid red;
	list-style: none;
	display: inline;
}
#content ul#admin-cp-list li {
	border: 0px solid red;
	list-style: none;
	display: inline;
	padding-right: 2em;
	text-align: center;
	width: 100%;
}
/** end: admin**/
/** begin: volunteer **/
#content form .form-table {
	border: 1px solid #ccc;
}
#content form .form-table tr {
	border: 1px dotted #999;
	padding: 0.2em;
}
#content form .form-table tr td p.vol-section-header {
	background-color: #ccc0d9;
	font-size: 1.8em;
	font-weight: normal;
	padding: 0.1em;
}
#content .box p#vol-link {
	border: 0px solid red;
	padding-top: 1em;
	text-align: center;
}
#content .box p#vol-link a {
	background-color: #ccc;
	color: #000;
	font-size: 1em;
	font-weight: bold;
	padding: 0.8em;
}
#content .box h5.vol-head {
	font-size: 1em;
}
/** end: volunteer **/
#feedback table td select {
	border: 1px solid #f7f7f7;
	width: 50px;
}
#feedback td.val {
	width: 75px;
}
.fsection {
	border: 0px solid black;
	margin-top: 1em;
	margin-bottom: 1em;
	width: 700px;
}
.qq {
	display: block;
	font-weight: bold;
	line-height: 1em;
	margin: 1px;
	margin-bottom: 1em;
}
.qq-note {
	display: block;
	font-weight: normal;
	margin-bottom: 0.8em;
}

