/* additions/overrides to the BU Flexi style sheet */

/* change background of current primary nav selection to match background of secondary nav */
#nav li.current_page_item, #nav li a.active_section {background-color:#777;} 

/* move the right edge of the primary nav bar left a bit to reveal the backgrounded nature of the secondary nav */
#pnb {width:843px !important;z-index:5;}

/* secondary nav (mostly copied from primary nav) */
#snb {position:absolute;top:54px;left:10px;width:843px;height:34px;background: #777 url() repeat-x 0 0; z-index:1;
	border: 1px solid #fff;
	box-shadow: 0 0 8px #ccc;
	-moz-box-shadow: 0 0 8px #ccc;
	-webkit-box-shadow: 0 0 8px #ccc;
}
#snav {height:34px;overflow:hidden;}
#snav ul {list-style:none;}
#snav li {float:left;width:auto;}
#snav li a {display:block;text-decoration:none;color:#c3c3c3;font-size:1.2em;line-height:14px;font-weight:bold;padding:10px;text-transform:uppercase;}
#snav li a:hover, #snav li a:focus {text-decoration:none;background-color:#373;color:#fff;}
#snav li.current_page_item a {color:#ff0;}
#snav li li a {text-transform: none; border-top: 1px solid #dfdfdf;}
#snav li li:first-child a {border-top: none;}

/* set the current page and hover colors for the secondary nav */
#snav li.current_page_item, #snav li a.active_section {background-color:#373;} 
#snav li a:hover, #snav li:hover a, #snav li a:focus, #snav li:focus a {background-color:#733}

/* set background of active one on secondary nav */
#content h3.active_section {
	background-color: #93C3DB;
} 
#content h3.active_section a {
	color: black;
	text-decoration: none;
} 
#content li.active_selection {
	background-color: #93C3DB;
}
#content li.active_selection a {
	color: black;
	text-decoration: none;
}

/* zeroary nav (mostly copied from primary nav) */
#znb {position:absolute;top:20px;left:300px;width:auto;height:30px;background: #ddd url() repeat-x 0 0; z-index:1;
	border: 1px solid #733;
	box-shadow: 0 0 8px #ccc;
	-moz-box-shadow: 0 0 8px #ccc;
	-webkit-box-shadow: 0 0 8px #ccc;
}
#znav {height:30px;overflow:hidden;}
#znav ul {list-style:none;}
#znav li {float:left;width:auto;}
#znav li a {display:block;text-decoration:none;color:#777;font-size:1.2em;line-height:10px;font-weight:bold;padding:10px;text-transform:uppercase;}
#znav li a:hover, #znav li a:focus {text-decoration:none;background-color:#373;color:#fff;}
#znav li.current_page_item a {color:#ff0;}
#znav li li a {text-transform: none; border-top: 1px solid #dfdfdf;}
#znav li li:first-child a {border-top: none;}

/* set the current page and hover colors for the secondary nav */
#znav li.current_page_item, #znav li a.active_section {background-color:#373;} 
#znav li a:hover, #znav li:hover a, #znav li a:focus, #znav li:focus a {background-color:#733}


/* put the masthead image above the secondary nav */
#masthead {position:absolute;top:0px;left:0px;z-index:25;}

#gradselector {
	font-size: 12pt;
	position:absolute;top:32px;left:350px;z-index:45;
	/* use display none to hide while under development */
	/*display: none;*/
}

/* setup the layout for "col0", which is a 1-column layout when the second column is not used */
/* this is a med_2col_right style page otherwise */

.med_2col_right #col0 {	width: 825px;
	padding: 18px;
	float: left;
}
.med_2col_right #col0 .container {width:auto;border:none;padding:0;}

/* Since h3 is the way news items are differentiated, add a separator to h3 */

#content h3 {
	border-top:thin solid black;
	padding-left:5px;
	padding-right:5px;
	padding-top:2px;
	padding-bottom:2px;
	background-color: #DDD;
}

/* create a style for a JavaScript "button" created with p and an onclick */

p.js-button {
	background-color: none;
	cursor: pointer;
	text-decoration: underline;
}
p.js-button:hover {
	background-color: yellow;
	cursor: pointer;
	text-decoration: underline;
}

/* home */

div.caslx_home_broadcast {
	background-color: #FFFF88;
	color: red;
	padding: 5px;
	border: solid thin red;
	font-size: 10pt;
	line-height: 12pt;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
}

/* course schedule */

table.semester_toc { /* semester name, jump, hide at the top */
	width:100%;
	border:none;
}
table.semester_toc tr, td {
	border:none;
	margin: 0px;
	padding: 0px;
}
table.semester_toc td {
	vertical-align: top;
}
table.semester_toc td.semester_name { width: 300px; }
table.semester_toc td.semester_name h2 {
	margin-bottom: 10px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
}
table.semester_toc td.semester_jump { width: auto; }
table.semester_toc td.section_jump { width: auto; }
table.semester_toc td.show_descriptions {
	width: 100px;
	border: thin solid green;
	padding:10px;
}

/* schedule grid itself */

table.course_schedule {
	width:100%;
	border:none;
}
table.course_schedule tr, td { /* default to no borders, padding, or margins */
	border:none;
	padding: 0px;
	margin: 0px;
}
table.course_schedule tr.course_schedule_divider td { /* intersection row */
	line-height: 30px;
}
table.course_schedule tr.course_schedule_section td { /* section label */
	background-color: #EAEAEA;
	text-align: center;
	font-weight: bold;
	line-height: 30px;
	font-size: 14px;
	color:#000000;
	border-top: 2px solid #BB0000;
	border-bottom: 2px solid #BB0000;
	margin-top:100px;
	border-collapse: none;
}

tr.course_schedule_header td { /* header row on table */
	border-bottom: 1px solid black;
	border-left: none;
	border-right: none;
	border-top: none;
	vertical-align: bottom;
	margin: 0px;
}

table.course_schedule td { /* any row of a course */
	/*border-top: 1px dotted blue;*/
	border: none;
	border-top: none;
	border-left: none;
	/*border-left: 1px solid #EAEAEA;*/
	border-right: none;
	border-bottom: none;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
}

table.course_schedule td.top { /* first row of a course */
	vertical-align: top;
	border-top: thin solid black;
	border-left: none;
	border-right: none;
	/*border-left: 1px solid #EAEAEA;*/
	/*border-right: 1px solid #EAEAEA;*/
	border-bottom: none;
}

table.course_schedule td.course_number { width: 100px; }
table.course_schedule td.course_title { width: auto; font-weight: bold; }
table.course_schedule td.course_section { width: 25px; text-align: center; padding-right: 10px; }
table.course_schedule td.course_url { width: 45x; text-align: right; vertical-align: center;}
table.course_schedule td.course_sectionurl { width: auto; text-align: right; padding-right: 5px; }
table.course_schedule td.course_instructor { width: 100px; }
table.course_schedule td.course_days { width: 50px; }
table.course_schedule td.course_time { width: 70px; }
table.course_schedule td.course_room { width: 70px; }

/* where there is a course site, a "web" button appears, governed by the following style */

.coursesite_indicator {
	background-color: #FFDDDD;
	font-weight:normal;
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
	font-size:12px;
	/*text-align:left;*/
	padding:1px;
	border:thin solid red;
}

.coursesite_indicator a:link,
.coursesite_indicator a:visited {
	text-decoration:none;
	color: #000000;
}

.coursesite_indicator:hover {
	background-color: #FFFF00;
	color: #FF0000;
}

/* waitlist indicator, not really used or tested yet */

.waitlist_indicator {
	background-color: #AAFFAA;
	font-weight:normal;
	font-size:12px;
	text-align:center;
	padding:5px;
	border:thin solid black;
}

.waitlist_indicator a {
	text-decoration:none;
}

.waitlist_indicator a:link,
.waitlist_indicator a:visited {
	text-decoration:none;
	color: #000000;
}

.waitlist_indicator:hover {
	background-color: #FFFF00;
	color: #FF0000;
}

/* This is on the individual profile page */

h3.semester_header {
	margin-top:15px;
	margin-bottom:10px;
}

/* course descriptions */

table.course_descriptions {
	width:100%;
	border:none;
}
table.course_descriptions tr, td { /* default to no borders, padding, or margins */
	border:none;
	padding: 0px;
	margin: 0px;
}
table.course_descriptions td, p {
	font-size: 10pt;
}
tr.course_descriptions_divider td { /* intersection row */
	line-height: 30px;
}
tr.course_descriptions_section td { /* section label */
	background-color: #EAEAEA;
	text-align: center;
	font-weight: bold;
	line-height: 30px;
	font-size: 12pt;
	color:#000000;
	border-top: 2px solid #BB0000;
	border-bottom: 2px solid #BB0000;
	margin-top:100px;
}

tr.course_descriptions_category td div { /* external course category label */
	background-color: #EAEAEA;
	text-align: center;
	font-weight: bold;
	font-size: 12pt;
	color:#000000;
	border: 2px solid #00BB00;
	margin-top:10px;
	margin-bottom: 10px;
	margin-left: 50px;
	margin-right: 0px;
}

tr.course_descriptions_seealso td {
	border:thin dotted black;
	margin:5px;
	padding:10px;
	background-color: #EAEAEA;
}

tr.course_highlight td {
	background-color: #FFFFBB;
	border-top: 1px dotted black;
	border-left: 1px solid #EAEAEA;
	border-right: none;
	border-bottom: none;
}

td.course_description_title table {
	width:100%;
	border:none;
	margin:0px;
}

td.course_description_title table tr, td { /* default to no borders, padding, or margins */
	padding: 0px;
	margin: 0px;
}

td.course_title {
	font-size:12pt;
	/*color:red;*/
}

td.course_usual {
	text-align: right;
}

td.course_description_number {
	width:100px;
	text-align:center;
	padding-right:5px;
	padding-left:0px;
	padding-top:0px;
	padding-bottom:0px;
}

td.course_description_number p {
	font-size:10pt;
}


table#course_descriptions tr td.course_descriptions_prereqs > table {
	width:100%;
	border:none;
}
table#course_descriptions tr td.course_descriptions_prereqs > table > tr > td { /* default to no borders, padding, or margins */
	border:none;
	padding: 0px;
	margin: 0px;
	font-size:12pt;
}


/*
table.side_nav {
	vertical-align: top;
	margin: 10px;
	padding: 0;
	text-align: center;
}

td.side_nav {
	vertical-align: top;
	background-color : #EDEDED;
	margin: 10px;
	padding: 5px;
	text-align: right;
	border: black;
	font-family : Arial, Helvetica, sans-serif;
	color : #000000;
	font-size : 18px;
	border: 1px solid black;
}

td.side_nav a:link,
td.side_nav a:visited {
	background-color : transparent;
	color : #000000;
	text-decoration : none;
}

td.side_nav a:hover {
	background-color : transparent;
	color : #FF0000;
	text-decoration : none;
}

#content_cell {
	vertical-align: top;
	background-color: white;
	padding: 10px;
}
*/

/* major, etc. static, general style */
/* this is mostly dealt with by the WP style now */

/*
.main_content {
	font-size: 14px;
	font-family : Georgia, "Times New Roman", Times, serif;
}

h1 {
	font-size : 24px;
	text-align: center;
	background-color : #EDEDED;
	color: #CC0000;
	margin: 5px auto;
	padding: 5px;
	border-color: #CCCCCC #000000 #000000 #CCCCCC;
	border-style: solid;
	border-width: 1px;
}

h2 {
	font-size : 18px;
	text-align: center;
	background-color : #EDEDED;
	color: #330066;
	padding: 5px;
	margin: 0px;
	border-color: black;
	border-style: solid none none none;
	border-width: 2px;
}


h3 {
	font-size : 16px;
	text-align: left;
	color: #330066;
	border-color: #000000;
	border-style: none none dotted none;
	border-width: 1px;
}

h3>span.highlight {
	color: #CC0000;
}

.main_content td {
	padding: 3px 10px; 

}

blockquote {
	border-width: 1px;
	border-color: #CCCCCC;
	border-style: dotted;
	padding: 3px 10px;
}
*/

blockquote {
	font-size: inherit;
	font-style: normal;
	margin-left: 10px;
	/*background-color: yellow;*/
	/*border-width: 1px;*/
	/*border-color: #CCCCCC;*/
	/*border-style: dotted;*/
	border-left: dotted thin #CCCCCC;
	padding: 3px 10px;
}

/***** ITEMS *****/

/* this is for the item children when listed tight */

ul.list_tight li {
	list-style-type: square;
}

ul.list_tight p {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

/*
li {
	margin: 10px;
}

*/

div.floated_box {
	float: right;
	width: 150px;
	background-color: #EAEAEA;
	border: 1px solid black;
	padding: 10px;
	margin: 5px 0px 5px 5px;
}

/*
div.watermark {
	z-index:10;
	opacity:.75;
	position: fixed; 
	top: 50px;
	left: 45px;
	font-weight: bold;
	font-size: 24px;
	color: red;
	padding: 4px;
	margin: 0px;
	background-color: #EAEAEA;
	border: 1px solid black;
}
*/

/* I don't remember where these are used, I will leave them in for now */

div.attention {
	background-color: #FFCC00;
	font-weight:bold;
	font-size:18px;
	text-align:center;
}
div.notice {
	background-color: #AAFFAA;
	font-weight:bold;
	font-size:14px;
	text-align:center;
}

/* item headers */
/* Something seems to be adding padding to my tables, I'm not quite sure what. */

table.item_heading {
	width: 100%;
}
table.item_heading td {
	vertical-align: top;
	margin: 0px;
	padding: 0px;
}
/* this is obsolete anyway */
/*
table.item_heading td.news_byline {
	vertical-align: middle;
	width: 150px;
	background-color: #CCCCCC;
	margin: 0px;
	padding: 0px;
}
td.news_byline p {
	font-size:12px;
	text-align:center;
	margin: 0px;
	padding: 0px;
}
*/

/* major, minor pages */
/* I am going to try to do without this, this was pretty specific to a particular static */
/*
.major table {
	margin: 5px auto 5px 100px;
	border-width: 2px;
	border-color: #CCCCCC;
	border-style: solid;
}

.major .other {
	color : #660066;
	background-color : #CCCCFF;
}

.major .ling {
	color : #990066;
	background-color : #CCFFFF;
}

.major .both {
	color : #990066;
	background-color : #DDDDDD;
}

.major .total {
	color : #990066;
	background-color : #FFFF66;
	border-bottom: 5px solid black ;
}

.major .total .label {
	font-style: italic; 
}

.major .sample {
	text-align: center;
	color : #990066;
	background-color : #FFFFCC;
}

div.sample {
	margin: 10px auto 10px auto;
	padding: 3px 3px 3px 15px;
	border: 1px dotted black;
}

.sample ul {
	list-style: circle;
}

.sample li {
	text-align:left;
}
*/

/* event */

table.event_container {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	width: 100%;
	border-collapse: collapse;
}

table.event_container td {
	border:none;
}

table.event_toc {
	background-color : #EAEAEA;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	width: 100%;
	border-collapse: collapse;
}

table.event_toc td {
	border:none;
}

table.event_toc td.label {
	vertical-align: top;
	width: 125px;
	padding-left: 5px;
	background-color: #EAEAAA;
}

table.event_toc td.label p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 9px;
	color: #CC0000;
	margin: 0px 0px 0px 0px;
	border:none;
}

table.event_toc td.content {
	vertical-align: top;
}

table.event_toc td.content p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 9px;
	color: #CC0000;
	margin: 0px 0px 0px 0px;
}

div.event_section_label {
	text-align: center;
	background-color: #EAEAEA;
	border: thin solid #CC0000;
	font-weight: bold;
	margin-bottom:5px;
}

td.event_left {
	background-color : #FFFFFF;
	width: 159px;
	vertical-align: top;
	border-top: 1px solid purple; 
/*	border-left: 1px solid grey; */
/*	border-bottom: 1px solid grey; */
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-left: 0px;
}

td.event_left p {
	margin: 0px 0px 0px 0px;
}

td.event_left p.event_left_content {
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px 0px 5px 0px;
}

td.event_left p.event_left_label {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 9px;
	color: #CC0000;
	margin: 0px 0px 0px 0px;
}

td.event_left p.event_left_cat_name {
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px 0px 5px 0px;
	background-color: #EEEEFF;
}

td.event_left p.event_left_cat_label {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 9px;
	color: #CC0000;
	background-color: #EEEEFF;
	margin: 0px 0px 0px 0px;
}

td.event_right {
	vertical-align: top;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 10px;
	background-color: #FFFFEE;
}

td.event_right table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid purple; 
}

td.event_right table td {
	vertical-align: top;
	border-top: 1px dotted gray;
}

td.event_right table td p {
	font-size: 11px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px 0px 0px 0px;
}

td.event_right table td.event_label {
	width: 100px;
}

td.event_right table td.event_label p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 9px;
	color: #333333;
}

td.event_right table td.event_deadline_label {
	background-color: #CC0000;
	width: 100px;
}

td.event_right table td.event_deadline_label p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 9px;
	color: #FFFF00;
}

/* old event stuff 
p.event_speakers {
	font-family : "Times New Roman", Times, serif;
	font-size : 12px;
	margin-top: 5px;
	margin-bottom: 0px;
}

p.event_fields {
	font-family : "Times New Roman", Times, serif;
	font-size : 12px;
	margin-top: 5px;
	margin-bottom: 0px;
}

span.event_field_text {
	font-family : "Times New Roman", Times, serif;
	font-size : 12px;
	margin-top: 5px;
	margin-bottom: 0px;
}

p.event_description {
	font-family : "Times New Roman", Times, serif;
	font-size : 12px;
	margin-top: 5px;
	margin-bottom: 0px;
}

p.event_location {
	font-family : "Times New Roman", Times, serif;
	font-size : 12px;
	margin-top: 5px;
	margin-bottom: 0px;
}

p.event_date {
	font-family : "Times New Roman", Times, serif;
	font-size : 12px;
	margin-top: 5px;
	margin-bottom: 0px;
}

span.event_date {
	font-family : "Times New Roman", Times, serif;
	font-size : 12px;
	margin-top: 5px;
	margin-bottom: 0px;
}
*/

/* faculty */

table.profiles_toc { /* semester name, jump, hide at the top */
	width:100%;
	border:none;
	margin:0px;
}
table.profiles_toc tr, td {
	border:none;
	margin: 0px;
	padding: 0px;
}
table.profiles_toc td {
	vertical-align: top;
}
table.profiles_toc td.page_title { width: 400px; }
table.profiles_toc td.section_jump { width: auto; }

div.people_category_header {
/*	background-color: #EAEAEA; */
	background-color: #93C3DB;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	color:#000000;
/*	border: 2px solid #00BB00; */
	border: 2px solid #000000;
	margin-top:0px; 
/*	margin-top:25px; */
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
	padding-top:4px;
	padding-bottom:4px;
}

.faculty {
	margin: 0px;
	padding: 0px;
	border: none;
	width: 100%;
	font-size: 12px;
}

table.faculty td {
	border:none;
}

table.faculty_contact {
	border-top:none;
}

tr.faculty_contact {
/*	margin: 0px 10px 50px 0px;*/
	padding: 0px;
	border: none;
}

td.faculty_contact_label {
	background-color : #EAEAEA;
	text-align: right;
	border-bottom: thin solid white;
	font-size: 12px;
	width:100px;
	padding-left: 0px;
	padding-right: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
}

td.faculty_contact {
	text-align: left;
	border:none;
	font-size: 12px;
	padding-left: 5px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

td.faculty_picture {
	/*text-align:right;*/
	width:128px;
	vertical-align: top;
	border-top:none;
	/*padding-right:20px;*/
	/*background-color: #DDD;*/
}

td.faculty_picture img {
	margin: 0px;
	padding: 0px;
}

td.faculty_picture div {
	width: 128px;
	height: 100px;
	background-color: #EAEAEA;
	margin-bottom:20px;
}

td.profile_header_left {
	/*border-top:thin solid black !important;*/
	padding-left:5px;
	padding-right:5px;
	padding-top:10px;
	padding-bottom:10px;
	background-color: #EAEAEA;
	vertical-align: middle;
}

td.profile_header_right {
	/*border-top:thin solid black !important;*/
	padding-left:5px;
	padding-right:5px;
	padding-top:2px;
	padding-bottom:2px;
	background-color: #EAEAEA;
	vertical-align: middle;
}

div.profile_name {
	margin-bottom:0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	width:275px;
	text-align: left;
	/*text-align: right;*/
}

div.profile_title {
	width:375px;
	margin-top:4px;
	/*padding-left:20px;*/
	font-weight: bold;
	/*background-color: #FFEEEE;*/
	color:black;
}

div.profile_subtitle {
	width:375px;
	margin-top:4px;
	padding-left:10px;
	font-weight: bold;
	/*background-color: #FFEEEE;*/
	/*color:black;*/
	color: #365C93;
}

p.faculty_background {
	padding-bottom:10px;
}

p.faculty_research {
	padding-bottom:10px;
}

div.profile_page_title {
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-weight: normal;
	font-size: 1.6em;
	line-height: 1.3em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-top:thin solid black;
	padding-left:5px;
	padding-right:5px;
	padding-top:2px;
	padding-bottom:2px;
	background-color: #DDD;
	color: black;
}

div.profile_page_title.profile_page_subtitle {
	margin-bottom: 1em;
	padding-left:20px;
	color: #365c93;
	font-size: 1.4em;
	border-top: none;
}

/* alumni */

.alumni {
	margin: 0px;
	padding: 0px;
	border: none;
	width: 100%;
}

.alumni td {
	font-size: 12px;
}

div.alumni_cohort_label {
	/*background-color: #EAEAEA;*/
	/*color:#000000;*/
	/*font-size: 14px;*/
	background-color: #CC0000;
	color: white; 
	font-size: 20px;
	text-align: center;
	font-weight: bold;
	/*border: 2px solid #0000BB;*/
	margin-top:25px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-top:10px;
	padding-bottom:10px;
}

div.alumni_degree_label {
	background-color: #EAEAEA;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	color:#000000;
	border-top: 2px solid #CC0000;
	border-right: 2px solid #CC0000;
	/*border: 2px solid #00BB00;*/
	margin-top:10px;
	margin-bottom: 10px;
	margin-left: 0px;
	/*margin-left: 100px;*/
	margin-right: 0px;
}

tr.alumni_row {
	margin: 0px;
	padding: 0px;
}

td.alumni_label {
	background-color : #EAEAEA;
	text-align: right;
	width: 150px;
	border:none;
	vertical-align: top;
	padding-right:5px;
}

td.alumni_cell {
	text-align: left;
	border-bottom: 1px solid #EAEAEA ;
	vertical-align: top;
	padding-left:5px;
}

p.alumni_award {
	color:#008800;
}

div.award_year {
	background-color: #EAEAEA;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	color:#000000;
	border: 2px solid #00BB00;
	margin-top:10px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
}

td.alumni_award {
	background-color : #EAEAEA;
	text-align: right;
	width: 50%;
	border:none;
	vertical-align: top;
	padding-right: 5px;
}

td.alumni_recipient {
	text-align: left;
	border-bottom: 1px solid #EAEAEA ;
	vertical-align: top;
	padding-left: 5px;
}

div.alumni_trailer {
	text-align: center;
	margin-top: 20px;
}

div.alumni_sup {
	background-color: #FFEE00;
	color:black;
	font-weight:bold;
	font-size:14px;
	text-align:center;
}

table.alumni_notes {
	margin: 0px;
	padding: 0px;
	border: none;
}

table.alumni_notes td {
	font-size: 12px;
}

td.alumni_notes_label {
	background-color : #EAEAEA;
	text-align: right;
	width: 200px;
	border-bottom: 1px solid #AAAAFF;
	vertical-align: top;
	padding-right:5px;
}

td.alumni_notes_cell {
	text-align: left;
	border-bottom: 1px solid #AAAAFF ;
	vertical-align: top;
	padding-left:5px;
}

/*td.alumni_notes_photo {
	text-align: left;
	border-bottom: 1px solid #AAAAFF ;
	vertical-align: top;
	width:130px;
}
*/

.floatright {
	float: right;
	clear: right;
	margin-left: 10px;
	/*text-align: left;*/
	/*border-bottom: 1px solid #AAAAFF ;*/
	/*vertical-align: top;*/
	width:130px;
}

