/* CSS FOR GRADUATES WEB SITE ---------------------------------------------------------- */
/* AUTHOR: LINDA GODDEN */
/* DATE: MAY 2008 */

/* COLOURS
Home - light blue - #8bd9ca
	Vertical lines between submenus: #7ad3c1
	Background for submenus: #ace3d9
Brain - light blue - #8bd9ca
	Vertical lines between submenus: #7ad3c1
	Background for submenus: #ace3d9
Research - green - #52b580
	Vertical lines between submenus: #47a574
	Background for submenus: #88cca8
Prospective - pink - #d97386
	Vertical lines between submenus: #d56276
	Background for submenus: #e296a4
Course Info - orange - #cf923e
	Vertical lines between submenus: #996600
	Background for submenus: #d7a35b
People - yellow - #bdc442
	Vertical lines between submenus: #9ba032
	Background for submenus: #d1d67a
Calendar - light green - #97c942
	Vertical lines between submenus: #
	Background for submenus: #
Contact - blue - #53a5ca
	Vertical lines between submenus: #
	Background for submenus: #
*/

/* -----------------------------------------------------------------------------------------*/
/* GENERAL -------------------------------------------------------------------------------- */
/* -----------------------------------------------------------------------------------------*/

html,body {
	font-family:Verdana, Helvetica, sans-serif;
	background-color: #e2e6eb;
	/* background-color: #f4ffff;    	 */
	height: 100%;
    	padding:0;
    	margin: 0 auto;
}
#map_canvas {
	/* border: 1px solid #000000;*/
	margin-left: 10px;
	padding-left: 10px;
	text-align: center;
	width: 400px;
	height: 300px;
}
#nomap {
	border: 0px;
	margin-top:10px;
}
p {
	font-size: 9pt;
}
#heading {
	width: 620px;
	height: 100px;
	padding-left: 4px;
	padding-top: 15px;
	z-index: 110;
}
#tr-corner-img {
	float:right;
	padding-left: 70px;
	padding-top: 5px;
	z-index: 130;
}
#tl-corner-img {
	float:left;
	padding-left: 5px;
	padding-top: 10px;
	z-index: 120;
}
#facebook {
	position: absolute;
	top:52px;
	width: 150px;
	right: 110px;
	z-index: 400;
	font-size:9pt;
}
#search {
	position: absolute;
	top:82px;
	right: 110px;
	z-index: 300;
	font-size:10px;
}
.internal {
	position: absolute;
	top: 120px;
	right: 10px;
	z-index: 1000;
	font-size: 10px;
	width: 80px;
	height: 30px;
	background: #a8a8a8;
}

/* -----------------------------------------------------------------------------------------*/
/* BANNER  */
/* -----------------------------------------------------------------------------------------*/
#wrapper {
	width: 780px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	position: relative;
	background-color: #ffffff;
	/* float: none; */
	/* clear:both; */
}
#wrapper-head {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 110px;
	background-color: #ffffff;
}

/* -----------------------------------------------------------------------------------------*/
/* HORIZONTAL MENU  */
/* -----------------------------------------------------------------------------------------*/

#menu1,  #menu2, #menu3,  #menu4,
#menu5,  #menu6, #menu7,
#menu1-focus,  #menu2-focus, #menu3-focus,  #menu4-focus,
#menu5-focus,  #menu6-focus, #menu7-focus {
	position: absolute;
	top: 120px;
	height:25px;
	font-size: small;
	padding-left: 5px;
	padding-top:5px;
}
/* PROSPECTIVE STUDENTS, CURRENT STUDENTS & CALENDAR MENUS GO OVER 2 LINES */
#menu3, #menu3-focus, #menu4, #menu4-focus, #menu6, #menu6-focus {
	position: absolute;
	top: 120px;
	height:30px;
	font-size: small;
	padding-left: 5px;
	padding-top:0px;
	line-height: 1em;

	width: 80px;
}
#menu1 a,  #menu2 a, #menu3 a,  #menu4 a,
#menu5 a,  #menu6 a, #menu7 a,
#menu1-focus a,  #menu2-focus a, #menu3-focus a,  #menu4-focus a,
#menu5-focus a,  #menu6-focus a, #menu7-focus a {

	text-decoration: none;
	color: #000000;
}

#menu1 a:hover,  #menu2 a:hover, #menu3 a:hover,  #menu4 a:hover,
#menu5 a:hover,  #menu6 a:hover, #menu7 a:hover,
#menu1-focus a:hover,  #menu2-focus a:hover, #menu3-focus a:hover,  #menu4-focus a:hover,
#menu5-focus a:hover,  #menu6-focus a:hover, #menu7-focus a:hover {
	text-decoration: none;
	color: #d8d8d8;
}

#menu1line, #menu2line, #menu3line, #menu4line,
#menu5line, #menu6line, #menu7line {
	position: absolute;
	top:150px;
	width: 780px;
	height:35px;
	font-size: small;
	z-index: 900;
}
/* UNORDERED LISTS   ---------------------------------------- */
#menu1line ul, #menu2line ul, #menu3line ul, #menu4line ul,
#menu5line ul, #menu6line ul, #menu7line ul {
	margin-left: -40px;

}
#menu1line ul li, #menu2line ul li, #menu3line ul li, #menu4line ul li,
#menu5line ul li, #menu6line ul li, #menu7line ul li{
	text-align:left;
	float: left;
	display: inline;
	list-style: none;
	padding: 4px 5px 0px 5px;
	/* line-height: 1em; */

}
#menu1line ul li a, #menu2line ul li a, #menu3line ul li a, #menu4line ul li a,
#menu5line ul li a, #menu6line ul li a, #menu7line ul li a {
	text-decoration: none;
	font-size: 10pt;
	color: #000000;
}
#menu1line ul li a:hover, #menu2line ul li a:hover, #menu3line ul li a:hover, #menu4line ul li a:hover,
#menu5line ul li a:hover, #menu6line ul li a:hover, #menu7line ul li a:hover  {
	text-decoration: none;
	font-size: 10pt;
	color: #787878;
}

/* MENU 1 HOME -------------------------------------------------------------------- */
#menu1 {
	width:90px;
	left: 0px;
	background-color:#8bd9ca;
}
#menu1-focus {
	width:90px;
	left: 0px;
	background-color:#8bd9ca;
	font-weight: bold;
}
#menu1line {
	background-color:#8bd9ca;
}
#menu1line ul li {
	border-left: 1px solid #7ad3c1;
	border-right: 1px solid #7ad3c1;
	height: 20px;
	background-color: #ace3d9;
}

/* MENU 2 RESEARCH -------------------------------------------------------------------- */
#menu2 {
	width:99px;
	left:95px;
	background-color:#52b580;
}
#menu2-focus {
	width:99px;
	left:95px;
	background-color:#52b580;
	font-weight: bold;
}
#menu2line {
	background-color:#52b580;
}
#menu2line ul li {
	border-left: 1px solid #47a574;
	border-right: 1px solid #47a574;
	height: 20px;
	background-color: #88cca8;
}
/* MENU 3 PROSPECTIVE -------------------------------------------------------------------- */
#menu3 {
	width: 124px;
	left:199px;
	background-color:#D97386;
}
#menu3-focus {
	width: 124px;
	left:199px;
	background-color:#D97386;
	font-weight: bold;
}
#menu3line {
	background-color:#D97386;
}
#menu3line ul li {
	border-left: 1px solid #d56276;
	border-right: 1px solid #d56276;
	height: 20px;
	background-color: #e296a4;
}
/* MENU 4 COURSE -------------------------------------------------------------------- */
#menu4 {
	width: 110px;
	left:328px;
	background-color:#CF923E;

}
#menu4-focus {
	width: 110px;
	left:328px;
	background-color:#CF923E;
	font-weight: bold;
}
#menu4line {
	background-color:#CF923E;
}
#menu4line ul li {
	border-left: 1px solid #996600;
	border-right: 1px solid #996600;
	height: 20px;
	background-color: #d7a35b;
}
/* MENU 5 PEOPLE -------------------------------------------------------------------- */
#menu5 {
	width: 104px;
	left:443px;
	background-color:#bdc442;
}
#menu5-focus {
	width: 104px;
	left:443px;
	background-color:#bdc442;
	font-weight: bold;
}
#menu5line {
	background-color:#bdc442;
}
#menu5line ul li {
	border-left: 1px solid #9ba032;
	border-right: 1px solid #9ba032;
	height: 20px;
	background-color: #d1d67a;
}

/* MENU 6 RESOURCES -------------------------------------------------------------------- */
#menu6 {
	width: 115px;
	left:552px;
	background-color:#97c942;
}
#menu6-focus {
	width: 115px;
	left:552px;
	background-color:#97c942;
	font-weight: bold;
}
#menu6line {
	background-color:#97c942;
}

/* MENU 7 CONTACT -------------------------------------------------------------------- */
#menu7 {
	width:104px;
	left:671px;
	background-color:#53a5ca;
}
#menu7-focus {
	width:104px;
	left:671px;
	background-color:#53a5ca;
	font-weight: bold;
}
#menu7line {
	background-color:#53a5ca;
}


/* ----------------------------------------------------------------------------------------------- */
/* COMMON BODY WRAPPERS ---------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------- */
#research-wrapper-body, #prospective-wrapper-body,
#course-wrapper-body, #people-wrapper-body, #calendar-wrapper-body, #contact-wrapper-body,
#brain-wrapper-body, #fullwidth-wrapper-body
{
	position: relative;
	top: 180px;
	left: 0px;
	width: 780px;
	margin: 0;
	padding: 0;
	height: auto;
	min-height: 100%;
	text-align: left;
}
#home-wrapper-body
{
	position: relative;
	top: 180px;
	left: 0px;
	width: 780px;
	margin: 0;
	padding: 0;
	padding-bottom: 20px;
	height: auto;
	/* min-height: 100%; */
	text-align: left;
}
/* ----------------------------------------------------------------------------------------------- */
/* COMMON CONTENT ---------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------- */
#research-content, #prospective-content, #course-content, #people-content,
#contact-content, #brain-content {
	position: relative;
	top: 20px;
	left: 0px;
	width: 550px;
	font-size: 12px;
	margin-left: 210px;
	margin-right:10px;
	text-align: left;
	background-color: #ffffff;
	line-height: 1.3em;
}
#fullwidth-content, #calendar-content {
	position: relative;
	top: 20px;
	left: 0px;
	width: 760px;
	font-size: 12px;
	margin-left: 10px;
	margin-right:10px;
	text-align: left;
	background-color: #ffffff;
	line-height: 1.3em;
}

/* ----------------------------------------------------------------------------------------------- */
/* HOME BRIEF ---------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------- */
#brief  {
	position: relative;
	top: 20px;
	left: 0px;
	width: 440px;
	margin-left: 330px;
	padding-left:10px;
	margin-right:10px;
	text-align: left;
	background-color: #8bd9ca;
	line-height: 1em;
}
/* ----------------------------------------------------------------------------------------------- */
/* HOME CONTENT ---------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------- */
#home-content  {
	position: relative;
	top: 20px;
	left: 0px;
	width: 440px;
	margin-left: 330px;
	margin-right:10px;
	text-align: left;
	background-color: #ffffff;
	line-height: 1em;
}
/* ----------------------------------------------------------------------------------------------- */
/* IMAGE IN BODY --------------------- */
/* ----------------------------------------------------------------------------------------------- */
#contact-img, #people-img, #calendar-img, #resources-img,
#prospective-img, #course-img, #research-img, #brain-img {
	position: absolute;
	top:10px;
	left: 10px;
	width: 195px;
	height: 250px;
	padding:0;
	text-align: left;

}
#contact-img a, #people-img a, #calendar-img a, #resources-img a,
#prospective-img a, #course-img a, #research-img a, #brain-img a {
	text-decoration: none;
	color: #000000;
}
#contact-img a:hover, #people-img a:hover, #calendar-img a:hover, #resources-img a:hover,
#prospective-img a:hover, #course-img a:hover, #research-img a:hover, #brain-img a:hover {
	text-decoration: none;
	color: #d8d8d8;
}
/* IMAGE IN HOME --------------------- */
#home-img {
	position: absolute;
	top: 20px;
	left: 10px;
	width: 300px;
	/* height: 250px; */
	padding-left:5px;
	text-align: left;
	/* text-align: center; */

}
/* ----------------------------------------------------------------------------------------------- */
/* CONTACT CONTENT PAGES ------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------- */
#contact-wrapper-body {
	background-color: #53a5ca;
}
#contact-content {
	background-image: url("images/rounded-corner-m7-sm.png");
	background-repeat: no-repeat;
}
#contact-content h2 {
	font-size: 16px;
	font-weight: bold;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	color: #53a5ca;
}
#contact-content h3 {
	font-size: 14px;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	color: #53a5ca;
}
#contact-content p {
	font-size: 11px;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
}
#contact-content ul {
	font-size: 11px;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
}
#contact-content a {
	text-decoration: none;
	color: #0000ff;
}
#contact-content a:hover {
	text-decoration: none;
	color: #808080;
}
/* ----------------------------------------------------------------------------------------------- */
/* HOME PAGE CONTENT --------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------- */
#home-wrapper-body {
	background-color: #8bd9ca;
	text-align:center;
}

#home-content {
	background-image: url("images/rounded-corner-m1-sm.png");
	background-repeat: no-repeat;
	/* height: auto; */
/* 	height: 100%; */
	/* padding-bottom: 20%; */
}
#home-content h1 {
	font-size: 18px;
	font-weight: bold;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	color: #2b866a;
}
#home-content h2 {
	font-size: 16px;
	font-weight: bold;
	padding-left: 10px;
	padding-top: 5px;
	padding-right: 10px;
	color: #2b866a;
}
#home-content h3 {
	font-size: 16px;
	padding-left: 10px;
	padding-top: 5px;
	padding-right: 10px;
	color: #2b866a;
}
#home-content p {
	font-size: 11px;
	padding-left: 10px;
	padding-top: 2px;
	padding-right: 10px;
}
#home-content ul li {
	font-size: 11px;
	padding-left: 10px;
	padding-top: 2px;
	padding-right: 10px;
}
#home-content a {
	text-decoration: none;
	color: #0000ff;
}
#home-content a:hover {
	text-decoration: none;
	color: #808080;
}
.home-news-hdg {
	font-size: 12px;
	font-weight: bold;
	line-height: 1em;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-top: 10px;
	color: #2b866a;
}

.home-news-p {
	font-size: 10px;
	padding-left: 10px;
	padding-right: 5px;
	padding-bottom: 3px;
}
.home-news-r {
	font-size: 9px;
	padding-left: 10px;
	padding-right: 5px;
}

.panel-news {
	height: 100%;
}

/* ----------------------------------------------------------------------------------------------- */
/* SEMINARS ------------------------------------------------------------------------ */
/* ----------------------------------------------------------------------------------------------- */
#seminars {	padding-left: 10px;
	padding-top: 0px;
	padding-right: 10px;
	background-color: #d7a35b;
	border: 2px solid #cf923e;
}
#seminars h1 {	font-family:Verdana, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding-left: 5px;
	padding-top: 5px;
	padding-right: 5px;
	color: #000000;
}
#seminars p {
	font-family:Verdana, Helvetica, sans-serif;
	font-size: 10px;
	padding-left: 10px;
	padding-top: 5px;
	padding-right: 5px;
	color: #000000;
}
#seminars a {
	text-decoration: none;
	color: #0000ff;
}
#seminars a:hover {
	text-decoration: none;
	color: #808080;
}
/* ----------------------------------------------------------------------------------------------- */
/* INTERNAL ------------------------------------------------------------------------ */
/* ----------------------------------------------------------------------------------------------- */
#internal {

	padding-left: 4px;
	padding-top: 3px;
	width: 70px;
	height: 20px;
	background-color: #ace3d9;
	border: 2px solid #8bd9ca;
	font-family:Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
#internal a {
	text-decoration: none;
	color: #000000;
}
#internal a:hover {
	text-decoration: none;
	color: #808080;
}
/* ----------------------------------------------------------------------------------------------- */
/* BRAIN CONTENT PAGES ------------------------------------------------------------------------ */
/* ----------------------------------------------------------------------------------------------- */
#brain-wrapper-body {
	background-color: #8bd9ca;
}
#brain-content {
	background-image: url("images/rounded-corner-m1-sm.png");
	background-repeat: no-repeat;
}
#brain-content h2 {
	font-size: 16px;
	font-weight: bold;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	color: #16c2be;
}
#brain-content h3 {
	font-size: 14px;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	color: #16c2be;
}
#brain-content blockquote {
	font-size: 11px;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
}
#brain-content p {
	font-size: 11px;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
}
#brain-content ul li {
	font-size: 11px;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
}
#brain-content a {
	text-decoration: none;
	color: #0000ff;
}
#brain-content a:hover {
	text-decoration: none;
	color: #808080;
}

/* ----------------------------------------------------------------------------------------------- */
/* RESEARCH CONTENT PAGES ------------------------------------------------------------------------ */
/* ----------------------------------------------------------------------------------------------- */
#research-wrapper-body {
	background-color: #52b580;
}
#research-content {
	background-image: url("images/rounded-corner-m2-sm.png");
	background-repeat: no-repeat;
}
#research-content h2 {
	font-size: 16px;
	font-weight: bold;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	color: #52b580;
}
#research-content h3 {
	font-size: 14px;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	color: #52b580;
}
#research-content blockquote {
	font-size: 11px;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
}
#research-content p {
	font-size: 11px;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
}
#research-content ul li {
	font-size: 11px;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
}
#research-content a {
	text-decoration: none;
	color: #0000ff;
}
#research-content a:hover {
	text-decoration: none;
	color: #808080;
}
/* ----------------------------------------------------------------------------------------------- */
/* PROSPECTIVE CONTENT PAGES ------------------------------------------------------------------------ */
/* ----------------------------------------------------------------------------------------------- */
#prospective-wrapper-body {
	background-color: #d97386;
}
#prospective-content {
	background-image: url("images/rounded-corner-m3-sm.png");
	background-repeat: no-repeat;
}
#prospective-content h2 {
	font-size: 16px;
	font-weight: bold;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	color: #d97386;
}
#prospective-content h3 {
	font-size: 14px;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	color: #d97386;
}
#prospective-content p {
	font-size: 11px;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
}
#prospective-content blockquote {
	font-size: 11px;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
}
#prospective-content ul li {
	font-size: 11px;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
}
#prospective-content a {
	text-decoration: none;
	color: #0000ff;
}
#prospective-content a:hover {
	text-decoration: none;
	color: #808080;

}
/* ----------------------------------------------------------------------------------------------- */
/* COURSE CONTENT PAGES ------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------- */
#course-wrapper-body {
	background-color: #cf923e;
}
#course-undergraduates-wrapper-body {
	background-color: #bf6415;
}
#course-how-to-wrapper-body {
	background-color: #bc590f;
}
#course-links-wrapper-body {
	background-color: #f26a1b;
}
#course-content {
	background-image: url("images/rounded-corner-m4-sm.png");
	background-repeat: no-repeat;
}
#course-content h2 {
	font-size: 16px;
	font-weight: bold;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	color: #cf923e;
}
#course-content h3 {
	font-size: 14px;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	color: #cf923e;
}
#course-content blockquote {
	font-size: 11px;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
}
#course-content p {
	font-size: 11px;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
}
#course-content ul li {
	font-size: 11px;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
}
#course-content a {
	text-decoration: none;
	color: #0000ff;
}
#course-content a:hover {
	text-decoration: none;
	color: #0000ff;
}
/* ----------------------------------------------------------------------------------------------- */
/* COURSE CONTENT PAGES ------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------- */
#fullwidth-wrapper-body {
	background-color: #cf923e;
}
#fullwidth-undergraduates-wrapper-body {
	background-color: #bf6415;
}
#fullwidth-how-to-wrapper-body {
	background-color: #bc590f;
}
#fullwidth-links-wrapper-body {
	background-color: #f26a1b;
}
#fullwidth-content {
	background-image: url("images/rounded-corner-m4-sm.png");
	background-repeat: no-repeat;
}
#fullwidth-content h2 {
	font-size: 16px;
	font-weight: bold;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	color: #cf923e;
}
#fullwidth-content h3 {
	font-size: 14px;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	color: #cf923e;
}
#fullwidth-content blockquote {
	font-size: 11px;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
}
#fullwidth-content p {
	font-size: 11px;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
}
#fullwidth-content ul li {
	font-size: 11px;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
}
#fullwidth-content a {
	text-decoration: none;
	color: #0000ff;
}
#fullwidth-content a:hover {
	text-decoration: none;
	color: #0000ff;
}
/* ----------------------------------------------------------------------------------------------- */
/* PEOPLE CONTENT PAGES ------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------- */
#people-wrapper-body {
	background-color: #bdc442;
}

#people-content {
	background-image: url("images/rounded-corner-m5-sm.png");
	background-repeat: no-repeat;
}
#people-content h2 {
	font-size: 16px;
	font-weight: bold;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	color: #477327;
}
#people-content h3 {
	font-size: 14px;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	color: #477327;
}
#people-content h4 {
	font-size: 12px;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	font-weight: bold;
}
#people-content p {
	font-size: 11px;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
}
#people-content blockquote {
	font-size: 11px;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
}
#people-content ul li {
	font-size: 11px;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
}
#people-content a {
	text-decoration: none;
	color: #0000ff;
}
#people-content a:hover {
	text-decoration: none;
	color: #0000ff;

}

/* ----------------------------------------------------------------------------------------------- */
/* CALENDAR CONTENT PAGES ------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------- */
#calendar-wrapper-body {
	background-color: #97c942;
}
#calendar-content {
	background-image: url("images/rounded-corner-m6-sm.png");
	background-repeat: no-repeat;
	font-size: 11px;

}
#calendar-content h2 {
	font-size: 16px;
	font-weight: bold;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	color: #97c942;
}
#calendar-content h3 {
	font-size: 14px;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	color: #97c942;
}
#calendar-content p {
	font-size: 11px;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
}
#calendar-content ul li {
	font-size: 11px;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
}
#calendar-content a {
	text-decoration: none;
	color: #0000ff;
}
#calendar-content a:hover {
	text-decoration: none;
	color: #a8a8a8;
}
/* ----------------------------------------------------------------------------------------------- */
/* EXPONENT OPTIONS MENU    ------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------- */
.exponent-manage {
	position:absolute;
	background-color: #ffffff;
	top: 20px;
	right: 3px;
	color: #339933;
	border: 1px solid #339933;
	padding: 3px;
	text-align: left;
	z-index: 20;
}
.exponent-manage a {
	font-size: 9pt;
	text-decoration: none;
	color: #002147;
}
.exponent-manage a:hover {
	font-size: 9pt;
	text-decoration: none;
	color: #a0a0a0;
}

/* TABLE -------------------------------------------------------- */
th {
	font-size: 10px;
	font-weight: bold;
	background-color: #e8e8e8;
	text-align:left;
	padding: 4px;
	border-spacing: 0px;
}
td {
	font-size: 11px;
	vertical-align: top;
	padding: 4px;
	border-spacing: 0px;
}
.red {
	color: #ff0000;
}
.green {
	color: #336600;
}


.hidden {
	position: absolute;
	float:none;
	display:none;
	visibility: hidden;
}
