/*
================================================
	Yahoo GUI Reset CSS
	http://developer.yahoo.com/yui/reset/
================================================
*/


body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
/* common styles */
/*img { 
	behavior: url(/css/iepngfix.htc) ;
	}*/

.clearDiv {
	height: 0;
	clear:both;
	overflow:hidden;
}

strong {
	font-size: 12px;
	font-weight: bold;
}

em {
	font-style: italic;
}

ul
{
list-style: disc inside;
} 

p {
	margin-bottom: 5px;
}

a {
	text-decoration: none;
	color: #F57E23;
}

a:hover {
	text-decoration: underline;
	color: #333333;
}

/* end common styles */

/* header styles */

h1 {
	font-size: 24px;
	line-height: 26px;
	font-weight: bold;
	margin-bottom: 6px;
	color: #F57E23;
	text-transform: uppercase;
}

h2 {
	font-size: 20px;
	line-height: 23px;
	font-weight: bold;
	margin-bottom: 6px;
	text-transform: uppercase;
	color: #b4131d;
}

h3 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 6px;
	text-transform: uppercase;
}

h4 {
	font-size: 14px;
	/*font-weight: bold;*/
	margin-bottom: 6px;
	margin-top: -6px;
	/*text-transform: uppercase;*/
}

/* Main Structure CSS */

body {
	font-family: Arial, sans-serif;
	font-size: 11px;
	line-height: 16px;
	background: url(/media/22757/bodybackgr.jpg) repeat-x #FFFFFF;
	/*background: rgb(255,255,255);
	background: rgba(255,255,255, 1.0);*/
}

#orangeHeader {
	background-color: #b4131d;
	height: 30px;
}

#orangeHeader p {
	line-height: 30px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

#container {
	margin: 0 auto;
	width: 1000px;
	/*height: 600px;*/
	behavior: url(/css/iepngfix.htc);
	background: url(/media/221/dnaback.png) no-repeat;

}

#header {
	margin: 0 auto;
	width: 1000px;
	height: 120px;
}

.headerLogo {
	float: left;
	width: 284px;
	height: 120px;
}

.headerLogo img {
	behavior: url(/css/iepngfix.htc);
	/*margin-top: 20px;*/
}

#flashBar {
	position: relative;
	margin: 0 auto;
	width: 858px;
	height: 330px;
	background: transparent;
	
}

.picSlide {
	position: relative;
	width: 858px; /*1200*/
	height: 330px;
	margin: 0 auto;
	text-align: center;
	z-index: 0;
	border: 1px solid #9f9f9f;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-box-shadow: 0px 0px 10px #9f9f9f;
	-webkit-box-shadow: 0px 0px 10px #9f9f9f;
	overflow: hidden;
}

.infoBox {
	position: absolute;
	top: 500px; /* 80px; */
	left: 20px;
	width: 400px;
	text-align: left;
	/*height: 72px;*/
	padding: 15px 20px 10px 20px;
	background: rgb(255,255,255);
	background: rgba(255,255,255, .8);
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-box-shadow: 0px 0px 5px #666666;
	-webkit-box-shadow: 0px 0px 5px #666666;
}

.infoBox h4 {
	font-size: 20px;
	font-weight: bold;
	color: #b4131d;
	text-shadow: 1px 1px 2px #666666;
	text-align: left;
	line-height: 24px; 
	margin-bottom: 10px;
}

.infoBox p {
	font-size: 14px;
	line-height: 18px;
	color: #000000;
}

.infoBox p a {
	color: #b4131d;
	font-weight: bold;
}

#flashBar div.picSlide div span.learnMore {
	position: absolute;
	top: 560px; /*bottom: 60px; */
	right: 120px;
	color: #ffffff;
	text-transform: uppercase;
	background-color: #000000;
	/*height: 35px;
	width: 150px; */
	padding: 10px 15px;
	/*margin-bottom: 35px;*/

	-moz-border-radius: 8px 0 8px 0;
	-webkit-border-radius: 8px 0 8px 0;
}

#flashBar div.picSlide div span.learnMore a {
	color: #ffffff;
	text-transform: uppercase;
}

#flashBar div.picSlide div span.learnMore a:hover {
	color: #ef4135;
	text-decoration: none;
}



#newsTicker {
 	width: 858px;
	height: 58px;
}

#newsTicker p.confNews {
	float: left;
	margin-left: 30px;
	width: 190px;
	color: #f57e23;
	line-height: 58px;
	font-size: 14px;
	font-weight: bold;
}

#newsItems {
	float: right;
	width: 600px;
	height: 58px;
}

#newsItems a {
	color: #FFFFFF;
	}

#newsItems .slide {
	/*font-family:Times;*/
	font-size: 14px;
	line-height: 58px;
	color:#FFFFFF;
	height: 58px;
	
}


#mainBody {
	margin: 0 auto;
	width: 800px;
	padding: 20px 0 20px 0;
}

#mainBody h1 {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
	color: #F57E23;
	text-transform: uppercase;
}

#homeLeft {
	float: left;
	width: 450px;
	padding: 0 25px 0 25px;
	margin-bottom: 45px;
}

#homeLeft ul {
	margin-bottom: 25px;
	margin-left: 40px;
	list-style-position: outside;
	}

#homeLeft ul li {
	margin-bottom: 6px;
	font-size: 13px;
}

#homeRight {
	float: right;
	width: 250px;
	padding: 0 15px 0 15px;
}

#homeRight ul {
	margin-bottom: 25px;
	margin-left: 40px;
	list-style-position: outside;
	}

#homeRight ul li {
	margin-bottom: 6px;
	font-size: 13px;
}

#footer {
	/*height: 129px;*/
	background: url(/media/406/footerbackGR.jpg) repeat-x #000000;
}

#footerContent {
	margin: 0 auto;
	width: 857px;
}

#footerLeft {
	margin-top: 15px;
	float:left;
	width: 600px;
}

#footerRight {
	margin-top: 15px;
	float:right;
	width: 200px;
}

#footerRight p {
	font-size: 10px;
	line-height: 11px;
	color: #FFFFFF;
	}

#footerRight img {
	behavior: url(/css/iepngfix.htc);
	}

/* inside styles */
#insideBody {
	margin: 0 auto;
	width: 857px;
	background: rgb(255,255,255);
	background: rgba(255,255,255,0.8);

	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;

	-moz-box-shadow: 0px 0px 15px #666666;
	-webkit-box-shadow: 0px 0px 15px #666666;

	margin-bottom: 35px;
	}

#insideMainBody {
	width: 857px;
	/*background: url(/media/498/insidebodybackGR.jpg) repeat-y;*/
	margin: 0 auto;
	padding: 0;
}

.agenda {
	font-size: 14px;
	line-height: 18px;
}

.agendaDay {
	padding: 5px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
}

.agenda em {
	font-size: 14px;
	font-weight:bold;
	font-style: italic;
}

.indent {
	margin-left: 15px;
}

.bodyHead {
	margin: 0;
	padding: 0;
	height: 30px;
}

.bodyHead img {
	behavior: url(/css/iepngfix.htc);
	padding: 0;
	margin: 0;
}

#insideHeader {
	padding: 15px 25px 15px 25px;
}

#insideBodyLeft {
	float: left;
	width: 500px;
	padding: 0 25px 0 25px;
	margin-bottom: 45px;
}

#insideBodyLeft p {
	margin-bottom: 20px;
}

#insideBodyRight {
	float: right;
	width: 250px;
	padding: 0 15px 0 15px;
}

/* speaker page */

#speakerList {
	margin: 0;
	padding: 0;
}

.speaker {
	padding: 15px 0 15px 0;
	border-bottom: 1px solid #666666;
}

.speakerImg {
	float: left;
	width: 130px;
	height: 200px;
	margin-right: 15px;
}

.speakerInfo {
	float: left;
	width: 350px;
}

.speakerName {
	font-size: 20px;
	font-weight: bold;
	color: #F57E23;
	margin-bottom: 10px;
}

#speakerBioText {
	margin: 20px 0;
}


.speakerBio {
	margin-bottom: 25px;
}



.speakerTopic {
	font-weight: bold;
}

.speakerAbstract {
	border: 1px solid #666666;
	padding: 5px 5px;
}

/* event page */

.eventImg {
	float: left;
	width: 110px;
	/*height: 200px;*/
	margin-right: 15px;
}

.eventInfo {
	float: left;
	width: 360px;
}

.eventInfo h1 {
	font-size: 16px;
	line-height: 18px;
	margin-bottom: 0px;
}

.eventInfo h3 {
	font-size: 14px;
}
/* form styles */

.Doc2Form {
	text-align: left;
	/*background: #ccc;*/
	margin-bottom: 15px;
	}
.Doc2Form fieldset {
	border: none;
	text-align: left;
	padding: 0;
	/*border-bottom: 1px solid #1E3E55;*/
	margin-bottom: 5px;
	}
	
.Doc2Form legend {
	padding: 5px;
	font-weight: bold;
	font-size: 16px;
	color: #666666;
	}
	
.Doc2Form fieldset ul {
	margin: 0;
	padding: 0;
	}
	
.Doc2Form fieldset li {
	display: block;
	list-style: none;
	padding:  0;
	margin: 5px 0;
	color: #666666;
	clear: both;
	/*border-top: 1px solid #1E3E55;*/
	}
.Doc2Form fieldset li span {
	/*content: "&lt;br/&gt;";*/
	display: block;
	width: 100%;
	padding: 10px;
	border-bottom: 1px solid #cccccc;
	}
.Doc2Form fieldset li span img {
	}

.Doc2Form fieldset li img, .Doc2Form fieldset li a {
	float: left;
	margin-left: 3px;
	margin-top: 3px;
	font-size: 12px;
	}
.Doc2Form fieldset li label
{
	/*width: 400px;*/
	width: 100%;
	float: left;
	font-size: 12px;
	padding-left: 10px;
	padding-top: 5px;
	
	}
.Doc2Form fieldset li p {
	color: #666666;
	padding: 0;
	margin: 0;
	margin-top: 5px;
	padding-left: 10px;
	}
.Doc2Form fieldset li table {
	clear: both;
	float: left;
	margin-top: 3px; 
	margin-left: 30px;
	font-size: 12px;
	margin-bottom: 3px;
	}
.Doc2Form fieldset li table input {
	float: left;
	width: 25px;
	font-size: 12px;
	border: 1px solid #CCCCCC;
	margin-bottom: 3px;	
	}
.Doc2Form fieldset li table label {
	width: 300px;
	float: left;
	padding-left: 5px;
	padding-top: 5px;
	}
.Doc2Form fieldset p {
	color: #666666;
	padding: 0;
	margin: 0;
	margin-top: 5px;
	padding-left: 10px;
	}
.Doc2Form fieldset br {
	clear: both;
	}
.Doc2Form fieldset input {
	clear:both;
	float: left; 
	margin-top: 3px; 
	width: 345px;
	margin-left: 10px;
	font-size: 12px;
	border: 1px solid #CCCCCC;
	margin-bottom: 3px;
	}
.Doc2Form fieldset textarea {
	clear:both;
	float: left; 
	margin-top: 3px; 
	width: 345px;
	margin-left: 10px;
	font-size: 12px;
	height: 75px;
	border: 1px solid #CCCCCC;
	margin-bottom: 3px;
	}
.Doc2Form fieldset select {
	float: left; 
	margin-top: 3px; 
	width: 310px;
	margin-left: 10px;
	font-size: 12px;
	border: 1px solid #CCCCCC;
	margin-bottom: 3px;
	}
.Doc2Form input.button {
	margin-left: 10px;
	background-color:#F57E23;
	border: 1px solid #CCCCCC;
	width: auto;
	font-size: 10px;
	height: auto;
	padding: 3px;
	}

.Doc2Form input.button:hover {
	background-color:#CCCCCC;
	border: 1px solid #F57E23;
	color: #000000;
	cursor: pointer;
}

.Doc2Form li.required required_li {
	width: 250px;
	margin-bottom: 10px;
}

.Doc2Form li.required label strong {
	width: 250px;
	font-weight: bold;
	font-style: normal;
	color: #F57E23;
	}



.Doc2Form li.required_li {
	width: 250px;
	margin-bottom: 10px;
}
/*\*//*/ .Doc2Form legend { display: inline-block; } /* IE Mac legend fix */
				
.umbHoneyPot_li {
	height: 0px;
	overflow: hidden;
}

li.noedit label{
clear:both;
}

.specialEvent {
	margin: 10px 0 20px 0;
	border-bottom: 1px solid #333333;
}

.eventText {
	padding: 15px;
	}

#sponsorList {
	margin: 30px 0;
	border-top: 1px solid #000000;
	padding-top: 30px;
}

.premSpon {
	border-bottom: 1px solid #999999;
	padding: 10px;
	margin-bottom: 20px;
}

.regSpon {
	padding: 10px;
	margin-bottom: 20px;
}

.regSpon a {
	font-size: 13px;
	font-weight: bold;
}

.PDUcred {
	border-top: 1px solid #000000;
	padding: 10px;
	margin-bottom: 20px;
}

.poPayment {
	padding: 10px;
	border: 3px solid #206b29;
	background-color: #c8e2cb;
}


ul#attendeeComments {
	list-style-type: none;
	margin: 20px 0;
}

ul#attendeeComments li {
	font-size: 13px;
	line-height: 19px;
	margin-bottom: 15px;
	border: 1px solid #e3e3e3;
	padding: 10px;

	background: rgb(255,255,255);
	background: rgba(255,255,255,0.7);

	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;

	-moz-box-shadow: 0px 0px 8px #e3e3e3;
	-webkit-box-shadow: 0px 0px 8px #e3e3e3;
}


#sign_up_box {
	font-size: 13px;
	line-height: 19px;
	margin-bottom: 15px;
	border: 1px solid #9f9f9f;
	padding: 0;

	background: rgb(255,255,255);
	background: rgba(255,255,255,0.7);

	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;

	-moz-box-shadow: 0px 0px 8px #9f9f9f;
	-webkit-box-shadow: 0px 0px 8px #9f9f9f;
}

#sign_up_content {
	padding: 10px;
}

#sign_up_email_address_label {
	display: none;
}

#sign_up_title {
	text-align: center;
	padding: 5px 0;
	background: rgb(180,19,29);
	color: rgb(255,255,255);
	font-weight: bold;

	-moz-border-radius: 8px 8px 0px 0px;
	-webkit-border-radius:8px 8px 0px 0px;
}

#sign_up_button {
	background: rgb(180,19,29);
	color: rgb(255,255,255);
	font-weight: bold;
	border: 1px solid #ffffff;
	padding: 3px;
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;
}

#sign_up_button:hover {
	background: rgb(249,165,32);
	color: rgb(0,0,0);
	border: 1px solid #b4131d;
	cursor: pointer;
}



#twitterBox {
	font-size: 13px;
	line-height: 19px;
	margin-bottom: 15px;
	border: 1px solid #9f9f9f;
	padding: 0;

	background: rgb(255,255,255);
	background: rgba(255,255,255,0.7);

	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;

	-moz-box-shadow: 0px 0px 8px #9f9f9f;
	-webkit-box-shadow: 0px 0px 8px #9f9f9f;
}

#twitterBox_content {
	padding: 10px;
}

#twitterBox_title {
	text-align: center;
	padding: 5px 0;
	background: rgb(249,165,32);
	color: rgb(0,0,0);
	font-weight: bold;

	-moz-border-radius: 8px 8px 0px 0px;
	-webkit-border-radius:8px 8px 0px 0px;
}

#twitterBox_content p.followLink {
	padding-top: 10px;
}


#LinkedInBox {
	font-size: 13px;
	line-height: 19px;
	margin-bottom: 15px;
	border: 1px solid #9f9f9f;
	padding: 0;

	background: rgb(255,255,255);
	background: rgba(255,255,255,0.7);

	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;

	-moz-box-shadow: 0px 0px 8px #9f9f9f;
	-webkit-box-shadow: 0px 0px 8px #9f9f9f;
}

#LinkedInBox_content {
	padding: 10px;
}

#LinkedInBox_title {
	text-align: center;
	padding: 5px 0;
	background: rgb(235,91,23);
	color: rgb(0,0,0);
	font-weight: bold;

	-moz-border-radius: 8px 8px 0px 0px;
	-webkit-border-radius:8px 8px 0px 0px;
}

#audioControls {
	width: 100%;
	height: 35px;
}


#audioControls span {
	line-height: 35px;
	font-size: 10px;
	padding-left: 15px;
}


#attendBox {
	font-size: 13px;
	line-height: 19px;
	margin-bottom: 15px;
	border: 1px solid #9f9f9f;
	padding: 0;

	background: rgb(255,255,255);
	background: rgba(255,255,255,0.7);

	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;

	-moz-box-shadow: 0px 0px 8px #9f9f9f;
	-webkit-box-shadow: 0px 0px 8px #9f9f9f;
}

#attendBox_content {
	padding: 10px;
}

#attendBox_content ul {
	margin: 0 0 0 15px;
	padding: 0;
	list-style-type:none;
}

#attendBox_content ul li {
	margin-bottom: 7px;
}

#attendBox_title {
	text-align: center;
	padding: 5px 0;
	background: rgb(180,19,29);
	color: rgb(255,255,255);
	font-weight: bold;

	-moz-border-radius: 8px 8px 0px 0px;
	-webkit-border-radius:8px 8px 0px 0px;
}


#gartnerBox {
	/* display: none; */
	font-size: 13px;
	line-height: 19px;
	margin-bottom: 15px;
	border: 1px solid #9f9f9f;
	padding: 0;

	background: rgb(255,255,255);
	background: rgba(255,255,255,1.0);

	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;

	-moz-box-shadow: 0px 0px 8px #9f9f9f;
	-webkit-box-shadow: 0px 0px 8px #9f9f9f; 
}

#gartnerBox_content {
	padding: 10px;
	text-align: center;
}

#gartnerBox_title {
	text-align: center;
	padding: 5px 0;
	background: rgb(235,91,23);
	color: rgb(0,0,0);
	font-weight: bold;
	font-size: 18px;
	text-transform: uppercase;
	-moz-border-radius: 8px 8px 0px 0px;
	-webkit-border-radius:8px 8px 0px 0px;
}

p.gartnerHead {
	font-size: 14px;
	font-weight: bold;
}


















































































/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
