@charset "utf-8";
.spkr_info {
	margin-top: 10px;
	background-color: #CCe9ff;
	float: left;
	padding: 5px;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	width: 645px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.spkr_info h2 {
	font-size: 18px;
	font-style: italic;
	color: #000000;
	text-align: center;
}
#infoLeft, #speaker_intro, #infoRight {
	background-color: #CCe9ff;
	height: auto;
	padding: 5px;
	color: #000000;
	float: left;
	margin: 5px;
}

#infoLeft, #infoRight {
	width: 150px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
}

#speaker_intro {
	font-size: 12px;
	font-weight: normal;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	width: 455px;
	text-align: left;
}
#speaker_intro h3 {
	font-size: 14px;
	font-style: oblique;
	font-weight: bold;
	color: #FF0000;
	text-align: center;
	text-decoration: underline;
}

#speaker_intro em {
	font-size: 12px;
	font-style: oblique;
	font-weight: bold;
	color: #0000FF;
}

.speaker_info div {
	margin: 5px;
	padding: 10px;
	float: right;
}

#speakerHeader {
	clear: both;
	float: left;
	width: 635px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	padding-left: 20px;
	background: #cce9ff;
}
.speaker_content {
	background-color: #cce9ff;
	height: 570px;
	margin: 10px 0px 0px;
	position: relative;
	float: left;
	width: 675px;
}
.speaker_submit {
	background-color: #ffffff;
	height: auto;
	margin: 10px 0px 0px;
	position: relative;
	float: left;
	width: 640px;
	font-size: 12px;
	font-weight: normal;
	border-top: #0000FF;
	border-right: #0000FF;
	border-bottom: #0000FF;
	border-left: #0000FF;
	padding-top: 0px;
}
.speaker_submit p{
	position: relative;
	width: 100%;
	}

.speaker_submit form {
	border: 1px solid #cce9ff;
	width: 620px;
	margin-left: 30px;
	margin-top: 0px;
}



.clear {
	clear:both;
	}
	
.speaker_submit input {
	width: 200px;
	}
/* reset width for non-text inputs */
input.radio, input.checkbox {
  width: auto;
  float: left;
}
input.submit, input.clear {
  width: auto;
}

.speaker_submit label.button {
	width: auto;
	float: left;
	margin: 5px;
	}


/* CSS Document */
/* Table Rules
----------------------------------------------- */
td.rank { }
.speaker { 
	border-collapse:collapse;
	width:340px;
	margin: 0;
	color: #00a0af;
}

.speaker tbody { margin: 0; }

.speaker th {
	padding: 6px 0.25em;
	font-weight: bold;
	font-size: 90%;
	color: #000000;
	text-transform: uppercase;
	margin: 0;
	border-bottom: 1px solid #333333;
	cursor: pointer;
	background: #7d9bb2;
}

.speaker td, .speaker th { 
	margin: 0; 
	padding: .75em 0.375em .75em 0.375em;
	text-align: left;
}
.speaker td.hide, .speaker th.hide {
	visibility: hidden;
}

.speaker tr.titlerow { background: none; }

.speaker tr td.eventDateTD {
    background-color: #cce9ff;
    width: 50px;
	 border-bottom: solid 1px #c2e8ee;
}

.speaker tr td.EventNameTD {
    background-color: #cce9ff;
    width: 100px;
	 border-bottom: solid 1px #c2e8ee;
}

.speaker tr.rowSelected {
	border-bottom: solid 1px #333333;
	color: #000000;
	background: #b1b286;
	cursor: default;
}

.speaker tr.rowOdd {
	background: #6699FF;
	color: #FFFFFF;
}
.speaker tr.rowEven {
	background: #0000FF;
	color: #FFFFFF;
}
.speaker .top {
	background: #0000FF;
	color: #fff;
}
.speaker tr.rowHover {
	cursor: pointer;
	background: #CCCCCC;
	color: #000000;
}
/* -- styling for spry table -- */
.Spkr_table {
	float: left;
	width: 325px;
	overflow: scroll;
	height: 550px;
	padding-right: 15px;
}

.Spkr_table table_legend .textbox
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	font-style: normal;
	font-weight: bold;
	color: #FF0000;
}

.Spkr_table table {
	border-style: none;
}
.Spkr_table table tr {
	background: #cce9ff;
}
.Spkr_table legend {
	text-align: center;
	font-style: oblique;
	color: #FF0000;
}

.Spkr_detail {
	float: right;
	width: 320px;
	margin-left: 10px;
	position: relative;
	top: -80px;
}
.imgwrapper h3 {
	text-align: center;
	font-size: 18px;
	text-decoration: underline;
	font-weight: bold;
}
.table_legend {
	border: thin solid #FF0000;
	width: 340px;
	font-size: 12px;
	font-style: oblique;
	font-weight: bold;
	background: #7d9bb2;
	padding-top: 10px;
	padding-bottom: 10px;
	height: auto;
}

.Spkr_table .textbox
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
}


.table_legend h3 {
	text-align: center;
	font-size: 14px;
	text-decoration: underline;
	font-weight: bold;
	color: #ffffff;
}

/* Accordion Classes
----------------------------------------------- */
.Accordion {
	border-left: solid 1px gray;
	border-right: solid 1px black;
	border-bottom: solid 1px gray;
	overflow: hidden;
}

/* This is the selector for the AccordionPanel container which houses the
 * panel tab and a panel content area. It doesn't render visually, but we
 * make sure that it has zero margin and padding.
 *
 * The name of the class ("AccordionPanel") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * accordion panel container.
*/
.AccordionPanel {
	margin: 0px;
	padding: 0px;
}

/* This is the selector for the AccordionPanelTab. This container houses
 * the title for the panel. This is also the container that the user clicks
 * on to open a specific panel.
 *
 * The name of the class ("AccordionPanelTab") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * accordion panel tab container.
 *
 * NOTE:
 * This rule uses -moz-user-select and -khtml-user-select properties to prevent the
 * user from selecting the text in the AccordionPanelTab. These are proprietary browser
 * properties that only work in Mozilla based browsers (like FireFox) and KHTML based
 * browsers (like Safari), so they will not pass W3C validation. If you want your documents to
 * validate, and don't care if the user can select the text within an AccordionPanelTab,
 * you can safely remove those properties without affecting the functionality of the widget.
 */
.AccordionPanelTab {
	border-top: solid 1px black;
	border-bottom: solid 1px gray;
	margin: 0px;
	padding: 2px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	font-size: 14px;
	font-weight: bold;
	background: #7d9bb2;
	font-style: oblique;
	text-align: center;
}

/* This is the selector for a Panel's Content area. It's important to note that
 * you should never put any padding on the panel's content area if you plan to
 * use the Accordions panel animations. Placing a non-zero padding on the content
 * area can cause the accordion to abruptly grow in height while the panels animate.
 *
 * Anyone who styles an Accordion *MUST* specify a height on the Accordion Panel
 * Content container.
 *
 * The name of the class ("AccordionPanelContent") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * accordion panel content container.
 */
 
  #Acc1 h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000000;
	text-decoration: underline;
	margin-top: 0px;
	margin-bottom: 0px;
 }

.AccordionPanelContent {
	overflow: scroll;
	margin: 0px;
	padding: 0px;
	height: 200px;
	text-align: left;
}
.AccordionPanelContent h3 {
	text-align: center;
	font-size: 14px;
	text-decoration: underline;
	font-weight: bold;
}

/* This is an example of how to change the appearance of the panel tab that is
 * currently open. The class "AccordionPanelOpen" is programatically added and removed
 * from panels as the user clicks on the tabs within the Accordion.
 */
.AccordionPanelOpen .AccordionPanelTab {
	background: #7d9bb2 url(../_images/arrowOpen.png) no-repeat;
}

/* This is an example of how to change the appearance of the panel tab as the
 * mouse hovers over it. The class "AccordionPanelTabHover" is programatically added
 * and removed from panel tab containers as the mouse enters and exits the tab container.
 */
.AccordionPanelTabHover {
	background: #7d9bb2 url(../_images/arrowClosed.png) no-repeat;
	text-align: center;
	color: #CC3300;
}
.AccordionPanelOpen .AccordionPanelTabHover {
	background: #7d9bb2 url(../_images/arrowClosed.png) no-repeat;
	color: #555555;
}

/* This is an example of how to change the appearance of all the panel tabs when the
 * Accordion has focus. The "AccordionFocused" class is programatically added and removed
 * whenever the Accordion gains or loses keyboard focus.
 */
.AccordionFocused .AccordionPanelTab {
	background: #cce9ff url(../_images/arrowClosed.png) no-repeat;
}

/* This is an example of how to change the appearance of the panel tab that is
 * currently open when the Accordion has focus.
 */
.AccordionFocused .AccordionPanelOpen .AccordionPanelTab {
	background: url(../_images/arrowOpen.png) no-repeat;
	background-color: #7d9bb2;
}
