/* detail pages CSS
28 July 2008 */

.sembox {
position:relative;
display: block;
width: 576px;
margin: 0 0 10px 0;
padding: 0 0 5px 0;
border: 1px solid #bfbfbf;
background: url(../images/master/sembox_bg.gif) repeat-x #fff;
}
.sbLeft {
width: 391px;
padding: 7px 0 7px 5px;
}

.semTitle {
font-size: 1.2em;
color: #0054a6;
font-weight: bold;
}

.semPresenter {
color:#000;
}

.semLength {
color:#900;
}

.sbRight {
float:right;
position:relative;
top: 7px;
right: 5px;
height: 100%;
}

.semCode {
background-color: #0054a6;
padding: 3px;
color: #fff;
font-weight: normal;
text-align:center;
}

.semCodeHeader {
position:absolute;
top: 7px;
right:5px;
background-color: #0054a6;
padding: 3px;
color: #fff;
font-weight: normal;
font-size: 0.8em;
z-index:100;
}

.sbRight div {
position:relative; 
display: block;
margin-top: 30px;
}

.sbRight div .button {
position: relative;
display: block;
text-align:right;
margin-top: 4px;
}

#seminarDetailBox {
}

#seminarDetailBox table tr {
vertical-align:top;
}

#seminarDetailBox table img {
margin-bottom: 5px;
}

td.semPresenter {
font-weight: bold;
}

td.semLength {
color:#c33;
}

.semButtons {
position: relative;
display: inline;
margin-top: 4px;
}

#seminarDescription {
margin-top: 10px;
}

#seminarDescription p {
margin-bottom: 1em;
}

#seminarDescription p.bulletHeader {
margin: 0;
}

/*
#seminarDescription ul li {
list-style-type: disc;
margin-left: 2em;
padding-left: 0;
}
*/

/* expanding box styles */
.dropdown_schedule_header {	
	color:#FFF;
	font-size:0.9em;
	background-color:#0054a6;
	width:578px;
	margin-bottom:0px;
	margin-top:2px;
	height:20px;
	overflow:hidden;
	cursor:pointer;
}

.dropdown_ratings_header {	
	color:#FFF;
	font-size:0.9em;
	background-color:#cb5252;
	width:578px;
	margin-bottom:0px;
	margin-top:2px;
	height:20px;
	overflow:hidden;
	cursor:pointer;
}

.dropdown_schedule_header a, .dropdown_ratings_header a {
	display: block; 
	width: 100%;
	height: 100%;
	}

.dropdown_schedule_header a {	
	background: url(../images/master/workshop-agenda.gif) no-repeat;
	}
.dropdown_ratings_header a {
	background: url(../images/master/ratings-header.gif) no-repeat;
	}
.dropdown_schedule_header a:link:hover, .dropdown_ratings_header a:link:hover {background-position: 0 -20px;}
.dropdown_schedule_header a span, .dropdown_ratings_header a span { display: none;}

#dropdown_schedule_detail {	/* Parent box of slide down content */
	border:1px solid #0054a6;
	width:576px;
	height:0px;
	display: none;
	overflow:hidden;
	position:relative;
	margin-bottom: 10px;
}

#dropdown_ratings_detail {	/* Parent box of slide down content */
	border:1px solid #cb5252;
	width:576px;
	height:0px;
	display: none; 
	overflow:hidden;
	position:relative;
}

#content #dropdown_schedule_detail ul li, #content #dropdown_ratings_detail ul li {
	padding-top: 0;
	line-height: 1.3em;
	background: url(../images/styles/bullet.png) no-repeat 0 4px;
	}

#dropdown_schedule_detail div, #dropdown_ratings_detail div {	/* Content that slides down */
	padding:0.5em;
	position:relative;
}

/* presenter box */

.presenter_header {	
	font-size:0.9em;
	width:578px;
	margin-bottom:0px;
	margin-top:4px;
	height:20px;
	padding: 0;
	background: url(images/master/presenter-header.gif) 0 0 no-repeat;
	color: #6666CC;
	display:block;
	text-indent: -9000px;
	text-decoration: none;
}
.presenter_detail {	
	border:1px solid #fcce04;
	width:576px;
	position:relative;
	display: block;
	margin-bottom: 10px;
	padding: 0.5em 0 0;
}

#content .presenter_detail ul li {
	padding-top: 0;
	line-height: 1.3em;
	background: url(../images/styles/bullet.png) no-repeat 0 4px;
	}

.presenter_detail div  {	
	padding: 0;
	position: relative;
	margin: 0 0 0 0.5em;
		}
.presenter_detail div em {
	font-style:italic;
	font-weight:normal;
		}

/* ratings box */
th.rating {
width: 50px;
color: #0054a6;
font-size: 0.9em;
}

.response { 
font-style: normal;
text-align: center;
}

.response th {
text-align: left;
}
.response td {
font-size: 1.1em;
}

.comments {
margin: 10px 0 0 -3px;
}

.comments p {
width: 532px;
background-color: #ccdded;
background-image: url(../images/master/quote-left.gif);
background-repeat: no-repeat;
background-position: 3px 3px;
padding: 6px 0 6px 25px;
}

/* callout boxes */

.calloutBlue {
	width: 554px;
	background-color: #b2c1f0;
	padding: 1em;
	margin-bottom: 1em;
	margin-top: 1em;
	}
.calloutBlue h3 {
	margin-bottom: .5em;
	}
	
.calloutBlue .hr {
	background: url(../images/master/divider-white.gif) no-repeat;
	margin-top: 1em;
	}

.calloutGrey {
	width: 548px;
	background-color: #fff;
	border: 3px #999999 solid;
	padding: 1em;
	margin-bottom: 1em;
	}
.calloutGrey p {
	margin: 0;
	padding: 0;
	}	
	
/* clear-all */

.clear-all {
	clear:both;
	font-size:.0001%;
	height:1px;
}
