/* sitestyle.css stylesheet, version 7.1, 2009-06-08 */

/* initial conditions ============================================== */
* {
	margin: 0px;
	padding: 0px;
	}
/* /initial conditions ============================================== */

/* Tag styles ========================================================= */
html {
	/* Always show a scrollbar for short pages - stops the jump when the scrollbar appears. non-IE browsers */
	height: 100%;
	margin-bottom: 1px;
	}
body {
	text-align: center;
	color: #333333;
	background-color: #ffffff;
	background-image: url("/pix/bg.gif");
	background-image: url("http://www.webvisionsevent.com/pix/bg.gif");/* absolute url needed for OCC login screen */
	background-position: top center;
	background-repeat: no-repeat;
	}

body,td,input,textarea,select,option {
	font: normal 12px arial, sans-serif;
	}

p {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	}
p,
div.p,
#pagecontainer li {
	line-height: 1.4;
	}
br {line-height: 100%;}

b {font-weight: bold;}
i {font-style: italic;}
u {text-decoration: underline;}

a,
a:link,
a:visited,
a:hover,
.bn1,
.bn2,
#pagecontainer a img  {
	color: #0090c2;
	border-color: #03b3ce;
	text-decoration: none;
	}
a:hover,
.bn1:hover,
.bn2:hover,
#pagecontainer a:hover img {
	color: #ff2fba;
	border-color: #ff2fba;
	text-decoration: underline;
	}
#pagecontainer a:hover img {
	text-decoration: none;
	}

h1,h2,h3,h4 {/* NOTE, MUST make pixtxt img relative as well or href will display funky */
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 0;
	font-weight: bold;
	margin: 0px;
	padding: 5px 0px 5px 0px;
	line-height: 1.2;
	color: #7d9299;
	}
h1 {
	font-size: 150%;
	font-size: 24px;
	padding-top: 0px;
	}
h2 {
	font-size: 135%;
	font-size: 18px;
	}
h2 span {
	font-size: 12px;
	}
h2 span.h_bn1 {
	position: relative;
	top: -2px;
	left: 10px;
	z-index: 0;
	}
h3,
h2 span {
	font-size: 120%;
	font-size: 14px;
	}
h3 span.h_bn1 {
	position: relative;
	top: -2px;
	left: 10px;
	z-index: 0;
	}
h4 {
	font-size: 100%;
	}

table {border-collapse: collapse;}
table.separate {border-collapse: separate;}

form table td {padding: 3px;}

fieldset {
	margin: 0px 0px 14px 0px;
	padding: 10px;
	border-style: solid;
	border-width: 1px;
	border-color: #333333;
	border-color: #7d9299;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	}
legend {
	padding: 0px 5px 0px 5px;
	color: #7d9299;
	}

img {border-width: 0px;}
img, div {
	behavior: url("/iepngfix/iepngfix.htc");/* IE 5-6 png fix */
	}

hr {
	height: 1px;
	margin-bottom: 14px;
	padding: 0px 0px 0px 0px;
	border-style: dotted;
	border-width: 0px 0px 1px 0px;
	border-color: #666666;
	}

blockquote {
	padding: 0px 25px 0px 25px;
	}

/* /Tag styles ========================================================= */

/* list styles ========================================================= */
ul, ol {margin: 0px 0px 0px 5px;}
ul {padding: 0px 0px 0px 15px;}
ol {padding: 0px 0px 0px 25px;}
li {}
ul.bullet {list-style-image: url("/pix/bullet.gif");}
#pagecontainer li {
	padding-bottom: 5px !important;
	}
/* /list styles ========================================================= */

/* form ================================================================= */
option {padding: 0px 5px 0px 3px;}

label,
.form1 div.controlset label.label {
	font-weight: bold;
	font-size: 85%;
	line-height: 1;
	}
input {width: 300px;}
textarea {width: 300px;}

.required {color: #cc0000;}
.auto {width: auto;}

.form1 {
	padding: 10px 0px 10px 0px;
	}
.form1 div {
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 0;
	padding: 0px 0px 4px 84px;
	}
.form1 div {width: 380px;}
html>body .form1 div {width: auto;}
.form1 label {
/* IE6 requires that the label be followed by a line break
in the source code, who knows why??? */
	position: absolute;
	top: 2px;
	left: 0px;
	z-index: 0;
	width: 80px;/* see padding-left below */
	text-align: right;
	}
.faux_label_push {
	padding-left: 80px;/* see width above */
	}
.form1 div div.multicontainer,
.form1 div div.multicontainer div {
	position: static;
	padding: 0px 0px 4px 0px;
	}
.form1 div.controlset,
.form1 div.controlset div {
	position: static;
	padding: 0px 0px 4px 0px;
	}
.form1 div.controlset label {
	position: static;
	font-weight: normal;
	font-size: 100%;
	padding: 0px 10px 0px 4px;
	}
.form1 div.controlset label.label {
	padding: 0px 2px 0px 4px;
	}
.form1 div.controlset input {
	width: auto;
	}

.hang_radcb {
	position: relative !important;
	top: 0px;
	left: 0px;
	z-index: 0;
	padding-left: 20px !important;
	}
.hang_radcb label {
	padding: 0px !important;
	}
.hang_radcb input {
	position: absolute !important;
	top: 0px;
	top: expression("-3px");
	left: 0px;
	left: expression("-3px");
	z-index: 0;
	}

.form_br {
	padding-bottom: 14px !important;
	}
/* /form ================================================================= */

/* shell structure ================================================================== */
#shell {
	width: 868px;
	height: 100%;
	margin: 0px auto 0px auto; /* centers this div on the page, also, see body definition above */
	text-align: left;
	xborder: solid 1px #00ff00;
	}

#shellcontainer {
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 0;
	width: 100%;
	min-height: 1000px;
	height: 100% !important;
	height: expression("1000px");
xborder: solid 1px lime;
xbackground-color:lime;
	}
#shellcontainer_b {
	}
#shellbox1 {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 10;
	width: 200px;
xbackground-color: orange;
xborder: solid 1px orange;
	}
#shellbox1_b {
	}
#shellbox2 {
	xmargin: 0px 0px 0px 200px;
xbackground-color: yellow;
xborder: solid 1px yellow;
	}
#shellbox2_b {
	}
/* /shell structure ================================================================== */

/* header ============================================================= */
#header {
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 20;
	padding: 20px 0px 30px 0px;
	}
#header #subhead {
	position: absolute;
	top: 20px;
	right: 0px;
	z-index: 20;
	}
/* /header ============================================================= */

/* page ============================================================== */
/*
#pagecontainer: min-height, height, height -- stops page height "flash" on js resize
#pageboxfull, #pagebox1, #pagebox2: NO padding or margins in the box
#pageboxfull_b, #pagebox1_b, #pagebox2_b: all margins and padding in the box
*/
#pagecontainer {
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 20;
	width: 100%;
	min-height: 1000px;
	height: 100% !important;
	height: expression("1000px;");
xborder: solid 1px #000000;
	}

#pageboxfull {
xbackground-color: blue;
xborder: solid 1px blue;
	}
#pageboxfull_b {
	padding: 0px 0px 20px 0px;
	}
#pagebox1 {
xbackground-color: red;
xborder: solid 1px red;
	}
#pagebox1_b {
	margin: 0px 270px 0px 0px;
	padding: 0px 30px 20px 0px;
xborder: solid 1px #000000;
	}
#pagebox2 {
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 30;
	width: 270px;
xbackground-color: green;
xborder: solid 1px green;
	}
#pagebox2_b { 
	padding: 0px 0px 20px 0px;
	}

#pagecontainer ximg,
#pagecontainer img.border {
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #000000;
	}
#pagecontainer img.noborder {border-width: 0px;}
/* /page ============================================================== */

/* footer ============================================================= */
#footer1 {
	}
#footer2 {
	padding: 10px 0px 20px 0px;
	font-size: 85%;
	}
#footer2 #hp_byline {
	padding: 3px 0px 3px 20px;
	background-image: url("/pix/hp_bug.png");
	background-position: 0px 3px;
	background-repeat: no-repeat;
xborder: solid 1px #000000;
	}
/* /footer ============================================================= */

/* navs =============================================================== */
/* see /_includes.php/nav_dropdowns.php or /_includes.php/nav_lc.php */

ul#footernav {
	xtext-align: center;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	}
ul#footernav li {
	display: inline;
	}
ul#footernav li#li_start {}
ul#footernav li#li_end {}

ul#footernav a {
	font-size: 85%;
	padding: 0px 10px 0px 6px;
	border-style: solid;
	border-width: 0px 0px 0px 0px;
	border-color: #000000;
	}
ul#footernav a#start {padding-left: 0px;}
ul#footernav a#end {border-right-width: 0px;}

ul#footernav a, ul#footernav a:visited {
	font-weight: normal;
	text-decoration: none;
	}
ul#footernav a:hover {
	text-decoration: none;
	}
/* /navs =============================================================== */

/* buttons =========================================================================== */
/* NOTE: do NOT put these stroked buttons in a tight table, or IE will 
cut off the top border. If you MUST put them into a tight table, 
set the cellpadding to be equal with the padding below */
a.bn1, a:visited.bn1, input.bn1 {
	border-style: solid;
	border-width: 1px;
	padding: 2px 4px 2px 4px;
	font-size: 10px;
	font-weight: normal;
	background-color: #ffffff;
	text-decoration: none !important;
	width: auto !important;
	}
input.bn1 {
	cursor: pointer;
	padding: 1px;
	}


a.bn2,
a:visited.bn2,
a:hover.bn2,
input.bn2 {
	border-style: solid;
	border-width: 1px;
	padding: 3px 5px 3px 5px;
	font-size: 14px;
	font-weight: normal;
	color: #ffffff !important;
	border-color: #03b3ce;
	border-color: #03b3ce;
	background-color: #03b3ce;
	background-color: #03b3ce;	
	text-decoration: none !important;
	width: auto !important;
	}
input.bn2 {
	cursor: pointer;
	padding: 2px;
	}
a:hover.bn2,
input:hover.bn2 {
	background-color: #ff2fba;
	border-color: #ff2fba;
	}

.bn {
	text-transform: lowercase;
	padding-left: 7px;
	background-image: url("/pix/arrow.gif");
	background-position: 0px 5px;
	background-repeat: no-repeat;
	}
.bn span {
	text-transform: none;
	}

.bn_pdf {
	display: block;
	font-size: 10px;
	text-transform: uppercase;
	padding: 3px 0px 5px 20px;
	background-image: url("/pix/pdficon_small.gif");
	background-position: 0px 0px;
	background-repeat: no-repeat;
	}

a.bn_plus,
a.bn_minus {
	display: inline-block;
	padding-left: 12px;
	background-image: url("/pix/bn_plus.gif");
	background-position: 0px 3px;
	background-repeat: no-repeat;
xborder: solid 1px #000000;
	}
a.bn_minus {
	background-image: url("/pix/bn_minus.gif");
	}

a.bn_print {
	font-size: 10px;
	text-transform: uppercase;
	padding-left: 12px;
	background-image: url("/pix/bn_print.gif");
	background-position: 0px 2px;
	background-repeat: no-repeat;
	}
/* /buttons =========================================================================== */

/* toppic, initial values to be overridden in individual pages ===================== */
#toppic {
	position: relative;
	top: 0px;
	right: auto;
	bottom: auto;
	left: 0px;
	z-index: 10;
	width: 100%;
	margin: 0px 0px 15px 0px;
	border-style: solid;
	border-width: 1px 0px 1px 0px;
	border-color: #999999;
	}
#toppic #image {
	}
#toppic #text_c {
	position: absolute;
	top: 0px;
	right: auto;
	bottom: auto;
	left: 0px;
	z-index: 20;
	padding: 10px;
xborder: solid 1px #000000;
	}
html>body #toppic #text_c #text_bg {/* IE 6 does will NOT take the width/height from #text_c above */
	position: absolute;
	top: 0px;
	right: auto;
	bottom: auto;
	left: 0px;
	z-index: 15;
	width:100%;
	height: 100%;
	background-color: #000000;
	filter: alpha(opacity=50);
	-khtml-opacity: .50;
	-moz-opacity: .50;
	opacity: .50;
	}
#toppic #text_c #text {
	position: relative;
	top: 0px;
	right: auto;
	bottom: auto;
	left: 0px;
	z-index: 25;
	font-size: 18px;
	text-align: right;
	}
#toppic #text_c #text h2{
	font-size: 24px;
	color: #ffedc5;
	}
/* toppic =========================================================================== */

/* table ==================================================================== */
.table {
	display: table;
	border-collapse: collapse;
	width: expression("100%");
xborder: solid 1px #000000;
	}
.cell {
	display: table-cell;
	vertical-align: top;
	float: expression("left");
xborder: solid 1px #000000;
	}
/* /table ==================================================================== */

/* position ======================================================================== */
.floatright {float: right;}
.floatleft {float: left;}

img.picleft {display: block;}
.picleft, img.picleft {
	float: left;
	margin: 0px 10px 10px 0px;
	}
img.picleft {
	display: block;
	margin-top: 4px;
	}
.picright, img.picright {
	float: right;
	margin: 0px 0px 10px 10px;
	}
img.picright {
	display: block;
	margin-top: 4px;
	}

div.pictxtleft:after,
div.pictxtright:after {
	content: "."; 
	display: block; 
	height: 0px; 
	clear: both; 
	visibility: hidden;
	}
div.pictxtleft,
div.pictxtright {
	display: expression("inline-block");
	padding-top: 8px;
	padding-bottom: expression("10px");
	}
div.pictxtleft h1,
div.pictxtleft h2,
div.pictxtleft h3,
div.pictxtleft h4,
div.pictxtright h1,
div.pictxtright h2,
div.pictxtright h3,
div.pictxtright h4 {
	position: static;/* keeps h (set as relative at top of file) from flowing over pic and causing a blank href space in the img. To test, x this out and uncomment the border below */ 
	padding-top: 0px;
xborder: solid 1px #000000;
	}
div.pictxtleft img {
	display: block;
	float: left;
	margin: 2px 10px 10px 0px;
	}
div.pictxtleft div.img {float: left;}
div.pictxtleft div.img img {float: none;}
div.pictxtright img {
	display: block;
	float: right;
	margin: 2px 0px 10px 10px;
	}
div.pictxtright div.img {float: left;}
div.pictxtright div.img img {float: none;}
div.pictxtleft ol,
div.pictxtright ol,
div.pictxtleft ul,
div.pictxtright ul {
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 0;
	zoom: 1;
xborder: solid 1px #000000;
	}
html>body div.pictxtleft ol,
html>body div.pictxtright ol,
html>body div.pictxtleft ul,
html>body div.pictxtright ul {
	left: 18px;
	zoom: normal;
	}

.clear {clear: both;}

.clearfix:after {
	/*apply this class to any floated element that needs to be cleared afterwards*/
	content: "."; 
	display: block; 
	height: 0px; 
	clear: both; 
	visibility: hidden;
	}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.container {
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 0;
	_width: 100%;
	}
/* /position ======================================================================== */

/* misc classes ===================================================================== */
.alert,
.error {
	color: red;
	}

.smtxt,
.caption {
	font-size: 85%;
	}
.caption {
	padding-top: 3px;
	}
.lgtxt {font-size: 115%;}

.notransform {text-transform: none;}

.lineheight_normal {line-height: normal;}

.nowrap {white-space: nowrap;}

.block {display: block;}
.inline {display: inline;}
.none {display: none;}

.crumbtrail {
	}

.wp_last3 {
	padding: 5px 0px 5px 0px;
	}
.wp_last3_headlines {
	}

.filetree_container {
	float: left;
	min-width: 100%;
	white-space: nowrap;
	background-color: #ffffff;
	border: solid 1px #000000;
	padding: 5px;
	margin-bottom: 15px;
	}

.quote {
	color: #5d7780;
	}
.byline {
	font-size: 16px;
	font-style: italic;
	color: #164051;
	}
.byline span {
	font-size: 12px;
	}

.footnote {
	font-size: 10px;
	text-indent: -7px;
	padding-left: 7px;
	}

.bigtext {
	font-size: 16px;
	color: #454545;
	}

h2#bookmark,
h2#twitter,
h2#year_10 {
	height: 30px;
	padding: 12px 0px 5px 45px;
	background-position: top left;
	background-repeat: no-repeat;
xborder: solid 1px #000000;
	}
h2#twitter {
	background-image: url("/pix/icon_twitter.gif");
	}
h2#year_10 {
	background-image: url("/pix/icon_ten.gif");
	}
h2#bookmark {
	background-image: url("/pix/icon_bookmark.gif");
	}
#addthis_button {
	padding: 5px 0px 20px 0px;
	}

table#sponsors {
	}
table#sponsors td {
	padding: 10px 10px 10px 10px;
	text-align: center;
	vertical-align: middle;
xborder: solid 1px #000000;
	}
table#sponsors td.first {
	padding-left: 0px;
xborder: solid 1px red;
	}
table#sponsors td.last {
	padding-right: 0px;
xborder: solid 1px green;
	}

#badges div {
	padding-bottom: 10px;
	}

table.schedule {
	width: 100%;
	margin-bottom: 30px;
	border-style: solid;
	border-width: 1px 0px 0px 0px;
	border-color: #999999;
	}
table.schedule td {
	border-style: solid;
	border-width: 0px 0px 1px 1px;
	border-color: #999999;
	padding: 3px;
	}
table.schedule td.time {
	width: 65px;
	vertical-align: top;
	text-align: right;
	border-left: 0px;
	}
.schedule_label_speaker,
.schedule_label_workshop,
.schedule_label_panel,
.schedule_label_session,
.schedule_label_keynote {
	display: inline-block;
	padding: 0px 4px 0px 0px;
	font-weight: bold;
	text-transform: uppercase;
	xcolor: #7d9299; 
	}
.schedule_label_speaker {
	font-style: italic;
	font-weight: normal;
	text-transform: none;
	}
.schedule_label_workshop {
	}
.schedule_label_panel {
	}
.schedule_label_session {
	}
.schedule_label_keynote {
	}

table.bg1 {background-color: #f2f2f2;}
table.bg2 {background-color: #ffffff;}

table.data {
	}
table.data th,
table.data td {
	text-align: center;
	padding: 5px 5px 5px 5px;
	border-style: solid;
	border-width: 0px 2px 2px 0px;
	border-color: #ffffff;
	}
table.data th {
	background-color: #f5fcfd;
	}
table.data tr.subheader td {
	padding: 2px !important;
	font-size: 85% !important;
	xbackground-color: #efefef;
	}
table.data tr.subheader td.s {
	xbackground-color: #f5fcfd;
	}
table.data td {
	background-color: #ebf9fb;
	}
table.data td.bg1 {xbackground-color: #e1e1e1 !important;}
table.data td.bg2 {xbackground-color: #efefef !important;}

table.data .bg3 {background-color: #dff4f7 !important;}
table.data .bg4 {background-color: #d4f3f7 !important;}
table.data .bg5 {background-color: #cbf1f7 !important;}
table.data .bg6 {background-color: #C2EAEF !important;}


table.data td.s {
	font-style: italic;
	text-align: left;
	padding-left: 25px;
	}
table.data td.e {
	}
table.data td.eb {
	color: #3B4E5F;
	}
table.data td.ga {
	color: #67797F;
	}
table.data .package_desc_container {
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 200;
	}
table.data .package_desc {
	position: absolute;
	top: 20px;
	left: 0px;
	z-index: 210;
	width: 200px;
	font-weight: normal;
	text-align: left;
	padding: 14px 18px 10px 10px;
	background-color: #F5FCFD;
	border: solid 1px #7D9299;
	}
table.data a.close_x,
table.data a:hover.close_x,
a .help_bn,
a:hover .help_bn {
	position: absolute;
	top: 3px;
	right: 3px;
	z-index: 0;
	display: block;
	font-size: 10px;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 1;
	padding: 0px 1px 0px 1px;
	color: #ffffff;
	background-color: #03b3ce;
	border: solid 1px #0090c2;
	}
table.data a:hover.close_x,
a:hover .help_bn {
	background-color: #ff2fba;
	border-color: #ff2fba;
	}
a .help_bn,
a:hover .help_bn {
	top: 1px;
	}

.cart {
	font-size: 85%;
	padding: 7px 12px 12px 12px;
	padding: expression("0px 12px 0px 12px;");
	margin: 5px 0px 15px 0px;
	background-color: #eaecdf;
	background-color: #ebf9fb;
	border: solid 0px #292906;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	}
.cart_item,
.cart_item_edit {
	}
.cart_item {
	}
.cart_item_edit {
	background-color: #ffffff;
	}

.cart_package_bn {
	font-size: 125%;
	}

.cart_help {
	font-size:10px;
	font-style: italic;
	}
.cart_total {
	font-size: 150%;
	}
.cart_workshops_select {
	margin: 5px 0px 0px 20px;
xborder: solid 1px #000000;
	}
.cart_workshops_select .select_label {
	display: inline-block;
	width: 64px;
	text-align: right;
	padding-right: 3px;
	font-size: 12px;
xborder: solid 1px #000000;
	}
.cart_workshops_sold_out {
	max-width: 200px;
	_width: 200px;
	white-space: nowrap;
	font-size: 10px;
	margin: 5px 0px 8px 0px;
	padding: 5px 5px 0px 5px !important;
	border-style: solid;
	border-width: 0px;
	border-color: #333333;
	border-color: #7d9299;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: #f2f2f2;
	background-color: #FFFFCC;
	}
.cart_workshops_sold_out .title {
	font-weight: bold;
	}
.cart_workshops_sold_out .list {
	font-style: italic;
	color: red;
	}
.bn1_set {
	padding-bottom: 14px;
	}

span.label {
	text-transform:uppercase;
	font-weight:bold;
	font-size:85%;
	color:#7D9299
	}

.list_events_time {
	color: #7d9299;
	font-weight: bold;
	font-size: 20px;
	padding-bottom: 10px;
	}

.list_events_speakers_time {
	padding-bottom: 5px;
	}
.list_events_speakers {
	}
.list_events_img {
	position: absolute;
	top: 7px;
	left: 0px;
	z-index: 0;
	}
.list_events_short_desc {
	}
	
.list_speakers_featured {
	padding: 0px 0px 5px 160px;
	min-height: 165px;
	_height: 165px;
	}
.list_speakers_featured h2 {
	padding: 0px 0px 0px 0px !important;
	}
.list_speakers_img {
	position: absolute;
	top: 7px;
	left: 0px;
	z-index: 0;
	}

.list_speakers {
	padding: 0px 0px 0px 70px;
	min-height: 70px;
	_height: 70px;
	}
.list_speakers h2 {
	padding: 0px 0px 0px 0px !important;
	}

#speaker_detail_workshops_sessions_panels {
	padding: 0px 0px 10px 0px;
	}	
#speaker_detail_co_blog {
	padding: 0px 0px 10px 0px;
	}
#speaker_detail_co {
	}
#speaker_detail_blog {
	}
#speaker_detail_workshops p,
#speaker_detail_sessions p,
#speaker_detail_panels p {
	padding: 0px 0px 5px 0px;
	}
#speaker_detail_workshops {
	padding: 0px 0px 5px 0px;
	}
#speaker_detail_sessions {
	padding: 0px 0px 5px 0px;
	}
#speaker_detail_panels {
	padding: 0px 0px 5px 0px;
	}

#event_speakers {
	padding-bottom: 5px;
	}
#event_speakers_time {
	padding-bottom: 10px;
	}

.dateline {
	padding-bottom: 5px;
	font-style: italic;
	}
#speaker_detail_workshops .dateline{
	font-size: 85%;
	}

.event .picright{
	padding-left: 30px !important;
	}
.event_date {
	font-weight: bold;
	font-size: 16px;
	}
.event_date span {
	font-size: 12px;
	}
/* /misc classes ===================================================================== */


/* wva_cart classes ================================================================= */
#catalog_blurbs {
	position: absolute;
	top: 20px;
	left: 300px;
	z-index: 20;
	width: 250px;
	height: 300px;
	overflow: auto;
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
	background-color: #f2f2f2;
	border: solid 1px #7D9299;
	}
#catalog_blurbs div {
	margin: 0px;
	padding: 0px;
	}
	
#catalog_blurbs_rc_container {
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 10;
	}
#catalog_blurbs_rc {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 20;
	padding: 10px 10px 10px 10px;
	background-color: #f2f2f2;
	border: solid 1px #7D9299;
	}
/* /wva_cart classes ================================================================= */

/* print styles ========================== */
@media print {
/* hack to give hasLayout to IE7, stops runaway printing */
#pagecontainer,
#pageboxfull,
#pagebox0,
#pagebox1,
#pagebox2,
#pagebox3 {
	min-height: 0 !important;
	}
/* /hack to give hasLayout to IE7 */
	}
/* /print styles ========================== */
