/* common styles for the various SOC index pages */

#termWrapper {
	text-align: center;
}
#termlist {
	margin: 1em auto 2em auto;
	padding: 0;
	border: 2px dotted #aa9;
	background-color: #fff;
}
#contain_column2 #termlist {
	background-color: #fff;
	border: 1px solid #eee;
	border-top-width: 10px;
	padding:0 10px;
}
a img {
	border: none;
}
.term {
	font-weight: bold;
	float:left;
	font-size: 120%;
	width: 168px;
	padding: .5em 0;
	min-width: 117px; /* the width of the icons */
}
.term a {
	text-decoration: none;
}
.term span {
	text-decoration: none;
	display: block;
	text-align: center;
}
.term a span {
	text-decoration: underline;
}
.ccpe {
	font-size:.8em;
	color:#666;
}
/************** MyCSULB button ***********/
#MyCSULB a {
	text-decoration:none;
	margin:0 auto;
	display:block;
	height:50px;
	width:120px;
	background:url(/depts/enrollment/assets/img/buttonsSM/MyCSULB_rollover.gif) no-repeat;
}
#MyCSULB a:hover {
	background-position: 0px -47px;
}
#MyCSULB span {
	position:relative;
	left:5000px;
}
.clearit {
	clear:both;
}
/***** textbook information button on Schedule of Classes home page ******/
.textbooks_body a {
	background:url(http://www.csulb.edu/depts/enrollment/assets/img/buttons/textbook-information.png) no-repeat 0px -40px;
	height:32px;
	display:block;
	width:118px;
	margin:0 auto;
	text-decoration:none;
}
.textbooks_body a:hover {
	background:url(http://www.csulb.edu/depts/enrollment/assets/img/buttons/textbook-information.png) no-repeat 0px -9px;
}
.textbooks_body span {
	position:relative;
	left:5000px;
}

/***** textbook information button that is included on Peter's pages *******/
.textbooks {
	float:right;
	position:relative;
	top:1.5em;
}
.textbooks a {
	background:url(http://www.csulb.edu/depts/enrollment/assets/img/buttons/textbook-information.png) no-repeat 0px -40px;
	height:32px;
	display:block;
	width:118px;
	text-decoration:none;
}
.textbooks a:hover {
	background:url(http://www.csulb.edu/depts/enrollment/assets/img/buttons/textbook-information.png) no-repeat 0px -9px;
}
.textbooks span {
	position:relative;
	left:5000px;
}

