/* popup */

#popup-statusbar {
	border-top: 1px solid black;
	padding: 5px;
	background-color: #F0F0F0;
	margin-bottom: 0;
}

#popupMask {
	position: absolute;
	z-index: 200;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	opacity: .4;
	filter: alpha(opacity=40);
	/* this hack is so it works in IE
	 * I find setting the color in the css gives me more flexibility 
	 * than the PNG solution.
	 */
	background-color:transparent !important;
	background-color: #333333;
	/* this hack is for opera support
	 * you can uncomment the background-image if you don't care about opera.
	 * this gives you the flexibility to use any bg color that you want, instead of the png
	 */
	background-image/**/: url("../../images/overlay.png") !important; // For browsers Moz, Opera, etc.
	background-image:none;
	background-repeat: repeat;
	display:none;
}

#popupContainer {
	position: absolute;
	z-index: 201;
	top: 0px;
	left: 0px;
	display:none;
	padding: 0px;
}
#popupInner {
	border: 2px solid #000000;
	background-color: #ffffff;
	overflow: auto;
}

#popup-frame-content {
	min-height: 400px;
}

#popup-frame-content #session-detail {
	overflow: auto;
	height: 480px;
	padding: 8px;	
}

#popup-frame-content #topic-title {
	display: none !important;
}

#popupTitle a,
#popupTitle a:link,
#popupTitle a:visited {
	color: #ccc;
}

#popupTitle a:hover {
	color: #ddd;
}

#popupFrame {
	margin: 0px;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 202;
}
#popupTitleBar {
	background-color: #486CAE;
	color: #ffffff;
	font-weight: bold;
	height: 1.3em;
	padding: 5px;
	border-bottom: 2px solid #000000;
	border-top: 1px solid #78A3F2;
	border-left: 1px solid #78A3F2;
	border-right: 1px solid #204095;
	position: relative;
	z-index: 203;
}
#popupTitle {
	float:left;
	font-size: 1em;
}
#popupIcon {
	float: left;
	margin-right:4px;
}
#popupControls {
	float: right;
	cursor: pointer;
	cursor: hand;
}

#popupContainer {
	margin-top: 100px;
}

/* Scheduler */

#scheduler {
	padding-top: 10px;
	margin-right: -13px;
}

#schedule-data ul {
   margin: 8px;
   padding: 0;
}

#schedule-data .time-slots {
    display: none;
}

#search-results .time-slots li {
    border-top: 1px solid #ddd;
    border-bottom: 0;
    padding: 2px 0;
}

#search-results .time-slots {
    height: auto;
    margin-bottom: 0;
    margin-left: 0;
    margin-top: 3px;
    padding: 0;
}

#search-results .time-slots a {
    color: #666;
}

#schedule-data ul li {
    margin: 0;
    padding: 4px;
    border-bottom: 1px solid #eee;
    list-style-type: none;
}

#search-results {   
    float: left;
    width: 190px;
    margin-left: 5px;
    background-color: white;
    color: black;
}

#search-results h4 {
    color: black;
    font-size: .8em;
    margin: 0;
    padding: 4px;
    border: 1px solid #ddd;
    text-align: center;
}

#search-results h3 {
    color: black;
	background-color: #CFDFF0;
    font-weight: normal;
    margin: 0;
    padding: 5px;
    text-align: center;
}

#search-results p,
#search-results ul {
    color: black;
    margin: 0;
    padding: 4px;
    list-style-type: none;
}

#search-results ul {
    overflow: auto;
    height: 280px;
}

#search-results ul li {
    padding: 3px;
    margin: 0;
    border-bottom: 1px solid #ccc;
    font-size: .9em;
}

#content #schedules {
    margin-left: 200px;
    font-size: .9em;
    min-height: 500px;
}

#content .tabberlive {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.schedule-block {
	font-size: 1em;
	background-color: #ffffff;
	border-left: 1px solid #778;
	border-right: 1px solid #778;
	border-bottom: 1px solid #778;
}

#content .schedule-block {
    padding: 5px;
}

#content .schedule-block .data-table {
    margin-bottom: 0;
}

.schedule-block .required {
   background-color: #61B9DC;
}

#schedules .schedule-block h3 {
    color: black;
    margin: 0;
    padding-bottom: 4px;
    text-align: center;
    font-weight: normal;
    font-size: 1em;
}

#scheduler .actions {
    float: right;
    padding: 8px 10px 3px 3px;
	text-align: center; 
	padding: 5px;
	background-color: white;
	margin-right: 10px;
	margin-top: -3px;
	border-color: #777788; 
	border-style: solid;
	border-width: 1px 1px 0 1px;
}

#search-results a.action-link {
    font-weight:bold;
    color: #E46E07;
}

#pod-scheduler {
    font-size: .9em;
	margin-top: 70px;
    margin-bottom: 5px;
}

#pod-scheduler h2 {
	margin-bottom: 10px;
}

#pod-scheduler .search {
    margin-bottom: 5px;
}

#popup-frame-content .topic {
    margin: 0;
    padding: 10px;
    background-color: white;
    border: none;
}

#popup-frame-content .actions {
    background-color: transparent;
    color: black;
    padding: 3px;
    margin: 12px;
    border: 1px solid #ddd;
	float: right;
}

#popup-frame-content .actions ul {
    padding: 0;
    margin: 0;
}

#popup-frame-content .actions h4 {
    background-color: transparent;
    color: black;
    padding: 4px;
    margin: 0;
}

#popup-frame-content .actions li {
    padding: 3px;
    margin: 0;
    list-style-type: none;
    border-bottom: 1px solid #ccc;
}