/* Gerneral Style Sheet */

a:visited {
	text-decoration: none;
}

a:link {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #000;
}

h1, h2, h3, h4 {
	padding-bottom: 0px;
	margin-bottom: 5px;
	margin-top: 0pt;
	padding-top: 0px;
	text-align: left;
	font-family: helvetica, arial, sans-serif;
}
/*
h1:first-child, h2:first-child, h3:first-child, h4:first-child {
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-top: 0pt;
	padding-top: 0px;
	font-family: helvetica, arial, sans-serif;
}
*/

p {
	margin-top: 0pt;
	margin-bottom: 10pt;
	line-height: 1.2em;
}

/*
h1 + p, h2 + p, h3 + p, h4 + p {
	margin-top: 0pt;
	margin-bottom: 0pt;
}
*/

h1 + h1, h2 + h1, h3 + h1, h4 + h1,
h1 + h2, h2 + h2, h3 + h2, h4 + h2,
h1 + h3, h2 + h3, h3 + h3, h4 + h3,
h1 + h4, h2 + h4, h3 + h4, h4 + h4
{
	margin-top: 20pt;
	margin-bottom: 0pt;
}

body {
	background: white;
	font-family: helvetica, optima, verdana, sans-serif;
	color: #000;
}

.hide {
	display: none;
}

hr {
	color: #000;
	background: #000;
	border: 0;
	height: 1px;
}


.calPage {
	color: #552;
	font-size: 1.2em;	/* 	12px */
	background: #ff9;
	position: relative;
	text-transform: uppercase;
	text-align: center;
	display: block;
	padding-top: 0.2em;
/*C 	float: right; */

	width: 3em;	/* 2.5em */
	border-right: solid 1px #551;
	border-bottom: solid 1px #551;
	line-height: 1;
	text-shadow: #bbb 2px 2px 0;
}


.calPage .month
{
	display: block;
	font-weight: bold;
	font-size: 1.2em;	/* 12px */
	text-shadow: #bbb 2px 2px 0;
	margin-top: -0.2em;
	padding-bottom: 0.2em;
}


.calPage .day
{
	display: block;
	font-weight: bold;
	font-size: 2em;	/* 20px */
	text-shadow: #bbb 3px 3px 0;
}

.calPage .day sup
{
	font-size: 0.35em;
	margin-bottom: 1em;
	margin-left: -0.1em;
}

* html .calPage .day {
	margin-top: -0.15em;
	padding-bottom: 0.15em;
}
* html .calPage .day sup
{
	position: relative;
	top: -1em;
}

.calPage .year
{
	display: block;
	font-weight: bold;
	font-size: 1em;	/* 20px */
	text-shadow: #bbb 2px 2px 0;
	margin-top: -0.2em;
	padding-bottom: 0.2em;
}

.note {
	border: solid #000 2px;
	background: #ff4;
	margin: 8px;
	padding: 5px;
	font-size: 9pt;
	text-align: justify;
}
.note h1, .note h2, .note h3, .note h4 {
	border: none;
}

.warning {
	border: solid #000 2px;
	background: #f99;
	margin: 8px;
	padding: 5px;
	font-size: 9pt;
	text-align: justify;
}
.warning h1, .warning h2, .warning h3, .warning h4 {
	border: none;
}

table {
	border: 0;
	padding: 2pt;
	width: 100%;
}

thead {
	background: #666;
	color: #fff;
	font-weight: bold;
}

thead td {
	padding: 4pt;
	text-align: center;
}

/*tbody tr:nth-child(odd), */
tbody tr.odd {
	background: #ccc;
	color: #000;
}

/* tbody tr:nth-child(even), */ 
tbody tr.even {
	background: #eee;
	color: #000;
}


/* Site specific stuff comes after here */



div.presentation {
	padding: 3pt;
	margin: 10pt 3pt 3pt 3pt;
	background: #eee;
}

div.presentation h1 {
	border: 2pt;
	font-size: 16pt;
	text-align: left;
}


div.presentation div.abstract {
}





div.person {
	padding: 3pt;
	margin: 3pt;
	background: #fff;
	display:block;
	position:relative;
}

div.person > div.name {
	display:block;
}

div.person > div.company {
}

div.person > div.email {
}

div.person > p {

}

.frontQuote
{
	margin-top: 0pt;
}

.frontQuote .quoteText {
	font-size: 1.8em;
}

.frontQuote .quoteAttrib {
	font-size: 0.9em;
	margin-top: 0.9em;
	text-align: right;
}

.eventTitle {
	text-align: center;
}

.eventSubTitle {
	font-size: 0.8em;
	margin-top:-2pt;
	margin-bottom:10pt;
	text-align: center;
	display:block;
}

.eventHead .calPage {
	margin: 0;
	float: right;
}

.eventDate
{
	display: block;
	text-align: left;
	width: 23em;
	valign: middle;
	text-valign: middle;
	margin: 1em 1em 3em 1em;
}

.eventDate .location
{
font-size: 1.5em;
font-weight: bold;
padding-top: 0.7em;
}

.eventDate .calPage
{
float:left;
margin: 0.2em;
}

.eventDate .time
{
font-size: 1em;
}

.sponsors img {
	padding: 10px;
	border: none;
}

.scheduleTable .time {
	text-align:center;
	font-size: 0.9em;
}

.scheduleTable .presenter {
	text-align:center;
}

.scheduleTable .title {
	text-align:left;
}

.scheduleTable td {
	padding: 4px;
}

.scheduleTable .break,
.scheduleTable .lunch
{
	text-align:center;
	background: #fc9;
	border-none: 0;
	font-weight: bold;
}


.speaker {
	margin-top: 2em;
}

.speaker .info {
	dispay: block;
	width: 15em;
	background: #fd9;
	float: right;
	text-align: right;
	padding: 0.7em;
	margin-left: 1em;
	margin-bottom: 1em;
	font-size: 0.85em;
	border: solid;
	border-color: black;
	border-width: 3px;
}

.speaker .info .title {
	font-weight: bold;
	font-size: 1.3em;
}

.speaker .info .company {
}

.speaker .info .email {
	font-family: courier;
}

.fieldName {
text-align: right;
}

.regstep {
	margin-top: 2em;
}
