/***********************************************
* list of classes
************************************************/


/*
table.class-title {
	border-top: 1px solid #EDEEDE;
	border-bottom: 1px solid #EDEEDE;
	margin-top: 10px;
	margin-right: 0px;
	width: 100%; }
*/

table.classes {
	border-collapse: collapse; }
	
td.class-name-and-description {
	width: 565px; }

table.class-title {
	background-color: #BBDDFF;
	margin-top: 10px;
	margin-bottom: 5px;
	width: 100%; }

td.class-name {
	width: 97%;
	padding: 5px 0px 5px 10px;
	text-align: left;
	font-weight: bold; }
	
td.class-credits {
	white-space: nowrap;
	width: 1%;
	padding: 5px 5px 5px 0px;
	text-align: right; }
	
td.class-button {
	white-space: nowrap;
	width: 1%;
	cursor: pointer;
	border-left: 2px solid White;
	padding: 5px 5px 5px 5px; }

td.class-button:hover {
	background-color: #113366;
	color: White; }

div.class-descriptions {
	line-height: 140%;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px; }

div.class-description {
	margin-bottom: 5px; }
		
span.class-description-label {
	font-weight: bold; }

td.class-number,
td.class-opus-number,
td.class-schedule,
td.class-location,
td.class-instructor,
td.class-max-students {
	border-bottom: 1px solid #BBDDFF;
	border-top: 1px solid #BBDDFF;
	padding: 5px; }

td.class-number {
	padding-left: 10px; }
	
td.class-credits a {
	color: White;
	text-decoration: none; }
	
div.classes-main-toggle-buttons {
	text-align: right;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px; }

div.catalog-disclaimer {
	border-bottom: 1px dotted #BBDD66;
	border-top: 1px dotted #BBDD66;
	background-color: #DDEEBB;
	padding: 10px;
	margin: 10px 0px 0px 0px; }
	
div.passfail-disclaimer {
	border-bottom: 1px dotted #BBDD66;
	border-top: 1px dotted #BBDD66;
	background-color: #FFFF99;
	padding: 10px;
	margin: 10px 0px 0px 0px; }

/***********************************************
* semester picker
************************************************/
	
div.semester-picker-container {
	padding: 5px 10px 5px 10px;
	margin-top: 5px;
	border-top: 1px dotted #CCCCCC;
	border-bottom: 1px dotted #CCCCCC;
	background-color: #EEEEEE; }
	
ul.semester-picker {
	list-style-type: none;
	line-height: 160%;
	margin: 0px 0px 0px 0px;
	padding: 0px; }

ul.semester-picker li {
	}
	
span.semester-picker-label {
	font-weight: bold; }
	
span.semester-picker-label-offerings {
	padding-left: 10px;
	font-weight: bold; }
	
a.semester-picker-academic-year,
a.semester-picker-term {
/*
	padding: 2px 4px 2px 4px;
	border: 1px solid #CCCCCC;
	text-decoration: none;
	background-color: White;
	color: Black;
*/
	padding: 3px 5px 3px 5px;
	 }
	
a.semester-picker-academic-year-selected,
a.semester-picker-term-selected {
/*
	padding: 2px 4px 2px 4px;
	border: 1px solid #CCCCCC;
	text-decoration: none;
	background-color: #BBDDFF;
	color: Black;
*/
	/*
	padding: 2px 4px 2px 4px;
	border: 1px solid #CCCCCC;
	text-decoration: none;
	background-color: #EEEEEE;
	color: Black;
	*/
	padding: 3px 5px 3px 5px;
	color: White;
	text-decoration: none;
	background-color: #113366; 
	}
