html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	/*outline: 0;*/
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/*
a:focus {
	outline: 1px dotted #666666;
}
*/

ins {
	font-style: italic;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* application specific */
html {
	height: 100%;
}

body {
	height: 100%;
	min-height: 100%;
	font-family: Arial, Helvetica;
	font-size: 12px;
	background: #fff;
}

#container {
	position: relative;
	min-height:100%;
	height: auto !important;
	height: 100%;
}

.ie6 #container {
	position: absolute;
}

#content_wide {
	background: url('/images/sprites/repeat_x.png') repeat-x 0 -1882px;
}

#content {
	position: relative;
	width: 1000px; 
	padding-bottom: 65px;
	margin:0 auto;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
}

/* Ignore base */
.pre {color: #444;}
.pre h1,.pre h2,.pre h3,.pre h4,.pre h5,.pre h6 {font-weight: bold; margin: 0; letter-spacing: .02em; margin-left: -.25em;}
.pre h1 {font-size: 3em}
.pre h2 {font-size: 2.5em}
.pre h3 {font-size: 2em}
.pre h4 {font-size: 1.5em}
.pre h5 {font-size: 1.17em}
.pre h6 {font-size: 1em}
.pre table {border: 1px;}
.pre p, .pre li {line-height: 1.25em; font-size: .9em;}
.pre ul {list-style: disc outside; margin-left: 2em;}
.pre ol {list-style: decimal outside; margin-left: 2em;}

/* Dropdowns */
.jquery-dropdown {
	background: url('/images/common_new/dropdown_arrow.png') right no-repeat #4a4a4c;
	border-top: 2px solid #000;
	border-left: 2px solid #000;
	height: 19px;
}

.jquery-dropdown-text {
	color: #e9e9e9;
	font-size: 11px;
	padding-top: 4px;
	padding-left: 5px;
}

/* Blue header */
div.header1 {
  background-color: #DEEDF5;
  height: 1.5em;
  position: relative;
  width: 100%;
	margin-top: .25em;
}

div.header1 h3, 
div.header1 h4 {
  font-size: 0.85em;
  font-weight: bold;
  margin-left: 0.7em;
  padding-top: 0.4em;
  text-transform: uppercase;
}

/* Small blue header */
h3.header2, 
h4.header2, 
h5.header2 {
	background: url(/images/common/header2.png) repeat-x;
	height: 14px;
	border-top: 1px solid #8FB9D0;
	border-bottom: 1px solid #D0E1EA;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: right;
	
	color: #154D7C;
	text-transform: uppercase;
	font-weight: bold;
	font-size: .95em;
	
	display: block;
}

/* Block header */
h3.header3, 
h4.header3, 
h5.header3 {
	color: #0D608F;
	font-family: helvetica;
	font-weight: bold;
	margin-bottom: 0.6em;
	margin-top: 0.7em;
	text-transform: uppercase;
	display: block;
}

/* Blue buttons */
a.button:link,
a.button:visited,
a.button_sm:link,
a.button_sm:visited,
a.button_sm:focus,
a.button_sm:active,
a.button:focus,
a.button:active,
button.button {
	display: block;
	background: url(/images/common/button.png) repeat-x;
	height: 14px;
	border: 1px solid #83BBD9;
	padding: 6px 10px 0px 10px;
	
	cursor: pointer;
	
	font-size: 11.5px;
	letter-spacing: .02em;
	color: #535353 !important;
	text-decoration: none;
	
	/* To contain */
	float: left;
}

a.green_but,
a.green_but:link,
a.green_but:visited,
a.silver_but,
a.silver_but:link,
a.silver_but:visited {
	background:transparent url('/images/sprites/norepeat_sm.png') no-repeat -269px -27px;
	color:#3F7032;
	font-weight:bold;
	display:block;
	height:17px;
	padding-top:6px;
	text-align:center;
	width:114px;
}

a.silver_but,
a.silver_but:link,
a.silver_but:visited {
	background:transparent url('/images/sprites/norepeat_sm.png') no-repeat -269px 0;
	color: #5B5B5B;
}

button.button {
	height: 22px;
	padding: 0 7px;
	float: none;
	margin: auto;
}

a.button_sm:link,
a.button_sm:visited,
a.button_sm:focus,
a.button_sm:active {
	background: url(/images/common/button_sm.png) repeat-x;
	height: 12.5px;
	border: 1px solid #83BBD9;
	padding: 1.5px 10px 0px 10px;
}

a.button:focus, 
a.button:active, 
a.button_sm:focus, 
a.button_sm:active,
button.button:active {
	outline: none;
	border: 1px solid #1386C9;
}

/* Blue box */
div.box {
	background: #D7F1F9;
	padding: 1em;
	border: 1px solid #97C4E5;
}

/* Blue links */
a.link1:visited, a.link1:link,
.pre a:visited, .pre a:link,
a:link, a:visited {
	color: #2177c1;
	font-weight: bold;
	text-decoration: none;
}

a.link1:hover,
.pre a:hover {
	color: #1386C9;
}

/* Orange links */
a.link2:visited, a.link2:link {
	text-decoration: none;
	color: #D65B00;
	font-weight: bold;
}

a.link2:hover {
	text-decoration: none;
	color: #FF3300;
	font-weight: bold;
}

/* Watermark */
input.watermark {
	font-style: italic;
}

/* Hourglass search */
input.hourglass {
	border: 2px solid #8bca0f;
	font-size: 12px;
	background: url(/images/common_new/search_icon.png) #fff no-repeat right center;
	padding-left: 5px;
	padding-right: 18px;
	color: #888;
}

input.green {
	border: 2px solid #8bca0f;
	font-size: 12px;
	padding-left: 5px;
	padding-right: 5px;
	color: #888;
}

input.styled,
textarea.styled {
	font-family: Verdana, Arial, sans-serif;
	font-size: 1em;
}

/* Shorthands */
.italic {
	font-style: italic;
}

.red {
	color: #931500;
}

.black {
	color: black;
}

.orange {
	color: orange;
}

.green {
	color: #0CA430;
}

.bold {
	font-weight: bold;
}

.underline {
	text-decoration: underline;
}

.pointer {
	cursor: pointer;
}

.inline {
	display: inline;
}

.clear {
	clear: both;
}

.center {
	text-align: center;
}

.hide {
	display: none !important;
}

.ie6 #content_wide {
	background-image: url('/images/sprites/repeat_x.gif');
}

body.ie6 {
	behavior: url('/stylesheets/ie6hover.htc');
}

a.bigbutton {
	display: block;
	background: url('/images/common_new/keepup_pop_unselected.png') no-repeat;
	height: 30px;
	margin: 0 auto;
	width: 210px;
	font-size: 12.65px;
	padding-top: 21px;
}

a.bigbutton:hover {
	background: url('/images/common_new/keepup_pop_selected.png') no-repeat;
	color: white;
}

.shade {
	display: none;
	position: fixed;
	background: black;
	opacity: 0.3;
	filter: alpha(opacity = 30);
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 10;
}

/* ========== */
/* = Colors = */
/* ========== */

#header_navbar .breadcrumbs,
#header_navbar .divider {
	color: #FFF;
}

#header_navbar .breadcrumbs a:link, 
#header_navbar .breadcrumbs a:visited,
#header_navbar .breadcrumbs a:hover {
	color: #FFF;
}

#header_navbar #login_link a:link, 
#header_navbar #login_link a:visited, 
#header_navbar #login_link a:hover,
#header_navbar #login_link {
	color: white;
}

#header_navbar .box_title {
	color: #fff;
}

#header_navbar #tab_navigation li {
	background: #2888ba;
}

#header_navbar #tab_navigation a:link, 
#header_navbar #tab_navigation a:visited, 
#header_navbar #tab_navigation a:hover {
	background: url('/images/header/tab.png') no-repeat;
}

.ie6 #header_navbar #tab_navigation a:link, 
.ie6 #header_navbar #tab_navigation a:visited, 
.ie6 #header_navbar #tab_navigation a:hover {
	background: url('/images/header/tab.gif') no-repeat;
}

#header_navbar #tab_navigation a:link, 
#header_navbar #tab_navigation a:visited, 
#header_navbar #tab_navigation a:hover,
#header_navbar .header_bottom.title h1,
#header_navbar .subheader_text h2 {
	color: #636363;
}

#header_navbar #tab_navigation li.selected a:link, 
#header_navbar #tab_navigation li.selected a:visited, 
#header_navbar #tab_navigation li.selected a:hover {
	background: url('/images/header/tab_s.png') no-repeat;
}

.ie6 #header_navbar #tab_navigation li.selected a:link, 
.ie6 #header_navbar #tab_navigation li.selected a:visited, 
.ie6 #header_navbar #tab_navigation li.selected a:hover {
	background: url('/images/header/tab_s.gif') no-repeat;
}

#header_navbar .header_bottom {
	background: url('/images/header/bottom.png') repeat-x;
}

#header_navbar .header_bottom.title {
	background: url('/images/header/bottom_l.png') white repeat-x;
}

/* ============= */
/* = Site-wide = */
/* ============= */

#header_wide {
	border-top: 5px solid #000;
	background: url('/images/header_new/top_box.jpg') repeat-x #fff;
	height: 82px;
}

#header {
	width: 925px;
	margin: 0 auto;
}

#header #right {
	float: right;
	color: #a5a5a5;
	font-size: 11px;
	width: 225px;
}

#header #right a {
	color: #a5a5a5;
	font-weight: normal;
}

/* ========= */
/* = Logo = */
/* ========= */

#header #logo {
	float: left;
	margin-top: 16px;
}

/* ============== */
/* = Menu links = */
/* ============== */

#header #right #top {
	height: 24px;
	float: right;
}

#header #right #top .l,
#header #right #top .r {
	width: 9px;
}

#header #right #top .l {
	background: url('/images/sprites/norepeat_sm.png') no-repeat -235px -54px;
}

#header #right #top th {
	background: url('/images/sprites/repeat_x.png') repeat-x 0 -359px;
	position: relative;
	font-weight: normal;
	padding: 0 5px 0 5px;
}

#header #right #top th span {
	position: relative;
	top: 4px;
}

#header #right #top .r {
	background: url('/images/sprites/norepeat_sm.png') no-repeat -247px -54px;
}

/* =========== */
/* = Buttons = */
/* =========== */

#header #buttons {
	margin-top: 25px;
	height: 35px;
	float: left;
	margin-left: 102px;
}

#header #buttons a:focus {
	outline: none;
}

#header #buttons li {
	float: left;
	margin-left: 5px;
	height: 35px;
}

#header #buttons li a {
	display: block;
	padding: 10px 5px 0 5px;
	height: 25px;
}

#header #buttons tr {
	height: 35px;
}

#header #buttons .l {
	width: 10px;
	background: url('/images/sprites/norepeat_sm.png') no-repeat -257px -54px;
}

#header #buttons th {
	background: url('/images/sprites/repeat_x.png') repeat-x 0 -1726px;
	color: #dee6ab;
	font-weight: normal;
	font-size: 15px;
}

#header #buttons th a {
	color:#DEE6AB;
	font-weight:bold;
	letter-spacing:-0.02em;
}

#header #buttons .r {
	width: 9px;
	background: url('/images/sprites/norepeat_sm.png') no-repeat -268px -54px;
}

#header #buttons .selected .l {
	background: url('/images/sprites/norepeat_sm.png') no-repeat -278px -54px;
}

#header #buttons .selected th {
	background: url('/images/sprites/repeat_x.png') repeat-x 0 -386px;
	color: #295010;
}

#header #buttons .selected th a {
	color: #295010;
}

#header #buttons .selected .r {
	background: url('/images/sprites/norepeat_sm.png') no-repeat -289px -54px;
}

#header #buttons li:hover .l,
#header #buttons li:focus .l {
	background: url('/images/sprites/norepeat_sm.png') no-repeat -299px -54px;
}

#header #buttons li:hover th,
#header #buttons li:focus th {
	background: url('/images/sprites/repeat_x.png') repeat-x 0 -422px;
	color: #323232;
}

#header #buttons li:hover th a {
	color: #323232;
}

#header #buttons li:hover .r,
#header #buttons li:focus .r {
	background: url('/images/sprites/norepeat_sm.png') no-repeat -310px -54px;
}

/* ========== */
/* = Search = */
/* ========== */

#header #right #nav {
	position: relative;
	top: 15px;
	clear: right;
	text-align: right;
}

.ie7 #header #right #nav div,
.ie6 #header #right #nav div {
	float: right;
}

.ie6 #header #right #nav div {
	margin-top: 10px;
}

#header #right #nav #search {
	/*background: #4a4a4c;
	border: 0;
	border-top: 2px solid #000;
	border-left: 2px solid #000;
	color: #e9e9e9;
	font-family: Helvetica;
	padding: 4px 0 3px 5px;*/
	width: 140px;
	float: left;
}

#header #right #nav #search.empty {
	font-style: italic;
}

#header #right #dept_search {
}

.ie6 #header #buttons li:hover .r,
.ie6 #header #buttons li:focus .r,
.ie6 #header #buttons li:hover .l,
.ie6 #header #buttons li:focus .l,
.ie6 #header #buttons .selected .r,
.ie6 #header #buttons .selected .l,
.ie6 #header #buttons .r,
.ie6 #header #buttons .l,
.ie6 #header #buttons .selected .l,
.ie6 #header #buttons .r,
.ie6 #header #buttons .l,
.ie6 #header #right #top .l,
.ie6 #header #right #top .r {
	background-image: url('/images/sprites/norepeat_sm.gif');
}

.ie6 #header #buttons li:hover th,
.ie6 #header #buttons li:focus th,
.ie6 #header #buttons .selected th,
.ie6 #header #buttons th,
.ie6 #header #right #top th {
	background-image: url('/images/sprites/repeat_x.gif');
}

#warning_box {
	position: fixed;
	display: none;
	top: 10em;
	left: 25em;
}

#warning_box .text {
	text-align: center;
}

/* ==================== */
/* = Page-wide layout = */
/* ==================== */

#catalog {
	width: 925px;
	margin: 20px auto 0;
	display: block;
	position: relative;
}

#catalog #courses {
	width: 635px;
}

#catalog #right {
	padding-right: 10px;
	padding-left: 30px;
	vertical-align: top;
	background: url('/images/search_new/side_grad.png') no-repeat 0px 250px;
	height: 941px;
}

/* ========================== */
/* = Course count and pages = */
/* ========================== */

#catalog #from {
	display: none;
	float: left;
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	padding-left: 7px;
	letter-spacing: -0.02em;
	color: #323232;
	margin-bottom: 10px;
	margin-top: 10px;
}

#catalog #results_showing,
#catalog #results_total {
	letter-spacing: .05em;
	font-style: normal;
}

#catalog #requirements {
	margin-top: .25em;
	float: right;
}

#catalog #requirements:link, 
#catalog #requirements:visited, 
#catalog #requirements:hover {
	font-size: .7em;
	font-weight: normal;
}

#catalog .noresults {
	width: 100%;
	display: none;
	margin-top: 37px;
}

#catalog .noresults .mid .m {
	padding: 20px 10px;
	text-align: center;
	font-weight: bold;
}

/* =================== */
/* = Refine controls = */
/* =================== */

/* Overall */
#catalog .orefine {
	width: 258px;
	margin-left: -15px;
}

#catalog #refine {
	width: 100%;
	color: #323232;
	letter-spacing: -0.02em;
}

#catalog #refine th {
	text-align: left;
	vertical-align: middle;
	font-weight: normal;
	font-size: 11.5px;
}

#catalog #refine h4 {
	font-weight: bold;
	padding-bottom: 5px;
	font-size: 13px;
}

#catalog #refine h4#ref_main {
	display: inline;
}

/* quick find */
#catalog #refine #search {
	border:2px solid #8BCA0F;
	color:#787878;
	font-size:11px;
	padding-left:2px;
	width:151px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

/* Days */
#catalog #refine .ondays th,
#catalog #refine .ondays td {
	padding-top: 5px;
}

#catalog #refine .byday th,
#catalog #refine .byday td {
	padding-bottom: 10px;
	border-bottom:	1px dotted #ddd;
}

#catalog #refine .day {
	position: relative;
	height: 25px;
	float: left;
	cursor: pointer;
}

#catalog #refine #monday {
	width: 34px;
	background: url('/images/sprites/norepeat_sm.png') -161px -176px;
}

#catalog #refine #monday.selected {
	background-position: 0 -176px;
}

#catalog #refine #tuesday {
	width: 30px;
	background: url('/images/sprites/norepeat_sm.png') -196px -176px;
}

#catalog #refine #tuesday.selected {
	background-position: -35px -176px;
}

#catalog #refine #wednesday {
	width: 30px;
	background: url('/images/sprites/norepeat_sm.png') -227px -176px;
}

#catalog #refine #wednesday.selected {
	background-position: -66px -176px;
}

#catalog #refine #thursday {
	width: 34px;
	background: url('/images/sprites/norepeat_sm.png') -258px -176px;
}

#catalog #refine #thursday.selected {
	background-position: -97px -176px;
}

#catalog #refine #friday {
	width: 28px;
	background: url('/images/sprites/norepeat_sm.png') -293px -176px;
}

#catalog #refine #friday.selected {
	background-position: -132px -176px;
}

/* Checks */
#catalog #refine .checks {
	font-size: 11.5px;
	padding-top: 6px;
	padding-bottom: 6px;
}

#catalog #refine .unused span {
	display: none;
}

#catalog #refine .unused {
	padding: 0;
	border: none;
}

/* Times */
#catalog #refine .hours {
	height: 50px;
}

#catalog #refine .hours th,
#catalog #refine .hours td {
	font-size: 11px;
	vertical-align: baseline;
	line-height: 1.15em;
	padding-top: 4px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #ddd;	
}

#catalog #refine .hours_text {
	color:#323232;
	font-size:10px;
	font-weight:bold;
}

#catalog #refine .tool {
	float: right;
}

#catalog #refine .tool.slide {
	margin-top: 10px;
	margin-right: 10px;
}

#catalog #refine .ui-slider {
	width: 130px;
}

/* Depts */
#catalog #refine .dept.name th div,
#catalog #refine .school.name th div,
#catalog #refine .dd.name th div {
	padding-top: 5px;
	background: #fff;
}

#catalog #refine .dept.name h4,
#catalog #refine .dd.name h4 {
	cursor:pointer;
	font-size:11px;
	font-style:normal;
	font-weight:bold;
	letter-spacing:-0.02em;
}

#catalog #refine .dept.name img,
#catalog #refine .dd.name img {
	position: absolute;
	right: 0px;
	top: 6px;
	cursor: pointer;
}

#catalog #refine .dept td,
#catalog #refine .geneds td {
	border-bottom: 1px dotted #ddd;
}

#catalog #refine .dept td select,
#catalog #refine .dd td select {
	padding-top: 3px;
	width: 100%;
	display: none;
}

/* Schools */
#catalog #refine .school.name h4 {
	cursor:pointer;
	font-size:11px;
	font-style:normal;
	font-weight:bold;
	letter-spacing:-0.02em;
}

#catalog #refine .school.name img {
	position: absolute;
	right: 0px;
	top: 6px;
	cursor: pointer;
}

#catalog #refine .school td select {
	padding-top: 3px;
	width: 100%;
	display: none;
}

/* Buttons */
#catalog #refine #clear_b,
#catalog #refine #refine_b {
	width: 114px;
	height: 17px;
	padding-top: 6px;
	display: block;
	text-align: center;
	float: left;
}

#catalog #refine .ref_but {
	padding-top: 3px;
}

#catalog #refine #clear_b {
	background: url('/images/sprites/norepeat_sm.png') -269px 0;
	color: #5b5b5b;
}

#catalog #refine #refine_b {
	font-weight: bold;
	background: url('/images/sprites/norepeat_sm.png') -269px -27px;
	color: #3f7032;
}

#catalog #right .divider {
	height: 20px;
	width: 114px;
	margin-left: 57px;
	border-bottom: 2px dotted #d0d0d0;
}

/* =========== */
/* = Sidebar = */
/* =========== */
#catalog #sidebar {
	width: 241px;
	margin-top: 15px;
	position: relative;
	margin-left: -7px;
}

#catalog #sidebar .tabs,
#catalog #sidebar .whitecont {
	width: 100%;
}

#catalog #sidebar #calendar {
	margin-top: 3px;
	width: 100%;
	margin-right: 0;
	padding-bottom: 6px;
}

#catalog #sidebar #calendar.no_sections {
	opacity: .6;
	filter: alpha(opacity = 60);
}

#catalog #sidebar .gen.h4 {
}

#catalog #sidebar .gen.h4 td {
	background: url('/images/sprites/norepeat_sm.png') no-repeat;
	background-position: 6px -54px;
	height: 15px;
}

.ie6 #catalog #sidebar .gen.h4 td {
	background-image: url('/images/sprites/norepeat_sm.gif');
}

#catalog #sidebar .gen h4 {
	font-size: 12px;
	font-weight: bold;
	padding-left: 15px;
	padding-top: 3px;
}

#catalog #sidebar .gen .f {
	padding-top: 5px;
}

#catalog #sidebar #no_sections {
	font-size: 12px;
	font-weight: bold;
	left: 40px;
	letter-spacing: -0.02em;
	line-height: 1.25em;
	padding: 8px;
	position: absolute;
	text-align: center;
	top: 115px;
	width: 165px;
	z-index: 2;
	color: #545454;
}

#catalog #sidebar .gen #generate_button {
	width: 114px;
	padding-top: 5px;
	height: 18px;
	text-align: center;
	display: block;
	margin: 5px auto 0;
	background: url('/images/sprites/norepeat_sm.png') no-repeat -269px -27px;
	color: #3f7032;
}

#catalog #sidebar .timegrid-ylabels div.timegrid-label {
	padding-top: 2px;
}

/* ================== */
/* = Sidebar -Books = */
/* ================== */
#catalog #sidebar #books_s {
	color: #545454;
}

#catalog #sidebar #books_s .main .allway {
	width: 100%;
}

#catalog #sidebar #books_s thead td {
	background: url('/images/sprites/repeat_y.png') repeat-y -32px 0;
	padding-top: 7px;
	padding-bottom: 5px;
	line-height: 1.5em;
	text-align: center;
	border-bottom: 1px solid #e0e0e0;
}

.ie6 #catalog #sidebar #books_s thead td {
	background-image: url('/images/sprites/repeat_y.gif');
}

#catalog #sidebar #books_s .rettotal {
	color: #64881d;
	font-weight: bold;
}

#catalog #sidebar #books_s .book td {
	font-weight: normal;
	font-size: 11px;
	line-height: 1.15em;
}

#catalog #sidebar #books_s div.main {
	max-height: 400px;
	overflow: auto;
}

#catalog #sidebar #books_s .book {
	border-bottom: 1px solid #e0e0e0;
}

#catalog #sidebar #books_s tbody td.back,
#catalog #sidebar #books_s tbody .nobooks {
	background: url('/images/sprites/repeat_y.png') repeat-y -32px 0;
}

.ie6 #catalog #sidebar #books_s tbody td.back,
.ie6 #catalog #sidebar #books_s tbody .nobooks {
	background-image: url('/images/sprites/repeat_y.gif');
}

#catalog #sidebar #books_s tbody td.back td,
#catalog #sidebar #books_s tbody th {
	padding-left: 15px;
	padding-right: 15px;
	vertical-align: top;
}

#catalog #sidebar #books_s .nobooks,
#catalog #sidebar #books_s .nologin,
#catalog #sidebar #people .nologin {
	text-align: center;
	font-weight: bold;
	padding: 15px 0;
}

#catalog #sidebar #books_s .nologin,
#catalog #sidebar #people .nologin {
	font-size: 12px;
	padding: 15px 0 !important;
	color: #323232;
}

#catalog #sidebar #books_s .whitecont .b .m,
#catalog #sidebar #people .whitecont .b .m {
	width: 211px;
}

#catalog #sidebar #books_s tbody th {
	padding-top: 7px;
	color: #416a1a;
	font-size: 13px;
	text-align: left;
	background: url('/images/sprites/norepeat_sm.png') no-repeat 0 -150px;
	min-height: 15px;
}

.ie6 #catalog #sidebar #books_s tbody th {
	background-image: url('/images/sprites/norepeat_sm.gif');
}

#catalog #sidebar #books_s tbody td.img {
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 15px;
}

#catalog #sidebar #books_s tbody td.info {
	padding-top: 12px;
	padding-left: 10px;
	padding-bottom: 8px;
}

#catalog #sidebar #books_s tbody .obook {
	position: relative;
	height: 70px;
	width: 57px;
	overflow: hidden;
}

#catalog #sidebar #books_s tbody .overlay {
	height: 70px;
	left: 0;
	position: absolute;
	top: 0;
	width: 57px;
	z-index: 2;
	background: url('/images/sprites/norepeat_lg.png') no-repeat -63px -130px;
}

.ie6 #catalog #sidebar #books_s tbody .overlay {
	background-image: url('/images/sprites/norepeat_lg.gif');
}

#catalog #sidebar #books_s tbody .ibook {
	height: 66px;
	left: 2px;
	overflow: hidden;
	position: absolute;
	top: 2px;
	width: 53px;
}

#catalog #sidebar #books_s tbody .ibook img,
#catalog #sidebar #books_s .img img {
	width: 53px;
}

#catalog #sidebar #books_s tbody .ds {
	position: relative;
	left: 2px;
	top: 1px;
}

#catalog #sidebar #books_s tfoot td {
	background: url('/images/sprites/repeat_y.png') repeat-y -32px 0;
	padding: 10px 20px;
	text-align: center;
	font-weight: bold;
	border-top: 1px solid #e0e0e0;
}

#catalog #sidebar #books_s tfoot td img {
	vertical-align: middle;
	padding-right: 8px;
}

.ie6 #catalog #sidebar #books_s tfoot td {
	background-image: url('/images/sprites/repeat_y.gif');
}

#catalog #sidebar #books_s .whitecont {
	width: 100%;
}

#catalog #sidebar #books_s .whitecont tr {
	background: none;
}

#catalog #sidebar #books_s .whitecont td {
	padding: 0;
}

/* ==================== */
/* = Sidebar - People = */
/* ==================== */
#catalog #sidebar #people td {
	vertical-align: top;
	color: #545454;
	font-size: 11px;
}

#catalog #sidebar #people .count {
	text-align: center;
}

#catalog #sidebar #people .count .m {
	padding: 7px 0;
}

#catalog #sidebar #people .count .left {
	padding-right: 5px;
	cursor: pointer;
}

#catalog #sidebar #people .count .right {
	padding-left: 5px;
	cursor: pointer;
}

#catalog #sidebar #people #search {
	background: url('/images/sprites/repeat_y.png') repeat-y -32px 0;
	padding: 5px 20px 7px;
	text-align: center;
	position: relative;
}

.ie6 #catalog #sidebar #people #search {
	background-image: url('/images/sprites/repeat_y.gif');
}

#catalog #sidebar #people #search #underlay {
	background: url('/images/sprites/norepeat_sm.png') no-repeat 6px -54px;
	height: 15px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.ie6 #catalog #sidebar #people #search #underlay {
	background-image: url('/images/sprites/norepeat_sm.gif');
}

#catalog #sidebar #people #search #box {
	z-index: 2;
	position: relative;
}

#catalog #sidebar #people #search input {
	width: 170px;
}

#catalog #sidebar #people .friends .m td {
	border-bottom: 1px dotted #e0e0e0;
	padding-bottom: 5px;
}

#catalog #sidebar #people .friends .last td {
	border: 0;
}

#catalog #sidebar #people .img {
	padding-right: 10px;
	padding-top: 10px;
}

#catalog #sidebar #people .img img {
	height: 30px;
}

#catalog #sidebar #people td.info {
	padding: 5px 0;
}

#catalog #sidebar #people td.info div {
	padding: 5px 0;
}

#catalog #sidebar #people .line {
	border-bottom: 1px dotted #e0e0e0;
}

/* ============== */
/* = No results = */
/* ============== */
#catalog .flash_box {
	margin-left: 6em;
	display: none;
}

/* ==================== */
/* = Course exteriors = */
/* ==================== */
#catalog .department {
	margin-bottom: 10px;
}

#catalog .department h2.header {
	float: left;
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	padding-left: 7px;
	letter-spacing: -0.02em;
	color: #323232;
}

#catalog .department h2.header a {
	color: #323232;
	font-style: normal;
	font-weight: bold;
	letter-spacing: -0.02em;
	font-size: 16px;
}

#catalog .department .details {
	padding-left: 5px;
	padding-right: 5px;
	height: 16px;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	float: left;
	margin-right: 1px;
	cursor: pointer;
	position: relative;
	float: right;
	margin-right: 31px;
	top: 6px;
}

#catalog .department .details .l,
#catalog .department .details .r {
	width: 4px;
}

#catalog .department .details .l {
	background: url('/images/sprites/norepeat_sm.png') no-repeat 0 -32px;
}

#catalog .department .details .m {
	background: url('/images/sprites/repeat_x.png') repeat-x 0 -114px;
	padding-top: 2px;
	height: 14px;
}

#catalog .department .details .r {
	background: url('/images/sprites/norepeat_sm.png') no-repeat -5px -32px;
}

#catalog .department .details:hover .l {
	background: url('/images/sprites/norepeat_sm.png') no-repeat -10px -32px;
}

#catalog .department .details:hover .m {
	background: url('/images/sprites/repeat_x.png') repeat-x 0 -131px;
	padding-top: 2px;
	height: 14px;
}

#catalog .department .details:hover .r {
	background: url('/images/sprites/norepeat_sm.png') no-repeat -15px -32px;
}

#catalog .department .divider {
	background: url('/images/sprites/repeat_x.png') repeat-x 0 -148px;
	height: 7px;
	margin-left: 12px;
	width: 592px;
}

.ie6 #catalog .department .details .l,
.ie6 #catalog .department .details .r,
.ie6 #catalog .department .details:hover .l,
.ie6 #catalog .department .details:hover .r {
	background-image: url('/images/sprites/norepeat_sm.gif');
}

.ie6 #catalog .department .divider,
.ie6 #catalog .department .details:hover .m,
.ie6 #catalog .department .details .m {
	background-image: url('/images/sprites/repeat_x.gif');
}

/*#catalog .department h2.header {
	display: block;
	margin-top: .8em;
	color: #545454;
	border-bottom: 1px solid #999;
	margin-left: .25em;
}

#catalog .department h2.header.expanded {
	margin-left: 1em;
	text-indent: -.75em;
}

#catalog .department h2.header .name {
	float: left;
	font-size: 1.2em;
	font-style: italic;
	letter-spacing: .05em;
	padding-top: .2em;
	text-decoration: none;
}

#catalog .department h2.header a.name:link,
#catalog .department h2.header a.name:visited {
	color: #545454;
}

#catalog .department h2.header a.name:hover {
	color: #2484B5;
}

#catalog .department h2.header .details {
	float: right;
	font-size: .8em;
	margin-right: .5em;
	margin-top: .5em;
}*/

#catalog .department .before_matter {
	width: 615px;
}

#catalog .department .before_matter .req {
	float: right;
	margin-left: 1em;
	text-align: center;
	line-height: 1.4em;
}

/*
#catalog .department .before_matter .matter {
}

#catalog .department .before_matter,
#catalog .subdepartment .before_matter {
	position: relative;
	border: 1px solid #999;
	border-top: none;
	margin-left: 1em;
	padding: 1em;
	background: #FCFCFC;
}

#catalog .subdepartment .before_matter {
	margin-top: .5em;
	border-top: 1px solid #999;
}

#catalog .subdepartment h2.header {
	margin-left: .4em;
	margin-top: .8em;
}

#catalog .subdepartment h2.header a.name:link,
#catalog .subdepartment h2.header a.name:visited,
#catalog .subdepartment h2.header .name {
	color: #666;
	letter-spacing: .05em;
	text-decoration: none;
}

#catalog .subdepartment h2.header a.name:hover {
	color: #2484B5;
}*/

#catalog #courses_box {
	clear: both;
}

/* ============================== */
/* = Course container overrides = */
/* ============================== */
#catalog .course_container {
	margin-left: 1em;
}

/* ==================== */
/* = Footer-ish items = */
/* ==================== */
#cat_bottom {
	width: 900px;
	margin: 0 auto 10px;
}

#cat_bottom #cat_bleft {
	width: 615px;
}

#catalog #toppages {
	position: relative;
	left: -10px;
	height: 23px;
	margin-top: 7px;
	margin-bottom: 7px;
}

#catalog .pages {
	float: left;
	margin-left: 5px;
}

#catalog .pages {
	float: left;
}

#catalog .page_number {
	display: block;
	float: left;
	font-size: 11px;
	width: 18px;
	margin-top: 8px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-right: 5px;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
	color: #2177C1;
}

#catalog .page_number.elipsis {
	cursor: default;
}

#catalog .page_number.selected {
	background: #EFFAD4;
	border:1px solid #C6E776;
	cursor:default;
	margin-top:7px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#catalog .next_button {
	display: none;
	float: right;
	font-size: 11px;
	letter-spacing: -0.02em;
	margin-top: 10px;
	text-transform: uppercase;
}

/* ============= */
/* = New login = */
/* ============= */
#new_login {
	position: fixed;
}

#new_login .m .text {
	font-family: arial;
	font-size: 13px;
	color: #323232;
	line-height: 1.25em;
}

#new_login table {
	margin: 0 0 0 10px;
	width: 100%;
}

#new_login th {
	text-align: right;
	padding-right: 10px;
}

#new_login .m td {
	padding-bottom: 4px;
}

#new_login .green_but {
	margin: 8px 0px 0px 30px;
	text-shadow: 0.5px 0.5px 0.5px #efefef;
}

#new_login #later {
	text-align: center;
}

#calendar {
	width: 13.5em;
	margin-right: 1em;
	float: right;
	position: relative;
}

#calendar #nav {
	width: 10em;
	height: 1.5em;
	float: right;
	
	margin-right: .5em;
}

#calendar #tg {
	clear: both;
}

#calendar #star {
	position: absolute; 
	top: 1.8em; 
	left: .3em; 
	z-index: 1;
}

#calendar #star a {
	outline: none;
}

#calendar #star.off .on,
#calendar #star .off {
	display: none;
	border: 0;
}

#calendar #star .on,
#calendar #star.off .off {
	display: block;
	border: 0;
}

#nav .nav_previous, 
#nav .nav_next {
	position: relative;
	margin:0 .5em 0 .5em;
	width: 1em;
	float: left;
	cursor: pointer;
}

#nav .term_name {
	font-family:helvetica;
	color:#666;
	font-size:.75em;
	font-weight:bold;
	letter-spacing:.05em;
	float: left;
}

#calendar #course_list {
	position: relative;
	width: 100%;
	max-height: 100px;
	overflow: auto;
}

#calendar #course_list .item {
	display: block;
	margin:2px 0 0 0;
	font-size: 11px;
	color:#666;
	letter-spacing:.05em;
	font-weight:normal;
	height: 18px;
	position: relative;
}

#calendar #course_list .times,
#calendar #course_list .klass {
	position: relative;
	margin-left: 7px;
	display: none;
	clear: both;
	font-size: 11px;
	z-index: 2;
	font-weight: normal;
	padding: 0;
}

#calendar #course_list li.visible {
	display: list-item;
}

#calendar #course_list .klass {
	height: 13px;
}

#calendar #course_list .back {
	position:absolute; 
	top:0; 
	left:0;
	height: 18px; 
	opacity: .4;
	filter: alpha(opacity = 40);
	width: 100%;
}

#calendar #course_list .times_back {
	position:absolute; 
	top:0; 
	left:0;
	height: 100%;
	opacity: .4;
	filter: alpha(opacity = 40);
	width: 100%
}

#calendar #course_list .times_text {
	position: relative;
	font-family: helvetica;
	color: #666666;
	z-index: 1;
	vertical-align: center;
}

#calendar #course_list .text {
	position: relative;
	z-index: 1;
	float: left;
	font-weight: normal; 
	padding:2px 0 0em 0em;
	font-family: helvetica;
}

#calendar #course_list .arrow {
	position: relative;
	width: 16px;
	text-align: center;
	vertical-align: center;
	margin-top: 1px;
	z-index: 1;
	float: left;
}

#calendar #course_list .arrow img {
	cursor: pointer;
}

#calendar #course_list .img {
	 float: right;
	 position:relative;
	padding-top:2px;
	 height: 14px;
	 width: 14px;
	 margin-right: 3px;
}

#calendar #course_list .template {
	display: none;
}

#calendar #course_list li.wrong_term {
	display: none;
}

#calendar #generate {
	margin-top: 4px;
	padding-top: 8px;
	border-top: 1px solid #d8d8d8;
	background: url('/images/sprites/repeat_x.png') repeat-x 0 -458px;
}

#calendar #generate h4 {
	font-size: 12px;
	font-weight: bold;
}

#books {
	position: relative;
	width: 925px;
	margin: 20px auto 0;
}

#books .tabs {
	width: 100%;
}

#books .whitecont {
	width: 100%;
}

#dashboard #cart_sm {
	margin: 12px 30px 0 37px;
	background: url('/images/books_new/cart_sm.png') no-repeat;
	width: 321px;
	height: 109px;
	position: relative;
}

/*.ie7 #dashboard #cart_sm,
.ie6 #dashboard #cart_sm {
	position: static;
	left: 0;
	top: 0;
	margin-left: 66px;
	margin-top: 2px;
}*/

#dashboard .text {
	color: #464646;
	padding-top: 43px;
	font-size: 12px;
	text-align: center;
}

#dashboard .item_count {
	font-style: italic;
}

#dashboard #saved {
	color: #2177c1;
	font-weight: bold;
}

#dashboard #view_cart {
	text-align: center;
	position: absolute;
	left: 10px;
	bottom: 12px;
}

/*.ie7 #dashboard #view_cart,
.ie6 #dashboard #view_cart {
	position: static;
	top: 0;
	left: 0;
	margin-left: -190px;
	margin-top: 15px;
}*/

#dashboard #checkout_cont {
	text-align: center;
	position: absolute;
	right: 10px;
	bottom: 12px;
}

/*.ie7 #dashboard #checkout_cont,
.ie6 #dashboard #checkout_cont {
	position: static;
	top: 0;
	left: 0;
	margin-left: 200px;
	margin-top: -28px;
}*/

#dashboard #view_cart #button,
#dashboard #checkout_but {
	cursor: pointer;
}

#books .whitecont #inner {
	width: 762px;
	margin: 20px auto 25px;
}

#books .whitecont #inner #course_name {
	background: url('/images/common_new/title_bar2.png') no-repeat;
	font-weight: bold;
	width: 762px;
	height: 48px;
	font-size: 13.5px;
	color: #545454;
	padding-top: 17px;
	padding-left: 20px;
	font-family: arial;
	letter-spacing: -0.02em;
}

.ie6 #books .whitecont #inner #course_name {
	background-image: url('/images/common_new/title_bar.gif');
}

#books .whitecont #inner #course_name .title {
	font-style: italic;
}

#books .whitecont #inner #course_name #name {
	text-align: center;
	padding-top: 5px;
}

#books .whitecont #inner #course_name select {
	margin-right: 40px;
	float: right;
}

#books .books_list {
	width: 366px;
	float: left;
	display: none;
}

#books .books_list .t {
	height: 59px;
}

#books .books_list .b {
	height: 59px;
}

#books .books_list .l,
#books .books_list .r {
	width: 13px;
}

#books .books_list .t .l {
	background: url('/images/sprites/norepeat_sm.png') no-repeat -222px -90px;
}

#books .books_list .t .text {
	background: url('/images/sprites/repeat_x.png') repeat-x 0 -1352px;
}

#books .books_list .t .r {
	background: url('/images/sprites/norepeat_sm.png') no-repeat -236px -90px;
}

#books .books_list .book .l {
	background: url('/images/sprites/repeat_y.png') repeat-y -777px 0;
}

#books .books_list .book .r {
	background: url('/images/sprites/repeat_y.png') repeat-y -791px 0;
}

#books .books_list .b .l {
	background: url('/images/sprites/norepeat_sm.png') no-repeat -250px -90px;
}

#books .books_list .b .text {
	background: url('/images/sprites/repeat_x.png') repeat-x 0 -1412px;
}

#books .books_list .b .r {
	background: url('/images/sprites/norepeat_sm.png') no-repeat -264px -90px;
}

/* ==================== */
/* = Book list header = */
/* ==================== */

#books .books_list .t .text .cont {
	position: relative;
	height: 59px;
}

.ie7 #books .books_list .t .text .cont,
.ie6 #books .books_list .t .text .cont {
	position: static;
	height: 59px;
}

#books .books_list h2 {
	display: block;
	padding-top: 25px;
	padding-left: 10px;
	letter-spacing: -0.02em;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
}

#books #comparison h2,
#comparison_pop #comparison h2 {
	display: block;
	padding-top: 25px;
	padding-left: 10px;
	letter-spacing: -0.02em;
	font-size: 14px;
	color: #3F7032;
	font-weight: bold;
}

#books .books_list h2.sel {
	padding-top: 25px;
}

#books .books_list #buy_all_button {
	position: absolute;
	bottom: 6px;
	right: 0;
	height: 39px;
	width: 188px;
	font-size: 10px;
	background: url('/images/sprites/norepeat_lg.png') no-repeat -826px -261px;
	cursor: pointer;
}

.ie7 #books .books_list #buy_all_button, 
.ie6 #books .books_list #buy_all_button {
	position: static;
	margin-left: 155px;
	margin-top: -25px;
}

#books .books_list #buy_all_button div {
	text-align: center;
	position: absolute;
	top: 7px;
	left: 108px;
}

.ie7 #books .books_list #buy_all_button div,
.ie6 #books .books_list #buy_all_button div {
	position: static;
	top: 0;
	left: 0;
	margin-left: 88px;
	margin-top: 7px;
}

/* ================ */
/* = Book styling = */
/* ================ */

#books .book,
#comparison_pop .book {
	font-size: 12px;
	background: #fff;
}

#comparison_pop .book {
	background: none;
}

#books .books_list .book {
	cursor: pointer;
}

#books .books_list .book:hover {
	cursor: pointer;
	background-color: #EEF8D4;
}

#books .books_list .book.odd {
	background-color: #f7f7f7;
}

#books .books_list .book.odd:hover {
	background-color: #EEF8D4;
}

#books .books_list .book.selected {
	cursor: auto;
	background-color: #EAF4F7;
}

#books .books_list .book.selected:hover {
	background-color: #EAF4F7;
}

#books .books_list .book.custom {
	background-color: #FFF;
	cursor: auto;
}

#books .books_list .book.odd.custom {
	background-color: #f7f7f7;
}

.ie #books .books_list .book.odd .l,
.ie #books .books_list .book.odd .text,
.ie #books .books_list .book.odd .r {
	background-color: #f7f7f7;
}

.ie #books .books_list .book.selected .l,
.ie #books .books_list .book.selected .text,
.ie #books .books_list .book.selected .r {
	background-color: #EAF4F7;
}

#books .book .text,
#comparison_pop .book .text {
	padding: 12px 6px;
	width: 340px;
}

#comparison_pop .book .text {
	background: #fff;
}

#books .book th,
#books .book td,
#comparison_pop .book th,
#comparison_pop .book td {
	padding-bottom: 4px;
	color: #464646;
}

#books .book th,
#comparison_pop .book th {
	font-size: 12px;
	font-weight: normal;
	letter-spacing: -0.02em;
	text-align: left;
	width: 70px;
}

#books .book td,
#comparison_pop .book td {
	font-weight: bold;
}

#books .book .ocover,
#comparison_pop .book .ocover {
	width: 70px;
	float: left;
	position: relative;
}

#books .book .drop,
#comparison_pop .book .drop {
	background: url('/images/search_new/book_ds.png') -10px 0;
	height: 23px;
	margin-top: 2px;
	width: 57px;
}

#books .book .obook,
#comparison_pop .book .obook {
	width: 57px;
	height: 70px;
	overflow: hidden;
	position: relative;
}

#books .book .obook .overlay,
#comparison_pop .book .obook .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 57px;
	height: 70px;
	z-index: 2;
	background: url('/images/sprites/norepeat_lg.png') no-repeat -941px -154px;
}

#books .book.odd .overlay {
	background-position: -883px -12px;
}

#books .book.selected .overlay {
	background-position: -825px -12px !important;
}

#books .book:hover .overlay,
#books .book.odd:hover .overlay {
	background-position: -941px -12px;
}

#books .book .obook .ibook,
#comparison_pop .book .obook .ibook {
	position: absolute;
	top: 2px;
	left: 2px;
	height: 66px;
	width: 53px;
	overflow: hidden;
}

#books .book .cover_image,
#comparison_pop .book .cover_image {
	width: 57px;
}

#books .book .cover_image .cover,
#comparison_pop .book .cover_image .cover {
	width: 57px;
}

#books .book .ocover .sel,
#comparison_pop .book .ocover .sel {
	position: absolute;
	bottom: 12px;
	right: 5px;
	display: none;
	z-index: 3;
}

.ie7 #books .book .cover_image .sel,
.ie6 #books .book .cover_image .sel,
.ie6 #comparison_pop .book .cover_image .sel,
.ie7 #comparison_pop .book .cover_image .sel {
	position: static;
	margin-top: -14px;
	margin-left: 40px;
}

.ie6 #books .book .cover_image .sel.hide,
.ie6 #comparison_pop .book .cover_image .sel.hide {
	display: none !important;
}

#books #compare .book .cover_image .sel {
	display: none !important;
}

.ie #books #compare .book .info {
	width: 255px;
}

.ie7 #books .book .info,
.ie6 #books .book .info {
	float: right;
	width: 255px;
}

/* ============== */
/* = Comparison = */
/* ============== */

#books #compare {
	float: right;
}

#books #comparison,
#comparison_pop #comparison {
	width: 366px;
}

#comparison_pop {
	position: absolute;
	left: 244px;
	top: 50px;
}

#books #comparison .t,
#comparison_pop #comparison .t {
	height: 59px;
}

#books #comparison .t .text,
#comparison_pop #comparison .t .text {
	height: 59px; /* Safari fix */
}

#comparison_pop .t .checkout {
	position: absolute;
	top: 15px;
	left: 240px;
	cursor: pointer;
}

#comparison_pop .inst .text {
	background: #fff;
}

#comparison_pop .inst .outer {
	margin-top: 12px;
	border: 1px solid #86acc1;
	float: left;
	width: 290px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#comparison_pop .inst .inner {
	padding: 10px;
	font-size: 12px;
	background: #EAF4F7;
	border: 2px solid #fff;
	color: #323232;
	font-style: italic;
	letter-spacing: .02em;
	line-height: 1.1em;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#comparison_pop .inst .showing_inner {
	margin-top: 6px;
	font-style: normal;
	font-weight: bold;
	text-align: right;
}

#comparison_pop .inst #left_arrow,
#comparison_pop .inst #right_arrow {
	float: left;
	width: 24px;
	min-width: 24px;
	text-align: center;
	cursor: pointer;
}

#comparison_pop .inst #left_arrow div,
#comparison_pop .inst #right_arrow div {
	width: 24px;
	height: 1px;
}

#books #comparison .b,
#comparison_pop #comparison .b {
	height: 59px;
}

#books #comparison .l,
#books #comparison .r,
#comparison_pop #comparison .l,
#comparison_pop #comparison .r {
	width: 13px;
}

#books #comparison .t .l {
	background: url('/images/sprites/norepeat_sm.png') no-repeat -35px -86px;
}

#comparison_pop #comparison .t .l {
	background: url('/images/sprites/norepeat_lg.png') no-repeat 0 -130px;
}

#books #comparison .t .text {
	background: url('/images/sprites/repeat_x.png') repeat-x 0 -1472px;
}

#comparison_pop #comparison .t .text {
	background: url('/images/sprites/repeat_x.png') repeat-x 0 -1762px;
	border-top: none;
}

.ie8 #books #comparison .t .text,
.ie8 #comparison_pop #comparison .t .text {
	width: 342px;
}

#books #comparison .t .r {
	background: url('/images/sprites/norepeat_sm.png') no-repeat -49px -86px;
}

#comparison_pop #comparison .t .r {
	background: url('/images/sprites/norepeat_lg.png') no-repeat -14px -130px;
}

#books #comparison .book .l,
#books #comparison .item_data .l,
#books #comparison .noscript .l,
#books #comparison .line .l {
	background: url('/images/sprites/repeat_y.png') repeat-y -805px 0;
}

#comparison_pop #comparison .book .l,
#comparison_pop #comparison .inst .l,
#comparison_pop #comparison .item_data .l,
#comparison_pop #comparison .noscript .l,
#comparison_pop #comparison .line .l {
	background: url('/images/sprites/repeat_y.png') repeat-y -847px 0;
}

#books #comparison .line {
	height: 1px;
	background: #dadada;
}

#books #comparison .line.line2,
#comparison_pop #comparison .line.line2 {
	height: 12px;
}

#comparison_pop #comparison .line {
	background: none;
}

#comparison_pop #comparison .line .text {
	background: #dadada;
}

#comparison_pop #comparison .line.line2 .text {
	background: #fff;
	border-bottom: 1px solid #dadada;
}

#books #comparison .item_data,
#comparison_pop #comparison .item_data {
	height: 30px;
	font-size: 12px;
	color: #464646;
}

#books #comparison .item_data td,
#comparison_pop #comparison .item_data td {
	vertical-align: middle;
}

#books #comparison .item_data .price,
#comparison_pop #comparison .item_data .price {
	text-align: right;
	font-weight: bold;
	width: 50px;
	padding-right: 10px;
}

.ie #books #comparison .item_data .retailer,
.ie #comparison_pop #comparison .item_data .retailer {
	width: 92px;
}

#books #comparison .item_data .condition,
#comparison_pop #comparison .item_data .condition {
	width: 70px;
}

#books #comparison .item_data .description,
#comparison_pop #comparison .item_data .description {
	width: 90px;
	font-style: italic;
}

#books #comparison .item_data .description a,
#comparison_pop #comparison .item_data .description a {
	font-style: normal;
}

#books #comparison .item_data .add_td,
#comparison_pop #comparison .item_data .add_td {
	width: 28px;
}

#books #comparison .item_data .add_td .add,
#comparison_pop #comparison .item_data .add_td .add {
	cursor: pointer;
}

#books #comparison .item_data .add_td .sel,
#comparison_pop #comparison .item_data .add_td .sel {
	padding: 2px 0 0 4px;
	display: none;
}

.ie6 #books #comparison .item_data .add_td .sel.hide,
.ie6 #books #comparison .item_data .add_td .add.hide,
.ie6 #comparison_pop #comparison .item_data .add_td .add.hide, 
.ie6 #comparison_pop #comparison .item_data .add_td .sel.hide {
	display: none !important;
}

#comparison_pop #comparison .item_data .price,
#comparison_pop #comparison .item_data .retailer,
#comparison_pop #comparison .item_data .condition,
#comparison_pop #comparison .item_data .description,
#comparison_pop #comparison .item_data .add_td {
	background: #FFF;
}

#books #comparison .item_data.odd {
	background: #F7F7F7;
	letter-spacing: -0.02em;
}

#comparison_pop #comparison .item_data.odd {
	background: none;
	letter-spacing: -0.02em;
}

#comparison_pop #comparison .item_data.odd .price,
#comparison_pop #comparison .item_data.odd .retailer,
#comparison_pop #comparison .item_data.odd .condition,
#comparison_pop #comparison .item_data.odd .description,
#comparison_pop #comparison .item_data.odd .add_td {
	background: #F7F7F7;
	letter-spacing: -0.02em;
}

.ie7 #books #comparison .item_data.odd td,
.ie6 #books #comparison .item_data.odd td {
	background-color: #F7F7F7;
	letter-spacing: -0.02em;
}

#books #comparison .item_data.new .condition {
	font-weight: bold;
	font-style: italic;
}

#comparison_pop #comparison .item_data.new {
	background: none;
	letter-spacing: -0.02em;
}

#comparison_pop #comparison .item_data.new .price,
#comparison_pop #comparison .item_data.new .retailer,
#comparison_pop #comparison .item_data.new .condition,
#comparison_pop #comparison .item_data.new .description,
#comparison_pop #comparison .item_data.new .add_td {
	background: #CDe9f8;
}

.ie7 #books #comparison .item_data.new td,
.ie6 #books #comparison .item_data.new td {
	background-color: #CDE9F8;
}

#books #comparison .item_data.selected {
	background: #EAF4F7;
}

#comparison_pop #comparison .item_data.selected {
	background: none;
}

#comparison_pop #comparison .item_data.selected .price,
#comparison_pop #comparison .item_data.selected .retailer,
#comparison_pop #comparison .item_data.selected .condition,
#comparison_pop #comparison .item_data.selected .description,
#comparison_pop #comparison .item_data.selected .add_td {
	background: #e0efe5;
}

.ie7 #books #comparison .item_data.selected td,
.ie6 #books #comparison .item_data.selected td {	
	background-color: #E0EFE5;
}

#books #comparison .book .r,
#books #comparison .item_data .r,
#books #comparison .noscript .r,
#books #comparison .line .r {
	background: url('/images/sprites/repeat_y.png') repeat-y -819px 0;
}

#comparison_pop #comparison .book .r,
#comparison_pop #comparison .inst .r,
#comparison_pop #comparison .item_data .r,
#comparison_pop #comparison .noscript .r,
#comparison_pop #comparison .line .r {
	background: url('/images/sprites/repeat_y.png') repeat-y -875px 0;
}

#books #comparison .b .l {
	background: url('/images/sprites/norepeat_sm.png') no-repeat -63px -86px;
}

#comparison_pop #comparison .b .l {
	background: url('/images/sprites/norepeat_lg.png') no-repeat -28px -130px;
}

#books #comparison .b .text {
	background: url('/images/sprites/repeat_x.png') repeat-x 0 -1532px;
	text-align: right;
	font-size: 13px;
}

#comparison_pop #comparison .b .text {
	background: url('/images/sprites/repeat_x.png') repeat-x 0 -1822px;
	text-align: right;
	font-size: 13px;
}

#books #comparison .b .text div,
#comparison_pop #comparison .b .text div {
	padding-top: 15px;
	padding-right: 8px;
}

#books #comparison .b .text a,
#comparison_pop #comparison .b .text a {
	color: #3F7032;
}

#books #comparison .b .r {
	background: url('/images/sprites/norepeat_sm.png') no-repeat -77px -86px;
}

#books #comparison .b .text a.more {
	color: #3F7032;
}

#comparison_pop #comparison .b .r {
	background: url('/images/sprites/norepeat_lg.png') no-repeat -42px -130px;
}

.item_data_table_t {
	display: none;
}

#comparison_pop_t {
	display: none;
}

#books #sss_notice {
	clear: right;
	color: #999999;
	float: right;
	font-size: 11px;
	margin-right: 8px;
	margin-top: -7px;
}

.ie7 #books #sss_notice,
.ie6 #books #sss_notice {
	float: none;
	text-align: right;
}

/* ============== */
/* = Large cart = */
/* ============== */

#large_cart {
	width: 321px;
	color: #464646;
	display: none;
	position: absolute;
	left: 717px;
	top: 127px;
	z-index: 11;
}

#large_cart .t {
	height: 33px;
}

#large_cart .b {
	height: 75px;
}

#large_cart .t td {
	background: url('/images/books_new/popup_cart_top.png') no-repeat;
}

#large_cart .total .text {
	background: url('/images/books_new/total_middle.png') repeat-x;
}

#large_cart .b .text {
	/* FIXME */
	background: url('/images/books_new/popup_cart_bot.png') repeat-x;
}

#large_cart .course {
	font-size: 13px;
	color: #153B0B;
	height: 26px;
	font-weight: bold;
}

/*#large_cart .course .text,
#large_cart .spacer .text,
#large_cart .total .text,
#large_cart .book_item .text {
	width: 199px;
	max-width: 199px;
}*/

#large_cart .course .l,
#large_cart .spacer .l,
#large_cart .total .l,
#large_cart .book_item .l {
	width: 3px;
	background: url('/images/books_new/shadow_left.png');
	border-right: 2px solid #488fcc;
}

#large_cart .course .r,
#large_cart .spacer .r,
#large_cart .total .r,
#large_cart .book_item .r {
	width: 7px;
	background: url('/images/books_new/shadow_right.png');
	border-left: 2px solid #488fcc;
}

#large_cart .course .text {
	vertical-align: middle;
	background: #fff;
	padding-left: 10px;
}

#large_cart .course:first-child .text {
	border-top: none;
}

#large_cart .spacer td {
	height: 10px;
}

#large_cart .spacer .text {
	background: #fff;
}

#large_cart .book_item {
	font-size: 11px;
	line-height: 1.2em;
}

#large_cart .book_item .title,
#large_cart .book_item .condition,
#large_cart .book_item .price,
#large_cart .book_item .delete {
	background: #effad4;
	border-top: 1px solid #a0d341;
}

#large_cart .book_item.odd .title,
#large_cart .book_item.odd .condition,
#large_cart .book_item.odd .price,
#large_cart .book_item.odd .delete {
	background: #fff;
}

#large_cart .book_item.last .title,
#large_cart .book_item.last .condition,
#large_cart .book_item.last .price,
#large_cart .book_item.last .delete {
	border-bottom: 1px solid #a0d341;
}

#large_cart .book_item td {
	padding-top: 4px;
	padding-bottom: 4px;
}

#large_cart .book_item .title {
	color: #2177C1;
	font-weight: bold;
	width: 135px;
	padding-right: 10px;
	padding-left: 10px;
}

.ie #large_cart .book_item .title {
	width: auto;
	max-width: 125px;
}

#large_cart .book_item .condition {
	width: 0px;
}

#large_cart .book_item .price {
	text-align: center;
}

#large_cart .book_item .price .val {
	color: #295010;
	font-weight: bold;
}

#large_cart .book_item .delete {
	vertical-align: middle;
	cursor: pointer;
	width: 25px;
	padding-right: 5px;
	text-align: center;
}

#large_cart .total {
	height: 29px;
	font-weight: bold;
}

#large_cart .total .text div {
	margin-top: 7px;
	color: #fff;
	font-size: 16px;
}

#large_cart .total .title {
	float: left; 
	margin-left: 10px;
}

#large_cart .total .value {
	float: right;
	margin-right: 30px;
}

#large_cart .b .cont {
	position: relative;
	width: 321px;
	height: 75px;
}

#large_cart #empty_cart_button {
	position: absolute;
	left: 10px;
	top: 8px;
	cursor: pointer;
}

#large_cart .keep_shopping {
	position: absolute;
	left: 10px;
	bottom: 18px;
	cursor: pointer;
}

#large_cart #checkout_button {
	position: absolute;
	right: 20px;
	top: 16px;
	cursor: pointer;
}

#checkout_confirm_t {
	display: none;
}

#checkout_confirm {
	width: 584px;
	position: absolute;
	top: 100px;
	left: 300px;
	z-index: 10;
	font-family: Helvetica;
	font-size: 12px;
	color: #545454;
	margin-top: 10px;
}

#checkout_confirm .top {
	background-image: url("/images/books_new/checkout_top.png");
	padding-right: 80px;
	padding-left: 70px;
	height: 211px;
}

#checkout_confirm .top .cont .x {
	position: relative;
	left: 475px;
	top: 14px;
	cursor: pointer;
}

#checkout_confirm .top h2.header {
	text-align: center;
	font-size: 18pt;
	font-family: Georgia;
	color: #2177c1;
	font-style: italic;
	padding-top: 25px;
	padding-bottom: 15px;
	border-bottom: 1px solid #bec1c2;
}

#checkout_confirm .top .warning {
	font-family: Georgia;
	font-style: italic;
	font-size: 12px;
	color: #133b01;
	margin-top: 10px;
	margin-bottom: 10px;
}

#checkout_confirm .top .center {
	margin:0 auto;
	margin-top: 10px;
	text-align: center;
}

#checkout_confirm .mid {
	width: 434px;
	padding-right: 80px;
	padding-left: 70px;
	background-image: url("/images/books_new/checkout_mid.png");
}

#checkout_confirm .mid h3 {
	font-family: Georgia;
	font-size: 17px;
	font-style: italic;
	color: #133b01;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #bec1c2;
}

#checkout_confirm .mid h3.closed {
	border-bottom: 0;
}

#checkout_confirm .mid h3.closed a {
	text-decoration: underline;
}

#checkout_confirm .mid div {
	display: none;
}

.ie #checkout_confirm .mid div {
	display: block;
}

#checkout_confirm table {
	width: 100%;
}

#checkout_confirm h4 {
	margin-top: 5px;
	padding-top: 8px;
	font-weight: bold;
	font-size: 13px;
	color: #2177c1;
	border-top: 1px solid #e5f2f7;
}

#checkout_confirm h4.first {
	border: none;
}

#checkout_confirm th {
	vertical-align: middle;
	font-weight: normal;
	text-align: left;
	font-style: italic;
	font-size: 11px;
}

#checkout_confirm tr.template {
	display: none;
}

#checkout_confirm img.buy {
	vertical-align: top;
	padding-bottom: 2px;
	float: right;
}

#checkout_confirm .bot {
	background-image: url("/images/books_new/checkout_bot.png");
}

.ie6 #comparison_pop #comparison .t .r,
.ie6 #comparison_pop #comparison .t .l,
.ie6 #comparison_pop #comparison .b .r,
.ie6 #comparison_pop #comparison .b .l,
.ie6 #large_cart .t td,
.ie6 #books .books_list #buy_all_button,
.ie6 #dashboard #cart_sm {
	background-image: url('/images/sprites/norepeat_lg.gif');
}

.ie6 #books #comparison .t .l,
.ie6 #books #comparison .t .r,
.ie6 #books #comparison .b .l,
.ie6 #books #comparison .b .r,
.ie6 #books .books_list .b .r,
.ie6 #books .books_list .b .l,
.ie6 #books .books_list .t .r,
.ie6 #books .books_list .t .l {
	background-image: url('/images/sprites/norepeat_sm.gif');
}

.ie6 #books .books_list .b .text,
.ie6 #books .books_list .t .text,
.ie6 #books #comparison .t .text,
.ie6 #comparison_pop #comparison .t .text,
.ie6 #books #comparison .b .text,
.ie6 #comparison_pop #comparison .b .text,
.ie6 #large_cart .total .text {
	background-image: url('/images/sprites/repeat_x.gif');
}

#tooltip {
	background-color: #EFFAD4;
	border:1px solid  #C6E776;
	opacity: 0.9;
	filter: alpha(opacity = 90);
	padding: 5px;
	position: absolute;
	z-index: 3000;
}
#tooltip h3, #tooltip div { 
	margin: 0;
	letter-spacing: -0.02em;
	font-color: #323232; 
}

/* =========== */
/* = General = */
/* =========== */
.course.load {
	width: 615px;
	clear: both;
}

table.ocourse {
	width: 615px;
	clear: both;
	z-index: 2;
}

table.ctable {
	width: 100%;
	line-height: 1.15em;
	color: #323232;
	border-collapse: separate;
	letter-spacing: -0.02em;
}

table.ctable td {
	vertical-align: top;
}

table.ctable .right {
	width: 191px;
}

table.ctable h4 {
	font-weight: bold;
	padding-bottom: 4px;
	color: #000;
}

table.ctable h4.inline {
	padding-bottom: 0;
	display: inline;
}

table.ctable div.il {
	margin-top: 6px;
}

table.ctable .times-cont {
	margin-top: 10px;
}

table.ctable tbody.main {
	display: none;
}

table.ctable .desc_short,
table.ctable .desc_long,
table.ctable .prereqs,
table.ctable .time td,
table.ctable .long_title
{
	padding-left: 8px;
	padding-right: 15px;
}

table.ctable .desc_short,
table.ctable .desc_long,
table.ctable .prereqs {
	padding-bottom: 10px;
}

table.ctable .desc_short,
table.ctable .desc_long {
	width: 371px;
}

table.ctable .desc_short h4,
table.ctable .desc_long h4 {
	width: 371px;
}

table.ctable .desc_long {
	display: none;
}

/* ============ */
/* = Rbuttons = */
/* ============ */
.course h3 {
	float: left;
	font-size: 16px;
	font-weight: bold;
	padding-left: 7px;
}

.course .rbuttons {
	float: right;
	position: relative;
	top: -6px;
	margin-right: 20px;
	z-index: 1;
	position: relative;
}

.course .rbuttons div {
	float: left;
	cursor: pointer;
}

.course .rbuttons .expand {
	background: url('/images/search_new/show_details.png') no-repeat;
	width: 137px;
	height: 37px;
}

.course .rbuttons .expand:hover {
	background: url('/images/search_new/show_details_mouse.png') no-repeat;
}

.course .rbuttons .expand.expanded {
	background: url('/images/search_new/hide_details.png') no-repeat;
	width: 131px;
	height: 37px;
}

.course .rbuttons .expand.expanded:hover {
	background: url('/images/search_new/hide_details_mouse.png') no-repeat;
}

.course .rbuttons .buy {
	background: url('/images/search_new/buy_books.png') no-repeat;
	width: 125px;
	height: 37px;
}

.course .rbuttons .buy:hover {
	background: url('/images/search_new/buy_books_mouse.png') no-repeat;
}

.course .rbuttons .add {
	background: url('/images/search_new/add_course.png') no-repeat;
	width: 131px;
	height: 37px;
}

.course .rbuttons .add:hover {
	background: url('/images/search_new/add_course_mouse.png') no-repeat;
}

.course .rbuttons .add.added {
	background: url('/images/search_new/remove_course.png') no-repeat;
	width: 149px;
	height: 37px;
}

.course .rbuttons .add.added:hover {
	background: url('/images/search_new/remove_course_mouse.png') no-repeat;
}

/* ================== */
/* = Always visible = */
/* ================== */
table.ctable .long_title {
	color: #333;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 8px;
	font-style: italic;
	/*font-family: Georgia;*/
}

table.ctable .long_title a {
	font-style: normal;
}

table.ctable .teachers .teaching {
}

table.ctable .teachers .prof_link {
	cursor: pointer;
}

table.ctable .teachers .teaching h4 {
	background: url('/images/sprites/norepeat_lg.png') no-repeat -671px -130px;
	width: 191px;
	height: 19px;
	padding-top: 8px;
	font-size: 14px;
	color: #153B0B;
	text-align: center;
	font-weight: bold;
}

table.ctable .teachers .teaching h4.single {
	background: url('/images/sprites/norepeat_lg.png') no-repeat -429px -180px;
	width: 191px;
	height: 20px;
	text-align: center;
	padding-top: 10px;
	color: #153b0b;
	font-size: 14px;
	font-weight: bold;
}

table.ctable .teachers .teaching div {
	width: 179px;
	height: 17px;
	background: #deedb5;
	border-bottom: 1px solid #c6e776;
	padding-top: 6px;
	padding-left: 12px;
	color: #416A1A;
	font-size: 11px;
	font-style: italic;
	cursor: pointer;
}

table.ctable .teachers .teaching div.selected {
	font-weight: bold;
	cursor: default;
}

table.ctable .teachers .teaching div span.selected {
	font-weight: bold;
}

table.ctable .teachers .teaching div span {
	padding-left: 3px;
}

table.ctable .teachers .teaching div.last {
	background: url('/images/sprites/norepeat_lg.png') no-repeat -671px -162px;
	border: 0;
	padding-top: 5px;
}

/* =========== */
/* = Prereqs = */
/* =========== */
table.ctable .prereqs h4 {
	display: inline;
	padding: 0;
}

/* ======== */
/* = Prof = */
/* ======== */
table.ctable .prof .teacher {
	background: url('/images/sprites/norepeat_lg.png') no-repeat -429px -247px;
	width: 138px;
	height: 22px;
	padding-left: 15px;
	padding-top: 11px;
}

table.ctable .prof .teacher a {
	color: #153b0b;
	font-size: 12px;
}

table.ctable .prof .add {
	width: 38px;
	height: 33px;
}

table.ctable .prof .removes {
	display: none;
}

table.ctable .teachers .drop {
	background: url('/images/sprites/norepeat_lg.png') no-repeat -429px -214px;
	margin-bottom: 10px;
	width: 191px;
	height: 13px;
	padding-top: 4px;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	font-style: italic;
	<!--color: #416A1A;-->
}

/* ================= */
/* = Section popup = */
/* ================= */
.sec_popup_t {
	display: none;
}

.sec_popup.sm_popup {
	position: absolute;
	line-height: 1.35em;
	font-size: 11px;
	width: 210px;
}

.sec_popup h4 {
	text-align: center;
	display: block;
	font-weight: bold;
	font-size: 13px;
	display: none;
}

.sec_popup h5 {
	font-weight: bold;
	display: inline;
}

.sec_popup div.header {
	text-align: center;
	margin-top: 4px;
	font-size: 12px;
	color: #153B0B;
}

.sec_popup div.conflicts {
	margin-top: 2px;
	color: green;
	font-weight: bold;
	text-align: center;
}

.sec_popup div.conflicts.conflict {
	color: red;
}

.sec_popup div.seatinfo {
	margin-top: 7px;
	text-align: center;
}

.sec_popup .open.full {
	color: red;
}

.sec_popup div.links {
	text-align: center;
	margin-top: 5px;
}

/* ========= */
/* = Books = */
/* ========= */
table .books_panel {
	display: none;
	padding-bottom: 10px;
	padding-left: 8px;
}

table .books_panel .ibooks {
	width: 577px;
}

table .books_panel .t,
table .books_panel .b {
	height: 10px;
}

table .books_panel .t .l {
	background: url('/images/sprites/norepeat_lg.png') no-repeat -222px -284px;
}

table .books_panel .t .r {
	background: url('/images/sprites/norepeat_lg.png') no-repeat -621px -187px;
	width: 193px;
}

table .books_panel .b .l {
	background: url('/images/sprites/norepeat_lg.png') no-repeat -222px -295px;
}

table .books_panel .b .r {
	background: url('/images/sprites/norepeat_lg.png') no-repeat -621px -198px;
	width: 193px;
}

table .books_panel .covers {
	width: 384px;
}

table .books_panel .covers .ocovers {
	position: relative;
	height: 100%;
	width: 100%;
}

table .books_panel .covers .ocovers .midtable {
	height: 168px;
}

table .books_panel .covers .no_books_available,
table .books_panel .covers .no_fb_connect,
table .books_panel .covers .no_friends {
	position: absolute;
	top: 60px;
	width: 100%;
	z-index: 3;
	text-align: center;
	color: #323232;
	font-weight: bold;
}

table .books_panel .covers .no_fb_connect, 
table .books_panel .covers .no_friends {
	display: none;
}

table .books_panel .covers,
table .books_panel .citation {
	background: #effad4;
}

table .books_panel .covers td {
	border-left: 1px solid #c6e776;
}

table .books_panel .covers .cover {
	width: 77px;
	height: 130px;
	background: url('/images/search_new/book_ds.png') bottom no-repeat;
	text-align: center;
	font-size: 11px;
}

.ie6 table .books_panel .covers .cover {
	background-image: url('/images/search_new/book_ds.gif');
}

table .books_panel .covers .cover.selected {
	background: url('/images/sprites/norepeat_lg.png') no-repeat -863px -130px;
}

.ie6 table .books_panel .covers .cover.selected {
	background: url('/images/sprites/norepeat_lg.gif') no-repeat -863px -130px !important;
	color: transparent !important;
}

table .books_panel .covers .cover .author {
	position: relative;
	top: 7px;
	height: 26px;
	overflow: hidden;
}

table .books_panel .covers .cover .obook {
	position: relative;
	left: 10px;
	width: 57px;
	height: 70px;
	overflow: hidden;
}

.ie7 .books_panel .covers .cover .obook,
.ie6 .books_panel .covers .cover .obook {
	left: 0;
}

table .books_panel .covers .cover .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 57px;
	height: 70px;
	z-index: 2;
	background: url('/images/sprites/norepeat_lg.png') no-repeat -941px -83px;
}

table .books_panel .covers .cover.selected .overlay {
	background: url('/images/sprites/norepeat_lg.png') no-repeat -941px -154px;
}

table .books_panel .covers .cover .ibook {
	position: absolute;
	top: 2px;
	left: 2px;
	height: 66px;
	width: 53px;
	overflow: hidden;
}

table .books_panel .covers .cover .book,
table .books_panel .covers .cover .person {
	width: 53px;
}

table .books_panel .covers .cover .price {
	position: relative;
	top: 7px;
	color: #416a1a;
	text-align: center;
	overflow: hidden;
	font-weight: bold;
}

table .books_panel .citation {
	padding: 6px 15px 4px 30px;
	color: #416a1a;
	height: 38px;
}

table .books_panel .citation em {
	font-weight: bold;
}

table .books_panel .citation img {
	padding-right: 5px;
}

table .books_panel .peeps {
	display: none;
}

/* ============================== */
/* = Books/People selector/info = */
/* ============================== */
table .books_people {
	background: url('/images/sprites/repeat_y.png') repeat-y -519px 0;
	width: 193px;
}

table .books_people .mt {
	height: 19px;
	text-align: center;
	font-weight: bold;
}

table .books_people .mt td {
	color: #646464;
	cursor: pointer;
}

table .books_people .mt td:hover {
	text-decoration: underline;
	color: #323232;
}

table .books_people .mt td.selected {
	color: #323232;
	cursor: auto;
}

table .books_people .mt td.selected:hover {
	text-decoration: none;
}

table .books_people .mt .l {
	width: 97px;
	background: url('/images/sprites/norepeat_sm.png') no-repeat -124px -70px;
}

table .books_people .mt .r {
	width: 96px;
	background: url('/images/sprites/norepeat_sm.png') no-repeat -124px -90px;
}

table .books_people .pc td,
#social .books_people .pc td {
	border-top: 1px solid #d8d8d8;
	border-bottom: 1px solid #d8d8d8;
	width: 193px;
	height: 35px;
	vertical-align: middle;
	text-align: center;
	padding-top: 3px;
}

table .books_people .pc td img,
#social .books_people .pc td img {
	vertical-align: middle;
	height: 25px;
	padding-right: 5px;
	position: relative;
}

table .books_people .info td,
table .books_people .ppl_info td {
	background: url('/images/search_new/grayline_grad.png') no-repeat -621px -209px;
	width: 193px;
}

table .books_people .info h5,
table .books_people .ppl_info h5 {
	text-align: center;
	color: #416a1a;
	padding-top: 8px;
	padding-bottom: 10px;
	font-weight: bold;
}

table .books_people .info div,
table .books_people .ppl_info div {
	padding-left: 15px;
	padding-right: 15px;
	line-height: 1.65em;
}

table .books_people .ppl_info {
	display: none;
}

.ie6 table .books_people .mt .l,
.ie6 table .books_people .mt .r,
.ie6 .course .rbuttons .tab .l,
.ie6 .course .rbuttons .tab .r,
.ie6 .course .rbuttons .tab:hover .l,
.ie6 .course .rbuttons .tab:hover .r  {
	background-image: url('/images/sprites/norepeat_sm.gif');
}

.ie6 .course .rbuttons .tab .m,
.ie6 .course .rbuttons .tab:hover .m {
	background-image: url('/images/sprites/repeat_x.gif');
}

.ie6 table .books_people {
	background-image: url('/images/sprites/repeat_y.gif');
}

.ie6 table .books_panel .covers .cover .overlay,
.ie6 table .books_panel .covers .cover.selected .overlay,
.ie6 table .books_panel .t .l,
.ie6 table .books_panel .t .r,
.ie6 table .books_panel .b .l,
.ie6 table .books_panel .b .r,
.ie6 table.ctable .teachers .teaching,
.ie6 table.ctable .teachers .drop,
.ie6 table.ctable .prof .teacher,
.ie6 table.ctable .prof .drop {
	background-image: url('/images/sprites/norepeat_lg.gif') !important;
}

div.timegrid-default {
    font-family: Helvetica, Arial, sans-serif;
    overflow: hidden;
}

div.timegrid-default * {
    margin: 0;
    padding: 0;
}

div.timegrid-default ul, div.timegrid-default li {
    font-size: 9pt;
}

div.timegrid-iterator {
    float: left;
    text-align:center;
    font-weight: bold;
    height: 1.5em;
}

.timegrid-iterator-prev, .timegrid-iterator-next {
    margin: .5em;
}

.timegrid-iterator img {
    border: none;
}

div.timegrid-tab {
    padding-left: 1em;
    padding-right: 1em;
    margin: 0px;
    float: right;
    background-color: #bbb;
}

div.timegrid-tab-active {
    font-weight: bold;
}

div.timegrid-view {
    position: absolute;
    top: 1.5em;
    bottom: 0px;
    width: 100%;
    left: 0px;
    border: 1px white solid;
    font-size: 9pt;
}

div.timegrid-grid-window {
    position: absolute;
    overflow: scroll;
    border: 1px inset black;
}

div.timegrid-hline {
    position: absolute;
    height: 1px;
    overflow: hidden;
    background-color: #cfcfcf;
}

div.timegrid-vline {
    position: absolute;
    width: 1px;
    background-color: #cfcfcf;
}

div.timegrid-events {
    position: relative;
    z-index: 2;
}

div.timegrid-gridlines {
    position: relative;
    z-index: 1;
}

div.timegrid-xlabels {
    position:   absolute;
    left: 0px;
}

.timegrid-xlabels div.timegrid-label {
    top:            0px;
    bottom:         0px;
    text-align:     center;
    padding:        3px;
}

div.timegrid-ylabels {
    position: absolute;
}

.timegrid-ylabels div.timegrid-label {
    left:       0px;
    right:      0px;
    text-align: right;
    padding:    3px;
}

div.timegrid-xlabels-window {
	margin-left:1px;
    position: absolute;
    overflow: hidden;
    text-align: center;
}

div.timegrid-ylabels-window {
	margin-top:1px;
    position: absolute;
    overflow: hidden;
}

div.timegrid-label {
    position: absolute;
    padding: 2px;
    color: #aaa;
}

/* Weekly View */
div.timegrid-event {
    position: absolute;
    width: 100px;
    background-color: #aaf;
    padding: 0;
    overflow: hidden;
    z-index: 5;
}

.timegrid-week-highlight {
    position: absolute;
    background-color: #eee;
}

.timegrid-event div {
    padding: 2px;
}

/* Monthly View */
div.timegrid-month-cell {
    position: absolute;
    padding: 0;
    overflow: hidden;
}

div.timegrid-month-cell-odd {
    background-color: #eee;
}

div.timegrid-month-cell-now {
    background-color: #aaa;
}

ul.timegrid-event-list {
    list-style-position: inside;
    padding-left: .5em;
}

div.timegrid-month-label {
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 1;
}

div.timegrid-month-label span {
    display: block;
    font-size: 12em;
    font-weight: bold;
    color: #ccc;
}

span.timegrid-month-date-label {
    position: absolute;
    right: 5px;
    top: 5px;
}

/* Message */
.timegrid-message-container {
    position:   absolute;
    top:        30%;
    left:       35%;
    right:      35%;
    z-index:    1000;
    display:    none;
}
.timegrid-message {
    font-size:      120%;
    font-weight:    bold;
    text-align:     center;
}

/*
    From Kuler, http://kuler.adobe.com/
    
    #e6e2af
    #a7a37e
    #efecca
    #046380
    #002f2f
 */

div.timegrid-tab {
    background-color: #e1e2e2;
}

div.timegrid-tab-active {
    background-color: #e1e2e2;
    font-weight: bold;
}

div.timegrid-tab a {
    text-decoration: none;
}
 
div.timegrid-view {
    border:none;
}

div.timegrid-grid-window {
    border: none;
	background: #e1e2e2;
	opacity: .95;
}


div.timegrid-xlabels-window {
    border-right: 1px solid #c3c3c3;
    border-bottom: 1px solid #c3c3c3;
	background: #c3c3c3;
	opacity: .95;
}
div.timegrid-ylabels-window {
    border-bottom: 1px solid #c3c3c3;
    border-right: 1px solid #c3c3c3;
}


div.timegrid-hline, div.timegrid-vline {
    <!--background: #e6e2af;-->
	background: black;
}

div.timegrid-ylabels-window {
    background: url('/images/sprites/repeat_y.png') -745px 0;
    background-repeat:repeat;
}

div.timegrid-xlabels-window {
    background: url('/images/sprites/repeat_x.png') 0 -1699px;
    background-repeat:repeat;
}

div.timegrid-label {
    color: #b3b3b3;
    font-weight:bold;
    text-align:center;
}

.timegrid-xlabels div.timegrid-label {
    border-left: 1px solid #c3c3c3;
    padding-right:5px;
		padding-top: 6px;
}

.timegrid-ylabels div.timegrid-label {
    border-top: 1px solid #c3c3c3;
    padding-top:6px;
    text-align:center;
}

div.timegrid-event {
    background-color: #e6e2af;
    color: #046380;
		cursor: pointer;
		filter: alpha(opacity = 70);
}

div.timegrid-event img {
	position: absolute;
	bottom: 2px;
	right: 2px;
}

/* Monthly View */
div.timegrid-month-cell {
    color: #046380;
    padding: 0px;
}

ul.timegrid-event-list {
    list-style-position: inside;
    padding: .5em;
}

.loading {
	position: fixed;
	top: 0;
	z-index: 20;
	background: #FFEEBD;
	display: none;
	padding: 3px;
	font-size: 11.85px;
	font-family: Verdana;
	color: #777;
}

.loading img {
	width: 12px;
}

.loading span {
	vertical-align: top;
}

.ie6 .loading {
	position: absolute;
}

#square-ajax-loader {
	margin:0 auto;
	text-align: center;
	margin-left: 280px;
	margin-top: 200px;
}

/*
* jQuery UI CSS Framework
* Copyright (c) 2009 AUTHORS.txt (http://ui.jquery.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
*/

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute; left: -99999999px; }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
/* end clearfix */
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/* Slider
----------------------------------*/
.ui-slider { position: relative; text-align: left; }
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: 1%; display: block; border: 0; }

.ui-slider-horizontal { height: .8em; }
.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }

.ui-slider-vertical { width: .8em; height: 100px; }
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
.ui-slider-vertical .ui-slider-range-max { top: 0; }

/*
* jQuery UI CSS Framework
* Copyright (c) 2009 AUTHORS.txt (http://ui.jquery.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
* To view and modify this theme, visit http://ui.jquery.com/themeroller/
*/


/* Component containers
----------------------------------*/
.ui-widget { font-family: Verdana,Arial,sans-serif/*{ffDefault}*/; font-size: 1.1em/*{fsDefault}*/; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Verdana,Arial,sans-serif/*{ffDefault}*/; font-size: 1em; }
.ui-widget-header { border: 1px solid #aaaaaa/*{borderColorHeader}*/; background: #cccccc/*{bgColorHeader}*/ url(images/ui-bg_highlight-soft_75_cccccc_1x100.png)/*{bgImgUrlHeader}*/ 0/*{bgHeaderXPos}*/ 50%/*{bgHeaderYPos}*/ repeat-x/*{bgHeaderRepeat}*/; color: #222222/*{fcHeader}*/; font-weight: bold; }
.ui-widget-header a { color: #222222/*{fcHeader}*/; }
.ui-widget-content { border: 1px solid #aaaaaa/*{borderColorContent}*/; background: #ffffff/*{bgColorContent}*/ url(images/ui-bg_glass_75_ffffff_1x400.png)/*{bgImgUrlContent}*/ 0/*{bgContentXPos}*/ 0/*{bgContentYPos}*/ repeat-x/*{bgContentRepeat}*/; color: #222222/*{fcContent}*/; }
.ui-widget-content a { color: #222222/*{fcContent}*/; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default { border: 1px solid #d3d3d3/*{borderColorDefault}*/; background: #e6e6e6/*{bgColorDefault}*/ url(images/ui-bg_glass_75_e6e6e6_1x400.png)/*{bgImgUrlDefault}*/ 0/*{bgDefaultXPos}*/ 50%/*{bgDefaultYPos}*/ repeat-x/*{bgDefaultRepeat}*/; font-weight: normal/*{fwDefault}*/; color: #555555/*{fcDefault}*/; outline: none; }
.ui-state-default a { color: #555555/*{fcDefault}*/; text-decoration: none; outline: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus { border: 1px solid #999999/*{borderColorHover}*/; background: #dadada/*{bgColorHover}*/ url(images/bg_glass_75_dadada_1x400.png)/*{bgImgUrlHover}*/ 0/*{bgHoverXPos}*/ 50%/*{bgHoverYPos}*/ repeat-x/*{bgHoverRepeat}*/; font-weight: normal/*{fwDefault}*/; color: #212121/*{fcHover}*/; outline: none; }
.ui-state-hover a { color: #212121/*{fcHover}*/; text-decoration: none; outline: none; }
.ui-state-active, .ui-widget-content .ui-state-active { border: 1px solid #aaaaaa/*{borderColorActive}*/; background: #ffffff/*{bgColorActive}*/ url(images/ui-bg_glass_65_ffffff_1x400.png)/*{bgImgUrlActive}*/ 0/*{bgActiveXPos}*/ 50%/*{bgActiveYPos}*/ repeat-x/*{bgActiveRepeat}*/; font-weight: normal/*{fwDefault}*/; color: #212121/*{fcActive}*/; outline: none; }
.ui-state-active a { color: #212121/*{fcActive}*/; outline: none; text-decoration: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight {border: 1px solid #fcefa1/*{borderColorHighlight}*/; background: #fbf9ee/*{bgColorHighlight}*/ url(images/ui-bg_glass_55_fbf9ee_1x400.png)/*{bgImgUrlHighlight}*/ 0/*{bgHighlightXPos}*/ 50%/*{bgHighlightYPos}*/ repeat-x/*{bgHighlightRepeat}*/; color: #363636/*{fcHighlight}*/; }
.ui-state-error, .ui-widget-content .ui-state-error {border: 1px solid #cd0a0a/*{borderColorError}*/; background: #fef1ec/*{bgColorError}*/ url(images/ui-bg_inset-soft_95_fef1ec_1x100.png)/*{bgImgUrlError}*/ 0/*{bgErrorXPos}*/ 50%/*{bgErrorYPos}*/ repeat-x/*{bgErrorRepeat}*/; color: #cd0a0a/*{fcError}*/; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text { color: #cd0a0a/*{fcError}*/; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }

/* Icons
----------------------------------*/

/* states and images */
.ui-icon { width: 16px; height: 16px; background-image: url(images/ui-icons_222222_256x240.png)/*{iconsContent}*/; }
.ui-widget-content .ui-icon {background-image: url(images/ui-icons_222222_256x240.png)/*{iconsContent}*/; }
.ui-widget-header .ui-icon {background-image: url(images/ui-icons_222222_256x240.png)/*{iconsHeader}*/; }
.ui-state-default .ui-icon { background-image: url(images/ui-icons_888888_256x240.png)/*{iconsDefault}*/; }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(images/ui-icons_454545_256x240.png)/*{iconsHover}*/; }
.ui-state-active .ui-icon {background-image: url(images/ui-icons_454545_256x240.png)/*{iconsActive}*/; }
.ui-state-highlight .ui-icon {background-image: url(images/ui-icons_2e83ff_256x240.png)/*{iconsHighlight}*/; }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(images/ui-icons_cd0a0a_256x240.png)/*{iconsError}*/; }

/* positioning */
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-off { background-position: -96px -144px; }
.ui-icon-radio-on { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-tl { -moz-border-radius-topleft: 4px/*{cornerRadius}*/; -webkit-border-top-left-radius: 4px/*{cornerRadius}*/; }
.ui-corner-tr { -moz-border-radius-topright: 4px/*{cornerRadius}*/; -webkit-border-top-right-radius: 4px/*{cornerRadius}*/; }
.ui-corner-bl { -moz-border-radius-bottomleft: 4px/*{cornerRadius}*/; -webkit-border-bottom-left-radius: 4px/*{cornerRadius}*/; }
.ui-corner-br { -moz-border-radius-bottomright: 4px/*{cornerRadius}*/; -webkit-border-bottom-right-radius: 4px/*{cornerRadius}*/; }
.ui-corner-top { -moz-border-radius-topleft: 4px/*{cornerRadius}*/; -webkit-border-top-left-radius: 4px/*{cornerRadius}*/; -moz-border-radius-topright: 4px/*{cornerRadius}*/; -webkit-border-top-right-radius: 4px/*{cornerRadius}*/; }
.ui-corner-bottom { -moz-border-radius-bottomleft: 4px/*{cornerRadius}*/; -webkit-border-bottom-left-radius: 4px/*{cornerRadius}*/; -moz-border-radius-bottomright: 4px/*{cornerRadius}*/; -webkit-border-bottom-right-radius: 4px/*{cornerRadius}*/; }
.ui-corner-right {  -moz-border-radius-topright: 4px/*{cornerRadius}*/; -webkit-border-top-right-radius: 4px/*{cornerRadius}*/; -moz-border-radius-bottomright: 4px/*{cornerRadius}*/; -webkit-border-bottom-right-radius: 4px/*{cornerRadius}*/; }
.ui-corner-left { -moz-border-radius-topleft: 4px/*{cornerRadius}*/; -webkit-border-top-left-radius: 4px/*{cornerRadius}*/; -moz-border-radius-bottomleft: 4px/*{cornerRadius}*/; -webkit-border-bottom-left-radius: 4px/*{cornerRadius}*/; }
.ui-corner-all { -moz-border-radius: 4px/*{cornerRadius}*/; -webkit-border-radius: 4px/*{cornerRadius}*/; }

/* Overlays */
.ui-widget-overlay { background: #aaaaaa/*{bgColorOverlay}*/ none/*{bgImgUrlOverlay}*/ 0/*{bgOverlayXPos}*/ 0/*{bgOverlayYPos}*/ repeat-x/*{bgOverlayRepeat}*/; opacity: .3;filter:Alpha(Opacity=30)/*{opacityOverlay}*/; }
.ui-widget-shadow { margin: -4px/*{offsetTopShadow}*/ 0 0 -4px/*{offsetLeftShadow}*/; padding: 4px/*{thicknessShadow}*/; background: #aaaaaa/*{bgColorShadow}*/ none/*{bgImgUrlShadow}*/ 0/*{bgShadowXPos}*/ 0/*{bgShadowYPos}*/ repeat-x/*{bgShadowRepeat}*/; opacity: .35;filter:Alpha(Opacity=35)/*{opacityShadow}*/; -moz-border-radius: 4px/*{cornerRadiusShadow}*/; -webkit-border-radius: 4px/*{cornerRadiusShadow}*/; }

/*NEW SLIDER STYLES FOR SCALE, ETC*/
/* slider widget */
.ui-slider  {
	text-decoration: none !important;
}
.ui-slider .ui-slider-handle  {
	overflow: visible !important;
}
.ui-slider .ui-slider-tooltip {
	display: none;
}
.ui-slider .screenReaderContext {
	position: absolute;
	width: 0;
	height: 0;
	overflow: hidden;
	left: -999999999px;
}
.ui-slider .ui-state-active .ui-slider-tooltip, .ui-slider .ui-state-focus .ui-slider-tooltip, .ui-slider .ui-state-hover .ui-slider-tooltip {
	display: block;
	position: absolute;
	bottom: 2.5em;
	text-align: center;
	padding: .3em .2em .4em;
	font-size: .9em;
	width: 8em;
	margin-left: -3.7em;
}
.ui-slider .ui-slider-tooltip .ui-tooltip-pointer-down, .ui-slider .ui-slider-tooltip .ui-tooltip-pointer-down-inner {
	position: absolute; 
	display: block;
	width:0; 
	height:0; 
	border-bottom-width: 0;
	background: none;
}
.ui-slider .ui-slider-tooltip .ui-tooltip-pointer-down {	
	border-left: 7px dashed transparent; 
	border-right: 7px dashed transparent;
	border-top-width: 8px;
	bottom:	-8px;
	right: auto;
	left: 50%;
	margin-left: -7px;
}
.ui-slider .ui-slider-tooltip .ui-tooltip-pointer-down-inner {
	border-left: 6px dashed transparent; 
	border-right: 6px dashed transparent;
	border-top: 7px solid #fff;
	bottom:	auto;
	top: -9px;
	left: -6px;
}
.ui-slider a {
	text-decoration: none;
}
.ui-slider ol, .ui-slider li, .ui-slider dl, .ui-slider dd, .ui-slider dt {
	list-style: none;
	margin: 0;
	padding: 0;
}
.ui-slider ol, .ui-slider dl {
	position: relative;
	top: 1.3em;
	width: 100%;
}

.ui-slider dt {
	top: -0.3em;
	position: absolute;
	text-align: center;
	border-bottom: 1px dotted #ddd;
	height: .8em;
	color: #999;
}
.ui-slider dt span {
	background: #fff;
	padding: 0 .5em;
	font-size: 11px;
}
.ui-slider li, .ui-slider dd {
	position: absolute;
	overflow: visible;
	color: #666;
}
.ui-slider span.ui-slider-label {
	position: absolute;
}
.ui-slider li span.ui-slider-label, .ui-slider dd span.ui-slider-label {
	display: none;
}
.ui-slider li span.ui-slider-label-show, .ui-slider dd span.ui-slider-label-show {
	display: block;
	font-size: 11px;
}
.ui-slider span.ui-slider-tic {
	position: absolute;
	left: 0;
	height: .8em;
	top: -1.3em;
}
.ui-slider li span.ui-widget-content, .ui-slider dd span.ui-widget-content {
	border-right: 0;
	border-left-width: 1px;
	border-left-style: solid;
	border-top: 0;
	border-bottom: 0;
}
.ui-slider .first .ui-slider-tic, .ui-slider .last .ui-slider-tic {
	display: none;
}
.ui-slider .ui-slider-range {
	filter: alpha(opacity = 70);
	opacity: .7;
}

/* ======== */
/* = Main = */
/* ======== */
#social {
	width: 925px;
	margin: 20px auto 0;
}

#social #left {
	padding-right: 15px;
	padding-left: 5px;
}

#social.schedule #left {
	width: 531px;
}

#social.schedule #right {
	width: 364px;
}

#social #right,
#splash .r {
	padding-left: 5px;
	padding-right: 5px;
	border-left: 1px solid #e0e0e0;
	vertical-align: top;
	width: 215px;
}

#social.schedule #right {
	border: none;
	width: auto;
}

#splash .r {
	border-left: none;
}

#social #right h2,
#splash .r h2 {
	color:#323232;
	font-size:14px;
	font-weight:bold;
	letter-spacing:-0.02em;
	text-align:center;
}

#social #right #fb_users_list {
	padding-left: 10px;
}

#social #right #fb_users_list a,
#splash .r #fb_users_list a {
	color: #545454;
}

#social #right #fb_users_list a:hover,
#splash .r #fb_users_list a:hover {
	color: #2177c1;
}

#social #right #fb_users_list ol,
#splash .r #fb_users_list ol {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

#social #right #fb_users_list li,
#splash .r #fb_users_list li {
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 12px;
	line-height: 14px;
	overflow: hidden;
	border-bottom: 1px solid #eee;
	color: #0077cc;
}

.ie6 #social #right #fb_users_list li,
.ie6 #splash .r #fb_users_list li {
	height: 30px;
}

#social #right #fb_users_list .opic,
#splash .r #fb_users_list .opic {
	position: relative;
	height: 30px;
	float: left;
	width: 30px;
	margin-right: 10px;
}

#social #right #fb_users_list .opic .overlay,
#splash .r #fb_users_list .opic .overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 30px;
	height: 30px;
	background: url('/images/common_new/fbphoto_frame_logo_sm.png') no-repeat;
}

#social #right #fb_users_list .opic .ipic,
#splash .r #fb_users_list .opic .ipic {
	position: absolute;
	top: 0;
	left: 0;
	width: 30px;
	height: 30px;
	z-index: 1;
}

#social #right #fb_users_list img,
#splash .r #fb_users_list img {
	width: 30px;
}

#social #right #fb_login_button {
	text-align: center;
	margin-top: 10px;
	padding-bottom: 10px;
}

/* ========== */
/* = Cinsts = */
/* ========== */
#social #cinst {
	margin: 0 auto;
	width: 915px;
}

#social #cinst div {
	float: left;
	height: 74px;
	background: url('/images/optimizer_new/instructions_m.png') repeat-x;
}

#social #cinst .item {
	max-width: 276px;
}

#social #cinst .num {
	width: 40px;
	font-size: 60px;
	color: #ccc;
	padding-top: 7px;
	height: 67px;
}

#social #cinst .text {
	padding: 14px 10px 0 0;
	padding-top: 14px;
	max-width: 226px;
	color: #323232;
	font-size: 11px;
	letter-spacing: -0.02em;
	line-height: 1.3em;
}

#social #cinst .text h3 {
	color: #2771b1;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid #ddd;
	padding-bottom: 1px;
	margin-bottom: 2px;
	display: block;
	letter-spacing: -0.02em;
	width: 215px;
}

#social #cinst .l,
#social #cinst .r {
	width: 13px;
}

#social #cinst .l {
	background: url('/images/optimizer_new/instructions_l.png');
}

#social #cinst .r {
	background: url('/images/optimizer_new/instructions_r.png');
}

#social #cinst .contracted {
	cursor: pointer;
}

#social #cinst .first.contracted .num {
	width: 61px;
	padding-top: 0;
	height: 74px;
	background: url('/images/optimizer_new/instructions_1.png');
}

#social #cinst .padded {
	padding-left: 20px;
	max-width: 256px;
}

#social #cinst .padded .text {
	max-width: 206px;
}

#social #cinst .padded h3 {
	width: 190px;
}

#social #cinst .l.contracted {
	background: url('/images/optimizer_new/instructions_1l.png');
}

#social #cinst .last.contracted .num {
	width: 61px;
	padding-top: 0;
	height: 74px;
	background: url('/images/optimizer_new/instructions_4.png');
}

#social #cinst .last.contracted .text {
	display: none;
}

#social #cinst .r.contracted {
	background: url('/images/optimizer_new/instructions_4r.png');
}

/* ============= */
/* = Optimizer = */
/* ============= */
#social #optimizer {
	width: 350px;
	margin-top: 10px;
}

#social #optimizer .t {
	height: 46px;
}

#social #optimizer .l,
#social #optimizer .r {
	width: 12px;
}

#social #optimizer .b {
	height: 37px;
}

#social #optimizer .t .l {
	background: url('/images/optimizer_new/options_tl.png') no-repeat;
	border-bottom: 1px solid #ddd;
}

#social #optimizer .t .m {
	background: url('/images/optimizer_new/options_tm.png') repeat-x;
	border-bottom: 1px solid #ddd;
	width: 340px;
}

#social #optimizer .t .r {
	background: url('/images/optimizer_new/options_tr.png') no-repeat;
	border-bottom: 1px solid #ddd;
}

#social #optimizer .mid .m {
	width: 364px;
}

#social #optimizer .mid .m #save_panel,
#social #optimizer .mid .m #buttons,
#social #optimizer .mid .m .all {
	border-left: 1px solid #aaa;
	border-right: 1px solid #aaa;
	padding: 10px 10px 0 26px;
}

#social #optimizer .mid .m .all {
	padding : 0;
}

#social #optimizer .b .l {
	background: url('/images/optimizer_new/options_bl.png') no-repeat;
}

#social #optimizer .b .m {
	background: url('/images/optimizer_new/options_bm.png') repeat-x;
}

#social #optimizer .b .r {
	background: url('/images/optimizer_new/options_br.png') no-repeat;
}

/* ======= */
/* = Optimizer - Top = */
/* ======= */
#social #optimizer .t .m h4 {
	height: 30px;
	width: 73px;
	border-right: 1px solid #ccc;
	display: block;
	float: left;
	color: #2771c1;
	font-weight: bold;
	font-family: arial;
	font-size: 14px;
	letter-spacing: -0.02em;
	padding-top: 16px;
	padding-left: 15px;
}

#social #optimizer .m #options {
	margin-top: 5px;
	color: #323232;
	font-size: 11px;
	letter-spacing: -0.02em;
	float: right;
	padding-right: 5px;
}

#social #optimizer .m #options td.left {
	padding-right: 10px;
	text-align: right;
}

#social #optimizer #options {
	font-size: 11px;
	float: right;
}

#social #optimizer #options td {
	vertical-align: middle;
}

/* ======================= */
/* = Optimizer - buttons = */
/* ======================= */
#social #optimizer #buttons {
	height: 36px;
	background: url('/images/optimizer_new/options_buttons_swatch.png') repeat-x;
}

#social #optimizer .opt_button,
#social #optimizer .clear_button {
	width: 157px;
	height: 19px;
	display: block;
	text-align: center;
	font-weight: bold;
	font-family: arial;
	font-size: 13px;
	letter-spacing: -0.02em;
	padding-top: 4px;
	float: left;
	letter-spacing: -0.02em;
}

#social #optimizer .opt_button {	
	background: url('/images/optimizer_new/optimize_button.png');
	color: #153b0b;
	margin-right: 4px;
}

#social #optimizer .clear_button {
	background: url('/images/optimizer_new/clear_button.png');
	color: #787878;
}

/* =================== */
/* = Optimizer - cal = */
/* =================== */
#social #optimizer .all {
	position: relative;
	background: #f6f6f6;
}

#social #optimizer #tg-box {
	background:transparent url(/images/sprites/repeat_x.png) repeat scroll 0 -1699px;
	z-index: 2;
	border-left: 1px solid #aaa;
	width: 23px;
	height: 24px;
	position: absolute;
	top: 0;
	left: 12px;
}

#social #optimizer #tg,
#social #optimizer #tg .timegrid-view {
	background: #efefef;
}

/* ========================== */
/* = Optimizer - save panel = */
/* ========================== */
#social #optimizer #save_panel {
	<!-- should be 32px -->
	height: 0px;
	background: url('/images/optimizer_new/options_save_swatch.png') repeat-x;
}

#social #optimizer #save_panel div {
	float: right;
}

#social #optimizer .mid .m #save_panel #save_schedule {
		width: 62px;
		height: 18px;
		display: block;
		background: url('/images/optimizer_new/save_button.png');
		color: #153b0b;
		margin-right: 4px;
		margin-left: 5px;
		float: left;
		text-align: center;
		padding-top: 5px;
		position: relative;
		top: -1px;
}

#social #optimizer #save_panel #saved_name {
	border: 1px solid #8BCA0F;
	-moz-border-radius: 4px;
	color: #888888;
	font-size: 12px;
	width: 242px;
	padding: 2px 5px;
	float: left;
}

#social #optimizer .mid .m #save_panel {
	border-bottom: 1px solid #ccc;	
}

/* ==================== */
/* = Optimizer - bottom */
/* ==================== */
#social #optimizer .b .m .opt_bottom,
#social #optimizer .b .m .opt_actions {
	color: #787878;
	font-weight: bold;
	font-size: 13px;
	letter-spacing: -0.02em;
	height: 36px;
	float: left;
}

#social #optimizer .b .m .opt_actions {
	display: block;
	height: 28px;
	padding-top: 8px;
	border-right: 1px solid #ccc;
}

#social #optimizer .b .m .opt_actions#print,
#social #optimizer .b .m .opt_actions#download,
#social #optimizer .b .m .opt_actions .icons,
#social #optimizer .b .m .opt_actions .text {	
	float: left;
	display: block;
}

#social #optimizer .b .m .opt_actions #download .icons {
	position: relative;
	top: 2px;
}

#social #optimizer .b .m .opt_actions#print {
	width: 76px;
	padding-left: 12px;
}

#social #optimizer .b .m .opt_actions#download {
	width: 100px;
	padding-left: 18px;
}

#social #optimizer .b .m .opt_actions .text {
	padding-top: 3px;
	padding-left: 5px;
}

#social #optimizer .b .m .sched_drop #schedules {
	display: block;
	float: right;
	margin-top: 8px;
	position: relative;
	left: 4px;
}

/* =============== */
/* = Course list = */
/* =============== */
#social .course {
	margin-top: 10px;
}

#social .icourse.none {
	width: 531px;
	margin-top: 6px;
}

#social .icourse.none .m,
#social #fbottom .whitecont.nologin .m {
	color:#323232;
	font-size:12px;
	font-weight:bold;
	letter-spacing:-0.02em;
	line-height:1.1em;
	text-align:center;
	vertical-align:middle;
}

#social .course .icourse {
	width: 100%;
	color: #545454;
	border: 1px solid #aaa;
}

#social .course .for_delete {
	position: relative;
}

#social .course .delete {
	position: absolute;
	top: -4px;
	right: -8px;
	cursor: pointer;
}

.ie6 #social .course .delete,
.ie7 #social .course .delete {
	top: 10px;
}

/* ===================== */
/* = Listings - navbar = */
/* ===================== */
#social .course .nav {
	height: 40px;
}

#social .course .nav .title {
	width: 158px;
	background: url('/images/optimizer_new/titlebox_swatch.png') repeat-x;
	border-right: 1px solid #aaa;
	vertical-align: middle;
}

#social .course h3 {
	font-size: 14px;
	padding-left: 10px;
}

#social .course h3 .dragger {
	cursor: move;
	vertical-align: bottom;
	padding-right: 7px;
}

#social .course .handle {
	position: absolute;
	top: 10px;
	left: -36px;
	font-size: 12px;
	color: #fff;
	text-align: center;
	width: 35px;
	height: 13px;
	cursor: move;
}

.ie6 #social .course .handle,
.ie7 #social .course .handle {
	top: 26px;
}

#social .course .outer {
	position: relative;
}

#social .course .handle div.num {
	background: silver;
	border: 1px solid #ccc;
	border-right: none;
	padding-top: 3px;
	width: 35px;
	height: 13px;
	z-index: 1;
	opacity: 0.8;
	filter: alpha(opacity = 80);
}

#social .course .nav .but {
	background: url('/images/optimizer_new/buttons_swatch.png') repeat-x;
	border-right: 1px solid #ccc;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	vertical-align: middle;
	color: #898989;
}

#social .course .nav .but div {
	cursor: pointer;
	height: 26px;
	text-align: center;
	padding-top: 13px;
}

#social .course .nav .selected,
#social .course .nav .but:hover {
	color: #545454;
}

#social .course .nav .tbutton {
	width: 82px;
}

#social .course .nav .tbutton.selected {
	background: url('/images/optimizer_new/buttons_times_mo.png') no-repeat;
}

#social .course .nav .cdbutton {
	width: 130px;
}

#social .course .nav .cdbutton.selected {
	background: url('/images/optimizer_new/buttons_descriptions_mo.png') no-repeat;
}

#social .course .nav .bbutton {
	width: 79px;
}

#social .course .nav .bbutton.selected {
	background: url('/images/optimizer_new/buttons_books_mo.png') no-repeat;
}

#social .course .nav .pbutton {
	width: 85px;
	border-right: none;
}

#social .course .nav .pbutton.selected {
	background: url('/images/optimizer_new/buttons_people_mo.png') no-repeat;
}

/* ======================= */
/* = Listings - leftopts = */
/* ======================= */
#social .course .content {
	display: none;
}

#social .course .opts,
#social .course .cont {
	border-top: 1px solid #aaa;
}

#social .course .opts div {
	border-right: 1px solid #aaa;
	text-align: center;
}

#social .course .opts #teaching {
	height: 29px;
	padding-top: 10px;
	text-align: left;
	padding-left: 10px;
	background: url('/images/optimizer_new/instructor_swatch.png') repeat-x;
}

#social .course .opts .leftb {
	display: none;
	height: 18px;
	border-top: 1px solid #8dc815;
	border-bottom: 1px solid #8dc815;
	padding-top: 5px;
	background: url('/images/optimizer_new/enrollment_swatch.png') repeat-x;
	font-weight: bold;
	color: #153b0b;
	letter-spacing: -0.02em;
	font-size: 11.5px;
	cursor: pointer;
}

#social .course .opts .leftb a {
	color: #153b0b;
}

#social .course .opts .show_notifications {
	display: block;
}

#social .course .opts .credits {
	height: 19px;
	background: url('/images/optimizer_new/credits_swatch.png') repeat-x;
	padding-top: 8px;
	border-bottom: 1px solid #ddd;
	font-weight: bold;
	font-size: 12px;
	color: #545454;
}

#social .course .opts .inst {
	height: 56px;
	background: url('/images/optimizer_new/instructions_swatch.png') repeat-x;
}

#social .course .opts .inst div {
	border-right: none;
}

#social .course .opts .inst .info {
	display: block;
	width: 148px;
	font-size: 11px;
	letter-spacing: -0.02em;
	line-height: 1.25em;
	text-align: left;
	color: #323232;
	padding: 5px;
}

#social .course .opts .inst .info span {
	font-weight: bold;
}

#social .course .opts .credits .honors {
	font-weight: normal;
	font-style: italic;
}

#social .course .opts .inst .times_info {
	font-style: italic;
	width: 144px;
	padding: 7px;
}

#social .course .opts .inst .people_info {
	padding-top: 14px;
}

/* ==================== */
/* = Listings - conts = */
/* ==================== */
#social .course .cont {
	overflow: hidden;
}

#social .course .cont .o {
	position: relative;
}

#social .course .cont .back {
	background: url('/images/optimizer_new/interior2.png') no-repeat;
	width: 372px;
	height: 148px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}

#social .course .cont .klass {
	position: relative;
}

#social .course .cont .i {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	height: 148px;
	width: 100%;
	overflow-y: auto;
	overflow-x: hidden;
}

#social .course .cont .i .loadertron {
	display: none;
	position: absolute;
	top: 55px;
	left: 175px;
}

#social .course .content .cont .o .i.cd_cont {
	width: 342px;
	padding: 15px;
	height: 118px;
	overflow-y: auto;
}

#social .course .content .cont .o .i.cd_cont h4 {
	font-size: 13px;
	font-weight: bold;
	letter-spacing: -0.02em;
	color: #2771c1;
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
}

#social .course .content .cont .o .i.cd_cont span,
#social .course .content .cont .o .i.cd_cont div {
	font-size: 11.5px;
	position: relative;
	line-height: 1.3em;
	color: #32323;
	letter-spacing: -0.02em;
}

#social .course .content .cd_cont .blurb {
	padding-top: 5px;
}

#social .course .content .cont .o .i.cd_cont span {
	font-weight: normal;
}

#social .course .content .cont .o .i.cd_cont div {
	padding-top: 5px;
}

#social .course .people_cont #must_connect,
#social .course .people_cont .no_friends,
#social .course .books_cont .no_books_available {
	display: none;
	position: absolute;
	text-align: center;
	top: 45px;
	font-weight: bold;
	line-height: 1.1em;
	width: 100%;
}

/* ============================ */
/* = Listings - conts - times = */
/* ============================ */
#social .course .ind_table {
	width: 100%;
}

#social .course .ind_table .inst td{
	font-weight: bold;
	color: #2771c1;
	letter-spacing: -0.02em;
	font-size: 11.5px;
	padding-top: 7px;
	padding-bottom: 4px;
	border-right: 1px solid #ccc;
}

#social .course .ind_table .inst .secs {
	padding-left: 10px;
}

#social .course .klass_box {
	margin: 5px auto;
}
#social .course .klass_box .l,
#social .course .klass_box .r {
	width: 11px;
}

#social .course .klass_box .t,
#social .course .people_cont .t {
	height: 16px;
	background: #ebebeb;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	font-weight: bold;
	font-size: 10.5px;
	color: #545454;
}

.ie6 #social .course .klass_box .t td,
.ie6 #social .course .people_cont .t td,
.ie7 #social .course .klass_box .t td,
.ie7 #social .course .people_cont .t td {
	background: #ebebeb;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

#social .course .people_cont .t div {
	height: 16px;
	max-height: 16px;
}

#social .course .klass_box .l {
	background: url('/images/optimizer_new/indicators_l.png') repeat-y;
}

#social .course .klass_box .r {
	background: url('/images/optimizer_new/indicators_r.png') repeat-y;
}

#social .course .klass_box .t .l {
	background: url('/images/optimizer_new/indicators_tl.png') no-repeat;
}

#social .course .klass_box .t .r {
	background: url('/images/optimizer_new/indicators_tr.png') no-repeat;
}

#social .course .klass_box .inst {
	height: 21px;
}

#social .course .klass_box .inst .l {
	background: url('/images/optimizer_new/indicators_ml.png') no-repeat;
}

#social .course .klass_box .inst .r {
	background: url('/images/optimizer_new/indicators_mr.png') no-repeat;
}

#social .course .klass_box .inst .lec,
#social .course .klass_box .inst .secs {
	background: url('/images/optimizer_new/indicators_mm.png') repeat-x;
}

#social .course .klass_box .t .m,
#social .course .inst .lec,
#social .course .people_cont .t .m {
	padding-left: 10px;
}

#social .course .klass_box .t .m,
#social .course .people_cont .t .m {
	padding-right: 10px;
}

#social .course .klass_box .t .m {
	padding-top: 3px;
}

#social .course .klass_box td.lec {
	padding-left: 16px;
	padding-right: 16px;
	width: 49px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#social .course .klass_box .section.lec:hover,
#social .course .klass_box li:hover {
	background: #aed2e2;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#social .course .klass_box li.jcarousel-item-placeholder:hover {
	background: transparent;
}

#social .course .klass_box .section.lec {
	width: 49px;
}

#social .course .klass_box td.secs {
	border-bottom: 1px solid #ccc;
}

#social .course td.lec,
#social .course td.secs {
	padding-top: 7px;
	padding-bottom: 3px;
}

#social .course .klass_box li.section * {
	opacity: .4;
	filter: alpha(opacity = 40);
}

#social .course .klass_box li.section.open * {
	opacity: 1;
	filter: alpha(opacity = 100);
}

#social .course .klass_box .b {
	height: 12px;
}

#social .course .klass_box .b .l {
	background: url('/images/optimizer_new/indicators_bl.png') no-repeat;
}

#social .course .klass_box .b .lec,
#social .course .klass_box .b .secs {
	background: url('/images/optimizer_new/indicators_b.png') repeat-x;
}

#social .course .klass_box .b .r {
	background: url('/images/optimizer_new/indicators_br.png') no-repeat;
}

#social .course .klass_box .section {
	height: 60px;
	text-align: center;
	font-weight: bold;
	font-size: 10px;
	color: #545454;
	letter-spacing:-0.02em;
}

#social .course .klass_box .section .isec {
	padding-top: 4px !important;
	padding-bottom: 6px !important;
	height: 20px !important;
}

#social .course .klass_box .section.selected .isec {
	padding-top: 2px !important;
	height: 22px !important;
}

#social .course .klass_box .b .lec div {
	height: 9px;
	width: 60px;
	border-right: 1px solid #aaa;
}

#social .course .klass_box .lock {
	display: none;
}

#social .course .klass_box .section {
	cursor: pointer;
}

#social .course .people_cont .midtable {
	width: 100%;
}

/* ===================================== */
/* = Course listings cont - indicators = */
/* ===================================== */
.people_cont .covers {
	padding-top: 3px;
}

.books_cont .no_books_available {
	display: none;
}

.books_cont .covers .cover,
.people_cont .covers .cover {
	width: 65px;
	height: 110px;
	background: url('/images/optimizer_new/frame_ds.png') 12px 82px no-repeat;
	text-align: center;
	font-size: 11px;
}

.ie6 .books_cont .covers .cover,
.ie6 .people_cont .covers .cover {
	background-image: url('/images/optimizer_new/frame_ds.gif');
}

.books_cont .covers .cover.selected,
.people_cont .covers .cover.selected {
	background: url('/images/optimizer_new/frame_selecter.png') no-repeat;
}

.ie6 .books_cont .covers .cover.selected,
.ie6 .people_cont .covers .cover.selected {
	background: url('/images/optimizer_new/frame_selecter.png') no-repeat !important;
	color: transparent !important;
}

.books_cont .covers .cover .author,
.people_cont .covers .cover .author {
	position: relative;
	top: 5px;
	height: 22px;
	overflow: hidden;
}

.books_cont .covers .cover .obook,
.people_cont .covers .cover .obook {
	position: relative;
	left: 12px;
	width: 49px;
	height: 60px;
	overflow: hidden;
}

.ie7 .books_cont .covers .cover .obook,
.ie6 .books_cont .covers .cover .obook,
.ie7 .people_cont .covers .cover .obook,
.ie6 .people_cont .covers .cover .obook {
	left: 0;
}

.books_cont .covers .cover .overlay,
.people_cont .covers .cover .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 49px;
	height: 60px;
	z-index: 2;
	background: url('/images/optimizer_new/frame_nohover.png') no-repeat;
}

.books_cont .covers .cover.selected .overlay,
.people_cont .covers .cover.selected .overlay {
	background: url('/images/optimizer_new/frame_hover.png') no-repeat;
}

.books_cont .covers .cover .ibook,
.people_cont .covers .cover .ibook {
	position: absolute;
	top: 2px;
	left: 2px;
	height: 56px;
	width: 45px;
	overflow: hidden;
}

.books_cont .covers .cover .book,
.people_cont .covers .cover .person {
	width: 45px;
}

.books_cont .covers .cover .price,
.people_cont .covers .cover .price {
	position: relative;
	top: 5px;
	color: #416a1a;
	text-align: center;
	overflow: hidden;
	font-weight: bold;
}

/* ============================ */
/* = Course listings -- books = */
/* ============================ */
#social .course .books_cont {
	padding-top: 7px;
}

#social .course .books_cont .citation,
#social .course .people_cont .citation {
	font-size: 11px;
	padding-left:10px;
	padding-right:10px;
	padding-top:3px;
}

#social .course .people_cont .citation img {
	padding-right: 4px;
}


/* times */
.times-box .section .lock {
	display: none;
}

.times-box {
	border: 1px solid #c6e776;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-collapse: separate;
	line-height: 1;
}

.times-box .showing {
	height: 12px;
	padding-top: 3px;
	padding-right: 25px;
	text-align: right;
	font-size: 10px;
}

.times-box tr.top td:first-child {
	-moz-border-radius-topleft: 6px;
	-webkit-border-top-left-radius: 6px;
}

.times-box tr.top td:last-child {
	-moz-border-radius-topright: 6px;
	-webkit-border-top-right-radius: 6px;
}

.times-box tr.bot td:first-child {
	-moz-border-radius-bottomleft: 6px;
	-webkit-border-bottom-left-radius: 6px;
}

.times-box tr.bot td:last-child {
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-right-radius: 6px;
}

.times-box tr.line td {
	border-bottom: 1px solid #c6e776;
}

.times-box .lec,
.times-box .type {
	padding-left: 7px;
	padding-right: 7px;
}

.times-box td.lec,
.times-box td.secs {
	padding-top: 10px;
	background: #EFFAD4;
}

.times-box td.lec {
	border-right: 1px solid #c6e776;
}

.times-box .indicators .ts {
	font-size: 10px;
	font-weight: bold;
}

.times-box td.secs {
	background: #fff;
}

.times-box .lec .section {
	white-space: nowrap;
	width: 30px;
	text-align: center;
}

.times-box li.section {
	font-size: 10px;
	text-align: center;
}

.times-box li.section * {
	opacity: .4;
	filter: alpha(opacity = 40);
}

.times-box li.section span {
	padding-left: 1px;
	padding-right: 1px;
}

.times-box li.section.open * {
	opacity: 1;
	filter: alpha(opacity = 100);
}

.times-box .section.selected .ind {
	position: relative;
	top: -2px;
}

.times-box .section.selected img {
	opacity: 1;
	filter: alpha(opacity = 100);
}

.times-box .section {
	cursor: pointer;
}

.times-box .bot .lec,
.times-box .bot .secs {
	padding: 6px 0 4px;
	font-size: 11px;
}

.times-box .bot .lec {
	text-align: center;
}

.times-box .bot .secs {
	padding-left: 27px;
}

#social .course .notify {
	width: 200px;
	padding-left: 10px;
	padding-bottom: 12px;
	border-left: 2px dotted #e0e0e0;
	font-size: 11px;
}

#social .course .notify td,
#social .course .notify th {
	vertical-align: middle;
	text-align: left;
}

/* ==================== */
/* = Description/Info = */
/* ==================== */
#social .course .filler {
	height: 7px;
	display: none;
}

#social .course .filler td {
	height: 7px;
	width: 100%;
}

#social .course .desc {
	display: none;
}

#social .course .desc .info {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 45px;
	border-top: 1px solid #E0E0E0;
}

#social .course .desc .info {
	line-height: 1.25em;
}

#social .course .desc .info h4 {
	font-weight: bold;
	margin-bottom: 5px;
}

#social .course .desc .info div {
	margin-top: 7px;
}

#social .course .desc .info div h4 {
	display: inline;
	margin: 0;
}

#social .course .teaching {
	padding-left: 9px;
}

#social .course .teaching .keepup,
table.ctable .keepup {
	background: url('/images/common_new/keepup_unselected.png');
	width: 198px;
	padding-top: 9px;
	text-align: center;
	font-weight: bold;
	color: #2771c1;
	height: 31px;
	cursor: pointer;
	position: relative;
	left: -2px;
}

#social .course .teaching .keepup:hover,
table.ctable .keepup:hover {
	background: url('/images/common_new/keepup_selected.png');
	color: #fff;
}

table.ctable .keepup {
	display: none;
}

#social .course .teaching h4 {
	background: url('/images/sprites/norepeat_lg.png') no-repeat -671px -130px;
	width: 191px;
	height: 23px;
	padding-top: 8px;
	font-size: 14px;
	color: #153B0B;
	text-align: center;
	font-weight: bold;
}

#social .course .teaching .select_a_prof {
	width: 179px;
	height: 17px;
	background: #deedb5;
	border-bottom: 1px solid #c6e776;
	padding-top: 6px;
	padding-left: 12px;
	color: #416A1A;
	font-size: 11px;
	font-style: italic;
	cursor: pointer;
}

#social .course .teaching .drop {
	padding-top: 8px;
	text-align: center;
	font-weight: bold;
	color: #153B0B;
	background: url('/images/search_new/teaching_drop.png') no-repeat;
	min-height: 9px;
	width: 191px;
	text-align: center;
	font-size: 13px;
}

#social .course .teaching div.selected {
	font-weight: bold;
}

#social .course .teaching div span {
	padding-left: 3px;
}

#social .course .teaching div.last {
	background: url('/images/sprites/norepeat_lg.png') no-repeat -671px -162px;
	border: 0;
	padding-top: 5px;
}

#social .course .deets td {
	padding-left: 50px;
}

/* ========= */
/* = Books = */
/* ========= */
#social .course .books_panel {
	padding-left: 45px;
}

.ie6 #social .course .handle div.img,
.ie6 #social #optimizer .options .num div,
.ie6 #social #optimizer .b .r,
.ie6 #social #optimizer .b .l,
.ie6 #social #optimizer .t .r,
.ie6 #social #optimizer .t .l {
	background-image: url('/images/sprites/norepeat_sm.gif');
}

.ie6 #social #optimizer .b .m,
.ie6 #social #optimizer .t .m {
	background-image: url('/images/sprites/repeat_x.gif');
}

.ie6 #social #optimizer .smbox .m div.back,
.ie6 #social #optimizer .mid .r,
.ie6 #social #optimizer .mid .l {
	background-image: url('/images/sprites/repeat_y.gif');
}

.ie6 #social .course .teaching div.last,
.ie6 #social .course .teaching h4,
.ie6 #social #optimizer .smbox .b,
.ie6 #social #optimizer .smbox .t {
	background-image: url('/images/sprites/norepeat_lg.gif');
}



.ac_results {
	padding: 0px;
	border: 1px solid black;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	font: menu;
	font-size: 12px;
	line-height: 16px;
	overflow: hidden;
}

.ac_loading {
	background: white url('indicator.gif') right center no-repeat;
}

.ac_odd {
	background-color: #eee;
}

.ac_over {
	background-color: #0A246A;
	color: white;
}

#social td {
	vertical-align: top;
}


#social #right #search,
#splash .r #search {
	padding: 10px;
	width: 160px;
}

#timegrid-loader {
	z-index: 20;
	top: 170px;
	left: 172px;
	position: absolute;
	display: none;
}

.notifications_popup_t {
	display: none;
}

.notifications_popup {
	text-align: center;
}

.notifications_popup tr {
	margin-bottom: 20px;
}

.notifications_popup .rule {
	width: 100%;
	height: 1px;
	border-bottom: 1px solid #96BEE1;
	margin-bottom: 10px;
	margin-top: 20px;
}

.notifications_popup .keepup_button,
#recommend_popup .rec_button,
.big_popup_button {
	background: url('/images/common_new/keepup_pop_unselected.png') no-repeat;
	height: 30px;
	margin: 0 auto;
	width: 210px;
	font-size: 12.65px;
	padding-top: 21px;
	display: block;
	text-align: center;
}

#recommend_popup .rec_button {
	margin-top: 7px;
	cursor: pointer;
	text-align: center;
	font-weight: bold;
}

#recommend_popup .cancel {
	font-size: 12px;
	margin-top: 10px;
	text-align: center;
}

.notifications_popup .keepup_button:hover,
#recommend_popup .rec_button:hover,
.big_popup_button:hover {
	background: url('/images/common_new/keepup_pop_selected.png') no-repeat;
	color: white;
}

.notifications_popup .keepup_button.deactivated,
.big_popup_button.deactivated {
	opacity: 0.4;
	filter: alpha(opacity = 40);
	cursor: default;
}

.notifications_popup .keepup_button.deactivated:hover,
.big_popup_button.deactivated:hover {
	background: url('/images/common_new/keepup_pop_unselected.png') no-repeat;
	color: #2177C1;
	opacity: 0.4;
	filter: alpha(opacity = 40);
}

.notifications_popup .choices td, .notifications_popup .actions td {
	vertical-align: middle;
}

.notifications_popup .choices td.left {
	padding-right: 10px;
}

.notifications_popup .choices td.middle {
	padding-left: 10px;
	padding-right: 10px;
}

.notifications_popup .replace {
	font-size: 11.23px;
	color: black;
	text-align: left;
}

.notifications_popup .replace h3 {
	font-size: 15.12px;
	font-family: Georgia;
	text-align: left;
	color: #2177C1;
	font-style: italic;
}

.notifications_popup .replace .break {
	height: 3px;
}

.notifications_popup .replace .actions {
	text-align: center;
	margin:0 auto;
}

.notifications_popup .replace a {
	font-weight: normal;
}

.notifications_popup .replace .actions td.left {
	padding-right: 20px;
}

.notifications_popup .replace .actions .specific .or {
	color: #aaa;
	margin-top: 4px;
	margin-bottom: 4px;
}

.notifications_popup .replace .response {
	margin:0 auto;
	margin-top: 10px;
	text-align: center;
	color: green;
	font-weight: bold;
}

.notifications_popup .replace .response img {
	display: none;
	text-align: center;
	margin: 0 auto;
}

.notifications_popup .replace .remove {
	margin-top: 10px;
	float: right;
}

.notifications_popup .replace #remove_alerts {
	display: none;
	color: #aaa;
	font-size: 9.83px;
}

.friend_details_t {
	display: none;
}

.friend_details {
	position: absolute;
}

.friend_details #picture {
	float: left;
	margin-right: 10px;
}

.friend_details #picture img {
	height: 50px;
}

.friend_details #info {
	float: left;
}

.friend_details #info #name {
	font-size: 20px;
}

.friend_details #action {
	clear: both;
	padding-top: 5px;
	margin-top: 5px;
	border-top: 1px solid #BEC1C2;
}

.friend_details #instructions {
	line-height: 1.15em;
	margin-top: 10px;
}

.friend_details #instructions h5 {
	font-size:14px;
	padding-bottom:3px;
	text-align:center;
}

.friend_details #conflict {
	color:red;
	display:block;
	margin-top:5px;
	text-align:center;
}

.friend_details #links {
	border-top-color:#BEC1C2;
	border-top-style:solid;
	border-top-width:1px;
	margin-top:5px;
	padding-top:5px;
	line-height: 1.15em;
}

.friend_details #no_section,
.friend_details #conflict {
	display: none;
}

.friend_details .description {
	line-height: 1.15em;
}

.friend_details .description div {
	text-align: center;
	font-size: 14px;
	padding-bottom: 5px;
}

#dashboard {
	height: 171px;
	width: 100%;
	position: relative;
	margin: 0 auto;
	background: url('/images/common_new/dash_grad.png') repeat-x;
	padding-top: 15px;
}

#dashboard table {
	width: 100%;
}

#dashboard #dtop {
	width: 925px;
	margin: 0 auto;
}

#dashboard a {
	color: #2177c1;
	font-weight: bold;
	text-decoration: none;
}

/* ========================= */
/* = Welcome to Semesterly = */
/* ========================= */
#dashboard thead th {
	text-align: left;
	padding: 10px 0;
	border-bottom: 1px solid #ededed;
	width: 100%;
}

#dashboard thead th h1 {
	font-family: Georgia;
	font-size: 19px;
	line-height: 1.2em;
	font-style: italic;
	color: #153b0b;
	float: left;
}

#dashboard thead th div {
	float: right;
	color: #153b0b;
	line-height: 0.9em;
	width: 300px;
}

#dashboard thead th div a {
	color:#153B0B;
}

#dashboard thead th span {
	float:right;
	font-family:Arial;
	font-size:10px;
	font-weight:bold;
	letter-spacing:-0.02em;
	line-height:1.05em;
	padding-right:10px;
	text-align:right;
}

#dashboard thead th div blockquote {
	float: right;
}

#dashboard thead em {
	font-family: Georgia;
	color: #8ecb0f;
}

#dashboard thead td.spacer {
	height: 12px;
}

/* ============= */
/* = Dashboard = */
/* ============= */
#dashboard tbody {
	font-size: 11px;
	font-family: Arial;
	color: #323232;
}

#dashboard tbody td {
	vertical-align: top;
	padding-bottom: 10px;
}

#dashboard tbody #left,
#dashboard tbody #middle {
	border-right: 2px dotted #E0E0E0;
}

#dashboard tbody #left.splash,
#dashboard tbody #middle.splash {
	border: none;
}

#dashboard tbody .pushdown {
	padding-top: 5px;
}

#dashboard tbody table.pushdown {
	margin-top: 10px;
}

/* ===================== */
/* = Image and numbers = */
/* ===================== */
#dashboard tbody #left {
	width: 308px;
}

#dashboard tbody #left td {
	padding: 0;
	border-bottom: 0;
}

#dashboard tbody #left #pic {
	width: 100px;
}

#dashboard tbody #left .cont {
	position: relative;
	overflow: hidden;
	height: 100px;
}

#dashboard tbody #left .overlay {
	z-index: 2;
	height: 100px;
	background: url('/images/sprites/norepeat_lg.png') no-repeat -121px -130px;
}

#dashboard tbody #left img {
}

#dashboard tbody #left img,
#dashboard tbody #left .overlay {
	width: 100px;
	position: absolute;
	top: 0;
	left: 0;
}

#dashboard tbody #left #status_list {
	padding-left: 5px;
	padding-right: 15px;
}

#dashboard tbody #left #status {
	padding-top: 5px;
	padding-left: 15px;
	line-height: 1.15em;
}

#dashboard tbody #left #status li {
	margin-bottom: 10px;
	font-size:11.5px;
}

/* ======== */
/* = Feed = */
/* ======== */
#dashboard tbody #middle em {
	color: auto;
}

#dashboard tbody #middle.signup {
	padding-bottom: 0;
}

#dashboard tbody #middle .no_login {
	font-weight: bold;
}

#dashboard tbody #middle .no_login h4 {
	color:#323232;
	font-size:13px;
	font-weight:bold;
	letter-spacing:-0.02em;
	margin-bottom:10px;
}

#dashboard tbody #middle.center {
	vertical-align: middle;
	text-align: center;
	line-height: 1.4em;
}

#dashboard #no_feed_items {
	font-size:12px;
	font-weight:bold;
	line-height:1.15em;
	margin:42px auto;
	text-align:center;
}

#dashboard tbody #middle #feed,
#dashboard tbody #middle #info_note {
	max-height: 129px;
	overflow-y: auto;
	margin-left: 10px;
	margin-right: 10px;
	line-height: 1.15em;
	text-align: left;
}

#dashboard tbody #middle #feed li {
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 3px;
}

#dashboard tbody #middle #info_note {
	line-height: 1.1em;
	padding-right: 10px;
}

#dashboard tbody #middle #info_note p {
	font-size:11.5px;
	letter-spacing:-0.02em;
	line-height:14px;
	padding-bottom:6px;
}

#dashboard tbody #middle #info_note h3 {
	padding-bottom: 6px;
	font-weight: bold;
	font-size: 12px;
	color: #153b0b;
}

.ie6 #dashboard tbody #middle #feed {
	height: 105px;
}

.ie7 #dashboard tbody #middle #feed {
	overflow-x: hidden;
}

#dashboard #feed td {
	padding-bottom: 5px;
	vertical-align: middle;
	padding-right: 10px;
}

#dashboard .opic {
	position: relative;
	height: 30px;
	width: 30px;
	margin-right: 10px;
}

#dashboard .opic .overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 30px;
	height: 30px;
	background: url('/images/common_new/fbphoto_frame_logo_sm.png') no-repeat;
}

.ie7 #dashboard .opic .overlay,
.ie6 #dashboard .opic .overlay {
	background: none;
	display: none;
	position: relative;
	z-index: 0;
}

#dashboard .opic .ipic {
	position: absolute;
	top: 0;
	left: 0;
	width: 30px;
	height: 30px;
	z-index: 1;
}

.ie7 #dashboard .opic .ipic,
.ie6 #dashboard .opic .ipic {
	position: relative;
	z-index: 1;
}

#dashboard #feed img {
	width: 30px;
	height: 30px;
}

#dashboard #feed li.odd {
	background-color: #f7f7f7;
}

#dashboard #login_signup {
	width: 250px;
	margin: 0 auto;
}

#dashboard #login_signup a {
	display: block;
	text-align: center;
	width: 125px;
	float: left;
	font-size: 13px;
	font-weight: bold;
	color: #323232;
	padding-top: 4px;
	height: 17px;
	border-bottom: 1px solid #aaa;
	background: none;
}

#dashboard #login_signup a.selected {
	background: url('/images/sprites/repeat_x.png') repeat-x 0 -1330px;
	color: #fff;
}

#dashboard #signup,
#dashboard #login {
	padding-top: 5px;
	position: relative;
}

#dashboard #signup td,
#dashboard #login td {
	padding-bottom: 2px;
}

#dashboard tbody #middle th,
#dashboard #login th,
#dashboard #signup th {
	color: #323232;
	vertical-align: middle;
	text-align: right;
	padding-bottom: 2px;
	font-size: 12px;
	font-weight: bold;
	padding-right: 10px;
}

#dashboard tbody #signup table,
#dashboard tbody #login table {
	margin-left: 48px;
	width: auto;
}

#dashboard tbody #signup td,
#dashboard tbody #signup input.green {
	width: 163px;
}

#dashboard tbody #login td {
	width: 228px;
	margin: 0 auto;
}

#dashboard tbody #login input.green {
	width: 163px;
}

#dashboard tbody #signup .green_but,
#dashboard tbody #login .green_but {
	margin: 10px auto 0;
	color: #3F7032;
	font-size: 12px;
	text-shadow: 0.5px 0.5px 0.5px #EFEFEF;
}

#dashboard #login_right #dash_login.signup {
	float: right;
	margin-right: 57px;
}

#dashboard tbody #login #dash_login_buttons #dash_login {
	float: left;
}

#dashboard tbody #login #dash_login_buttons {
	display: none;
	position: relative;
	left: 30px;
}

#dashboard tbody #login #dash_login_text {
	color: #787878;
	float: left;
	font-size: 12px;
	letter-spacing: -0.02em;
	margin: 22px 5px 0;
	vertical-align: middle;
}

#dashboard tbody #login #dash_login_fb {
	float: left;
	padding-top: 8.5px;
}

#dashboard tbody #signup .switch,
#dashboard tbody #login .switch {
	text-align: center;
	padding-left: 10px;
	padding-top: 4px;
}

/* ================ */
/* = Links/Alerts = */
/* ================ */
#dashboard tbody #right {
	width: 225px;
}

#dashboard tbody #right #right_container {
	position: relative;
}

#dashboard tbody #right #right_container table tr.middle {
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

#dashboard tbody #right #right_container table tr.deactivated {
	opacity: 0.3;
	filter: alpha(opacity = 30);
}

#dashboard tbody #right #right_container table tr.deactivated a {
	cursor: default;
}

.ie6 #dashboard tbody #right #right_container table tr.deactivated {
	filter:alpha(opacity=30);
	width: 100%;
	height: 100%;
}

#dashboard tbody #right #right_container a {
	font-size: 12.32px;
}

#dashboard tbody #right table {
	position: relative;
	z-index: 1;
}

#dashboard tbody #right td {
	padding: 5px 0 5px 15px;
	vertical-align: middle;
	color: #2177c1;
	font-weight: bold;
	border-bottom: 0;
}

#dashboard tbody #right .first td {
	padding-top: 0;
}

#dashboard tbody #right #alert_box {
	height: 103px;
	width: 206px;
	position: absolute;
	margin-left: 10px;
	left: 10;
	top: 0;
	background: url('/images/sprites/norepeat_lg.png') no-repeat -222px -180px;
	z-index: 2;
}

#dashboard tbody #right #alert_box #alert {
	padding-right: 15px;
	text-align: center;
	color: #555;
	vertical-align: top;
}

#dashboard tbody #right #alert_box #close_button_container {
	height: 10px;
}

#dashboard tbody #right #alert_box #close_button_container h3 {
	margin-top: 4px;
	font-size: 13px;
	font-weight: bold;
	font-variant: small-caps;
	color: #ff4444;
}

#dashboard tbody #right #alert_box #close_button_container #alert_close {
	position: absolute;
	left: 202px;
	top: -10px;
}

/* ========== */
/* = Shadow = */
/* ========== */
#dashboard_shadow {
	height: 55px;
	width: 917px;
	background: url('/images/sprites/norepeat_lg.png') no-repeat -63px -407px;
	margin: 0 auto;
}

.ie6 #dashboard tbody #right #alert_box,
.ie6 #dashboard tbody #left .overlay,
.ie6 #dashboard .l,
.ie6 #dashboard .r {
	background-image: url('/images/sprites/norepeat_lg.gif');
}

.ie6 #dashboard #login_signup a,
.ie6 #dashboard .m {
	background-image: url('/images/sprites/repeat_x.gif');
}


.whitecont .t,
.whitecont .b {
	height: 15px;
}

.whitecont .l,
.whitecont .r {
	width: 15px;
}

.whitecont .t .l {
	background: url('/images/sprites/norepeat_sm.png') no-repeat 0 0;
}

.whitecont .t .m {
	background: url('/images/sprites/repeat_x.png') repeat-x 0 0;
}

.whitecont .t .r {
	background: url('/images/sprites/norepeat_sm.png') no-repeat -16px 0;
}

.whitecont .mid .l {
	background: url('/images/sprites/repeat_y.png') repeat-y 0 0;
}

.whitecont .mid .m {
	background: #fff;
}

.whitecont .mid .r {
	background: url('/images/sprites/repeat_y.png') repeat-y -16px 0;
}

.whitecont .b .l {
	background: url('/images/sprites/norepeat_sm.png') no-repeat 0 -16px;
}

.whitecont .b .m {
	background: url('/images/sprites/repeat_x.png') repeat-x 0 -16px;
}

.whitecont .b .r {
	background: url('/images/sprites/norepeat_sm.png') no-repeat -16px -16px;
}

.ie6 .whitecont .t .l,
.ie6 .whitecont .t .r,
.ie6 .whitecont .b .l,
.ie6 .whitecont .b .r {
	background-image: url('/images/sprites/norepeat_sm.gif');
}

.ie6 .whitecont .t .m,
.ie6 .whitecont .b .m {
	background-image: url('/images/sprites/repeat_x.gif');
}

.ie6 .whitecont .mid .l,
.ie6 .whitecont .mid .r {
	background-image: url('/images/sprites/repeat_y.gif');
}

/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container {
    position: relative;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 75px;
    height: 75px;
}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next {
    z-index: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}


.jcarousel-skin-books .jcarousel-container {
}

.jcarousel-skin-books .jcarousel-container-horizontal {
    width: 349px;
		padding: 0 17px;
}

.jcarousel-skin-books .jcarousel-container-vertical {
    width: 75px;
    height: 245px;
    padding: 40px 20px;
}

.jcarousel-skin-books .jcarousel-clip-horizontal {
    width:  349px;
    height: 130px;
}

.jcarousel-skin-books .jcarousel-clip-vertical {
    width:  75px;
    height: 245px;
}

.jcarousel-skin-books .jcarousel-item {
    width: 77px;
    height: 130px;
}

.jcarousel-skin-books .jcarousel-item-horizontal {
    margin-right: 10px;
}

.jcarousel-skin-books .jcarousel-item-vertical {
    margin-bottom: 10px;
}

.jcarousel-skin-books .jcarousel-item-placeholder {
    background: #EFFAD4;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-books .jcarousel-next-horizontal,
.jcarousel-skin-books .jcarousel-prev-horizontal {
	cursor: pointer;
	height: 111px;
	width: 6px;
	position: absolute;
}

.jcarousel-skin-books .jcarousel-next-horizontal {
  background: transparent url('/stylesheets/jcarousel-skin/next-horizontal.png') no-repeat 0 0;
	right: 8px;
}

.jcarousel-skin-books .jcarousel-prev-horizontal {
   background: transparent url('/stylesheets/jcarousel-skin/prev-horizontal.png') no-repeat 0 0;
	left: 8px;
}

.jcarousel-skin-books .jcarousel-next-disabled, 
.jcarousel-skin-books .jcarousel-prev-disabled {
	cursor: auto;
	display: none !important;
}

/**
 *  Vertical Buttons
 */
.jcarousel-skin-books .jcarousel-next-vertical {
    position: absolute;
    bottom: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(next-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-books .jcarousel-next-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-skin-books .jcarousel-next-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-books .jcarousel-next-disabled-vertical,
.jcarousel-skin-books .jcarousel-next-disabled-vertical:hover,
.jcarousel-skin-books .jcarousel-next-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

.jcarousel-skin-books .jcarousel-prev-vertical {
    position: absolute;
    top: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(prev-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-books .jcarousel-prev-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-skin-books .jcarousel-prev-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-books .jcarousel-prev-disabled-vertical,
.jcarousel-skin-books .jcarousel-prev-disabled-vertical:hover,
.jcarousel-skin-books .jcarousel-prev-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

.ie6 .jcarousel-skin-sindicators,
.ie7 .jcarousel-skin-sindicators {
	width: 279px;
}

.jcarousel-skin-sindicators .jcarousel-container-horizontal {
    width: 245px;
		padding: 0 17px 0 17px;
		margin: 0 auto;
}

.jcarousel-skin-sindicators .jcarousel-container-vertical {
    width: 75px;
    height: 245px;
    padding: 40px 20px;
}

.jcarousel-skin-sindicators .jcarousel-clip-horizontal {
    height: 60px;
}

.ie6 .jcarousel-skin-sindicators .jcarousel-clip-horizontal,
.ie7 .jcarousel-skin-sindicators .jcarousel-clip-horizontal {
	width: 245px;
}

.jcarousel-skin-sindicators .jcarousel-clip-vertical {
    width:  75px;
    height: 245px;
}

.jcarousel-skin-sindicators .jcarousel-item {
    width: 35px;
    height: 60px;
}

.jcarousel-skin-sindicators .jcarousel-item-vertical {
    margin-bottom: 10px;
}

.jcarousel-skin-sindicators .jcarousel-item-placeholder {
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-sindicators .jcarousel-next-horizontal,
.jcarousel-skin-sindicators .jcarousel-prev-horizontal {
	cursor: pointer;
	height: 38px;
	width: 6px;
	position: absolute;
}

.jcarousel-skin-sindicators .jcarousel-next-horizontal {
  background: transparent url('/images/search_new/sm_arrow_r.png') no-repeat 0 0;
	right: 8px;
}

.jcarousel-skin-sindicators .jcarousel-prev-horizontal {
   background: transparent url('/images/search_new/sm_arrow_l.png') no-repeat 0 0;
	left: 8px;
}

.jcarousel-skin-sindicators .jcarousel-next-disabled, 
.jcarousel-skin-sindicators .jcarousel-prev-disabled {
	cursor: auto;
	display: none !important;
}

/**
 *  Vertical Buttons
 */
.jcarousel-skin-sindicators .jcarousel-next-vertical {
    position: absolute;
    bottom: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(next-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-sindicators .jcarousel-next-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-skin-sindicators .jcarousel-next-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-sindicators .jcarousel-next-disabled-vertical,
.jcarousel-skin-sindicators .jcarousel-next-disabled-vertical:hover,
.jcarousel-skin-sindicators .jcarousel-next-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

.jcarousel-skin-sindicators .jcarousel-prev-vertical {
    position: absolute;
    top: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(prev-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-sindicators .jcarousel-prev-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-skin-sindicators .jcarousel-prev-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-sindicators .jcarousel-prev-disabled-vertical,
.jcarousel-skin-sindicators .jcarousel-prev-disabled-vertical:hover,
.jcarousel-skin-sindicators .jcarousel-prev-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

.jcarousel-skin-sbooks .jcarousel-container {
}

.jcarousel-skin-sbooks .jcarousel-container-horizontal {
    width: 332px;
		padding: 0 17px;
		margin-left: 7px;
}

.jcarousel-skin-sbooks .jcarousel-container-vertical {
    width: 75px;
    height: 245px;
    padding: 40px 20px;
}

.jcarousel-skin-sbooks .jcarousel-clip-horizontal {
    width:  332px;
    height: 110px;
}

.jcarousel-skin-sbooks .jcarousel-clip-vertical {
    width:  75px;
    height: 245px;
}

.jcarousel-skin-sbooks .jcarousel-item {
    width: 65px;
    height: 110px;
}

.jcarousel-skin-sbooks .jcarousel-item-horizontal {
    margin-right: 10px;
}

.jcarousel-skin-sbooks .jcarousel-item-vertical {
    margin-bottom: 10px;
}

.jcarousel-skin-sbooks .jcarousel-item-placeholder {
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-sbooks .jcarousel-next-horizontal,
.jcarousel-skin-sbooks .jcarousel-prev-horizontal {
	cursor: pointer;
	height: 111px;
	width: 6px;
	position: absolute;
}

.jcarousel-skin-sbooks .jcarousel-next-horizontal {
  background: transparent url('/stylesheets/jcarousel-skin/next-horizontal.png') no-repeat 0 0;
	right: 8px;
}

.jcarousel-skin-sbooks .jcarousel-prev-horizontal {
   background: transparent url('/stylesheets/jcarousel-skin/prev-horizontal.png') no-repeat 0 0;
	left: 8px;
}

.jcarousel-skin-sbooks .jcarousel-next-disabled, 
.jcarousel-skin-sbooks .jcarousel-prev-disabled {
	cursor: auto;
	display: none !important;
}

/**
 *  Vertical Buttons
 */
.jcarousel-skin-sbooks .jcarousel-next-vertical {
    position: absolute;
    bottom: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(next-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-sbooks .jcarousel-next-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-skin-sbooks .jcarousel-next-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-sbooks .jcarousel-next-disabled-vertical,
.jcarousel-skin-sbooks .jcarousel-next-disabled-vertical:hover,
.jcarousel-skin-sbooks .jcarousel-next-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

.jcarousel-skin-sbooks .jcarousel-prev-vertical {
    position: absolute;
    top: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(prev-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-sbooks .jcarousel-prev-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-skin-sbooks .jcarousel-prev-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-sbooks .jcarousel-prev-disabled-vertical,
.jcarousel-skin-sbooks .jcarousel-prev-disabled-vertical:hover,
.jcarousel-skin-sbooks .jcarousel-prev-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

.ie6 .jcarousel-skin-sindicators-long,
.ie7 .jcarousel-skin-sindicators-long {
	width: 370px;
}

.jcarousel-skin-sindicators-long .jcarousel-container-horizontal {
    width: 336px;
		padding: 0 17px 0 17px;
		margin: 0 auto;
}

.jcarousel-skin-sindicators-long .jcarousel-container-vertical {
    width: 75px;
    height: 245px;
    padding: 40px 20px;
}

.jcarousel-skin-sindicators-long .jcarousel-clip-horizontal {
    height: 60px;
}

.ie6 .jcarousel-skin-sindicators-long .jcarousel-clip-horizontal,
.ie7 .jcarousel-skin-sindicators-long .jcarousel-clip-horizontal {
	width: 336px;
}

.jcarousel-skin-sindicators-long .jcarousel-clip-vertical {
    width:  75px;
    height: 245px;
}

.jcarousel-skin-sindicators-long .jcarousel-item {
    width: 42px;
    height: 60px;
}

.jcarousel-skin-sindicators-long .jcarousel-item-vertical {
    margin-bottom: 10px;
}

.jcarousel-skin-sindicators-long .jcarousel-item-placeholder {
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-sindicators-long .jcarousel-next-horizontal,
.jcarousel-skin-sindicators-long .jcarousel-prev-horizontal {
	cursor: pointer;
	height: 38px;
	width: 6px;
	position: absolute;
}

.jcarousel-skin-sindicators-long .jcarousel-next-horizontal {
  background: transparent url('/images/search_new/sm_arrow_r.png') no-repeat 0 0;
	right: 8px;
}

.jcarousel-skin-sindicators-long .jcarousel-prev-horizontal {
   background: transparent url('/images/search_new/sm_arrow_l.png') no-repeat 0 0;
	left: 8px;
}

.jcarousel-skin-sindicators-long .jcarousel-next-disabled, 
.jcarousel-skin-sindicators-long .jcarousel-prev-disabled {
	cursor: auto;
	display: none !important;
}

/**
 *  Vertical Buttons
 */
.jcarousel-skin-sindicators-long .jcarousel-next-vertical {
    position: absolute;
    bottom: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(next-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-sindicators-long .jcarousel-next-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-skin-sindicators-long .jcarousel-next-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-sindicators-long .jcarousel-next-disabled-vertical,
.jcarousel-skin-sindicators-long .jcarousel-next-disabled-vertical:hover,
.jcarousel-skin-sindicators-long .jcarousel-next-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

.jcarousel-skin-sindicators-long .jcarousel-prev-vertical {
    position: absolute;
    top: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(prev-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-sindicators-long .jcarousel-prev-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-skin-sindicators-long .jcarousel-prev-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-sindicators-long .jcarousel-prev-disabled-vertical,
.jcarousel-skin-sindicators-long .jcarousel-prev-disabled-vertical:hover,
.jcarousel-skin-sindicators-long .jcarousel-prev-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

.ie6 .jcarousel-skin-indicators,
.ie7 .jcarousel-skin-indicators {
	width: 304px;
}

.jcarousel-skin-indicators .jcarousel-container-horizontal {
    width: 270px;
		padding: 0 17px 0 17px;
}

.jcarousel-skin-indicators .jcarousel-container-vertical {
    width: 75px;
    height: 245px;
    padding: 40px 20px;
}

.jcarousel-skin-indicators .jcarousel-clip-horizontal {
    height: 34px;
}

.ie6 .jcarousel-skin-indicators .jcarousel-clip-horizontal,
.ie7 .jcarousel-skin-indicators .jcarousel-clip-horizontal {
	width: 270px;
}

.jcarousel-skin-indicators .jcarousel-clip-vertical {
    width:  75px;
    height: 245px;
}

.jcarousel-skin-indicators .jcarousel-item {
    width: 18px;
    height: 34px;
}

.jcarousel-skin-indicators .jcarousel-item-vertical {
    margin-bottom: 10px;
}

.jcarousel-skin-indicators .jcarousel-item-placeholder {
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-indicators .jcarousel-next-horizontal,
.jcarousel-skin-indicators .jcarousel-prev-horizontal {
	cursor: pointer;
	height: 38px;
	width: 6px;
	position: absolute;
}

.jcarousel-skin-indicators .jcarousel-next-horizontal {
  background: transparent url('/images/search_new/sm_arrow_r.png') no-repeat 0 0;
	right: 8px;
}

.jcarousel-skin-indicators .jcarousel-prev-horizontal {
   background: transparent url('/images/search_new/sm_arrow_l.png') no-repeat 0 0;
	left: 8px;
}

.jcarousel-skin-indicators .jcarousel-next-disabled, 
.jcarousel-skin-indicators .jcarousel-prev-disabled {
	cursor: auto;
	display: none !important;
}

/**
 *  Vertical Buttons
 */
.jcarousel-skin-indicators .jcarousel-next-vertical {
    position: absolute;
    bottom: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(next-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-indicators .jcarousel-next-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-skin-indicators .jcarousel-next-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-indicators .jcarousel-next-disabled-vertical,
.jcarousel-skin-indicators .jcarousel-next-disabled-vertical:hover,
.jcarousel-skin-indicators .jcarousel-next-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

.jcarousel-skin-indicators .jcarousel-prev-vertical {
    position: absolute;
    top: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(prev-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-indicators .jcarousel-prev-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-skin-indicators .jcarousel-prev-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-indicators .jcarousel-prev-disabled-vertical,
.jcarousel-skin-indicators .jcarousel-prev-disabled-vertical:hover,
.jcarousel-skin-indicators .jcarousel-prev-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

.tabs .tab table {
	width: 100%;
}

.tabs a {
	outline: none;
}

.tabs tr,
.tabs .tab .m {
	height: 30px;
}

.tabs .tab .l,
.tabs .tab .r {
	width: 15px !important;
	height: 40px !important;
	background: url('/images/sprites/repeat_x.png') repeat-x 0 -32px;
}

.tabs .tab .m {
	background:transparent url(/images/sprites/repeat_x.png) repeat-x scroll 0 -32px;
	color:#3F7032;
	letter-spacing:-0.02em;
	padding-top:10px;
	text-align:center;
	vertical-align:middle;
}

.tabs .tab.first .l {
	background: url('/images/sprites/norepeat_sm.png') repeat-x -98px 0 !important;
}

.tabs .tab.last .r {
	background: url('/images/sprites/norepeat_sm.png') repeat-x -114px 0 !important;
}

.tabs .tab.active .l {
	background: url('/images/sprites/norepeat_sm.png') no-repeat -130px 0;
}

.tabs .tab.active.first .l {
	background: url('/images/sprites/norepeat_sm.png') no-repeat -162px 0 !important;
}

.tabs .tab.active .m {
	background: url('/images/sprites/repeat_x.png') repeat-x 0 -73px;
	color: #545454;
}

.tabs .tab.active .r {
	background: url('/images/sprites/norepeat_sm.png') no-repeat -146px 0;
}

.tabs .tab.active.last .r {
	background: url('/images/sprites/norepeat_sm.png') no-repeat -178px 0 !important;
}

.ie6 .tabs .tab.active .m,
.ie6 .tabs .tab .m,
.ie6 .tabs .tab .l,
.ie6 .tabs .tab .r {
	background-image: url('/images/sprites/repeat_x.gif') !important;
}

.ie6 .tabs .tab.active .r,
.ie6 .tabs .tab.active.last .r,
.ie6 .tabs .tab.first .l,
.ie6 .tabs .tab.last .r,
.ie6 .tabs .tab.active .l,
.ie6 .tabs .tab.active.first .l {
	background-image: url('/images/sprites/norepeat_sm.gif') !important;
}

.sm_popup {
	min-width: 20px;
	z-index: 5;
	position: relative;
}

.sm_popup .t {
	height: 4px;
}

.sm_popup .l,
.sm_popup .r {
	width: 5px;
}

.sm_popup .t .l {
	background: url('/images/sprites/norepeat_sm.png') no-repeat -64px -28px;
}

.sm_popup .t .m {
	background: #fff;
	border-top: 1px solid #c6e776;
}

.sm_popup .t .r {
	background: url('/images/sprites/norepeat_sm.png') no-repeat -70px -28px;
}

.sm_popup .mid .l {
	border-left: 1px solid #c6e776;
	background: #fff;
}

.sm_popup .mid .m {
	background: #fff;
}

.sm_popup .mid .r {
	border-right: 1px solid #c6e776;
	background: #fff;
}

.sm_popup .b .l {
	background: url('/images/common_new/sm_popup_bl.png') no-repeat top;
}

.sm_popup .b .m .border {
	height: 4px;
	width: 100%;
	background: #fff;
	border-bottom: 1px solid #c6e776;
}

.sm_popup .b .m .pointer {
	height: 7px;
	width: 12px;
	position: relative;
	top: -1px;
	margin: 0 auto;
	background: url('/images/sprites/norepeat_sm.png') no-repeat -75px -28px;
}

.sm_popup .b .r {
	background: url('/images/common_new/sm_popup_br.png') no-repeat top right;
}

/* ========== */
/* = Friend top = */
/* ========== */
#social #friend {
	width: 100%;
}

#social #friend .t {
	height: 90px;
}

#social #friend .t .l {
	background: url('/images/sprites/norepeat_sm.png') no-repeat -320px -54px;
	width: 16px;
}

#social #friend .t .r {
	background: url('/images/sprites/norepeat_sm.png') no-repeat -337px -54px;
	width: 16px;
}

#social #friend .t .m {
	background: url('/images/sprites/repeat_x.png') repeat-x 0 -474px;
}

#social #friend #howto td {
	color:#545454;
	font-size:12px;
	letter-spacing:-0.02em;
	padding-left:5px;
	padding-right:5px;
	padding-top:7px;
}

#social #friend #howto .what {
	line-height: 1.2em;
	color: #323232;
	font-size: 14px;
	padding-top: 30px;
	font-weight: bold;
	width: 100px;
	text-align: center;
}

#social #friend #howto .num {
	padding-top: 3px;
}

#social #friend #howto .first {
	padding-top: 15px;
}

#social #friend #howto .num.first {
	padding-top: 11px;
}

#social #friend #howto .num div {
	background: url('/images/sprites/norepeat_sm.png') no-repeat -354px -54px;
	font-size: 12px;
	color: #fff;
	text-align: center;
	width: 20px;
	height: 16px;
	padding-top: 4px;
	font-weight: bold;
}

/* ========================= */
/* = Compare drop down bar = */
/* ========================= */
#social #compare_drop {
	background:transparent url(/images/sprites/repeat_x.png) repeat-x scroll 0 -565px;
	border-left:3px solid #B6DA50;
	border-right:3px solid #B6DA50;
	color:#323232;
	font-size:13px;
	font-weight:bold;
	height:21px;
	padding-left:30px;
	padding-top:9px;
	width:651px;
}

#social #compare_drop * {
	cursor: pointer;
}

#social #compare_drop span {
	padding-left: 3px;
}

/* ================ */
/* = Rest of page = */
/* ================ */
#social #fbottom {
	width: 100%;
	color: #545454;
}

#social #fbottom .lmain,
#social #fbottom .rmain {
	width: 3px;
	height: 476px;
	background: url('/images/friend/gradiant.png') repeat-x;
}

#social #fbottom .midmain {
	padding: 0 25px;
}

.ie6 #social #fbottom .cal {
	width: 600px;
}

/* ============ */
/* = Calendar = */
/* ============ */

#social #fbottom .color {
	width: 149px;
	padding-top: 8px;
	float: left;
	text-align: center;
}

#social #fbottom .color span {
	padding-left: 5px;
}

#social #fbottom .color img {
	vertical-align: middle;
}

/* ================= */
/* = Pics and info = */
/* ================= */
#social .nologin {
	width: 100%;
	font-size: 14px;
	padding: 10px 20px;
	margin-top: 10px;
	text-align: center;
	line-height: 1.2em;
}

#social #fbottom #blist .item.noitem {
	text-align: center;
	padding: 5px 15px;
	line-height: 1.2em;
	cursor: auto;
}

#social #fbottom #binfo {
	width: 100%;
	margin-top: 15px;
	border-bottom: 1px solid #e0e0e0;
}

.ie6 #social #fbottom .whitecont .t td,
.ie6 #social #fbottom .whitecont .b td {
	height: 15px;
	max-height: 15px;
}

#social #fbottom #binfo .pic,
#social #fbottom #binfo .cinfo {
	padding-bottom: 10px;
}

#social #fbottom #binfo .pic {
	width: 100px;
	text-align: center;
}

#social #fbottom #binfo .pic .cont {
	position: relative;
	overflow: hidden;
	height: 100px;
}

#social #fbottom #binfo .pic .overlay {
	z-index: 2;
	background: url('/images/sprites/norepeat_lg.png') no-repeat -121px -130px;
	height: 100px;
}

#social #fbottom #binfo .pic img,
#social #fbottom #binfo .pic .overlay {
	width: 100px;
	position: absolute;
	top: 0;
	left: 0;
}

#social #fbottom #binfo .pic .name {
	padding-top: 10px;
}

#social #fbottom #binfo .cinfo {
	padding: 0 10px;
}

#social #fbottom #binfo .cinfo .whitecont {
	width: 100%;
	max-height: 150px;
	line-height: 1.15em;
}

#social #fbottom #binfo .cinfo h4 {
	color: #3F7032;
	padding-bottom: 8px;
}

#social #fbottom #binfo .cinfo h4 .short_title {
	font-weight: bold;
}

#social #fbottom #binfo .cinfo h4 .title {
	font-style: italic;
}

#social #fbottom #binfo .cinfo h5 {
	color: #000;
	font-weight: bold;
	display: block;
}

#social #fbottom #binfo .cinfo h5 span {
	cursor: pointer !important;
}

#social #fbottom #binfo .cinfo .description {
	padding-bottom: 5px;
}

#social #fbottom #binfo .cinfo h5.inline {
	display: inline;
}

/* ======== */
/* = List = */
/* ======== */
#social #fbottom #blist h4 {
	color: #153B0B;
	font-weight: bold;
	font-size: 14px;
	padding-top: 15px;
	padding-left: 10px;
}

#social #fbottom #blist .mine,
#social #fbottom #blist .theirs {
	width: 295px;
}

#social #fbottom #blist .theirs {
	padding-left: 11px;
}

#social #fbottom #blist .course {
	width: 295px;
	position: relative;
}

#social #fbottom #blist .whitecont {
	width: 100%;
	cursor: move;
}

#social #fbottom #blist .whitecont .deets {
	bottom:10px;
	cursor:pointer;
	font-size:10px;
	font-style:italic;
	position:absolute;
	right:15px;
}

#social #fbottom #blist .num {
	width: 20px;
	height: 33px;
	padding-left: 1px;
	background: url('/images/sprites/norepeat_sm.png') no-repeat -354px -75px;
	text-align: center;
	padding-top: 8px;
	color: #fff;
}

#social #fbottom #blist .info {
	padding-left: 12px;
}

#social #fbottom #blist h5 {
	font-weight: bold;
	color: #000;
	padding-top: 3px;
	padding-bottom: 5px;
}

#social #fbottom #blist .teacher {
	font-size: 11px;
}

.ie6 #social #fbottom #blist .num,
.ie6 #social #friend #howto .num div,
.ie6 #social #friend .t .l,
.ie6 #social #friend .t .r {
	background-image: url('/images/sprites/norepeat_sm.gif');
}

.ie6 #social #compare_drop,
.ie6 #social #friend .t .m {
	background-image: url('/images/sprites/repeat_x.gif');
}

.ie6 #social #fbottom #binfo .pic .overlay {
	background-image: url('/images/sprites/norepeat_lg.gif');
}

/* =================== */
/* = Recommend popup = */
/* =================== */
#recommend_popup_t {
	display: none;
}

#recommend_popup {
	position: absolute;
}

.popup {
	position: absolute;
	z-index: 11;
}

.popup .table {
	min-height: 174px;
}

.popup .l {
	width: 29px;
}

.popup .r {
	width: 35px;
}

.popup .t {
	height: 27px;
}

.popup .b {
	height: 35px;
}

.popup .t .r .cont {
	width: 12px;
	height: 10px;
	position: relative;
}

.popup .x {
	top:10px;
	right: -3px;
	position: absolute;
	cursor: pointer;
}

.popup .t .l {
	background: url('/images/popup_new/popup_tl.png') no-repeat;
}

.popup .m .l {
	background: url('/images/popup_new/popup_ml.png') repeat-y;
}

.popup .b .l {
	background: url('/images/popup_new/popup_bl.png') no-repeat;
}

.popup .t .text {
	background: url('/images/popup_new/popup_tm.png') repeat-x;
}

.popup .m .text {
	background: #fff;
	padding: 10px 20px;
	font-size: 13px;
	color: #333;
	letter-spacing: -0.02em;
}

.popup .m .text h2 {
	color: #2771c1;
	font-family: Arial;
	font-size: 18px;
	font-style: normal;
	margin-bottom: 10px;
	font-weight: bold;
	padding-bottom: 10px;
	letter-spacing: -.02em;
	border-bottom: 1px solid #bec1c2;
	text-align: center;
	text-shadow: .5px .5px .5px #fefefe;
}

.popup .m .text h2.margin {
	margin-bottom: 10px;
}

.popup .m .text .hr {
	width: 95%;
	height: 1px;
	background: #434343;
	border-bottom: 1px solid #383838;
	margin: 0 auto 8px;
}

.ie6 .popup .m .text .hr {
	background: transparent;
	margin-bottom: 0;
	display: none;
}

.popup .m .replace #later {
	margin-left: 25px;
	margin-top: 3px;
	font-weight: normal;
	font-size: 12px;
}

.popup .notifications {
	margin-bottom: 8px;
}

.popup .b .text {
	background: url('/images/popup_new/popup_bm.png') repeat-x;
}

.popup .t .r {
	background: url('/images/popup_new/popup_tr.png') no-repeat;
}

.popup .m .r {
	background: url('/images/popup_new/popup_mr.png') repeat-y;
}

.popup .b .r {
	background: url('/images/popup_new/popup_br.png') no-repeat;
}

.ie6 .popup .b .r,
.ie6 .popup .bm .r,
.ie6 .popup .t .r,
.ie6 .popup .t .l,
.ie6 .popup .bm .l,
.ie6 .popup .b .l {
	background-image: url('/images/sprites/norepeat_sm.gif');
}

.ie6 .popup .m .r,
.ie6 .popup .m .l {
	background-image: url('/images/sprites/repeat_y.gif');
}

.ie6 .popup .b .text {
	background-image: url('/images/sprites/repeat_x.png');
}

#login .whitecont.outer {
	width: 925px;
	position: relative;
	top: 10px;
	margin: 0px auto;
}

#login #title {
	background: url('/images/common_new/title_bar2.png') no-repeat;
	font-weight: bold;
	width: 762px;
	height: 38px;
	font-size: 14px;
	color: #323232;
	padding-top: 20px;
	margin: 0 auto 10px;
	text-align: center;
}

#login form table {
	margin: 0 auto 0 270px;
	width: 300px;
}

#login.signup form table {
	margin: 0 auto 0 275px;
	width: 275px;
}

#login #note {
	margin-top: 1px;
	font-size: 12px;
	color: #323232;
	text-align: center;
}

#login td {
	padding-bottom: .25em;
}

#login td .green_but {
	margin: 10px 0 0 45px;
}

#login td #fb_button {
	margin: 5px 0 0 40px;
}

#login input.styled {
	width: 190px;
	border: 2px solid #8BCA0F;
	color: #888888;
	font-size: 12px;
	padding-left: 5px;
	padding-right: 5px;
}

#login th {
	padding-right: .5em;
	text-align: right;
}

#login #remember td div {
	position: relative;
}

#login .lost {
	float: left;
	padding-top: 2px;
	font-weight: normal;
	font-size: 11px;
}

#login #remember_me {
	margin-right: 75px;
}

/* ================= */
/* = Notifications = */
/* ================= */
#notifications {
	width: 750px;
	margin: 0 auto 10px;
}

#notifications .l,
.popup .notifications .l {
	width: 25px;
	background: none;
}

#notifications .r,
.popup .notifications .r {
	width: auto;
	background: none;
}

#notifications .header img,
#notifications h2,
.popup .notifications h2 {
	font-weight: bold;
	color: #787878;;
	letter-spacing: -0.02;
	font-family: arial;
	font-size: 12px;
}

#notifications .l .up,
.popup .notifications .l .up {
	display: none;
}

#notifications .template,
.popup .notifications .template {
	display: none;
}

#notifications th,
.popup .notifications th {
	color: #323232;
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	height: 20px;
	vertical-align: middle;
}

#notifications th img,
.popup .notifications th img {
	position: relative;
	top: -2px;
}

#notifications td,
.popup .notifications td {
	font-size:12px;
	font-weight:bold;
	line-height:1.25em;
	padding-bottom:5px;
	padding-top:5px;
	vertical-align:middle;
	letter-spacing: -0.02em;
	font-family: arial;
}

#notifications td img,
.popup .notifications td img {
	position: relative;
	top: -1px;
}

#notifications tr,
.popup .notifications tr {
	height: 26px;
}

#notifications tr.header {
	height: 25px;
}

#notifications .notification,
.popup .notifications .notification {
	color: #787878;
}

#notifications .alert,
.popup .notifications .alert {
	color: #323232;
}

#notifications .alert .l img,
.popup .notifications .alert .l img {
	left: -2px;
}

#notifications tr.first td {
	border-top: 1px solid #dddddd;
}

#notifications tr.last td {
	border-bottom: 1px solid #dddddd;
}

#footer_wide {
	position: absolute;
	bottom: 0;
	width: 100%;
	background: url('/images/common_new/spackle.png');
	height: 49px;
	border-top:2px solid #D4D4D4;
}

#footer {
	width: 925px;
	padding-top: 16px;
	text-align: right;
	color: #6e6e6e;
	margin: 0 auto;
}

#footer .left {
	float: left;
	font-size: 12px;
	padding-top: 3px;
	padding-left: 5px;
}

#footer .right {
	float: right;
	color:#666;
	font-size:12px;
	font-weight:bold;
	letter-spacing:-0.02em;
}

#footer a {
	color:#666;
	font-size:12px;
	font-weight:bold;
	letter-spacing:-0.02em;
}

#footer a:hover {
	color:#d4d4d4;
}

#footer img {
	vertical-align: middle;
}

#info .whitecont.outer {
	width: 820px;
	position: relative;
	top: 10px;
	margin: 0px auto;
}

#info #title {
	background: url('/images/common_new/title_bar.png') no-repeat;
	font-family: Georgia;
	font-style: italic;
	text-align: center;
	width: 762px;
	height: 31px;
	font-size: 16px;
	color: #153B0B;
	padding-top: 17px;
	padding-left: 20px;
	margin: 0 auto 10px; 
}

#info .question,
#info h2 {
	font-family: arial;
	font-weight: bold;
	font-size: 14px;
	color: #153b0b;
	padding-top: 15px;
	padding-left: 15px;
}

#info .answer {
	padding-top: 7.5px;
	padding-left: 15px;
	padding-right: 35px;
	line-height: 1.2em;
}

#info .answer p {
	font-family: arial;
	font-size: 13px;
	color: #353535;
	padding-bottom: 8px;
	line-height: 1.1em;
}

#growler_out {
	position: absolute;
	right:260px;
	top:-265px;
	z-index: 9;
}

#growler {
	position: fixed;
	width:229px;
	z-index: 9;
}

.ie6 #growler {
	position: absolute;
}

.growler {
	display: none;
	width: 229px;
	height: 76px;
	background: url('/images/growl/growler.png') no-repeat;
	font-family: Arial, Helvetica;
	font-weight: bold;
	color: #323232;
	font-size: 12px;
	position: relative;
	letter-spacing: -.02em;
}

.growler a {
	color: #2771c1;
}

.growler .message {
	line-height:1.15em;
	padding:16px 15px 0 20px;
}

.growler .x {
	width: 18px;
	height: 18px;
	background: url('/images/growl/x.png') no-repeat;
	position: absolute;
	right: -2px;
	top: -2px;
	cursor: pointer;
}

.growler.pointer {
	width: 231px;
	height: 105px;
	position: absolute;
	cursor: auto;
	z-index: 9;
}

.growler.pointer.tl {
	background: url('/images/growl/pointer_tl.png') no-repeat;
}

.growler.pointer.tr {
	background: url('/images/growl/pointer_tr.png') no-repeat;
}

.growler.pointer.bl {
	background: url('/images/growl/pointer_bl.png') no-repeat;
}

.growler.pointer.bl .message {
	padding-top: 32px;
}

.growler.pointer.bl .x {
	left: -2px;
	top: 17px;
}

.growler.pointer.br {
	background: url('/images/growl/pointer_br.png') no-repeat;
}

.growler.pointer.br .message {
	padding-top: 32px;
}

.growler.pointer.br .x {
	top: 17px;
}

.growler.pointer .noshow {
	bottom: 10px;
	color: #7AAEDA;
	font-size: 10px;
	letter-spacing: -0.02em;
	position: absolute;
	right: 20px;
}

.growler.pointer.bl .noshow {
	bottom: 7px;
}

.growler.pointer.tr .noshow {
	bottom: 30px;
}

.growler.pointer.tl .noshow {
	bottom: 30px;
	left: 20px;
}

/* =============== */
/* = Login right = */
/* =============== */
#dashboard #login_right {
	width: 317px;
}

#dashboard tbody #login_right .switch {
	padding-left: 100px;
	padding-top: 4px;
}

#content.splash {
	padding-bottom: 0;
}

#dashboard #middle.splash {
	width: 300px;
}

#splash {
	position: relative;
}

/* =============== */
/* = Splash logo = */
/* =============== */

#splash .splash_logo {
	left:475px;
	position:absolute;
	top:-175px;
	z-index:0;
}

#splash h1 {
	display: block;
	position: absolute;
	top: -155px;
	left: 45px;
	font-family: Arial, Helvetica;
	font-size: 24px;
	font-weight: bold;
	color: #545454;
	letter-spacing: -.04em;
	line-height: 1.22em;
	text-shadow: .75px .75px .75px #EFEFEF;
}

#splash .l h2 {
	display: block;
	position: absolute;
	top: -80px;
	left: 45px;
	font-family: Arial, Helvetica;
	font-size: 18px;
	font-weight: bold;
	color: #8bca0f;
	letter-spacing: -.04em;
	line-height: 1.3em;
	text-shadow: .5px .5px .5px #fefefe;
}

#splash #box {
	width: 683px;
	position: relative;
	top: -40px;
	left: 30px;
}

/* =========== */
/* = Buttons = */
/* =========== */

#splash #box .big {
	display: block;
	height: 54px;
	padding-top: 38px;
	font-family: Arial, Helvetica;
	letter-spacing: -.02em;
	color: #545454;
	font-size: 16px;
	text-align: center;
	text-shadow:.5px .5px .5px #dddddd;
}

#splash #box .big em {
	color: #2177C1;
	font-style: normal;
}

#splash #box .big.catalog {
	width: 341px;
	float: left;
	background: url('/images/splash/topleft_unselected.png');
}

#splash #box .big.catalog:hover {
	background: url('/images/splash/topleft_mo.png');
}

#splash #box .big.friends {
	width: 342px;
	float: right;
	background: url('/images/splash/topright_unselected.png');
}

#splash #box .big.friends:hover {
	background: url('/images/splash/topright_mo.png');
}

/* ============ */
/* = Carousel = */
/* ============ */
#splash #box #carousel {
	width: 100%;
	background: url('/images/splash/mid_swatch.png') repeat-y;
	height: 300px;
	position: relative;
	clear: both;
	text-align: center;
}

#splash #box #buttons {
	position: relative;
	left: 32px;
	top: 5px;
}

#splash #box #carousel .button {
	width: 144px;
	height: 23.5px;
	margin-right: 14px;
	float: left;
	text-align: center;
	color: #898989;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: -.04em;
	font-family: Arial, Helvetica;
	padding-top: 13.5px;
	cursor: default;
	background: url('/images/splash/button.png') no-repeat;
}

#splash #box #carousel .button.selected {
	color: #545454;
	background: url('/images/splash/button_mo.png');
	text-shadow: 0.5px 0.5px 0.5px #DDDDDD;
}

#splash #box #carousel .img {
	position: relative;
	top: 0px;
	display: none;
}

#splash #box #carousel .img1 {
	display: inline;
	top: 7.5px;
}

#splash #box #carousel .img2 {
	top: 7.5px;
}

#splash #box #carousel .img3 {
	top: -2px;
}

#splash #box #carousel .img4 {
	top: 7.5px;
}

#splash #box #bgrad {
	width: 100%;
	background: url('/images/splash/bottom.png') repeat-y;
	height: 233px;
}

/* ============== */
/* = Classmates = */
/* ============== */
#splash .r {
	padding-top: 25px;
	padding-left: 60px;
}

#splash .r #fb_login_button {
	border-bottom: 1px solid #EEEEEE;
	margin-top: 10px;
	padding-bottom: 10px;
	text-align: center;
} 

#splash .r #fb_users_list li {
	padding-top: 5px;
}

#splash .r #fb_users_list {
	left:7px;
	position:relative;
	top:8px;
}

/* ========== */
/* = Bottom = */
/* ========== */
#sp_bottom {
	width: 100%;
	height: 454px;
	background: url('/images/splash/bottom_grad.png') repeat-x;
	padding-bottom: 51px;
}

#sp_bottom #constraint {
	width: 975px;
	margin: 0 auto;
}

#sp_bottom #constraint .text {
	margin-top: 20px;
	width: 212px;
	height: 350px;
	border-right: 1px solid #c7ddee;
	padding: 10px 15px;
	color: #545454;
	font-family: Arial, Helvetica;
	float: left;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.5em;
}

#sp_bottom #constraint .text.last {
	border-right: none;
}

#sp_bottom #constraint .text h3 {
	color: #2771c1;
	font-size: 19px;
	letter-spacing: -.02em;
	text-align: center;
	font-weight: bold;
	padding-bottom: 16px;
	text-shadow: .75px .75px .75px #Dddddd;
}

#sp_bottom #constraint .text p {
	padding-bottom: 12px;
	letter-spacing: -.02em;
	padding-left: 12px;
}

#sp_bottom #constraint .text p.fb {
	text-align: center;
	padding-top: 5px;
	padding-left: 0;
}

#sp_bottom #constraint #bot_buttons {
	clear: both;
	width: 925px;
}

#sp_bottom #constraint #bot_container {
	margin: 0 auto;
	width: 925px;
	border-top: 1px solid #C7DDEE;
	border-bottom: 1px solid #C7DDEE;
	margin-left: 25px;
}

#sp_bottom #constraint #bot_fb {
	float: left;
	margin-top: 12px;
	margin-bottom: 7px;
}

#sp_bottom #constraint .green_but {
	float: left;
	margin-top: 13px;
	margin-bottom: 4px;
	text-shadow: 0.5px 0.5px 0.5px #EFEFEF;
}

#sp_bottom #constraint .bot_cont_text {
	float: left;
	font-family: arial, helvetica;
	font-weight: normal;
	font-size: 13px;
	color: #676767;
	padding-top: 22px;
	padding-left: 5px;
	padding-right: 5px;
	letter-spacing: -0.02em;
}

#sp_bottom #constraint #bot_container_contents {
	width: 420px;
	margin: 0 auto;
}

#social #optimizer .sec_popup_t,
#calendar .sec_popup_t,
.sec_popup_t {
	display: none;
}

#social #optimizer .sec_popup,
#calendar .sec_popup,
.sec_popup {
	position: absolute;
	z-index: 2;
}

#social #optimizer .sec_popup .t,
#calendar .sec_popup .t,
.sec_popup .t {
	background: url('/images/optimizer_new/popup_top.png');
	width: 174px;
	height: 28px;
	position: relative;
}

#social #optimizer .sec_popup .t h4,
#calendar .sec_popup .t h4,
.sec_popup .t h4 {
	color: #FFFFFF;
	display: block;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: -0.02em;
	padding-left: 15px;
	padding-top: 11px;
	text-align: left;
}

#social #optimizer .sec_popup .t .x,
#calendar .sec_popup .t .x,
.sec_popup .t .x {
	position: absolute;
	cursor: pointer;
	display: block;
	height: 7px;
	right:12px;
	top:12px;
	width:9px;
	background: url('/images/optimizer_new/x.png');
}

#social #optimizer .sec_popup .m,
#calendar .sec_popup .m,
.sec_popup .m {
	background: url('/images/optimizer_new/popup_middle.png');
	width: 174px;
}

#social #optimizer .sec_popup .m div,
#calendar .sec_popup .m div,
.sec_popup .m div {
	margin: 0 7px;
	font-size: 11px;
	padding: 5px;
	border-bottom: 1px solid #aaa;
}

#social #optimizer .sec_popup .m .links,
#calendar .sec_popup .m .links,
.sec_popup .m .links {
	border-bottom: none;
	padding: 0;
}

#social #optimizer .sec_popup .m .links a,
#calendar .sec_popup .m .links a,
.sec_popup .m .links a {
	display: block;
	width: 142px;
	height: 17px;
	margin: 0 auto;
	padding-top: 6px;
	background: url('/images/optimizer_new/popup_button.png');
	margin-top: 5px;
}

#social #optimizer .sec_popup .m div span,
#calendar .sec_popup .m div span,
.sec_popup .m div span {
	font-weight: bold;
}

#social #optimizer .sec_popup .m .conflicts,
#calendar .sec_popup .m .conflicts,
.sec_popup .m .conflicts {
	color: red;
}

#social #optimizer .sec_popup .m .honors,
#calendar .sec_popup .m .honors,
.sec_popup .m .honors {
	font-style:italic;
	font-weight:bold;
	text-align:center;
}

#social #optimizer .sec_popup .b,
#calendar .sec_popup .b,
.sec_popup .b {
	background: url('/images/optimizer_new/popup_bottom.png');
	height: 28px;
	width: 174px;
}

#invite {
	margin: 0 auto;
	width: 800px;
	padding: 10px 0;
}

#invite #white_container #inner {
	padding: 10px 20px;
}

#invite #white_container #notifications {
	width: 100%;
	margin-bottom: 10px;
}

#invite #contact_cont {
	width: 425px;
	font-size: 14px;
	float: left;
}

#invite #contact_cont .t {
	height: 32px;
}

.ie7 #invite #contact_cont .t,
.ie6 #invite #contact_cont .t {
	height: 30px;
}

#invite #contact_cont .l,
#invite #contact_cont .r {
	width: 12px;
}

#invite #contact_cont .t .l {
	background: url('/images/blp-sprites/no_repeat_sm.png') no-repeat -52px 0;
}

#invite #contact_cont .t .text {
	background: url('/images/blp-sprites/repeat_x_sm.png') repeat-x 0 -593px;
	vertical-align: middle;
	color: #fff;
	font-size: 14px;
	padding-left: 10px;
	padding-top: 2px;
	letter-spacing: .02em;
}

#invite #contact_cont .t .r {
	background: url('/images/blp-sprites/no_repeat_sm.png') no-repeat -65px 0;
}

#invite #contact_cont tbody .l {
	background: url('/images/blp-sprites/repeat_y_sm.png') repeat-y -78px 0;
}

#invite #contact_cont tbody .r {
	background: url('/images/blp-sprites/repeat_y_sm.png') repeat-y -91px 0;
}

.ie6 #invite #contact_cont tbody .l,
.ie6 #invite #contact_cont tbody .r {
	background-image: url('/images/blp-sprites/repeat_y_sm.gif');
}

#invite #contact_cont th {
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
}

#invite #contact_cont #contacts {
	max-height: 250px;
	margin-bottom: 10px;
}

#invite #contact_cont #contacts .contact.template {
	display: none;
}

#invite #contact_cont #contacts.overflow {
	overflow: auto;
}

#invite #contact_cont .b {
	height: 38px;
}

#invite #contact_cont .b .l {
	background: url('/images/blp-sprites/no_repeat_sm.png') no-repeat -78px 0;
}

#invite #contact_cont .b .text {
	background: url('/images/blp-sprites/repeat_x_sm.png') repeat-x 0 -505px;
}

#invite #contact_cont .b .r {
	background: url('/images/blp-sprites/no_repeat_sm.png') no-repeat -91px 0;
}

#import_container {
	margin-bottom: 1em;
}

#email_container {
	margin-bottom: 1em;
}

span .import_status {
	color: green;
}

#invite #message {
	float: right;
	width: 366px;
	font-size: 14px;
}

#invite #message h3 {
	margin-top: 10px;
}

#invite #message .t {
	height: 74px;
}

#invite #message .b {
	height: 49px;
}

#invite #message .l,
#invite #message .r {
	width: 12px;
	max-width: 12px;
}

#invite #message #chosen .l {
	background: url('/images/blp-sprites/repeat_y_sm.png') repeat-y -52px 0;
}

#invite #message #chosen .text {
	width: 342px;
}

#invite #message #chosen .r {
	background: url('/images/blp-sprites/repeat_y_sm.png') repeat-y -65px 0;
}

.ie6 #invite #message #chosen .l,
.ie6 #invite #message #chosen .r {
	background-image: url('/images/blp-sprites/repeat_y_sm.gif');
}

#invite #message .t .l {
	background: url('/images/blp-sprites/no_repeat_sm.png') no-repeat -104px 0;
	width: 12px;
}

#invite #message .t .r {
	background: url('/images/blp-sprites/no_repeat_sm.png') no-repeat -117px 0;
}

#invite #message .t .text {
	background: url('/images/blp-sprites/repeat_x_sm.png') repeat-x 0 -430px;
	color: #fff;
	font-size: 14px;
	letter-spacing: .02em;
}

#invite #message .t .text .cont {
	padding-top: 12px;
	position: relative; 
	height: 62px;
}

#invite #message .t .text .clear {
	position: absolute;
	top: 31px;
	width: 100%;
	text-align: center;
}

#invite #message .b .l {
	background: url('/images/blp-sprites/no_repeat_sm.png') no-repeat 0 -49px;
	width: 12px;
}

#invite #message .b .r {
	background: url('/images/blp-sprites/no_repeat_sm.png') no-repeat -13px -49px;
}

#invite #message .b .text {
	background: url('/images/blp-sprites/repeat_x_sm.png') repeat-x 0 -380px;
}

#checkout {
	position: relative;
}

#checkout #checkout_manager {
	border: 1px solid #d4d4d4;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	width: 950px;
	height: 137px;
	margin: 20px auto 0;
	background: #efefef;
	letter-spacing: -0.02em;
}

/* =================================== */
/* = Major elements (top and bottom) = */
/* =================================== */

#checkout #checkout_manager #top {
	background: url('/images/checkout/top_swatch.png') repeat-x;
	height: 29px;
	border-bottom: 1px solid #898989;
	color: #787878;
	-moz-border-radius-topleft: 12px;
	-moz-border-radius-topright: 12px;
	-webkit-border-top-left-radius: 12px;
	-webkit-border-top-right-radius: 12px;
}

#checkout #checkout_manager #bottom {
	width: 100%;
	height: 107px;
	-moz-border-radius-bottomleft: 12px;
	-moz-border-radius-bottomright: 12px;
	-webkit-border-bottom-left-radius: 12px;
	-webkit-border-bottom-right-radius: 12px;
}

#checkout #checkout_manager #top > div,
#checkout #checkout_manager #bottom > div {
	float: left;
}

#checkout #checkout_manager #top > div {
	border-right: 1px solid #898989;
	height: 21px;
	padding-top: 9px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: -0.02em;
	color: #efefef;
}

/* ======================= */
/* = Left-right elements = */
/* ======================= */

/* left */
#checkout #checkout_manager .left {
	width: 135px;
	text-align: center;
	float: none;
}

#checkout #checkout_manager #bottom .left {
	height: 107px;
	border-right: 1px solid #d4d4d4;
	font-style: normal;
	font-weight: bold;
	letter-spacing: .02em;
	color: #787878;
	font-size: 13px;
	letter-spacing: -0.02em;
}

#checkout #checkout_manager #bottom .left .item {
	height: 19px;
	border-bottom: 1px solid #d4d4d4;
	padding-top: 7px;
	cursor: pointer;
}

#checkout #checkout_manager #bottom .left .item.selected {
	color: #323232;
	font-weight: bold;
	font-style: italic;
	letter-spacing: -0.02em;
	cursor: auto;
}

#checkout #checkout_manager #bottom .left .item.nil {
	cursor: auto;
}

#checkout #checkout_manager #bottom .left .item.nil span {
	opacity: .4;
	filter: alpha(opacity=40);
}

#checkout #checkout_manager #bottom .left .item.last {
	border-bottom: none;
}

/* current */
#checkout #checkout_manager .current {
	text-align: center;
	width: 200px;
}

#checkout #checkout_manager #bottom .current {
	padding-top: 14px;
	height: 87px;
	border-right: 1px solid #d4d4d4;
}

#checkout #checkout_manager #bottom .current #stats {
	margin-top: 10px;
}

#checkout #checkout_manager #bottom .current #stats > span {
	color: #323232;
	border-top: 1.5px dotted #787878;
	border-bottom: 1.5px dotted #787878;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: -0.02em;
}

/* checklist */
#checkout #checkout_manager .checklist {
	width: 400px;
}

#checkout #checkout_manager #bottom .checklist {
	border-right: 1px solid #d4d4d4;
	overflow-y: auto;
	background: url('/images/checkout/vertical_bookbox.png');
	position: relative;
}

#checkout #checkout_manager #bottom .checklist #nobooks {
	position: absolute;
	text-align: center;
	top: 35px;
	width: 100%;
	font-size: 14px;
}

#checkout #checkout_manager #bottom .checklist .column {
	width: 50%;
	height: 107px;
	float: left;
}

#checkout #checkout_manager #bottom .checklist .column.second {
	width: 50%;
	border-right: none;
}

#checkout #checkout_manager #bottom .checklist .column .item {
	height: 26px;
	border-bottom: 1px solid #d4d4d4;
	border-right: 1px solid #d4d4d4;
	font-size: 12px;
	font-weight: bold;
	color: #505f7e;
}

#checkout #checkout_manager #bottom .checklist .column .item.template {
	display: none;
}

#checkout #checkout_manager #bottom .checklist .column.second .item {
	border-right: none;
}

#checkout #checkout_manager #bottom .checklist .column .item .title {
	float: left;
	padding-left:10px;
	padding-top:7px;
}

#checkout #checkout_manager #bottom .checklist .column .item .check {
	float: right;
	padding-top: 3px;
	position: relative;
	right: 3px;
}

#checkout #checkout_manager #bottom .checklist .column .item .check img {
	cursor: pointer;
	display: none;
}

#checkout #checkout_manager #bottom .checklist .column .item.last {
	border-bottom: none;
}

/* right */
#checkout #checkout_manager .right {
	width: 212px;
	border-right: none !important;
}

#checkout #checkout_manager #bottom .right {
	text-align: center;
}

#checkout #checkout_manager #bottom .right #done {
	padding: 0px 10px 5px;
	margin-top: 13px;
}

#checkout #checkout_manager #bottom .right #done span {
	font-size: 12px;
	color: #545454;
	padding: 0px 10px 6px;
	border-bottom: 1px dotted #787878;
	font-weight: normal;
	font-style: italic;
	letter-spacing: -.02em;
}

#checkout #checkout_manager #bottom .right #inst {
	font-size: 12px;
	color: #323232;
	margin-top: 12px;
	font-weight: bold;
	letter-spacing: -0.05em;
}

#checkout #checkout_manager #bottom .right #buttons {
	margin-top: 12px;
}

#checkout #checkout_manager #bottom .right #buttons img {
	cursor: pointer;
	display: none;
}

/* ========== */
/* = Iframe = */
/* ========== */

#checkout #iframecont {
	position: relative;
	margin-top: 20px;
}

#checkout #iframecont .popout {
	background: url('/images/checkout/popout.png');
	width: 206px;
	height: 20px;
	float: left;
	cursor: pointer;
	display: block;
}

#checkout #iframecont .popout:hover {
	background: url('/images/checkout/popout_mo.png');
}

#checkout #iframecont .see_inst {
	background: url('/images/checkout/see_instructions.png');
	width: 192px;
	height: 20px;
	float: left;
	cursor: pointer;
	display: block;
}

#checkout #iframecont .see_inst:hover {
	background: url('/images/checkout/see_instructions_mo.png');
}

#checkout .spinner,
#checkout .loaded {
	position: absolute;
	top: 30px;
	left: 40px;
	display: none;
	z-index: 5;
}

#checkout #return {
	position: relative;
	left: 30px;
	top: 12px;
	padding-bottom: 5px;
 	text-decoration: underline;
	color: #2771c1;
	
}

#checkout #iframe {
	margin: 0 auto;
	height: 600px;
	width: 950px;
	border: 5px solid #262628;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	position: relative;
	left: 22px;
}

#checkout #checkout_instructions {
	width: 720px;
	position: absolute;
	top: -120px;
	left: 110px;
	display: none;
}

#checkout #checkout_instructions h2 {
	text-align: center;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #2771c1;
}

#checkout #checkout_instructions .hr {
	width: 100%;
	margin: 0 auto 2px;
	display: none;
}

#checkout #checkout_instructions #checkout_message #subtitle {
	text-align: left; 
	font-style: italic;
	width: 100%; 
	font-size: 14px;
	color: #545454;
	letter-spacing: -0.02em;
	margin-bottom: 15px;
	padding-top: 10px;
}

#checkout #checkout_instructions .replace {
	margin-top: -10px;
}

#checkout #checkout_instructions #checkout_message #step_one,
#checkout #checkout_instructions #checkout_message #step_two,
#checkout #checkout_instructions #checkout_message #step_three {
	width: 100%;
	border: 1px solid #d4d4d4;
	background-color: #e4eef8;
	padding-top: 10px;
	padding-bottom: 10px;
	float: left;
	margin-bottom: 10px;
	-moz-border-radius: 8px;
}

#checkout #checkout_instructions #checkout_message #step_one .step_image {
	float: left;
}

#checkout #checkout_instructions #checkout_message .step_text {
	display: block;
	font-size: 14px;
	float: left;
	line-height: 1.4;
	letter-spacing: -0.02em;
	margin-left: 30px;
	margin-top: 5px;
	color: #545454;
	font-weight: bold;
}

#checkout #checkout_instructions #checkout_message .step_header {
	font-weight: bold;
	color: #2771c1;
	margin-left: 30px;
	padding-top: 10px;
	font-size: 18px;
}

#checkout #checkout_instructions #checkout_message #step_one .step_header {
	width: 240px;
}

#checkout #checkout_instructions #checkout_message #step_two .step_header {
	width: 200px;
	padding-top: 5px;
}

#checkout #checkout_instructions #checkout_message #step_three .step_header {
	width: 300px;
}

#checkout #checkout_instructions #checkout_message #step_one .step_text {
	width: 280px;
	border-top: 1px solid #b4b4b4;
	padding-top: 5px;
}

#checkout #checkout_instructions #checkout_message #step_two .step_text {
	width: 240px;
	border-top: 1px solid #b4b4b4;
	padding-top: 5px;
}

#checkout #checkout_instructions #checkout_message #step_three .step_text {
	width: 300px;
	border-top: 1px solid #b4b4b4;
	padding-top: 5px;
}
#checkout #checkout_instructions #checkout_message #step_one .step_image,
#checkout #checkout_instructions #checkout_message #step_two .step_image,
#checkout #checkout_instructions #checkout_message #step_three .step_image {
	float: right;
	padding-right: 20px;
}

#checkout #checkout_instructions #checkout_message .step_image img {
	height: 120px;
}

#checkout #checkout_instructions #checkout_message #start {
	background: url('/images/books/checkout_orange_bg.png');
	margin: 0 auto;
	clear: both;
	position: relative;
	top: 4px;
	left: 5px;
	display: block;
	width: 120px;
	height: 47px;
	
}
