/* CSS Document for Grid */

body {
	margin: 10px;
	padding-top: 10px;
	background: #72665a;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
}

a {
	color: #743926;
	text-decoration: underline;
}

a:hover {
	color: #8f7f78;
}

.inner_canvas {
	width: 100%;
}

.container {
	position: relative;
}

.clear { clear: both; }
.right { float: right; }
.left { float: left; }
.inline { display: inline-block; }
img { border: 0; }
.bttn:hover { filter:alpha(opacity=50); opacity:.5; }


#canvas {
	margin: 0 auto;
	width: 950px;
	background: #ffffff;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding: 10px 10px 40px 10px;
	overflow: hidden;
	filter:progid:DXImageTransform.Microsoft.DropShadow(sProperties);
	-webkit-box-shadow: 0px 0px 25px #402e26;  
	-moz-box-shadow: 0px 0px 25px #402e26; 

}
.logo {
	width: 105px;
	height: 30px;
	background: url(/program.2011/grid_images/logo.gif) no-repeat;
	float: left;
}
.page-title {
	font-size: smaller;
	font-weight: bold;
	color: #666;
	width: 630px;
	float: left;
	text-align: center;
}
.page-title h1 {
	color: #743926;
	font-size: 24px;
	margin: 0;
	padding: 0;
	font-weight: normal;
}
.header-links {
	font-size: smaller;
	color: #ccc;
	float: right;
	width: 250px;
	text-align: right;
}
.search-form {
	clear: both;
	padding-top: 40px;
	color: #333;
}
h2 {
	padding: 0;
	margin: 0;
	color: #64240f;
	font-weight: normal;
}

#details_table {
	color: #333;	
}

.filter-bar {
	padding: 5px;
	background: #402e26;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	margin-bottom: 20px;
	overflow: hidden;
}
.filter-bar-tab {
	background: #402e26;
	width: 120px;
	text-align: center;
	-webkit-border-top-left-radius: 20px;
	-webkit-border-top-right-radius: 20px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-topright: 20px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	color: #fff;
	margin-left: 30px;
	font-size: 11px;
	margin-top: 20px;
}
.select-bar {
	background: #663b29 url(/program.2011/grid_images/select-bar-bg.gif) repeat-x;
	margin: 30px 0;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	color: #fff;
	font-weight: bold;
	overflow: hidden;
}
.select-bar:hover {
		
}
.select-bar label {
	color: #fff;
	background: #6c3c29 url(/program.2011/grid_images/select-bar-label-bg.gif) repeat-x;
	padding: 10px;
	float: left;
	border-right: 1px solid #543428;
	-webkit-border-top-left-radius: 30px;
	-webkit-border-bottom-left-radius: 30px;
	-moz-border-radius-topleft: 30px;
	-moz-border-radius-bottomleft: 30px;
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
}
.select-bar a, .filter-bar .select-bar span {
	padding: 10px 12px;;
	display: block;
	float: left;
	border-left: 1px solid #755c52;
	border-right: 1px solid #543428;
	cursor: pointer;
	text-decoration: none;
	color: #fff;
	font-size: 11px;
}
.select-bar a:hover, filter-drpdwn a:hover, #groupby a:hover {
	background: #513427 url(/program.2011/grid_images/select-bar-bg-ovr.gif) repeat-x;
	color: #dcd0b9;
}
.select-bar a.selected {
	background: #402E26 url(/program.2011/grid_images/icon_check.png) right no-repeat;	
	color: #cc9933;
	border-left: 1px solid #37241c;
}
.filter-bar .select-bar {
	margin: 0 5px 0 0;	
}
.filter-bar .select-bar a:hover {
	-webkit-border-top-right-radius: 30px;
	-webkit-border-bottom-right-radius: 30px;
	-moz-border-radius-topright: 30px;
	-moz-border-radius-bottomright: 30px;
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
}
.filter-bar .select-bar label {
	font-size: 11px;
	padding: 5px 7px;
}
.filter-bar .select-bar span {
	padding: 5px 7px;
	border-right: none;
}
.filter-bar .select-bar span b {
	background: url(/program.2011/grid_images/drpdwn_arrow.png) right no-repeat;
	padding-right: 15px;
}
.select-list {
	float: left;
	width: 31%;
	margin-right: 2%;
	-webkit-border-top-left-radius: 30px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-topleft: 30px;
	-moz-border-radius-bottomleft: 8px;
	border-top-left-radius: 30px;
	border-bottom-right-radius: 0;
	-webkit-border-top-right-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	-moz-border-radius-topright: 0;
	-moz-border-radius-bottomright: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.select-list label {
	/*
	float: left;
	-webkit-border-top-right-radius: 30px;
	-webkit-border-bottom-right-radius: 30px;
	-moz-border-radius-topright: 30px;
	-moz-border-radius-bottomright: 30px;
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
	*/
	width: 100%;

}
.select-list a {
	width: 100%;
	clear: both;
	border-bottom: 1px dotted #755c52;
}
.select-list span {
	display: block;
	height: 200px;
	overflow-y: scroll;
	overflow-x: hidden;
	clear: both;
}
.filter-drpdwn {
	position: absolute;
	width: 187px;
	z-index: 999999;
	background: #5c3a2c;
	margin-left: -8px;
	margin-top: 5px;
	display: none;
	border-top: 3px solid #402E26;
	filter:alpha(opacity=95);
 	opacity:0.95;
}
.filter-drpdwn a {
	width: 175px;
	border-bottom: 1px dotted #c9bfaa;
	padding: 5px;
	color: #fff;
	text-decoration: none;
	display: block;
}
.filter-drpdwn a.search-bttn {
	height: 23px;
	background: #42281d url(/program.2011/grid_images/bttn_search.png) right no-repeat !important;
	border-right: none;
	float: right !important;
}
.filter-bar .select-bar .filter-drpdwn a:hover {
	border-bottom-right-radius: 0;
	-webkit-border-top-right-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	-moz-border-radius-topright: 0;
	-moz-border-radius-bottomright: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.filter-bar .select-bar span:hover .filter-drpdwn {
	display: block;	
}
.filter-bar .select-bar .two-col {
	width: 748px;
	margin-left: -400px;
}
.filter-bar .select-bar .two-col a {
	float:left;
	white-space: nowrap;
	overflow: hidden;
}
.filter-bar .select-bar input.keyword {
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	font-size: smaller;
	color: #666;
	margin: 2px 2px 2px 10px;
	width: 140px;
	border: 1px;
	padding: 3px;
}


div.submit {
	background: #e0d8c8;
	padding: 5px;
	overflow: hidden;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
input.continue {
	background: url(/program.2011/grid_images/bttn_continue.png) no-repeat;	
	width: 198px;
	height: 92px;
	border: none;
	cursor: pointer;
}


.odd {
	background: #e3dce9;
}
.even {
	background: #F0E8F6;
}


#base {
	background: #ffffff;
}
#base td.tl {
	background: url(/program/grid_images/base_tl.gif) top left no-repeat;
	height: 10px;
	width: 10px;
}
#base td.tr {
	background: url(/program/grid_images/base_tr.gif) top right no-repeat;
	height: 10px;
	width: 10px;
}
#base td.bl {
	background: url(/program/grid_images/base_bl.gif) bottom left no-repeat;
	height: 10px;
	width: 10px;
}
#base td.br {
	background: url(/program/grid_images/base_br.gif) bottom right no-repeat;
	height: 10px;
	width: 10px;
}
#base td.title {
	text-align: center;
	padding-bottom: 10px;
	vertical-align: middle;
}
#base td.title select {
	font-size: large;
	color: #8e4130;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
}
#base td.title div {
	background: url(/program.2010/grid_images/day_select_bg_tile.gif) repeat-x;
	height: 36px;
	vertical-align: middle;
	padding-top: 3px;
}
#base td.page_title {
	font-size: x-large;
	color: #8e4130;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	vertical-align: top;
}

#filter_toolbar th {
	/*background: #ececec;*/
	width: 310px;
}
#filter_toolbar td#reveal {
	text-align: center;
	color: #669933;
}

#reg_toolbar {
	width: 310px;
	height: 34px;
	color: #ffffff;
}
#reg_toolbar td {
	background: #8e4130;
}
#reg_toolbar a {
	color: #ffffff;
}
div#registration {
	position: absolute;
	z-index: 100;
	text-align: left;
	overflow: visible;
}
div#reg_details {
	display: none;
 	position: absolute;
	width: 302px;
	background: #ffffff;
	border: 2px solid #8e4130;
	padding: 2px;
	vertical-align: top;
}
div#reg_details .odd {
	background: #efe2de;
}
div#reg_details .even {
	background: #faf2f0;
}
#reg_table td {
	border-top: 1px solid #ffffff;
}
div#reg_details .subtotal {
	font-weight: bold;
	text-align: right;
	border-top: 2px solid #8e4130;
}
div#reg_details .reg_date {
	font-size: x-small;
}
div#reg_details .price {
	font-size: x-small;
	font-weight: bold;
}


#time {
	font-size: smaller;
	border-top: 1px solid #fff;
	vertical-align: middle;
	width: 20px;
	background: #666666;
	height: 100px;
}


div#wrapper {
	background: #c8bea9;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;	
	overflow: hidden;
	padding: 10px;
	position: relative;
}

div#rightPanel {
	background: #685851;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0px 0px 3px #402e26;  
	-moz-box-shadow: 0px 0px 3px #402e26;
	float: right;
	color: #fff;
	padding: 10px;
	width: 25%;
	position: relative;
}
#rightPanel h3 {
	background: #d9d5d3;
	padding: 4px 10px;
	margin: 0;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	color: #993333;
	font-weight: normal;
	margin-bottom: 5px;
}
#my_schedule_panel.dragged-over {
	background: #695953 url(/program.2011/grid_images/cart-bg-ovr.gif) repeat-x;
}

.cart, .schedule {
	background: #433935 url(/program.2011/grid_images/cart-bg.gif) repeat-x;
	padding: 10px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border-top: 1px solid #251f1d;
	border-left: 1px solid #251f1d;
	border-right: 1px solid #8b827a;
	border-bottom: 1px solid #8b827a;
	font-size: 10px;
	overflow: hidden;
	margin-bottom: 15px;
}
.cart {
	background: #5f6c4b url(/program.2011/grid_images/cart_bg.jpg) repeat-x;
}
.cart h4 {
	font-size: 10px;
	background: #685c57;
	padding: 3px 6px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	color: #dbd0c1;
	margin: 0 0 5px 0;
}
.cart .price {
	color: #fff;
	float: right;
	font-weight: bold;
}
.bttn-register {
	float: right;
	padding-top: 8px;
}
.cart .subtotal {
	border-top: 1px solid #abbc91;
	padding: 5px 0;
	text-align: right;
	color: #ffffff;
	font-size: 13px;
	margin-top: 8px;
	font-weight: bold;
}
.schedule h3, .cart h3 {
	color: #fff !important;
	background: none !important;
	font-size: 13px !important;
	padding: 0 !important;
}
.cart h3 { font-size: 10px !important; color: #2E3425 !important; }
.schedule a {
	color: #c9b6ad;
}
.cart a {
	color: #fff;
}
.schedule h4, .cart h4 {
	font-size: 10px;
	background: url(/program.2011/grid_images/shade_60.png);
	padding: 3px 6px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	color: #fff;
	margin: 0 0 5px 0;
}
.cart h4 { margin: 0; }
.schedule h4.conflict, .cart h4.conflict {
	padding-left: 23px;
	background: #cc3333 url(/program/grid_images/icon_alert_sm.gif) 4px no-repeat;
	color: #fff;
}
.schedule .session, .cart .session {
	padding: 3px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	margin-bottom: 5px;
	color: #652311;
	font-size: 12px;
}
.cart .session { margin: 0; padding: 1px; }
.schedule .del, .cart .del {
	filter:alpha(opacity=40);
 	opacity:0.4;
}
.schedule .session a, .cart .session a {
	color:#652311;
	text-decoration: none;
	font-size: 11px;
	padding: 0 5px;
	display: block;
}
.cart .session a {
	color: #fff;	
}
.schedule .temp {
	filter:alpha(opacity=60);
 	opacity:0.6;
}
.schedule .session a.close, .cart .session a.close {
	display: block;
	float: right;
	background: none;
	width: 19px;
	height: 16px;
	margin-top: -2px;
}
.schedule .session:hover a.close, .cart .session:hover a.close {
	background: url(/program.2011/grid_images/icon_close.png) right no-repeat;
}
.sched-bttns {
	text-align: center;	
}
.sched-bttns a:hover {
	filter:alpha(opacity=50);
 	opacity:0.5;	
}



div#group {
	float: left;
	width: 70%;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0px 0px 5px #402e26;  
	-moz-box-shadow: 0px 0px 5px #402e26;
	overflow: hidden;
	background: #fff;
	padding: 10px;
	margin-bottom: 15px;
	min-height: 200px;
}
#group div {
	width: 100px;
	height: 100px;
	padding: 5px;
	font-size: .85em;
	overflow: hidden;
	float: left;
	border: 2px solid #fff;
	position: relative;
}
#group div:hover {
	/*
	filter:alpha(opacity=75);
 	opacity:0.75;
	*/
	border-color: #995134;
}
span#subgroup {
	display: block;
	clear: both;
	overflow: hidden;
	margin-bottom: 5px;
	padding: 5px;
	background: #efefef;
}
span#subgroup h4 {
	margin: 10px 0;
}

#groupby { 
	position: absolute; 
	color: #fff;
	border: 0 !important;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #7d5848;
	height: 26px !important;
	width: 180px !important;
	padding: 0 !important;
	margin-left: 49%;
	margin-top: 10px;
}
#groupby span {
	padding: 5px;
}
#groupby b {
	background: url(/program.2011/grid_images/drpdwn_arrow.png) right no-repeat;
	padding-right: 15px;
}
#groupby:hover div {
	display: block;	
}
#groupby span.options {
	background: #402e26;
	-webkit-border-top-right-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
	-moz-border-radius-topright: 20px;
	-moz-border-radius-bottomright: 20px;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	width: 100px;
	display: block;
	float: right;
}
#groupby div {
	border: 0 !important;
	display: none;
	position: absolute;
	padding: 0;
}

#group h2 { margin-bottom: 10px; width: 60%;}
#group div .session-time {
	background: url(/program.2011/grid_images/shade_5.png);
	font-size: 10px;
	display: block;
	color: #333;
}
#group div .speaker_name {
	border-top: 1px dotted #ccc;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	font-style: italic;
	position: absolute;
	bottom: 3px;
	width: 100px;
}
#group div .details-bttn {
	background: url(/program.2011/grid_images/bttn_view_details.png) no-repeat;
	width: 81px;
	height: 23px;
	display: block;
	position: absolute;
	visibility: hidden;
	text-align: center;
	cursor: pointer;
	margin: 0 auto;
	bottom: 25px;
	margin-left: 10px;
}
#group div .my-sched-bttn {
	background: url(/program.2011/grid_images/bttn_add_to_my_sched.png) no-repeat;
	width: 103px;
	height: 19px;
	display: block;
	position: absolute;
	visibility: hidden;
	text-align: center;
	cursor: pointer;
	margin: 0 auto;
	bottom: 4px;
}
#group div:hover .details-bttn, #group div:hover .my-sched-bttn {
	visibility: visible;
}

div.session_block {
	background-color: #CFCFCF;	
}
div.small_animal {
	background-color: #d1e2f1;
}
div.food_animal {
	background-color: #e4ebcd;
}
div.equine {
	background-color: #edd0c3;
}
div.avian__exotics {
	background-color: #f1edcc;
}
div.cross_species {
	background-color: #f1d0de;
}
div.practice_management {
	background-color: #e5e6eb;
}
div.shelter_med {
	background-color: #f0e1e9;
}
div.veterinary_technician {
	background-color: #f3f3d5;
}
div.small_ruminant {
	background-color: #ff9999;
}
#group p {
	margin: 0;
}
#group span.category {
	font-size: x-small;
	font-weight: bold;
	color: #a62121;
	white-space: nowrap;
	display: block;
}
div.entertainment span.category {
	color: #ffffff;
}
#group p.speaker {
	font-style: italic;
	text-align: right;
	padding-top: 3px;
}
#group p.session_num {
	font-weight: bold;
	font-size: smaller;
	text-align: right;
	text-transform: uppercase;
}
#group p.session_title {
	text-align: left;
}
#group div.obscure {
	filter:alpha(opacity=60); /* ie */
	-moz-opacity:.6; /*older mozilla & firefox*/
	opacity:.6; /* safari 1.2, newer firefox and mozilla, CSS3 */
	khtmlopacity:.6; /* safari<1.2, konqueror */
}

div#data_head {
	width: 100%;
	padding: 0;
	position: relative;
	z-index: 5000;
	top: 0px;

}
div#data_head td {
	height: 0px;
	background: none;
	border-bottom: none;
}
div#data_head th {
	height: 30px;
}


div#hover {
	width: 150px;
	height: 120px;
	cursor: default;
	font-size: .85em;
}
div#hover table th {
	text-align: left;
	width: 18px;
	background: none;
	border: none;
	padding: 0px;
}
div#hover table td {
	border: 4px solid #ffffff;
	background: #ffffff;
}
div#hover div {
	border: 1px solid #b979e2;
	padding: 0px;
	width: 138px;
	height: 108px;
	overflow: hidden;
}
div#hover div table td {
	padding: 0px;
}

div#details_div {
	position: absolute;
	width: 70%;
	left: 50%;
	margin-left: -35%;
	z-index: 20000;
	display: block;
	visibility: hidden;
}
#loading {
	position: absolute;
	width: 400px;
	left: 50%;
	margin-left: -200px;
	z-index: 20001;
	display: block;
	visibility: hidden;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background: url(grid_images/shade_80.png);
	padding: 15px;
	color: #fff;
	min-height: 100px;
	text-align: center;
}

div.popOut {
	text-align: left;
	background: #fff;
	padding: 8px;
	border: 8px solid #E0D8C8;
	display: none;
	position: absolute;
	z-index: 21000;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	filter:progid:DXImageTransform.Microsoft.DropShadow(sProperties);
	-webkit-box-shadow: 0px 0px 15px #000;  
	-moz-box-shadow: 0px 0px 15px #000;
	color: #333;
}
div.popOut th {
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size: large;
	font-weight: normal;
}
div.phpOut input {
	border: 1px solid #666 !important;	
}
div#scheduleList {
	width: 350px;
	height: 450px;
	padding-bottom: 15px;
}
div#scheduleList div#scheduleData {
	overflow-y: scroll;
	height: 370px;
}
div#scheduleList td {
	padding: 5px;
	vertical-align: top;
}
div#scheduleList .sched_time {
	font-weight: bold;
	padding: 8px 0 3px 0;
}
.schedule .sess_num {
	color: #402e26;
}
div#sess_notes,div#sess_notes_b {
	width: 200px;
}
div#send_to_friend {
	width: 400px;
}
div#login {
	display: none;	
}
div#login input {
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	padding: 3px;
}
div#send_to_friend table td, div#login table td {
	padding: 3px;
}
div#send_to_friend input, div#send_to_friend textarea, div#login input {
	width: 97%;
	border: 1px solid #ccc;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	padding: 5px;
	color: #900;
	font-family: Arial, Helvetica, sans-serif;
}
#login_msg {
	display: block;	
	margin-bottom: 5px;
}
#login_msg span {
	background: #fecfcf;
	overflow: hidden;
	padding: 5px;
	color: #900;
}


div.bttn_close {
	background: url(/program/grid_images/bttn_close.gif) no-repeat right;
	border: 0;
	width: 100%;
	height: 26px;
	top: 0px;
	cursor: pointer;
	text-align: right;
	vertical-align: middle;
}


div#backdrop {
	background: #333333;
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 19001;
}

div#scroll_bar {
	position: relative;
	display: block;
}
div#scroll_bttn_r {
	display: none;
}
td.scroll_h {
	padding: 3px;
	background: url(/images/bg_alert.gif);
	border-left: 4px solid #fff;
	vertical-align: top;
}
#scroll_left, #scroll_right {
	cursor: pointer;
}
#scroll_right {
	height: 200px;
}
#scroll_left {
	height: 400px;
}
#scroll_left td, #scroll_right td {
	background: url(/program/grid_images/bttn_scroll_bg.gif);
	text-align: center;
	height: 100%;
}
#scroll_left th, #scroll_right th {
	background: none;
	padding: 0;
	height: 9px;
	border: 0;
}

div.filter {
	border: 8px solid #dfdedf;
	display: none;
	background: #ffffff;
	position: absolute;
	width: 70%;
	left: 50%;
	margin-left: -35%;
	z-index: 20000;
	padding: 10px;
}
div.filter td {
	padding: 15px;
}
div.filter th {
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size: large;
	font-weight: bold;
	color: #ee864f;
	text-align: left;
}
div.filter td.submit {
	background: #ddf2c6;
	padding: 10px;
	text-align: center;
}
div.filter td.submit input {
	padding: 10px;
	font-size: larger;
	font-weight: bold;
}
#filter_toolbar {
	position: relative;
}

.disclaimers {
	font-size: smaller;
	color: #666666;
}

/* ----------------------------------------------------------------------
session details
-----------------------------------------------------------------------*/
#session_details {
	border: 8px solid #e0d8c8;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	filter:progid:DXImageTransform.Microsoft.DropShadow(sProperties);
	-webkit-box-shadow: 0px 0px 25px #000;  
	-moz-box-shadow: 0px 0px 25px #000;
	background: #fff;
}
#session_details .title {
	font-size: x-large;
	color: #993333;
	padding-bottom: 15px;
	text-align: left;
	padding: 10px 10px 10px 0;
}
#session_details td {
	padding: 10px;
}
#session_details span.session_num {
	font-weight: bold;
	color: #333333;
	font-size:small;
}
#session_details td.toolbar {
	background: #493e39;
	height: 36px;
	padding: 0;
	vertical-align: middle;
	color: #fff;
}
#session_details td.sponsor {
	color: #999999;
	font-size: .9em;
}
#session_details td.sponsor img {
	padding-top: 8px;
}
#session_details .date {
	vertical-align: middle;
	font-size: 1.2em;
	font-weight: bold;
}
#session_details td.description {
	vertical-align: top;
	padding-top: 0 ;
}
#session_details div#program_specs{
	background: #efe9de;
	padding: 10px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
#session_details div#program_specs td {
	vertical-align: top;
	padding: 3px 0 3px 0;
}
#session_details table#speakers {
	background: #f0eff0;
	width: 155px;
}
#session_details table#speakers td {
	padding: 0;
}

div#callout {
	display: none;
	width: 184px;
	position: absolute;
	z-index: 19000;
}
div#callout div#callout_arrow {
	position: relative;
	top: 2px;
	padding-left: 30px;
}
div#callout table td {
	background: #ffffff;
	border-left: 2px solid #ee864f;
	border-right: 2px solid #ee864f;
	padding: 0 8px 0 8px;
}

div#showtime {
	display: hidden;
	color: #ffffff;
	font-size: x-small;
	text-align: center;
	position: absolute;
}
div#sess_time {
	background: #cc6600;
	width: 106px;
	padding: 2px;
}

table .grey_box {
	background: #f0eff0;
	padding: 0;
}
#session_details table .grey_box td, table .grey_box td {
	padding: 0px;
}
table .grey_box input, table .grey_box select {
	width: 98%;
	font-size: medium;
	color: #3399cc;
}

.price {
	font-weight: bold;
	color: #ff0000;
}

.alert {
	color: #ff0000;
}
div#keyword {
	width: 800px;
	left: 50%;
	margin-left: -410px;
}
div#keyword div#inner_search div#results {
	overflow-y: scroll;
	height: 600px;
}
div#keyword div#results .cat_name {
	font-size: x-small;
	font-weight: bold;
	color: #a62121;
}
.cat_name {
	font-size: x-small;
	font-weight: bold;
	color: #a62121;
}
td.paging {
	font-size: large;
}
td.paging a {
	padding: 3px;
	background: #d8e8f7;
}
#tab {
	background: url(/program.2010/grid_images/tab_bg.gif);
	color: #ffffff;
	border-bottom: 2px solid #ffffff;
	height: 37px;
}
#tab th {
	background: url(/program.2010/grid_images/tab_left.gif) no-repeat;
	width: 14px;
}
#tab td.right {
	background: url(/program.2010/grid_images/tab_right.gif) no-repeat;
	width: 14px;
}
#tab_on {
	background: url(/program.2010/grid_images/tab_on_bg.gif);
	color: #ffffff;
	border-bottom: 2px solid #333333;
	font-weight: bold;
	height: 37px;
}
#tab_on th {
	background: url(/program.2010/grid_images/tab_on_left.gif) no-repeat;
	width: 14px;
}
#tab_on td.right {
	background: url(/program.2010/grid_images/tab_on_right.gif) no-repeat;
	width: 14px;
}
.textfieldRequiredMsg, .textfieldInvalidFormatMsg, { display: none; }


