/* CSS Document for Grid */

body {
	margin: 0;
	padding-top: 0;
	background: #72665a url(images/bg.gif) top center repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: small;
}

a {
	color: #743926;
	text-decoration: underline;
}

a:hover {
	color: #685851;
}

.inner_canvas {
	width: 100%;
}

.container {
	position: relative;
}

.clear {
	clear: both;
}


#canvas {
	margin: 0 auto;
	width: 950px;
	background: #ffffff;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding: 10px;
	overflow: hidden;
}
.logo {
	width: 225px;
	height: 30px;
	background: url(/program.2011/grid_images/logo.gif) no-repeat;
	float: left;
}
.page-title {
	font-size: small;
	font-weight: bold;
	color: #666;
	width: 400px;
	float: left;
	margin-left: 20px;
}
.page-title h1 {
	color: #743926;
	font-size: 24px;
	margin: 0;
	padding: 0;
}
.header-links {
	font-size: smaller;
	color: #ccc;
	float: right;
	width: 200px;
	text-align: right;
}


.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;
}


#grid th {
	background: #333333;
	color: #ffffff;
	font-family: Trebuchet MS, Arial, Helvitica, sans-serif;
	font-weight: bold;
	text-align: center;
	height: 55px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
}

div#gridtainer {
	left: 0px;
	position: relative;
	background: url(/program/grid_images/grid_data_bg.gif);
}

#grid_data {
	border-left: 10px solid #ffffff;
	border-right: 25px solid #333333;
}
#grid_data th {
	border-top: 0;
	padding: 0;
	margin: 0;
}
#grid_data td {
	width: 100px;
	height: 100px;
	vertical-align: top;
}
#grid_data td.empty {
	background: url(/program/grid_images/grid_data_bg.gif);
}
#grid_data div {
	width: 100px;
	padding: 5px;
	font-size: .85em;
	cursor: pointer;
	position: relative;
	overflow: hidden;
}
#grid_data table td {
  border-left: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
}
#grid_data table table td {
  border: none;
}
#grid_data div.h_1 {
	height: 90px;
}
#grid_data div.h_2 {
	height: 180px;
}
#grid_data div.h_4 {
	height: 390px;
}
#grid_data div.h_8 {
	height: 790px;
}
#grid_data div.f_0 {
	height: 90px;
}
#grid_data div.f_1 {
	height: 90px;
}
#grid_data div.f_2 {
	height: 90px;
}
#grid_data div.f_4 {
	height: 393px;
}
#grid_data div.f_8 {
	height: 790px;
}
#grid_data div.f_9 {
	height: 899px;
}
#grid_data div.f_10 {
	height: 999px;
}
#grid_data div.small_animal {
	background-color: #f3e6d5;
}
#grid_data div.food_animal {
	background-color: #eff3d5;
}
#grid_data div.equine {
	background-color: #f0e1ef;
}
#grid_data div.avian__exotics {
	background-color: #e7febb;
}
#grid_data div.cross_species {
	background-color: #c8f3e3;
}
#grid_data div.practice_management {
	background-color: #e1ecf0;
}
#grid_data div.shelter_med {
	background-color: #f0e1e9;
}
#grid_data div.veterinary_technician {
	background-color: #f3f3d5;
}
#grid_data div.small_ruminant {
	background-color: #ff9999;
}
#grid_data p {
	margin: 0;
}
#grid_data span.category {
	font-size: x-small;
	font-weight: bold;
	color: #a62121;
	white-space: nowrap;
}
#grid_data div.entertainment span.category {
	color: #ffffff;
}
#grid_data p.speaker {
	font-style: italic;
	text-align: right;
	padding-top: 3px;
}
#grid_data p.session_num {
	font-weight: bold;
	font-size: smaller;
	text-align: right;
	text-transform: uppercase;
}
#grid_data p.session_title {
	text-align: left;
}
#grid_data 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#mask {
	margin: 0;
	padding: 0;
	overflow: hidden;
	position:relative;
	width: 800px;
}


div#hover {
	width: 150px;
	height: 120px;
	position: absolute;
	z-index: 50000;
	cursor: default;
	display: hidden;
	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 {
	background: #ffffff;
	position: absolute;
	width: 70%;
	left: 50%;
	margin-left: -35%;
	z-index: 20000;
	display: block;
	visibility: hidden;
}

div#hover div#bttn_details {
	width: 110%;
	height: 26px;
	background: url(/program/grid_images/bttn_details_sm.gif) no-repeat center;
	border: 0px;
	position: absolute;
	bottom: 12px; /* ie6 hack */
	left: 1px;
	cursor: pointer;
}

div.popOut {
	text-align: left;
	background: #f9f8fa;
	padding: 8px;
	border: 3px solid #9d78ac;
	display: none;
	position: absolute;
	z-index: 21000;
}
div.popOut th {
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size: large;
	font-weight: normal;
}
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;
}
div#scheduleList .sess_num {
	font-size: x-small;
}
div#sess_notes,div#sess_notes_b {
	width: 200px;
}
div#send_to_friend, div#login {
	width: 310px;
}
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: 90%;
	background: #f6f1fa;
	border: 1px solid #9d78ac;
}

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 #dfdedf;
}
#session_details .title {
	font-size: x-large;
	font-weight: bold;
	color: #ff9966;
	font-family: Trebuchet MS, Arial, sans-serif;
	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: url(/program/grid_images/toolbar_bg.jpg) repeat-x;
	height: 36px;
	padding: 0;
	vertical-align: middle;
}
#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 table#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;
}


