/*UTILITIES*/
.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

/*************Light Box ****************/

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(http://business.baylor.edu/hsb/web/javascript_libraries/lightbox/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(http://business.baylor.edu/hsb/web/javascript_libraries/lightbox/images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

/*******************End Light Box ********************/


/*******TCR Conference ***********/

div#glance_gal a {
	display:block;
	width:147px;
	height:180px;
	text-indent:-9999px;
	background: url('http://www.baylor.edu/content/imglib/108450.jpg') no-repeat 0px -180px;	
}

div#glance_gal a:hover {
	background-position:0px 0px;	
}

p.featured {
	font-size:14px !important; 
	background:none repeat scroll 0 0 #EFEFEF;
	border:1px solid #CCCCCC;
	color:#444444;
	font-style:italic; 
	padding:10px;
	text-align:center;
}

/* SPEAKER TABLE */
table#speakers {
	width:530px;
}

table#speakers td {
	padding:5px 0 25px 0;
	vertical-align:top;
}

table#speakers td.speakernamecell {
	width:200px;
	padding:5px 8px 25px 0;
}
	table#speakers td.speakernamecell img {
		margin-top:4px;
		margin-left:0;
		border-right:2px solid #415d2e;
		border-top:2px solid #4a7b2a;
		border-left:2px solid #4a7b2a;
		border-bottom:2px solid #415d2e;
	}
	
	table#speakers td.speakernamecell span.speakername {
		font-weight:bold;
	}
	
/* SCHEDULE TABLE */
table#schedule {
	width:525px;
}
	table#schedule td {
		vertical-align:top;
	}
		table#schedule td.confdate {
			font-weight:bold;
			border-bottom:1px solid #aaa;
			padding-top:30px;
		}
		
		table#schedule td.firstdate {
			font-weight:bold;
			border-bottom:1px solid #aaa;
			padding-top:0;
		}
		
		table#schedule td.conftime {
			padding:5px 0 25px 0;
			width:150px;
		}
		
		table#schedule td.confdes {
			padding:0 8px 8px 0;
		}

/* SIDEBAR LIST */

#callouts div.callout ul.sidebar-list, #callouts div.callout_box ul.sidebar-list {
	list-style:none; 
	padding-left:10px;
}


		
a.button {
	-moz-border-radius:4px 4px 4px 4px;
	border-radius:4px;
	background-color:#DDDDDD;
	border:1px solid #CCCCCC;
	color:#555555;
	display:block;
	margin-left:8px;
	margin-top:10px;
	padding:5px;
	text-align:center;
	text-decoration:none;
	width:66px;
}
	a.button:hover {
		background-color: #aaa;
	}
	
	
/* FRONT PAGE */	
ul.track-list li {
	margin-bottom: 4px;
}

/******Forms*********/
form#frmMain {
	font-size: 14px;
}

form#frmMain em {
	color: red;
}

form#frmMain fieldset{
	border:1px solid #DDDDDD;
	margin:24px 0;
	padding:10px;
}

form#frmMain legend {
	color:#487B2C;
	font-weight:bold;
	margin-bottom: 10px;
}

form#frmMain .instructions {
	color:red;
	font-size:10px;
	margin-top:0;
	text-align:left;
}

form#frmMain label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 100px;
	padding-top: 5px;
	font-size: 14px;

}

form#frmMain input.textbox {
	border:2px solid #CCCCCC;
	font-family:Helvetica,sans-serif;
	font-size:14px;
	margin:0 0 10px;
	padding:3px 3px 1px 3px;
	width:336px;
	display: block;
}
	form#frmMain input#phone {
		width: 120px;
	}
	form#frmMain input#lname, form#frmMain input#fname {
		width: 200px;
	}
	form#frmMain input.radio {
		margin-top:10px;
		margin-left:10px;
	}
	form#frmMain input.checkbox {
		display: block;
		float: left;
	}

span.radio_label {
	margin-left:5px;
}


div.checkbox_label {
	display:block;
	float:right;
	width:466px;
	margin-bottom: 15px;
	padding-right: 0px;
}
	div.checkbox_label span.location {
		color: #888;
	}

form#frmMain br {
	clear:both;
}

/*
INFO TABLE MAIN COLUMN
*/

#mainContent table.info-table-main{
	border-collapse: collapse;
}
	#mainContent table.info-table-main th {
		font-weight: bold;
		font-size: 10px;
		border: 1px solid #000;
		background-color: #ededed;
		padding:5px;
	}
		#mainContent table.info-table-main .center {
			text-align: center;
		}
	#mainContent table.info-table-main td {
		padding:5px;
		vertical-align:top;
		border: 1px solid #000;
	}
		#mainContent table.info-table-main td p, table.info-table-main th p {
			font-size: 10px;
		}	
