@charset "utf-8";
/*===================
	LEFT STYLES
===================*/
#leftcol {
	display: none;
	width: 250px;
}
/*===================
	RIGHT STYLES
===================*/
#rightcol {
	width: 100%;
}

#rightcol table {
	margin: 0 auto 20px auto;
	width: 98%;
}
	#rightcol table th {
		background: white;
		background-image: -moz-linear-gradient(top, #fff, #ddd);
		background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#ddd));
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dddddd');
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#ffffff, endColorstr=#dddddd)";
		border-bottom: 1px solid #baa;
		font-size: 0.8em;
		padding: 5px 5px 2px 5px;
	}
	#rightcol table td {
		border-bottom: 1px dotted #dcc;
		font-size: 0.8em;
		font-weight: bold;
		margin: 0;
		padding: 5px;
		text-align: center;
		vertical-align: middle;
	}
	#rightcol table p {
		font-weight: normal;
		line-height: 1.5;
		margin: 0;
		text-align: left;
	}

h1.classTitle {
	font-size: 1em;
	margin: 20px 10px 10px 10px;
	text-transform: uppercase;
}

/*===================
	DOWNLOADS STYLES
===================*/
#downloads {
	display: none;
	margin-top: 20px;
}
#termsAsk div.buttonList {
	margin: 30px 30px 0 30px;
	text-align: center;
}
/*===================
	DIALOG STYLES
===================*/
#overlay, #overlayCenter, #overlayContent {
	display: none;	
}
#overlay {
	background: url(../images/core/opac_50_bg.png);
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 150;
}
#overlayCenter {
	left: 50%;
	position: absolute;
	top: 50%;
	z-index: 151;
}
#overlayContent {
	background: white;
	border: 5px solid #ccc;
	height: 500px;
	left: -306px;
	padding: 1px;
	position: absolute;
	top: -256px;
	width: 600px;
	z-index: 152;
}
	#overlayContent h1 {
		border-bottom: 1px solid #511;
	}
	#overlayContent .contents {
		border: 1px solid #eee;
		margin: 10px;
		height: 400px;	
		overflow: auto;
	}
	#overlayContent .confirm {
		font-family: Tahoma, Geneva, sans-serif;
		margin: 0 25px;
		padding-top: 5px;
	}
		#overlayContent .confirm label {font-size: .8em;}
		#overlayContent .confirm span {
			bottom: 8px;
			display: none;
			position: absolute;
			right: 25px;
		}
		#overlayContent button {margin-left: 15px;}
	#overlayContent .close {
		background: url(../images/icons/close-icon.gif) no-repeat center center;
		cursor: pointer;
		cursor: hand;
		display: block;
		height: 16px;
		position: absolute;
		right: 5px;
		top: 5px;
		width: 16px;
		z-index: 201
	}
