@import url(reset.css);





/* BASICS */

#bg {
    background: black;
    width: 898px;
    padding: 18px 18px 0px 18px;
}

#hdrbgg {
	background: black;
	height: 100%;
	z-index: -2;
	position: absolute;
	top: -18px;
	left: -18px;
	right: -18px;
}
#ftrbgg {
	background: #fff url(../img/ftrbg.png) top left repeat-x;
	height: 375px;
	position: absolute;
	bottom: -30px;
}
body {
	width: 934px;
	margin: 0 auto 0 auto;
	font: 75%/1.4em arial, helvetica, sans-serif;
	color: #333;
	position: relative;
}
a {
	color: #195a56;
	font-weight: bold;
	text-decoration: none;
}

#aff a {color: #195a56;}
#ins a {color: #195a56;}
#le a  {color: #61486e;}
#re a  {color: #484e6d;}
#ap a  {color: #472321;}
#cfp a {color: #71623e;}
#fde a {color: #3C6C82;}
#mlo a {color: #ad1d1c;}

body a:hover {
	color: #09c;
}





/* FORMS */

form input.text {
	border: 1px solid #eee;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	background-color: #fff;
	color: #555;
	margin: .7em 0 0 0;
}
form input.text.highlight {
	background-color: #f8f5ee;
}

body .realed-buttons {
	text-align: right;
}
body .realed-buttons a {
	color: #000;
	font-weight: normal;
	font-size: .9em;
	text-decoration: underline;
	text-align: right;
}
body .realed-buttons a:hover {
	color: #999;
}

#aff .realed-buttons a,
#ins .realed-buttons a,
#le  .realed-buttons a,
#re  .realed-buttons a,
#ap  .realed-buttons a,
#fde .realed-buttons a,
#cfp .realed-buttons a,
#mlo .realed-buttons a {
	color: #000;
	position: relative; bottom: 4px;
}



span.realed-error, span.realed-err, p.realed-err {
	color: #f00;
}
p.realed-req {
	color: #227c77;
	text-align: right;
	margin: -7px 27px 4px 0;
	font-size: .8em;
}

#aff p.realed-req {color: #227c77;}
#ins p.realed-req {color: #227c77;}
#le  p.realed-req {color: #61486e;}
#re  p.realed-req {color: #484e6d;}
#ap  p.realed-req {color: #68302e;}
#cfp p.realed-req {color: #71623e;}
#fde p.realed-req {color: #3C6C82;}
#mlo p.realed-req {color: #ad1d1c;}


/* HEADER */

h1 {
	text-indent: -9999px;
	background: #fff url(../img/logo.png) top left no-repeat;
	height: 104px;
}
#ins h1 {
	background-image: url(../img/ins/logo.png);
}
#ins h1#capeed {
	background-image: url(../img/ins/logo-capeed.png);
}
#le h1 {
	background-image: url(../img/le/logo.png);
}
#re h1 {
	background-image: url(../img/re/logo.png);
}
#ap h1 {
	background-image: url(../img/ap/logo.png);
}
#cfp h1 {
	background-image: url(../img/cfp/logo.png);
}
#fde h1 {
	background-image: url(../img/fde/logo.png);
}
#mlo h1 {
	background-image: url(../img/mlo/logo.png);
}

h1.logoaff {
    margin-left: 308px;
    background-image: url(../img/logo-aff.png);
}
#ins h1.logoaff {
    margin-left: 308px;
    background-image: url(../img/ins/logo-aff.png);
}
#ins h1.logoaff#capeed {
	background-image: url(../img/ins/logo-aff-capeed.png);
}
#re h1.logoaff {
    margin-left: 308px;
    background-image: url(../img/re/logo-aff.png);
}
#le h1.logoaff {
    margin-left: 308px;
    background-image: url(../img/le/logo-aff.png);
}
#ap h1.logoaff {
    margin-left: 308px;
    background-image: url(../img/ap/logo-aff.png);
}
#cfp h1.logoaff {
    margin-left: 308px;
    background-image: url(../img/cfp/logo-aff.png);
}
#fde h1.logoaff {
    margin-left: 308px;
    background-image: url(../img/fde/logo-aff.png);
}
#mlo h1.logoaff {
    margin-left: 308px;
    background-image: url(../img/mlo/logo-aff.png);
}

img#affimg {
	position: absolute; top: 18px; left: 18px;
	height: 104px;
	border: none;
}

#aff h1 {
    background-image: url(../img/afflogo.png);
}
#aff h1.logoaff {
    margin-left: 308px;
    background-image: url(../img/afflogo.png);
}

p#download_class_schedules a {
	position: absolute; top: 28px; right: 31px;
	text-indent: -9999px;
	background: url(../img/button_downloadclassscheds.jpg) top left no-repeat;
	width: 175px; height: 39px;
}

	/* Logged-in user's links */
p#userlinks {
	position: absolute; top: 95px; right: 41px;
	color: #000;
}
p#userlinks a {
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	color: #03659f;
	margin-left: 7px;
	padding: 2px 0 2px 20px;
	background: url(../img/bullet_userlinks.jpg) center left no-repeat;
}
p#userlinks a:hover {
	color: #f00;
}





/* SITE NAV BAR */

ul#navbar {
	background: #fff url(../img/background_navbar.png) top left repeat-x;
	height: 45px;
	padding: 5px 0 5px 0;
	text-align: center;
	overflow: hidden;
}

#aff ul#navbar {background-image: url(../img/ins/background_navbar.png);}
#ins ul#navbar {background-image: url(../img/ins/background_navbar.png);}
#re  ul#navbar {background-image: url(../img/re/background_navbar.png);}
#ap  ul#navbar {background-image: url(../img/ap/background_navbar.png);}
#le  ul#navbar {background-image: url(../img/le/background_navbar.png);}
#cfp ul#navbar {background-image: url(../img/cfp/background_navbar.png);}
#fde ul#navbar {background-image: url(../img/fde/background_navbar.png);}
#mlo ul#navbar {background-image: url(../img/mlo/background_navbar.png);}

ul#navbar li {
	display: inline;
}
ul#navbar li a {
	color: #fff;
	font: bold 1.15em/45px arial, helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	display: block; float: left;
	margin-left: 3px;
	padding: 0 39px 0 34px;
	border-right: 1px solid #848f91;
}
ul#navbar li#view_cart a {
	border-right: 0;
}
ul#navbar li a:hover {
	color: #c2eda2;
}

	/* Home page */
#home ul#navbar {
	height: 110px;
	padding: 0;
}
#home ul#navbar li a {
	text-indent: -9999px;
	margin: 0; padding: 0;
	height: 110px;
}

#home li#home a {
	background: url(../img/navbar_home.jpg) top left no-repeat;
	width: 105px;
}
#home li#ins a {
	background: url(../img/navbar_ins.jpg) top left no-repeat;
	width: 137px;
}
#home li#re a {
	background: url(../img/navbar_re.jpg) top left no-repeat;
	width: 133px;
}
#home li#ap a {
	background: url(../img/navbar_ap.jpg) top left no-repeat;
	width: 134px;
}
#home li#le a {
	background: url(../img/navbar_le.jpg) top left no-repeat;
	width: 105px;
	}
#home li#mlo a {
	background: url(../img/navbar_mlo.jpg) top left no-repeat;
	width: 105px;
}
#home li#cfp a {
	background: url(../img/navbar_cfp.jpg) top left no-repeat;
	width: 133px;
}
#home li#fde a {
	background: url(../img/navbar_fde.jpg) top left no-repeat;
	width: 145px;
	border: 0;
}

#home ul#navbar li a:hover {
	background-position: 0 -110px;
}





/* CURTAIN */
#curtain {
	height: 209px;
	padding: 45px 40px 0 425px;
	position: relative;
}
#curtain h3 {
	font-size: 1.3em;
	color: #236f74;
	margin-bottom: .5em;
}
#curtain p {
	margin-bottom: 1em;
}
#curtain p span {
	color: #06c;
	font-weight: bold;
}

#curtain p#tagline {
	font-size: 1.2em;
	font-weight: bold;
	color: #fff;
	text-align: center;
	padding-right: 40px;
	height: 64px;
	position: absolute; bottom: -10px;
}

#home #curtain {
	background: url(../img/curtain_home.jpg) top left no-repeat;
}
#ins #curtain {
	background: url(../img/ins/curtain.jpg) top left no-repeat;
}
#le #curtain {
	background: url(../img/le/curtain.jpg) top left no-repeat;
}
#re #curtain {
	background: url(../img/re/curtain.jpg) top left no-repeat;
}
#ap #curtain {
	background: url(../img/ap/curtain.jpg) top left no-repeat;
}
#cfp #curtain {
	background: url(../img/cfp/curtain.jpg) top left no-repeat;
}
#fde #curtain {
	background: url(../img/fde/curtain.jpg) top left no-repeat;
}
#mlo #curtain {
	background: url(../img/mlo/curtain.jpg) top left no-repeat;
}



/* CONTENT WRAP: Background, borders */

#content_wrap {	
	background: #fff url(../img/background_content.gif) top left repeat-y;
	padding: 0 13px 0 13px;
	min-height: 0;  /* You're welcome, IE7. */
}
.has_curtain #content_wrap {
	background-color: #e1e5c7;
}
.has_sidebar #content_wrap {
	background-position: top left;
	background-repeat: repeat-y;
	background-color: #fff;
}

.has_sidebar#ins #content_wrap {background-image: url(../img/ins/background_content_sidebar.gif);}
.has_sidebar#le  #content_wrap {background-image: url(../img/le/background_content_sidebar.gif);}
.has_sidebar#re  #content_wrap {background-image: url(../img/re/background_content_sidebar.gif);}
.has_sidebar#ap  #content_wrap {background-image: url(../img/ap/background_content_sidebar.gif);}
.has_sidebar#cfp #content_wrap {background-image: url(../img/cfp/background_content_sidebar.gif);}
.has_sidebar#fde #content_wrap {background-image: url(../img/fde/background_content_sidebar.gif);}
.has_sidebar#mlo #content_wrap {background-image: url(../img/mlo/background_content_sidebar.gif);}



/* SIDEBAR */
#sidebar {
	width: 183px;
	padding: 28px 13px 76px 26px;
	float: left;
	color: #fff;
	position: relative;
	display: none;
}
.has_sidebar #sidebar {
	display: block;
}

#sidebar a {color: #c2eda2;}
#ins #sidebar a {color: #c2eda2;}
#le  #sidebar a {color: #efc3f3;}
#re  #sidebar a {color: #cdcfe8;}
#ap  #sidebar a {color: #fecdb8;}
#cfp #sidebar a {color: #d8d4ca;}
#fde #sidebar a {color: #92ABB0;}
#mlo #sidebar a {color: #fecdb8;}

#ins #sidebar a:hover, 
#le  #sidebar a:hover, 
#re  #sidebar a:hover, 
#ap  #sidebar a:hover, 
#cfp #sidebar a:hover,
#fde #sidebar a:hover,
#mlo  #sidebar a:hover {
	color: #fff;
}


	/* Lists */
#sidebar h4 {
	color: #fff;
	font-weight: bold;
	font-size: 1.2em;
	margin-bottom: .3em;
}
#sidebar ul {
	padding-bottom: 1em;
	border-bottom: 1px solid #45915e;
	margin-bottom: 1em;
}

#ins #sidebar ul {border-bottom-color: #45915e;}
#le  #sidebar ul {border-bottom-color: #80688e;}
#re  #sidebar ul {border-bottom-color: #686e8d;}
#ap  #sidebar ul {border-bottom-color: #87514f;}
#cfp #sidebar ul {border-bottom-color: #877b5c;}
#fde #sidebar ul {border-bottom-color: #49788A;}
#mlo #sidebar ul {border-bottom-color: #ce2b2c;}

#sidebar ul.last {
	border-bottom: 0;
}
#sidebar ul li a {
	display: block;
	height: 21px;
	background: url(../img/bullet_sidebar.gif) center left no-repeat;
	padding-left: 23px;
	font-size: 1em;
	line-height: 21px;
}

#ins #sidebar ul li a {background: url(../img/ins/bullet_sidebar.gif) center left no-repeat;}
#le  #sidebar ul li a {background: url(../img/le/bullet_sidebar.gif) center left no-repeat;}
#re  #sidebar ul li a {background: url(../img/re/bullet_sidebar.gif) center left no-repeat;}
#ap  #sidebar ul li a {background: url(../img/ap/bullet_sidebar.gif) center left no-repeat;}
#cfp #sidebar ul li a {background: url(../img/cfp/bullet_sidebar.gif) center left no-repeat;}
#fde #sidebar ul li a {background: url(../img/fde/bullet_sidebar.gif) center left no-repeat;}
#mlo #sidebar ul li a {background: url(../img/mlo/bullet_sidebar.gif) center left no-repeat;}

	/* "Questions?  Call us..." */
#sidebar p#questions {
	background-color: #1c534d;
	width: 183px;
	position: absolute; left: 13px;
	padding: 7px 13px 7px 13px;
}

#ins #sidebar p#questions {background-color: #1c534d;}
#le  #sidebar p#questions {background-color: #371e44;}
#re  #sidebar p#questions {background-color: #2e3454;}
#ap  #sidebar p#questions {background-color: #472321;}
#cfp #sidebar p#questions {background-color: #5c4f32;}
#fde #sidebar p#questions {background-color: #30474D;}
#mlo #sidebar p#questions {background-color: #ad1d1c;}

#sidebar p#questions span {
	font-weight: bold;
	font-size: 1.25em;
}





/* MAIN CONTENT */
#content {
	width: 846px;
	padding: 0 13px 0 13px;
}
.has_sidebar #content_wrap #content {
	width: 624px;
	float: left;
}

#content #body {
	padding: 1.4em 1.4em 0 1.4em;
}
#content #body p {
	margin-bottom: .7em;
}
#content #blurbtop {
	margin: 1.4em 1.4em 0em 1.4em;
}


	/* Crumb trail links */
#content p#crumbtrail {
	padding: 4px 13px 3px 19px;
	font-size: .8em;
}
.has_curtain #content p#crumbtrail {
	display: none;
}

	/* Title bar */
#content h2 {
	background: url(../img/background_titlebar.gif) top left repeat-x;
	height: 44px;
	padding: 0 19px;
	color: #fff;
	font-weight: bold;
	font-size: 1.25em;
	line-height: 44px;
	letter-spacing: 2px;
	position: relative;
}

#ins #content h2 {background-image: url(../img/ins/background_titlebar.gif);}
#le  #content h2 {background-image: url(../img/le/background_titlebar.gif);}
#re  #content h2 {background-image: url(../img/re/background_titlebar.gif);}
#ap  #content h2 {background-image: url(../img/ap/background_titlebar.gif);}
#cfp #content h2 {background-image: url(../img/cfp/background_titlebar.gif);}
#fde #content h2 {background-image: url(../img/fde/background_titlebar.gif);}
#mlo #content h2 {background-image: url(../img/mlo/background_titlebar.gif);}

#content h2 span {
	position: absolute; top: 0; right: 19px;
}
.has_curtain #content h2 {
	display: none;
}


	/* Subtitle */
#content h3 {
	padding: 1em 0 .2em 0;
	font-weight: bold;
	font-size: 1.3em;
	color: #227c77;
}

#ins #content h3 {color: #227c77;}
#le  #content h3 {color: #61486e;}
#re  #content h3 {color: #484e6d;}
#ap  #content h3 {color: #68302e;}
#cfp #content h3 {color: #71623e;}
#fde #content h3 {color: #3C6C82;}
#mlo #content h3 {color: #ad1d1c;}


	/* Table */
#content table {
	width: 100%;
	border: 1px solid #227c77;
}

#aff #content table, #ins #content table td, #ins #content table thead th {border-color: #227c77;}
#ins #content table, #ins #content table td, #ins #content table thead th {border-color: #227c77;}
#le #content table, #le #content table td, #le #content table thead th    {border-color: #61486e;}
#re #content table, #re #content table td, #re #content table thead th    {border-color: #484e6d;}
#ap #content table, #ap #content table td, #ap #content table thead th    {border-color: #68302e;}
#cfp #content table, #cfp #content table td, #cfp #content table thead th {border-color: #71623e;}
#fde #content table, #fde #content table td, #fde #content table thead th {border-color: #3c6c82;}
#mlo #content table, #mlo #content table td, #mlo #content table thead th {border-color: #ad1d1c;}

#content table thead th {
	background-color: #227c77;
	color: #fff;
	vertical-align: top;
	padding: 2px 7px 2px 14px;
}

#aff #content table thead th {background-color: #227c77;}
#ins #content table thead th {background-color: #227c77;}
#le  #content table thead th {background-color: #61486e;}
#re  #content table thead th {background-color: #484e6d;}
#ap  #content table thead th {background-color: #68302e;}
#cfp #content table thead th {background-color: #71623e;}
#fde #content table thead th {background-color: #3c6c82;}
#mlo #content table thead th {background-color: #ad1d1c;}

#content table td {
	vertical-align: top;
	padding: 2px 7px;
}


	/* Striped table */
#content table.striped {
	text-align: left;
	color: #000;
	margin-bottom: 13px;
}
#content table.striped tbody th {
	background-color: #333;
	color: #fff;
	padding: 2px 7px 2px 7px;
}

#aff #content table.striped tbody th {background-color: #429c97;}
#ins #content table.striped tbody th {background-color: #429c97;}
#le  #content table.striped tbody th {background-color: #80688e;}
#re  #content table.striped tbody th {background-color: #686e8d;}
#ap  #content table.striped tbody th {background-color: #88504e;}
#cfp #content table.striped tbody th {background-color: #aa935d;}
#mlo #content table.striped tbody th {background-color: #ce2b2c;}

#content table.striped td {
	font-size: .9em;
	line-height: 1.3em;
	padding: .7em .9em;
}
#content table.striped tr.odd td {
	background-color: #eaeaea;
}

#content table.striped a {
	text-decoration: underline;
	color: #000;
}
#content table.striped a:hover {
	color: #555;
}
#content table.striped tr.odd td {
	background-color: #eaeaea;
}

#content table.striped a.hint {
	background: url(../img/bullet_caret.gif) left no-repeat;
	text-indent: 12px;
	font-weight: bold;
	font-size: .9em;
	text-decoration: none;
	text-transform: none;
	color: #227c77;
}
#content table.striped a:hover {
	text-decoration: underline;
}
#aff #content table.striped a.hint {color: #227c77;}
#ins #content table.striped a.hint {color: #227c77;}
#le  #content table.striped a.hint {color: #61486e;}
#re  #content table.striped a.hint {color: #484e6d;}
#ap  #content table.striped a.hint {color: #68302e;}
#cfp #content table.striped a.hint {color: #71623e;}
#fde #content table.striped a.hint {color: #3C6C82;}
#mlo #content table.striped a.hint {color: #ad1d1c;}


	/* Special hacks for the last column of a course listing table. */
#aff #content table.striped td.textbook_and_exam,
#ins #content table.striped td.textbook_and_exam,
#le  #content table.striped td.textbook_and_exam,
#re  #content table.striped td.textbook_and_exam,
#ap  #content table.striped td.textbook_and_exam,
#cfp #content table.striped td.textbook_and_exam,
#fde #content table.striped td.textbook_and_exam,
#mlo #content table.striped td.textbook_and_exam
{
	width: 170px;
	border-left: 1px dashed #999;
}
#content table.striped td.textbook_and_exam div {
	position: relative;
}
#content table.striped td.textbook_and_exam div button {
	position: absolute; top: -5px; right: 0;
}

	/* Special hacks to add grid lines. */
#content table.with_lines {
	border-right-width: 0;
}
#content table.with_lines td, #content table.with_lines th {
	border-style: solid;
	border-right-width: 1px;
}

	/* Tighten the width of the radio-button column on aexam.php. */
#content table td.realed-eradio {width: 3%;}
#content table td.realed-eans {width: 97%;}


	/* Account form, etc. */
#content form {
	/* margin-left: 32px; */  /* Was there ever a reason for this? */
}
#content td.realed-label1, #content td.realed-label2 {
	width: 30%;
	background-color: #227c77;
	color: #fff;
	font-weight: bold;
	text-align: right;
	padding: 3px 14px;
	border: 0;
}

#aff #content td.realed-label1, #aff #content td.realed-label2 {background-color: #227c77;}
#ins #content td.realed-label1, #ins #content td.realed-label2 {background-color: #227c77;}
#le #content td.realed-label1, #le #content td.realed-label2   {background-color: #61486e;}
#re #content td.realed-label1, #re #content td.realed-label2   {background-color: #484e6d;}
#ap #content td.realed-label1, #ap #content td.realed-label2   {background-color: #68302e;}
#cfp #content td.realed-label1, #cfp #content td.realed-label2 {background-color: #71623e;}
#fde #content td.realed-label1, #fde #content td.realed-label2 {background-color: #3C6C82;}
#mlo #content td.realed-label1, #mlo #content td.realed-label2 {background-color: #ad1d1c;}

#content td.realed-value1, #content td.realed-value2 {
	padding: 3px 14px;
}
#content td.realed-label1 span.realed-req, #content td.realed-label2 span.realed-req {
	color: #fff;
}

#content div.realed-between, #content div.realed-before {
	margin: 20px 0 5px 0;
	font-size: 1.2em;
	font-weight: bold;
	color: #227c77;
}

#aff #content div.realed-between, #aff #content div.realed-before {color: #227c77;}
#ins #content div.realed-between, #ins #content div.realed-before {color: #227c77;}
#le #content div.realed-between, #le #content div.realed-before   {color: #61486e;}
#re #content div.realed-between, #re #content div.realed-before   {color: #484e6d;}
#ap #content div.realed-between, #ap #content div.realed-before   {color: #68302e;}
#cfp #content div.realed-between, #cfp #content div.realed-before {color: #71623e;}
#fde #content div.realed-between, #fde #content div.realed-before {color: #3C6C82;}
#mlo #content div.realed-between, #mlo #content div.realed-before {color: #ad1d1c;}

#content span.realed-between {
	position: relative;
	top: -0.2em;
}

#content table table, #content table table td {
	width: auto;
	margin: 0; padding: 0;
	border: none;
}


	/* Login form */
form#login {
	font-size: .95em;
	font-style: italic;
	font-weight: bold;
	width: 25em;
	text-align: right;
	padding: 2em 2em 4em 1em;
	border: 7px solid #eee;
	margin: 2em auto 3em auto;
}
form#login input.text {
	width: 17em;
}
form#login a {
	font-weight: normal;
}
form#login p {
	position: relative;
}
form#login p span {
	width: 17em;
	text-align: left;
	position: absolute; right: 0;
	z-index: 1;
}
form#login input#submit {
	margin-top: .5em;
	font-size: 1em;
}
form#login p span.realed-err {
	position: relative; top: 2.5em;
	z-index: 0;
}


	/* View by location or date */
.view_location_date#body {
	text-align: center;
}
.view_location_date#body div {
	width: 520px;
	margin: 1em auto;
}

.view_location_date#body p {
	padding-bottom: 10px;
	font-weight: bold;
	color: #227c77;
}
#ins .view_location_date#body p {color: #227c77;}
#le  .view_location_date#body p {color: #61486e;}
#re  .view_location_date#body p {color: #484e6d;}
#ap  .view_location_date#body p {color: #68302e;}
#cfp .view_location_date#body p {color: #71623e;}
#fde .view_location_date#body p {color: #3C6C82;}
#mlo .view_location_date#body p {color: #ad1d1c;}

.view_location_date#body table {
	width: auto;
	margin-right: 28px;
	float: left;
	text-align: left;
}
.view_location_date#body table#class_locations {
	width: 350px;
}
.view_location_date#body td {
	padding: 1em 2em 1em 1em;
}

.view_location_date#body li {
	text-indent: 12px;
	background: url(../img/bullet_caret.gif) center left no-repeat;
}

.view_location_date#body a {
	font-weight: normal;
	line-height: 1.7em;
	color: #000;
}
.view_location_date#body a:hover {
	text-decoration: underline;
}


	/* Select location or date */
.select_location_date#body {
	text-align: center;
}
.select_location_date#body div {
	width: 410px;
	margin: 0 auto;
	text-align: left;
}
.select_location_date#body fieldset {
	width: auto;
	margin: 0 25px 0 25px;
	float: left;
}
.select_location_date#body fieldset p {
	font-weight: bold;
	color: #227c77;
}

#ins .select_location_date#body fieldset p {color: #227c77;}
#le  .select_location_date#body fieldset p {color: #61486e;}
#re  .select_location_date#body fieldset p {color: #484e6d;}
#ap  .select_location_date#body fieldset p {color: #68302e;}
#cfp .select_location_date#body fieldset p {color: #71623e;}
#fde .select_location_date#body fieldset p {color: #3C6C82;}
#mlo .select_location_date#body fieldset p {color: #ad1d1c;}

.select_location_date#body fieldset select {
	width: 150px;
}

table#legend {
	width: 520px;
	margin: 1em 0 2em 0;
}
table#legend td {
	text-align: left;
	font-size: .9em;
	line-height: 1.1em;
	color: #227c77;
}

#aff table#legend td {color: #227c77;}
#ins table#legend td {color: #227c77;}
#le  table#legend td {color: #61486e;}
#re  table#legend td {color: #484e6d;}
#ap  table#legend td {color: #68302e;}
#cfp table#legend td {color: #71623e;}
#fde table#legend td {color: #3C6C82;}
#mlo table#legend td {color: #ad1d1c;}

.select_location_date#body p#location {
	margin-top: .8em;
	text-align: left;
	font-weight: bold;
	color: #000;
}
.select_location_date#body p#location span {
	font-size: 1.3em;
}
.select_location_date#body p#location button span {
	font-size: 9px;
}

.select_location_date#body div.column {
	width: 282px;
	margin-right: 13px;
	float: left;
}
.select_location_date#body div.column table {
	text-align: left;
	color: #000;
	margin-bottom: 13px;
}
.select_location_date#body div.column table td {
	font-size: .9em;
	line-height: 1.3em;
	padding: .7em .9em;
}
.select_location_date#body div.column table a {
	text-decoration: underline;
	color: #000;
}
.select_location_date#body div.column table a:hover {
	color: #555;
}


	/* Links */
#content p#links {
	margin: 19px;
}





/* FOOTER */

p#footer {
	clear: left;
	background: url(../img/bg.gif) top left no-repeat;
	padding-top: 40px;
	text-align: center;
	font-size: .8em;
	line-height: 2em;
	padding-bottom: 1em;
}
p#footer a {
	color: #333;
}
p#footer a:hover {
	color: #000;
}

/* Button at the bottom of a form. */
.realed-buttons {
	margin: 1.6em 0pt;
	text-align: center;
}

/* Button in the middle of a form. */
.realed-buttons-middle {
	margin-top: 7px;
	margin-bottom: 10px;
}

/* SSL for-your-protection note. */
.realed-prot {
	font-style: italic;
}

/* Table of interest checkboxes on the course updates signup page. */
#content table.realed-signup {
	width: auto;
}

/* Report filter inputs on the affiliate pages. */
#content table.realed-filter {
	width: auto;
}
.realed-filter select, .realed-filter input {
	font-size: .9em;
}

/* Notification messages. */
.realed-notify {
	color: #00f;
}

/* Font for bookstore item names. */
span.realed-book {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}

/* Bookstore item thumbnail image. */
img.realed-book-img {
    float: right;
    border-style: none;
    margin: 4px 0px 0px 4px;
}

/* Light-colored rows of bookstore item information. */
.realed-book-light {
    background: #f5f5f5;
}

/* Dark-colored rows of bookstore item information. */
.realed-book-dark {
    background: #eeeeee;
}

/* Bookstore item information table. */
table.realed-book {
    border: none;
    margin: 0px 0px;
}

td.realed-book {
    border-style: none;
    padding: 4px 8px;
}

/* Promotional code table on the shopping cart page. */
#content table.realed-promo, #content table.realed-promo td {
    border: none;
    width: auto;
    margin: 0;
    padding: 0;
    vertical-align: middle;
}
