/* CSS Document */
body {
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	font-family: arial;
	color: 636363;
	font-size: 10pt;
}

/* Classes */
.blurb{
	margin-left: 2px;
	margin-right: 10px;
	margin-top: 15px;
	margin-bottom: 10px;
	font-size: 10pt;
	color: #636363;
}
.listLink{
	font-size: 8pt;
	color: #636363;
	margin-left: 7px;
}
.formDescrip{
	font-size: 8pt;
	color: #636363;
	font-weight: bold;
}
.required{
	color: #ff0000;
	font-size: 12pt;
}

/* Default Link Styles */
a:link {
	text-decoration: none;
	color: #4A7ABC;
}
a:visited {
	text-decoration: none;
	color: #4A7ABC;
}
a:hover {
	text-decoration: underline;
	color: #4A7ABC;
}
a:active {
	text-decoration: underline;
	color: #4A7ABC;
}





/*  Search Box */
#inputBox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #636363;
	width: 195px;
	background-color: #FFFFFF;
	border-color: #A7C2E4;
	border-bottom-color: #FFFFFF;
	border-right-color: #FFFFFF;
}
#searchTxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}
#searchLink {
	font-family: Arial, Helvetica, sans-serif;
	color: #3677BC;
	text-decoration: none;
	font-size: 10px;
}




/* Register and Login */
#reglogin {
	margin-left: 16px;
	font-size: 9pt;
	color: #4A7ABC;
}






/* Content and Menus */
#leftMiddleMargin{
	width: 15px;
}
	
	
	
	/* Left Nav Box */
	#boxTopLeft{
		background-image: url(../images/box_top_l.gif);
		background-repeat: no-repeat;
		width: 10px;
		height: 22px;
	}
	#boxTopMiddle{
		background-image: url(../images/gr_box_hdr_resource.gif);
		background-repeat: no-repeat;
		width: 153px;
		height: 22px;
	}
	#boxTopRight{
		background-image: url(../images/box_top_r.gif);
		background-repeat: no-repeat;
		width: 10px;
		height: 22px;
	}
	#boxContent{
		background-image: url(../images/left_box_bg.gif);
	}
	
	#inactiveMenu{
		
		background-repeat: no-repeat;
		border-left: 1px solid #6699CC;
		border-right: 1px solid #6699CC;
		height: 21px;
		cursor: pointer;
	}
	#activeMenu{
		
		background-repeat: no-repeat;
		border-left: 1px solid #6699CC;
		border-right: 1px solid #6699CC;
		height: 21px;
		cursor: pointer;
	}
	#instructorLinks{
		margin-left: 10px;
		margin-top: 10px;
		font-size: 10pt;
		display: block;
	}
	#studentLinks{
		margin-left: 10px;
		margin-top: 10px;
		font-size: 10pt;
		display: none;
	}
	#boxContentLink{
		font-size: 10pt;
		margin-left: 10px;
	}
	
	#boxBottomMiddle{
		background-image: url(../images/left_box_bottom.gif);
		background-repeat: no-repeat;
		width: 173px;
		height: 2px;
	}
	
	
	
	
	/* Middle Content Box */
	
	/* Content Header */
	#contentBox_leftMargin{
		width: 15px;
	}
	#contentBox_topLeft{
		background-image: url(../images/contentBox_topLeft.gif);
		background-repeat: no-repeat;
		width: 4px;
		height: 4px;
	}
	#contentBox_hline{
		background-image: url(../images/contentBox_hline.gif);
		background-repeat: repeat-x;
		width: 550px;
		height: 1px;
	}
	#contentBox_topRight{
		background-image: url(../images/contentBox_topRight.gif);
		background-repeat: no-repeat;
		width: 4px;
		height: 4px;
	}
	#contentBox_rightMargin{
		width: 15px;
	}
	#contentBox_headline{
		border-left: 1px solid #6699CC;
		border-right: 1px solid #6699CC;
		height: 30px;
		font-size: 10pt;
	}
	#headline{
		margin-left: 10px;
	}
	
	/* Content Main */
	#contentBox_content{
		border-left: 1px solid #6699CC;
		border-right: 1px solid #6699CC;
		height: 300px;		
	}
	#mainContent_margins{
		margin-left: 10px;
		margin-right: 10px;
		margin-top: 25px;
		margin-bottom: 10px;
	}
	#content{
		font-size: 11pt;
	}
	#byDisciplineTitle{
		margin-top: 5px;
		cursor: pointer;
	}
	#disciplineList{
		font-size: 8pt;
		margin-left: 25px;
		display: none;
	}
	#bySeriesTitle{
		margin-top: 2px;
		cursor: pointer;
	}
	#seriesList{
		font-size: 8pt;
		margin-left: 25px;
		display: none;
	}
	
	#TSlibraryTitle2005{
		margin-top: 2px;
		cursor: pointer;
	}
	#TSlibraryList2005{
		font-size: 8pt;
		margin-left: 25px;
		display: none;
	}
	
	#TSlibraryTitle2006{
		margin-top: 2px;
		cursor: pointer;
	}
	#TSlibraryList2006{
		font-size: 8pt;
		margin-left: 25px;
		display: none;
	}
	
	#AElibraryTitle2006{
		margin-top: 2px;
		cursor: pointer;
	}
	#AElibraryList2006{
		font-size: 8pt;
		margin-left: 25px;
		display: none;
	}
	
	.LibISBN{
		position: relative;
		top: -17px;
		left: 200px;
		font-size: 8pt;
	}
	.clsOnlineBlurb{
		margin-right: 10px;
		margin-top: -10px;
		margin-left: 5px;
		margin-bottom: 10px;
		font-size: 10pt;
		color: #636363;
	}
	.clsContactBlurb{
		margin-right: 10px;
		margin-top: 10px;
		margin-left: 5px;
		margin-bottom: 10px;
		font-size: 10pt;
		color: #636363;
	}
	.clsAboutBlurb{
		margin-right: 10px;
		margin-top: 10px;
		margin-left: 5px;
		margin-bottom: 10px;
		font-size: 10pt;
		color: #636363;
	}
	#coursePage{
		font-size: 7pt;
		color: #636363;
	}
	.dropdownTitle{
		_position: relative;
		_top: 15px;
	}
	.dropdownMenu{
		_position: relative;
		_top: -35px; /*ie only*/
		_margin-bottom: -15px;
	}
	
	
	/* Bottom Border for Middle Content Box */
	#contentBox_bottomLeft{
		background-image: url(../images/contentBox_bottomLeft.gif);
		background-repeat: no-repeat;
		width: 4px;
		height: 4px;
	}
	#contentBox_bottomLine{
		background-image: url(../images/contentBox_hline.gif);
		background-position: bottom;
		background-repeat: repeat-x;
		width: 550px;
		height: 1px;
	}
	#contentBox_bottomRight{
		background-image: url(../images/contentBox_bottomRight.gif);
		background-repeat: no-repeat;
		width: 4px;
		height: 4px;
	}


	
/* Help Menu */
#helpBox_topLeft{
	background-image: url(../images/box_top_l.gif);
	width: 10px;
	background-repeat: no-repeat;
}
#helpMenu{
	background-image: url(../images/gr_box_hdr_help.gif);
	background-repeat: no-repeat;
	height: 22px;
	width: 128px;
}
#helpBox_topRight{
	background-image: url(../images/box_top_r.gif);
	width: 10px;
}
#helpBox_content{
	border-left: 1px solid #6699CC;
	border-right: 1px solid #6699CC;
	background-color: #ECF2FA;
	width: 145px;
}
#helpLinks{
	font-size: 10pt;
	margin-left: 10px;
	margin-top: 10px;
}
#helpBox_bottomMiddle{
	background-image: url(../images/right_box_bottom.gif);
	background-repeat: no-repeat;
	width: 148px;
	height: 2px;
}





/* Site Tour Box*/

#siteTour_topMiddle{
	background-image: url(../images/rightBox_top.gif);
	width: 145px;
	height: 4px;
	background-repeat: no-repeat;
}

#siteTour_content{
	border-left: 1px solid #6699CC;
	border-right: 1px solid #6699CC;
	background-color: #ECF2FA;
	width: 145px;
}
#siteTour{
	margin-right: 2px;
	margin-left: 2px;
	margin-top: -1px;
	margin-bottom: 1px;	
}
#siteTour_bottomMiddle{
	background-image: url(../images/right_box_bottom.gif);
	background-repeat: no-repeat;
	width: 148px;
	height: 2px;
}



/* Changed Name Box */

#changedName_topLeft{
	background-image: url(../images/box_top_l_green.gif);
	width: 10px;
	background-repeat: no-repeat;
}

#changedName{
	background-image: url(../images/gr_box_hdr_changed.gif);
	background-repeat: no-repeat;
	height: 22px;
	width: 128px;
}
#changedName_topRight{
	background-image: url(../images/box_top_r_green.gif);
	width: 10px;
}
#changedName_content{
	border-left: 1px solid #417638;
	border-right: 1px solid #417638;
	background-color: #c9e3c7;
	width: 128px;
}
#changedName_text{
	font-size: 8pt;
	color: #417638;
	width: 125px;
	margin-left: 10px;
	margin-top: 10px;
}
#changedName_bottomMiddle{
	background-image: url(../images/right_box_bottom_green.gif);
	background-repeat: no-repeat;
	width: 148px;
	height: 2px;
}



/* Today in HistoryBox */

/* Help Menu */
#history_topLeft{
	background-image: url(../images/box_top_l.gif);
	width: 10px;
	background-repeat: no-repeat;
}
#history{
	background-image: url(../images/gr_box_hdr_history.gif);
	background-repeat: no-repeat;
	height: 22px;
	width: 128px;
}
#history_topRight{
	background-image: url(../images/box_top_r.gif);
	width: 10px;
}
#history_content{
	border-left: 1px solid #6699CC;
	border-right: 1px solid #6699CC;
	background-color: #ECF2FA;
	width: 145px;
}
#history_text{
	font-size: 8pt;
	color: #417638;
	width: 125px;
	margin-left: 10px;
	margin-top: 10px;
}
#historyLinks{
	font-size: 10pt;
	margin-left: 10px;
	margin-top: 10px;
}
#history_bottomMiddle{
	background-image: url(../images/right_box_bottom.gif);
	background-repeat: no-repeat;
	width: 148px;
	height: 2px;
}
#dateSize{
	font-size: 7pt;
}





/* Contact Us Page */
clsAboutBlurb



/* Products By Discipline Page */

#clsDispBlurb{
	margin-left: 2px;
	margin-right: 10px;
	margin-top: 15px;
	margin-bottom: 10px;
	font-size: 10pt;
	color: #636363;
	
}

#productListLink{
	font-size: 8pt;
	color: #636363;
	margin-left: 7px;
}	


/* Products By Discipline Listed */

#prodDispListed{
	font-size: 9pt;
	color: #636363;
	margin-left: 15px;
}



/* Series.mhtml */

#series{
	margin-left: 10px;
	margin-top: 15px;
	margin-right: 5px;
	font-size: 9pt;
	white-space: nowrap; 
}
	#series a:link {
		text-decoration: none;
		color: #4A7ABC;
	}
	#series a:visited {
		text-decoration: none;
		color: #4A7ABC;
	}
	#series a:hover {
		text-decoration: underline;
		color: #4A7ABC;
	}
	#series a:active {
		text-decoration: underline;
		color: #4A7ABC;
	}

#discrpHolder{
	margin-left: 5px;
	margin-top: 10px;
	font-size: 9pt;
}

#invisibleHolder{
	visibility: hidden;
	display: block;	
}

.seriesBlurb{
	width: 275px;
	height: 185px;
	margin-top: 15px;
	margin-left: 15px;
	margin-right: 65px;
	font-size: 8pt;
	color: #636363;
}

#AEDiscrp{
	display: none;
	background-image: url(../images/seriesBlurb_BGsize1.gif);
	background-repeat: no-repeat;
}

#GPDiscrp{
	display: none;
	background-image: url(../images/seriesBlurb_BGsize1.gif);
	background-repeat: no-repeat;
}

#GSDiscrp{
	display: none;
	background-image: url(../images/seriesBlurb_BGsize2.gif);
	background-repeat: no-repeat;
}

#PWBDiscrp{
	display: none;
	background-image: url(../images/seriesBlurb_BGsize3.gif);
	background-repeat: no-repeat;
}

#SourcesDiscrp{
	display: none;
	background-image: url(../images/seriesBlurb_BGsize2.gif);
	background-repeat: no-repeat;
}

#SADiscrp{
	display: none;
	background-image: url(../images/seriesBlurb_BGsize2.gif);
	background-repeat: no-repeat;
}

#TSDiscrp{
	display: none;
	background-image: url(../images/seriesBlurb_BGsize2.gif);
	background-repeat: no-repeat;
}

#TextbooksDiscrp{
	display: none;
	background-image: url(../images/seriesBlurb_BGsize2.gif);
	background-repeat: no-repeat;
}


#seriesDisappear{
	
}

/* Annual Editions Homepage */

#aeBlurb{
	margin-left: 2px;
	margin-right: 10px;
	margin-top: 15px;
	margin-bottom: 10px;
	font-size: 10pt;
	color: #636363;
}

#aeListLink{
	font-size: 8pt;
	color: #636363;
	margin-left: 7px;
}


/* Footer */

.footer{
	font-size: 8pt;
	color: #636363;
}

a.redLink:link {
	text-decoration: none;
	color: #FF0000;
}
a.redLink:visited {
	text-decoration: none;
	color: #FF0000;
}
a.redLink:hover {
	text-decoration: underline;
	color: #FF0000;
}
a.redLink:active {
	text-decoration: underline;
	color: #FF0000;
}

