/*
Theme Name:SBMConferenceTheme
Description:SBM Conference Theme
Author: Summit Business Media
*/ 

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{background:transparent;border:0;vertical-align:baseline;margin:0;padding:0;}body{line-height:1;}h1,h2,h3,h5,h6{clear:both;font-weight:400;}ol,ul{list-style:none;}blockquote{quotes:none;}blockquote:before,blockquote:after{content:none;}del{text-decoration:line-through;}table{border-collapse:collapse;border-spacing:0;}a img{border:none;}


body {
	background:#676767;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0;
}

h1 {
	font-size:18pt;
}

h2 {
	font-size:14pt;
}

h3 {
	font-size:10pt;
         color:#B2B3B8;
}

h4 {
	font-size:12pt;
	font-weight:700;
	color: #800000;
}

img {
	border:none;
	padding:0;
}

img a {
	border:none;
}

img.left {
	border:none;
	float:left;
	padding:6px 0 0;
}

img.right {
	border:none;
	float:right;
	padding:0 0 0 6px;
}

blockquote {
	border-left:1px solid #A5ABAB;
	margin:15px;
	padding:0 12px;
}

code {
	font-family:"Courier New", Courier, monospace;
}

/* links */
a {
	color:#000;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

#container {
	background:#FFF url('/wp-content/themes/SBMConferenceTheme/images/container-bg.gif') scroll repeat-y left top;
	border:1px #a9a9a9 solid;
	border-top-style:none;
	color:#333;
	margin:0 auto;
	overflow:hidden;
	padding:0;
	width:960px;
	z-index:1;
}

/* header */
#header {
	background-color:#FFF;
	color:#fff;
	height:auto;
	margin:0 auto;
	width:960px;
}

#header h1 {
	font:normal 20pt georgia, times;
	margin:0;
	padding:20px 0 0 16px;
}

#header h1 a {
	color:#404040;
	text-decoration:none;
}

#header h1 a:hover {
	color:#666;
	text-decoration:none;
}

#header h2 {
	color:#333;
	font:normal 10pt georgia, times;
	margin:0;
	padding:0 0 0 18px;
}

/* jQuery SuperFish Styles*/
#menu {
	background:#000;
	background-color:#ececec;
	font-family:verdana, arial, times, serif;
	font-size:8pt;
	overflow:visible;
	width:960px;
}

#menu ul {
	margin:0;
	padding:0;
}

#menu ul li {
	float:left;
	list-style-type:none;
	margin:0;
	padding:0;
}

#menu ul li a {
	background:#ececec url('/wp-content/themes/SBMConferenceTheme/images/nav-bg.gif') repeat-x scroll left top;
	border-bottom:1px #a9a9a9 solid;
	border-right:1px #a9a9a9 solid;
	color:#000;
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0;
	padding:12px;
}

#menu ul li a:hover {
	background:#fff;
	background-color:#a9a9a9;
	color:#FFF;
}

#menu ul li ul {
	background-image:none;
	display:none;
	top:35px;
	width:200px;
}

/* END jQuery SuperFish Styles*/
#content {
	float:left;
	padding:14px 14px 14px 20px;
	overflow:hidden;
	width:639px;
}

.post {
	line-height:14pt;
	margin:0;
	padding:0;
}

.post h2 {
	font:normal 15pt georgia, times;
}

.post h2 a {
	color:#000;
	text-decoration:none;
}

.post h2 a:hover {
	color:#777;
	text-decoration:none;
}

.post li {
	margin-left:25px;
}

.entry, .newsWrapper {
	margin-bottom:24px;
}

.entry p {
	margin:12px 0;
}

.entry ul, .post ul {
	margin-bottom:1.25em;
}

.entry li, .post li {
	list-style-type:disc;
	margin-left:25px;	
}

.postmetadata {
	background:#F7F7F7;
	clear:both;
	margin:20px 0;
	padding:6px;
}

.navigation {
	float:left;
	font-size:8pt;
	margin:0;
	overflow:hidden;
	padding:0;
	width:100%;
}

.alignleft a {
	float:left;
	margin:25px 0;
}

.alignright a {
	float:right;
	margin:25px 0;
}

/* sidebar */
#sidebar {
	background-color:#f6f6f6;
	border-left:1px solid #ddd;
	float:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	height:100%;
	margin:0;
	padding:20px;
	width:240px;
}

#sidebar h2 {
	color:gray;
	font:normal 11pt arial, georgia, times;
	font-size:18px;
	font-weight:700;
	margin:0 0 -13px;
	padding:0;
}

#sidebar label {
	color:#000;
	font:normal 11pt arial, georgia, times;
	font-size:12px;
	margin:0;
	padding:0;
}

#sidebar p {
	margin:0;
	padding:0 6px 0 12px;
}

#sidebar img {
	margin:0;
	padding:0;
}

#sidebar ul {
	margin:0;
	padding:0;
}

#sidebar ul li {
	line-height:1.5;
	list-style-type:none;
	margin:0 0 10px;
	padding:0;
}

#sidebar ul ul {
	margin:14px 0;
	padding:0;
}

#sidebar ul ul li {
	list-style-type:none;
	margin:0;
}

#sidebar ul ul ul {
	margin:0;
	padding:0;
}

#sidebar ul ul ul li {
	color:silver;
	list-style-type:square;
	margin-left:15px;
	padding:0;
}

/* comments */
#commentform {
	background:#fff;
	margin:0;
	padding:0;
}

#commentform p {
	color:#000;
}

#commentform a {
	border-bottom:1px dotted #465D71;
	color:#000;
	line-height:14pt;
	text-decoration:none;
}

#commentform h3 {
	color:#000;
	font-family:georgia, times, verdana;
	font-size:10pt;
	font-weight:300;
	margin:0;
	padding:0;
}

#comment {
	width:80%;
}

#author,#email,#url,#comment,#submit {
	background:#fff;
	border:1px solid #000;
	font-family:verdana, arial, times;
	font-size:8pt;
	margin:5px 5px 0 0;
	padding:0;
}

#submit {
	margin:5px 5px 0 0;
}

#comments {
	margin:0;
	padding:0;
}

ol.commentlist {
	list-style-type:none;
	margin:0;
	padding:0;
}

.avatar {
	float:left;
	margin:0 12px 0 0;
}

ol.commentlist li {
	background:#fff;
	list-style-type:none;
	margin:10px 0;
	padding:5px 0 5px 10px;
}

ol.commentlist li.alt {
	background:#eee;
}

ol.commentlist li p {
	line-height:14pt;
	margin:6px 0;
	padding:0 12px 0 0;
}

ol.commentlist a {
	color:#000;
}

cite {
	font-family:arial, verdana, tahoma;
	font-size:9pt;
	font-style:normal;
	font-weight:700;
}

cite a {
	border-bottom:1px dotted #465D71;
	color:#000;
	text-decoration:none;
}

/* search */
#searchform {
	margin:14px 0;
	padding:0;
}

#searchform input#s {
	border:1px solid #000;
	margin:0;
	padding:2px;
}

#searchform input#searchsubmit {
	background:#333;
	border:none;
	color:#fff;
	text-transform:lowercase;
}

/* misc */
img.centered {
	display:block;
	margin-left:auto;
	margin-right:auto;
}

img.alignright {
	display:inline;
	margin:0 0 2px 7px;
	padding:4px;
}

img.alignleft {
	display:inline;
	margin:0 7px 2px 0;
	padding:4px;
}

.alignright {
	float:right;
}

.alignleft {
	float:left;
}

.wp-caption {
	-khtml-border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	background-color:#f3f3f3;
	border:1px solid #ddd;
	border-radius:3px;
	margin:10px;
	padding-top:4px;
	text-align:center;
}

.wp-caption img {
	border:0 none;
	margin:0;
	padding:0;
}

.wp-caption p.wp-caption-text {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}

/* footer */
#footer {
	background:#676767 url('/wp-content/uploads/2010/03/container-shadow.gif') no-repeat scroll center top;
	clear:both;
	color:#FFF;
	height:150px;
	margin:0 auto 20px;
	width:960px;
}

#footer p {
	color:#eee;
	margin:0;
	padding:14px 0;
	text-align:center;
}

#footer a {
	color:#BCBCBC;
	text-decoration:none;
}

#footer a:hover {
	color:#5D5D5D;
	text-decoration:underline;
}

#handleBar {
	color:#FFF;
	font-size:12px;
	height:16px;
	margin:0 auto;
	padding:5px;
	width:950px;
}

#handleBar a {
	color:#fcd008;
	font-weight:700;
	margin:0 5px;
	text-decoration:none;
}

#handleBar a:hover {
	color:#FFF;
	text-decoration:underline;
}

.handleBarLeft {
	float:left;
}

.handleBarRight {
	float:right;
}

#handleBar img {
	margin-bottom:-3px;
}

#menuWrapper {
	background:#ececec url('/wp-content/themes/SBMConferenceTheme/images/nav-bg.gif') repeat-x scroll left top;
	border-bottom:1px #a9a9a9 solid;
	height:37px;
	margin:0 auto;
	position:relative;
	width:960px;
	z-index:999;
}

.current_page_item {
	background-color:#ececec;
}

.current_page_item a {
	color:#FFF;
}

#content a,#content a:visited {
	color:#ce3327;
	text-decoration:underline;
}

#content a:hover {
	color:#820012;
	text-decoration:none;
}

.slideShowWrapper {
	background-color:#FFF;
	border:1px #a9a9a9 solid;
	height:270px;
	margin-bottom:24px;
	padding-bottom:10px;
	z-index:1;
}

#sidebar h3,#sidebar h4 {
	background-color:#810012;
	color:#FFF;
	font-size:12px;
	font-weight:700;
	margin-bottom:0;
	padding:3px 6px;
	text-transform:uppercase;
}

#sidebar ul li .page-item {
	padding-left:5px;
}

#sidebar a {
	color:gray;
}

#sidebar .current_page_item {
	background-color:silver;
}

#sidebar .current_page_item a {
	color:#000;
	padding-left:3px;
}

#content .registerNowButton {
	background:#830012 url('/wp-content/uploads/2010/03/aregister-now-button-bg.gif') repeat-x scroll left center;
	border-bottom:1px #a9a9a9 solid;
	border-right:1px #a9a9a9 solid;
	height:auto;
	padding:10px;
	text-align:center;
	width:410px;
}

#content .registerNowButton a,#content .registerNowButton a:visited {
	color:#FFF;
	font-size:26px;
	font-weight:700;
	letter-spacing:-1px;
	text-decoration:none;
}

#content .registerNowButton a:hover {
	color:#c0c0c0;
	text-decoration:none;
}

#sidebar .registerButton {
	background:#7d0111 url('/wp-content/themes/SBMConferenceTheme/images/register-button-bg.png') repeat-x left center;
	border-bottom:1px #a9a9a9 solid;
	border-right:1px #a9a9a9 solid;
	padding:10px 5px;
	text-align:center;
}

#sidebar .registerButton a,#sidebar .registerButton a:visited {
	color:#fff;
	font-size:32px;
	font-weight:700;
	letter-spacing:-1px;
}

#sidebar .registerButton a:hover {
	color:#676767;
	text-decoration:none;
}

#sidebar .outlookButton {
	background:#c28010 url('/wp-content/themes/SBMConferenceTheme/images/outlook-button-bg.png') repeat-x scroll left center;
	border-bottom:1px #a9a9a9 solid;
	border-right:1px #a9a9a9 solid;
	padding:10px 5px;
	text-align:center;
}

#sidebar .outlookButton a,#sidebar .outlookButton a:visited {
	color:#FFF;
	font-size:24px;
	font-weight:700;
	letter-spacing:-1px;
}

#sidebar .outlookButton a:hover {
	color:#676767;
	text-decoration:none;
}

#sidebar .sideBarContent {
	background-color:#FFF;
	border-bottom:1px #a9a9a9 solid;
	border-left:1px #a9a9a9 solid;
	border-right:1px #a9a9a9 solid;
	margin-bottom:10px;
	padding:10px;
}

#sidebar .outside_container .submit_button,#content .outside_container .submit_button {
	background:#c28010 url('/wp-content/themes/SBMConferenceTheme/images/outlook-button-bg.png') repeat-x scroll left center;
	border-style:none;
	color:#FFF;
	font-size:16px;
	font-weight:700;
	padding:6px 10px;
	text-align:center;
}

#sidebar .q {
	padding-left:0;
	padding-right:0;
}

#sidebar .full_width_space {
	margin-left:0;
	margin-right:0;
}

.focus {
	background-color:#ececec;
	border:1px #a9a9a9 solid;
	float:right;
	padding:10px;
}

#footer .footerNav {
	margin-top:10px;
	text-align:left;
}

#footer .footerNav a,#footer .footerNav a:visited {
	color:#919291;
	font-size:20px;
	font-weight:400;
	margin-right:15px;
	text-decoration:none;
}

#footer .footerNav a:hover {
	color:#FFF;
	margin-right:15px;
	text-decoration:underline;
}

#footer .footerCopyright {
	margin-top:10px;
	text-align:left;
}

#footer .footerCopyright a,#footer .footerCopyright a:visited {
	color:#919291;
	text-decoration:none;
}

#footer .footerCopyright a:hover {
	color:#FFF;
	text-decoration:underline;
}

.footerPad {
	border-top:0 silver solid;
	padding:20px 0 20px 10px;
	text-align:center;
}

#footer .confLogo img {
	border-style:none;
	float:right;
	margin-right:5px;
}

#footer .sbmLogo img {
	border-style:none;
	float:right;
}

h2,.post h2,#content .post h2 a {
	color:gray;
	font-family:Arial, Helvetica, sans-serif;
	font-size:28px;
	font-weight:100;
	letter-spacing:-1px;
	padding-bottom:25px;
}

h3,.post h3,#content .post h3 a,#content .header {
	color:#808080;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:700;
	padding-bottom:5px;
}

.post h3,#content .post h3 {
	padding-top:.5em;	
}

.dayBar,.dateBar {
	background-color:gray;
	color:#FFF;
	font-size:14px;
	font-weight:700;
	padding:5px;
	text-transform:uppercase;
}

.timeBar {
	padding:5px;
}

.callout {
	margin-bottom:10px;
	overflow:hidden;
}

.eventBar {
	border-bottom:1px silver dotted;
	margin-bottom:15px;
}

.eventL {
	border-top:1px silver dotted;
	float:left;
	font-weight:700;
	margin-bottom:10px;
	padding:5px 0;
	width:160px;
}

.eventR {
	border-top:1px silver dotted;
	color:#666;
	float:left;
	margin-bottom:10px;
	padding:5px 0;
	width:470px;
}

.faqA {
	border-bottom:1px dotted silver;
	color:#666;
	margin:5px 5px 25px 25px;
	padding-bottom:10px;
}

#content .colL,#content colR {
	float:left;
	width:315px;
}

.lcdstyle {
	background-color:#FFF;
	border:1px #a9a9a9 solid;
	margin-bottom:10px;
	padding:10px;
}

.dateBlue {
	color:gray;
	float:left;
	font-size:36px;
	font-weight:700;
	margin-right:7px;
}

.lcdText {
	height:auto;
	margin:5px;
}

.darkBlueBox {
	background:#09C;
	border:1px solid #666;
	color:#FFF;
	font-size:14px;
	font-weight:700;
	padding:5px;
}

.lightGrayBox1 {
	background:#e1e1e1;
	border-bottom:1px solid #666;
	border-left:1px solid #666;
	color:#000;
	font-size:12px;
	font-weight:700;
	padding:5px;
}

.track {
	border-bottom:1px solid #666;
	color:#000;
	font-size:12px;
	padding:5px;
}

.darkGrayBox {
	background:#09C;
	border:1px solid #666;
	color:#FFF;
	font-size:13px;
	font-weight:700;
	padding:5px;
}

.lightGrayBox2 {
	background:#e1e1e1;
	border-bottom:1px solid #666;
	border-right:1px solid #666;
	color:#000;
	font-size:12px;
	font-weight:700;
	padding:5px;
}

.booth {
	border-bottom:1px solid #bcbabb;
	border-left:1px solid #bcbabb;
	color:#000;
	font-size:12px;
	padding:5px;
}

.exhibitor {
	border-bottom:1px solid #bcbabb;
	color:#000;
	font-size:12px;
	padding:5px;
}

.logo {
	border-bottom:1px solid #bcbabb;
	border-right:1px solid #bcbabb;
	color:#000;
	font-size:11px;
	padding:5px;
	text-align:center;
}

.clear {
	clear:both;
}

.nocomments {
	display:none;
}

.news {
	border-bottom:1px dotted silver;
	color:#666;
	margin:5px 5px 25px 25px;
	padding-bottom:10px;
}

.newsWrapper {
	background-color:#f6f6f6;
	border:1px solid silver;
	padding:20px;
}

.message {
	background-color:#fffee3;
	border:1px solid #003c6e;
	color:#003c6e;
	font-size:18px;
	margin-bottom:15px;
	padding:10px;
	text-align:center;
}
.testimonial {
	background-color:#FCFAFB;
	border:1px solid #999999;
	color:#000;
	font-size:12px;
	margin-bottom:15px;
	padding:10px;
	text-align:justify;
}
/*
Old SMAX inline table styles on pages like Speakers and Event Schedule*/
.blueBox {
	border:2px solid #09F;
	color:#09F;
	font-size:13px;
	font-weight:700;
	padding:3px;
}

.desc {
	border-bottom:1px solid #bcbabb;
	padding:5px;
}

.eb {
	border-bottom:1px solid #bcbabb;
	border-right:1px solid #bcbabb;
	padding:5px;
	text-align:center;
}

.after {
	border-bottom:1px solid #bcbabb;
	padding:5px;
	text-align:center;
}

#menu .sf-sub-indicator {
	background:url('/wp-content/themes/SBMConferenceTheme/images/arrows-ffffff.gif');
	top:1em;
}

#menu a.sf-with-ul {
	padding-right:25px;
}
.box-shadow {
  10px 10px 10px #000; /* CSS3 */
} 
/**
 * Schedule table
 */


th {
	background:#ccc;
	text-transform:uppercase;
}

td, th {
	border:0;
	border-top:1px solid #fff;
	padding:5px;
	
}

caption{
	background:#726E6D;
	color:#fff;
	font-size:20px;
	margin-bottom:0;
	padding:8px;
}

#key {
	margin-bottom:5px;
}

tbody td {
	vertical-align:top;
}

.time {
	padding-left:10px;
	padding-right:10px;
	width:130px;
}

.details {
	width:370px;
}

.location {
	width:119px;
}

.odd{background-color:#eee}

.tablesorter {
	width:639px;
}

#key span, #key a {
	font-size:11px;
}

.keynote, .ethics-compliance, .law-department-management, .litigation-management, .professional-development, .substantive-issues, .young-professionals, .day1, .day2 {
	padding-left:8px;
	padding-right:10px;
}

.day1{
	background-image:url(images/sched-cat-1.png);
	background-repeat:repeat-y;
}

.day2 {
	background-image:url(images/sched-cat-3.png);
	background-repeat:repeat-y;
}

.keynote{
	background-image:url(images/sched-cat-1.png);
	background-repeat:repeat-y;
}

.ethics-compliance{
	background-image:url(images/sched-cat-2.png);
	background-repeat:repeat-y; 
}

.law-department-management {
	background-image:url(images/sched-cat-3.png);
	background-repeat:repeat-y;
}

.litigation-management {
	background-image:url(images/sched-cat-4.png);
	background-repeat:repeat-y;
}

.professional-development {
	background-image:url(images/sched-cat-5.png);
	background-repeat:repeat-y;
}

.substantive-issues {
	background-image:url(images/sched-cat-6.png);
	background-repeat:repeat-y;
}

.young-professionals {
	background-image:url(images/sched-cat-7.png);
	background-repeat:repeat-y;
}

.tip ul {
	margin-bottom:1em;
}

/* 
    nyroModal Styles
*/
.nyroModalBg {
	position: fixed;
	overflow: hidden;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: #000;
	opacity: 0.7;
}
.nmReposition {
	position: absolute;
}
.nyroModalCloseButton {
	top: -13px;
	right: -13px;
	width: 12px;
	height: 12px;
	text-indent: -9999em;
	background: url(images/close.gif);
}
.nyroModalTitle {
	top: -26px;
	left: 0;
	margin: 0;
    font-size: 1.1em;
	color: #ddd;
}
.nyroModalCont {
	position: absolute;
	border: 4px solid #777;
	margin: 25px;
	background: #fff;
}
.nyroModalCont iframe {
	width: 600px;
	height: 400px;
}
.nyroModalCont p{
margin-bottom:1.5em;
}
.nyroModalError {
	border: 4px solid red;
	color: red;
	width: 250px;
	height: 250px;
}
.nyroModalError div {
	min-width: 0;
	min-height: 0;
	padding: 10px;
}
.nyroModalLink, .nyroModalDom, .nyroModalForm, .nyroModalFormFile {
	position: relative;
	padding: 10px;
	min-height: 250px;
	min-width: 250px;
	max-width: 1000px;
}
.nyroModalImage, .nyroModalSwf, .nyroModalIframe, .nyroModalIframeForm {
	position: relative;
	overflow: hidden;
}
.nyroModalImage img {
    vertical-align: top;
}
.nyroModalHidden {
	left: -9999em;
	top: -9999em;
}
.nyroModalLoad {
	position: absolute;
	width: 100px;
	height: 100px;
	background: #fff url(images/ajaxLoader.gif) no-repeat center;
	padding: 0;
}
.nyroModalPrev, .nyroModalNext {
	outline: none;
	position: absolute;
	top: 0;
	height: 60%;
	width: 150px;
	min-height: 50px;
	max-height: 300px;
	cursor: pointer;
	text-indent: -9999em;
	background: transparent url('data:image/gif;base64,AAAA') left 20% no-repeat;
}
.nyroModalImage .nyroModalPrev, .nyroModalImage .nyroModalNext {
	height: 100%;
	width: 40%;
	max-height: none;
}
.nyroModalPrev {
	left: 0;
}
.nyroModalPrev:hover {
	background-image: url(images/prev.gif);
}
.nyroModalNext {
	right: 0;
	background-position: right 20%;
}
.nyroModalNext:hover {
	background-position: right 20%;
	background-image: url(images/next.gif);
}
div#nyroModalFull {
	font-size:12px;
	color:#000;
}
div#nyroModalFull div#nyroModalLoading {
	border:1px solid #777;
	width:150px;
	height:150px;
	text-indent:-9999em;
	background:#333 url(images/ajaxLoader.gif) no-repeat;
	background-position:center;
}
div#nyroModalFull div#nyroModalLoading.error {
	border:1px solid #f66;
	line-height:20px;
	padding:20px;
	width:300px;
	height:100px;
	text-indent:0;
	background:#fff;
}
div#nyroModalFull div#nyroModalWrapper {
	background:#fffff0;
	border:2px solid #000000;
}
div#nyroModalFull div#nyroModalWrapper a#closeBut {
	position:absolute;
	display:block;
	top:-13px;
	right:-13px;
	width:12px;
	height:12px;
	text-indent:-9999em;
	background:url(images/close.gif) no-repeat;
	outline:0;
}
div#nyroModalFull div#nyroModalWrapper h1#nyroModalTitle {
	margin:0;
	padding:0;
	position:absolute;
	top:-22px;
	left:5px;
	font-size:12px;
	color:#ddd;
}
div#nyroModalFull div#nyroModalWrapper div#nyroModalContent {
	overflow:auto;
}
div#nyroModalFull div#nyroModalWrapper div.wrapper div#nyroModalContent {
	padding:5px;
}
div#nyroModalFull div#nyroModalWrapper div.wrapperImg div#nyroModalContent {
	position:relative;
	overflow:hidden;
	text-align:center;
}
div#nyroModalFull div#nyroModalWrapper div.wrapperImg div#nyroModalContent img {
	vertical-align:baseline;
}
div#nyroModalFull div#nyroModalWrapper div.wrapperImg div#nyroModalContent div {
	position:absolute;
	bottom:0;
	left:0;
	background:black;
	padding:10px;
	margin:10px;
	border:1px white dotted;
	overflow:hidden;
	opacity:0.2;
	filter:alpha(opacity=20);
}
div#nyroModalFull div#nyroModalWrapper div.wrapperImg div#nyroModalContent div:hover {
	opacity:0.5;
	filter:alpha(opacity=50);
	cursor:help;
}
div#nyroModalFull div#nyroModalWrapper a.nyroModalPrev, div#nyroModalFull div#nyroModalWrapper a.nyroModalNext {
	z-index:105;
	outline:none;
	position:absolute;
	top:0;
	height:100%;
	width:40%;
	cursor:pointer;
	text-indent:-9999em;
	background:left 20% no-repeat;
	background-image:url(data:image/gif;base64,AAAA); /* Trick IE6 */
}
div#nyroModalFull div#nyroModalWrapper div.wrapperSwf a.nyroModalPrev, div#nyroModalFull div#nyroModalWrapper div.wrapperSwf a.nyroModalNext, div#nyroModalFull div#nyroModalWrapper div.wrapper a.nyroModalPrev, div#nyroModalFull div#nyroModalWrapper div.wrapper a.nyroModalNext {
	height:60%;
	width:20%;
}
div#nyroModalFull div#nyroModalWrapper div#nyroModalContent a.nyroModalPrev {
	left:0;
}
div#nyroModalFull div#nyroModalWrapper div#nyroModalContent a.nyroModalPrev:hover {
	background-image:url(images/prev.gif);
}
div#nyroModalFull div#nyroModalWrapper div#nyroModalContent a.nyroModalNext {
	right:0;
	background-position:right 20%;
}
div#nyroModalFull div#nyroModalWrapper div#nyroModalContent a.nyroModalNext:hover {
	background-image:url(images/next.gif);
	
.shadow {
	-moz-box-shadow: 3px 3px 4px #000;
	-webkit-box-shadow: 3px 3px 4px #000;
	box-shadow: 3px 3px 4px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}
a img.example1 {
	border: 1px solid #ccc;
	padding: 5px;
	margin: 10px;
}

a:hover img.example1 {
	background-color: #666;
}
/* BILLY CLASSES */
	
.fadein { position:relative; height:120px; width:215px; }
.fadein img { position:absolute; left:0; top:0; }
/**
 * Custom layout for speakers
 */
.speaker-search {
	background:#ededed;
	border:1px solid #dedede;
	margin-bottom:20px;
	padding:10px 4px;
}

.widget {
	margin-bottom:10px;
}

.pseudolink {
	color:#918f6b;
	cursor:pointer;
	text-decoration:underline;
}

#clear-filter {
	font-size:10px;
}

.speaker {
	overflow:hidden;
	padding:12px 4px;
	position:relative;
}

.speaker li {
	display:block;
}

.speaker-bio {
	margin-top:10px;
}

.speaker-bio ul {
	list-style:disc;
	margin-bottom:1.5em
}

.speaker-bio li {
	display:list-item;
	list-style:disc;
	margin-left:20px;
}

.speaker img {
	margin:0 10px 10px 0;
}

.speaker ul.none {
	overflow:hidden;
	margin-left:0;
	padding-left:0;
}

.speaker:nth-child(even) {
	background:#ededed;
}

.speaker .skiplinks {
	display:none;
	font-size:11px;
	padding:12px 4px 0 0;
	position:absolute;
	right:0;
	top:0;
}

.speaker:hover .skiplinks {
	display:block;
}

.error {
	padding:4px;
}
.nyroModalLink .skiplinks {
    display:none;
}
#regsched tr{
	border:1px;
}

