.instructor .mug { float:left; width: 13%; padding-top: 16px; }
.info { float: left; margin: -1em 0 .5em 0; width: 87%;}


dl { border: none; }
dl dt {
	font: normal .7em Verdana, sans-serif;
	text-transform: uppercase;
        font-weight: bold;
	margin: 0;
	padding: 3px 10px 2px 0;
	display: inline;
	line-height: 1;
	width: auto;
	border: none;
}
dl dd {
	font: normal .7em Verdana, sans-serif;
        margin: 0;
	padding: 0 0 7px;
	border: none;
}

.az_listing ul li h3 {
	/* 20px */
	font-size: 1.25em;
  font-weight: bold;
}
.az_listing ul li .az_h3 {
  margin-top: 1em;
}
.az_listing ul li h4 {
	/* 16px */
	font-size: 1em;
  font-weight: bold;
  margin-top: .3em;
}


table th {
	text-align: left;
	font: normal .75em Verdana, sans-serif;
}
table td {
	color: #333;
	padding: 7px 5px;
	font: normal .8em Verdana, sans-serif;
	vertical-align: top;
	border-bottom: 1px solid #ccc;
}
table td a.title{
	color: #003300;
	/* text-decoration: none; */
	font: normal 1.2em Verdana, sans-serif;
}
table td a.title:hover{
	color: #7c1300;
	text-decoration: underline;
}
table td.standing abbr {
	text-decoration: none;
	cursor: help;
	border: none;
}
table td p{
	font: normal .8em Verdana, sans-serif;
	padding: 2px 0; margin: 0;
	color: #555;
}
table td p a{
	color: #787878;
}
table td p.signature{
	font: normal .85em Verdana, sans-serif;
}
.hide{
	display: none;
}
table td.message{
	color: #CC0033;
	text-transform: uppercase;
	
}
table td.fall span, table td.winter span, table td.spring span, table td.summer span{
	display: block;
	width: auto;
	color: #fff;
	font: normal .8em Verdana, sans-serif;
	padding: 3px 5px;
	text-transform: uppercase;
	text-align: center;
	cursor: help;
}
table td.fall span { background-color: #e1b42c; }
table td.winter span{ background-color: #3e5aa8; }
table td.spring span { background-color: #873387; }
table td.summer span { background-color: #66cc33; }
table td.fall span.open { border: 2px solid #c18f01; color: #c18f01; background-color: #fff; padding: 1px 2px; }
table td.winter span.open { border: 2px solid #3e5aa8; color: #3e5aa8; background-color: #fff; padding: 1px 2px; }
table td.spring span.open { border: 2px solid #873387; color: #873387; background-color: #fff; padding: 1px 2px; }
table td.summer span.open { border: 2px solid #66cc33; color: #66cc33; background-color: #fff; padding: 1px 2px; }
table td.fall span.closed, table td.winter span.closed, table td.spring span.closed, table td.summer span.closed { background-color: #aaa; }
table td.fall span.hide, table td.winter span.hide, table td.spring span.hide, table td.summer span.hide { display: none; }

table {
	background-color: #fff;
	width: 100%;
	border: none;
}
table tr.repeated-header th{
	border-bottom: 1px solid #999;
	background-color: #efefef;
	padding: 5px;
	font-weight: normal;
	color: #888;
}
table .header {
	background-image: url(/inc/images/jquery/bg.gif);	
	cursor: pointer;
	background-repeat: no-repeat;
	border-bottom: 1px solid #999;
	padding-left: 5px;
	padding-top: 8px;
	height: auto;
	font-weight: normal;
	color: #999;
}
table .headerSortUp {
	background-image: url(/inc/images/jquery/asc.gif);
	background-repeat: no-repeat;
}
table .headerSortDown {
	background-image: url(/inc/images/jquery/desc.gif);
	background-repeat: no-repeat;
}
table .name {
	width: 30%;
	background-image: none;
	cursor: text;
}
table .phone {
	width: 20%;
	background-image: none;
	cursor: text;
}
table .email {
	width: 10%;
	background-image: none;
	cursor: text;
}
table .location {
	width: 10%;
	background-image: none;
	cursor: text;
}
table .thumbnail {
	width: 8%;
	background-image: none;
	cursor: text;
}







.instructor p {
	font: normal 9pt Verdana, Arial, Helvetica, sans-serif;
	padding: 3px 6px 3px 6px;
	background-color: #E9EFF2;
	margin: 1px 0px 1px 0px;
	border-left: 1px solid #BCCFD7;
}

.instructor p.status {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
}

.instructor p.status span { padding: 3px 4px; }
.instructor p.status span.cancelled, .program p.status span.new { font-weight: bold; color: #fff; }
.instructor p.status span.new { background-color: #7c1300; }
.instructor p.status span.cancelled {	background-color: #999; }

.instructor h1#page-title { margin: 0; }
.instructor h1#page-title.cancelled { color: #666; }

.instructor .quarters {
	margin: 1em 0 0;
	background: #dadcd5;
	border-left: 1px solid #b5b9aa;
	padding: 4px 6px 6px 6px;
	font-weight: bold;
	font-size: .9em;
}
.instructor div.description {
	line-height: 1.4;
	padding: 2px 6px 0 6px;
	border-left: 1px solid #ccc;
	margin: 1em 0;
}
.instructor .description p {
	margin: 0 0 1em;
}
.instructor .description, .instructor .description p, .instructor .description li { 
	padding: 0;
	font-family: Verdana, sans-serif;
	border: none;
	line-height: 1.3;
	background: none;
	font-size: 9pt;
	border: none;
}
.instructor h3 {
	margin: 1em 0 .2em;
	padding: 2px 6px 0 6px;
	font: bold 9pt Verdana, sans-serif;
}
.instructor table.offerings {
	border-spacing: 0; 
	width: 100%;
}
.instructor table.offerings thead th {
	text-align: left;
	font: normal 8.5pt Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	padding: 3px 6px 3px 6px;
}
.instructor table.offerings tbody td, .instructor table.offerings tbody th {
	border-bottom: 1px solid #fff;
	background-color: #f2e7e5;
	padding: 3px 6px 3px 6px;
	text-align: left;
	font-weight: normal;
}
.instructor table.offerings tbody th {
	border-left: 1px solid #cba199;
	color: #666;
	font-size: 8.5pt;
	width: 20%;
}
.top, .bottom {
	padding: 15px;
	background-color: #f5f5f5;
	border: 1px solid #CCCCCC;
	font-size: .85em;
}
.showing {
	padding: 5px 0;
	color: #999;
	font-size: .75em;
}

.top .dataTables_info {
	float: none;
}

.clear {
	clear: both;
}

/************
stuff
*/


table.programs {
	margin: 0;
	border-spacing: 0;
	width: 100%;
	border-top: 1px solid #ccc;
}

table tr.even {
	background-color:#ebebeb;
}

table#courseindex {
	background-color: #fff;
	width: 100%;
	border: none;
	table-layout:fixed;
	overflow: hidden;
}
table tr.repeated-header th{
	border-bottom: 1px solid #999;
	background-color: #efefef;
	padding: 5px 0;
	font-weight: normal;
	color: #888;
}
table .header {
	background-image: url(/inc/images/jquery/bg.gif);	
	cursor: pointer;
	background-repeat: no-repeat;
	border-bottom: 1px solid #999;
	padding-left: 0;
	height: auto;
	font-weight: normal;
	color: #999;
}
table .headerSortUp {
	background-image: url(/inc/images/jquery/asc.gif);
	background-repeat: no-repeat;
}
table .headerSortDown {
	background-image: url(/inc/images/jquery/desc.gif);
	background-repeat: no-repeat;
}
table .name {
	width: 35%;
	background-position: 35px 0;
}
table .message {
	width: 6%;
	background-image: none;
	cursor: text;
}
table .phone {
	width: 15%;
	background-position: 53px 0;
}
table .email {
	width: 10%;
	background-position: 56px 0;
}

table th.subhead{
	text-align: left;
	color: #333;
	padding: 7px 5px;
	font: bold .75em Verdana, sans-serif;
	vertical-align: top;
	border-bottom: 1px solid #aaa;
	background-color: #ddd;
}
table th.subsubhead{
	text-align: left;
	color: #444;
	padding: 7px 5px;
	font: bold .75em Verdana, sans-serif;
	vertical-align: top;
	border-bottom: 1px solid #ccc;
	background-color: #eee;
}



table.display thead th {
	padding: 3px 4px;
	border-bottom: 1px solid black;
	font-weight: bold;
	cursor: pointer;
	* cursor: hand;
	
	text-align: left;
	font: normal .75em Verdana, sans-serif;
}


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables sorting
 */

.sorting_asc {
	background: url('http://www.evergreen.edu/inc/images/datatables/sort_asc.png') no-repeat center right;
	padding: 8px;
}

.sorting_desc {
	background: url('http://www.evergreen.edu/inc/images/datatables/sort_desc.png') no-repeat center right;
}

.sorting {
	background: url('http://www.evergreen.edu/inc/images/datatables/sort_both.png') no-repeat center right;
}

.sorting_asc_disabled {
	background: url('http://www.evergreen.edu/inc/images/datatables/sort_asc_disabled.png') no-repeat center right;
}

.sorting_desc_disabled {
	background: url('http://www.evergreen.edu/inc/images/datatables/sort_desc_disabled.png') no-repeat center right;
}
