/* Content Area */
/* Content Area: Structural */
#column-1 {
	width: 360px;
	position: relative;
	float: left;
}

.row {
	clear: both;
	width: 100%;
}

#content-layout_style-1 #content #column-1 {
	width: 540px;
	position: relative;
	float: left;
}

#column-2 {
	width: 200px;
	float: right;
	position: relative;
}

#content-layout_style-3 #content #column-1 {
	width: 340px;
	position: relative;
	float: left;
}

#content-layout_style-3 #content #column-2 {
	width: 200px;
	float: right;
	position: relative;
}
#content-layout_directory #content #column-1 {
	width: 440px;
	position: relative;
	float: left;
}

#content-layout_directory #content #column-2 {
	width: 100px;
	float: right;
	position: relative;
}

/* Content Area: Links */
/* These are defaults for links within the content area (column-1), DO NOT change. Editing should be confined to adding or removing columns */
#content #column-1 a:active {
	color: #CC0000;
	background-color: #FFFFCC;
}
#content #column-1 a:link {
	color: #2356EF;
	text-decoration: none;
}

#content #column-1 a:visited {
	color: #3366FF;
	text-decoration:none;
}
#content #column-1 a:hover {
	text-decoration:underline;	
}

#content #column-2 a:active {
	color: #CC0000;
	background-color: #FFFFCC;
}
#content #column-2 a:link {
	color: #3366FF;
	text-decoration: none;
}

#content #column-2 a:visited {
	color: #3366FF;
	text-decoration:none;
}
#content #column-2 a:hover {
	text-decoration:underline;	
}

/* Content Area: General Headings */
h2 {
	color: #4275AC;
	/* remaining settings should not be modified */
	font-size: 1.6em;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 5px;
	
}
.h2-alt {
	color: #4275AC;
	/* remaining settings should not be modified */
	font-size: 1.4em;
	font-weight: normal;
	margin-bottom: 2px;
	position: relative;
}
h3 {
	color: #4275AC;
	/* remaining settings should not be modified */
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 3px;
	position: relative;
	margin-top: 0px;
	text-decoration:none;
}

h4 {
	color: #4275AC;
	/* remaining settings should not be modified */
	font-size: 1.1em;
	font-weight: normal;
	margin-bottom: 3px;
	position: relative;
	margin-top: 0px;
	text-decoration:none;
}

h5 {
	color: #4275AC;
	/* remaining settings should not be modified */
	font-size: 1 em;
	margin-bottom: 3px;
	position: relative;
	margin-top: 0px;
	font-weight:normal;
	font-style: italic;
}

/* Content Area: Lists */
#content #column-1 ul {
	list-style-type: disc;
	margin-top: 15px;
}
#content #column-1 li {
	margin-bottom: 8px;
}

.no-margin {
	margin: 0px;
}

.no-margin li {
	list-style-type: none;
}

/* Content Area: HTML Element Styles */
p {
margin-bottom: 1.5em;
	margin-top: 0px;
}

/* Content Area: Widgets */
/* Content Area: Widgets - Flash Banner [sets layout position of flash movie] */
#promo-box {
	top: 0px;
	text-align: left;
	vertical-align: top;
	margin-bottom: 5px;
	position: relative;
	left: 0px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

#promo-box_style-2 {
	top: 0px;
	text-align: left;
	vertical-align: bottom;
	position: relative;
	left: 0px;
	background-color: #165D43;
	display: block;
	height: 80px;
	margin-bottom: 2px;
}

#promo-box_style-2 h1 {
	text-align: left;
	vertical-align: bottom;
	bottom: 0px;
	position: absolute;
	margin: 0px;
	color: #FFFFFF;
	font-size: 2em;
}

#promo-box_style-2 object {
	float: right;
}

/* Content Area: Widgets - Research Portal Article */
#research-portal-article {
	margin-bottom: 10px;
}

#research-portal-article h2 {
	background-color: #A4BE6D;
	margin: 0px;
	color: #FFFFFF;
	padding: 2px 2px 3px;
	font-size: 1.2em;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	display: block;
}

#research-portal-article img {
	float: right;
}

#research-portal-article p {
	padding: 3px 3px 6px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	background-color: #F0F4E8;
	clear: both;
	margin-bottom: 0px;

}

#research-portal-article em {
	font-size: 0.8em;
	font-style: normal;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #F7F8F1;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	display: block;
	padding: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}

#research-portal-article a {
	font-weight: bold;
	text-decoration: none;
	color: #165D43;
	margin: 0px;
	background-color: #CBDAAC;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	padding-top: 6px;	
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #A4BE6D;
	text-align: right;
	display: block;
	clear: both;
}

#research-portal-article a:hover {
	text-decoration: underline;
}

/* Content Area: Widgets - Related Links Box */
#related-links {
	border: 1px solid #2461AA;
	margin-top: 25px;
	padding-bottom: 5px;
}

#related-links h2 {
	color: #FFFFFF;
	background-color: #2461AA;
	display: block;
	padding-left: 3px;
	font-size: 1em;

}

#related-links a {
	position: relative;
	text-decoration: none;
	margin-bottom: 5px;
	display: block;
	clear: both;
	padding-right: 3px;
	padding-left: 3px;
	margin-top: 3px;
	color: #000000;

}

#related-links a:hover {
	position: relative;
	text-decoration: underline;
	margin-bottom: 5px;
	display: block;
	clear: both;
	padding-right: 3px;
	padding-left: 3px;
	margin-top: 3px;

}

/* Content Area: Widgets - Related Links Box STYLE 2 */

#related-links_style-2 {
	background-color: #BED4E8;
	text-align: left;
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 10px;
}

#related-links_style-2 h2 {
	font-size: 1.2em;
	color: #2461AA;
	font-weight: bold;
	float: left;
	margin: 0px;
	position: relative;
}

#related-links_style-2 a {
	display: block;
	text-decoration: none;
	margin-top: 4px;
	margin-bottom: 0px;
	clear: both;
}

#related-links_style-2 a:hover {
	display: block;
	text-decoration: underline;
	margin-top: 4px;
	margin-bottom: 0px;
	clear: both;
}

/* Content Area: Widgets - Related Links Box STYLE 3 */
#related-links_style-3 {
	background-color: #D2D2FF;
	text-align: left;
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 10px;
	height: 68px;
	margin-bottom: 2px;
}

#related-links_style-3 h2 {
	font-size: 1.2em;
	color: #000079;
	font-weight: bold;
	float: left;
	width: 120px;
	margin: 0px;
	position: relative;
}

#related-links_style-3 img {
	float: right;
	margin-right: 0px;
	margin-bottom: 0px;
}

#related-links_style-3 p {
	float: left;
	width: 120px;
}

#related-links_style-3 a {
	display: block;
	text-decoration: none;
	margin-top: 4px;
	margin-bottom: 0px;
	clear: both;
	color: #536865;
}

#related-links_style-3 a:hover {
	display: block;
	text-decoration: underline;
	margin-top: 4px;
	margin-bottom: 0px;
	clear: both;
}


/* Content Area: Widgets - News */
#news {
	height: auto;
	width: 200px;
	background-color: #0FBFEF;
}

/* Peek-a-boo fix for news items - Hides from IE5-mac \*/
* html #news {line-height: 1.2;}
/* End hide from IE5-mac */

#news h2 {
	color: #4275AC;
	background-color: #FFFFFF;
	font-size: 1.4em;
	font-weight: bold;
	margin-bottom: 2px;
	position: relative;
	width: 100%;
}

#news h3 {
	font-size: 0.9em;
	font-weight: bold;
	color: #4275AC;
	margin-top: 4px;
	padding-right: 4px;
	padding-left: 4px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	clear: both;
	position: relative;
	display: block;
}

#news p {
	font-size: 0.8em;
	font-weight: normal;
	padding-right: 4px;
	padding-left: 4px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#news a {
	clear: both;
	padding-bottom: 3px;
	float: right;
	text-align: right;
	margin-top: 0px;
	margin-bottom: 5px;
	text-decoration: none;
	position: relative;
	display: block;
}

#news a:hover {
	text-decoration: underline;
}

#rss {
	background-color: #75C2FF;
	height: 20px;
	width: 100%;
	clear: both;
}

#rss a{
	background-color: #FF8036;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
	padding: 2px 4px;
	top: 2px;
	right: 2px;
	font-size: 0.8em;
	position: relative;
	float: right;
}

/* Content Area: Widgets - Events */
#events {
	height: auto;
	width: 200px;
	margin-top: 10px;
}

/* Peek-a-boo fix for news items - Hides from IE5-mac \*/
* html #events {line-height: 1.2;}
/* End hide from IE5-mac */

#events h2 {
	color: #4275AC;
	background-color: #FFFFFF;
	font-size: 1.4em;
	font-weight: bold;
	margin-bottom: 2px;
	position: relative;
	width: 100%;
}

#events em {
	font-size: 0.8em;
	font-weight: bold;
	color: #999999;
	padding-top: 4px;
	padding-bottom: 1px;
	margin: 0px;
	font-style: normal;
}

#events h3 {
	font-size: 0.9em;
	font-weight: bold;
	color: #4275AC;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	clear: both;
}
#events p {
	font-size: 0.8em;
	font-weight: normal;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
}
#events a {
	clear: left;
	padding-bottom: 3px;
	padding-right: 4px;
	float: right;
	width: 196px;
	text-align: right;
	text-decoration: none;
}

#events a:hover {
	text-decoration: underline;
}

/* Content Area: Widgets - Research Partners Box */
#research-partners {
	clear: both;
	float: right;
	width: 100%;
	right: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#rp-title {
	font-size: 0.7em;
	background-color: #75C2FF;
	height: 16px;
	width: 200px;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #FFFFFF;
	padding-right: 5px;
	padding-left: 5px;
	position: relative;
	float: right;
}
#rp-logos {
	height: auto;
	border: 1px solid #75C2FF;
	clear: both;
	text-align: center;
	display: block;
	margin-bottom: 20px;
}
#rp-logos img {
	padding-right: 20px;
	padding-left: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 10px;
	padding-bottom: 10px;
}

/* Content Area: Widgets - Prospectus Apply Box */
#prospective-apply {
	background-color: #F5CCDD;
	width: 200px;
	height: 68px;
	margin-bottom: 2px;
}

#prospective-apply p {
	float: left;
	font-size: 1.2em;
	color: #722750;
	font-weight: bold;
	padding-top: 5px;
	padding-left: 5px;
}

#prospective-apply img, #prospective-prospectus img {
	float: right;
	margin-right: 0px;
	margin-bottom: 0px;
}

#prospective-prospectus {
	background-color: #C9DEDA;
	width: 200px;
	height: 68px;
	margin-bottom: 2px;
}

#prospective-prospectus p {
	float: left;
	font-size: 1.2em;
	color: #657F7A;
	font-weight: bold;
	width: 120px;
	padding-top: 5px;
	padding-left: 5px;
}



/* Content Area: Widgets - Research Interests */
#column-1 #interest-detail {
	clear: both;
	height: 25px;
	width: 540px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #2461AA;
	margin-top: 0px;
	margin-bottom: 0px;
}
#return-listing {
	clear: both;
	float: right;
	color: #FFFFFF;
	background-color: #2461AA;
	display: block;
	padding: 2px;
}


#content #column-1 #return-listing a {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #2461AA;
}

#content #column-1 #return-listing a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #4A8AD9;
}


/* Content Area: Widgets - School Interests */
.school-interest {
	width: 425px;
	margin-bottom: 25px;
	margin-top: 25px;
}
.school-interest img {
	clear: both;
	float: right;
	border: 1px solid #000000;
	margin-right: 5px;
}

.school-interest h3 {
	font-size: 0.9em;
	font-weight: bold;
	color: #308F8F;
	display: block;
	padding: 1px 1px 2px 5px;
	clear: both;
	height: 1.1em;
	text-decoration: none;
	border: 1px solid #308F8F;
	margin-bottom: 7px;
}

.school-interest p {
	width: 300px;
	padding-left: 10px;
	float: left;
	margin-bottom: 10px;
}

.school-interest ul {
	background-color: #E2F5F5;
	padding: 2px 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #308F8F;
	border-bottom-color: #308F8F;
	list-style-type: none;
	margin: 0px;
	clear: both;
}
.school-interest ul ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 0px 8px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #66CCCC;
	border-bottom-color: #66CCCC;
	background-color: #F3FCFC;
}

.school-interest li {
	list-style-type: none;

}

/* Content Area: Widgets - Highlight Box */
.highlight-box {
	background-color: #F7FFC9;
	border: 1px dashed #99CB3B;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 10px;
}


/* Content Area: Widgets - Network pop-up */
#network-popup {
	font-size: 1em;
	color: #000000;
	background-color: #FFFFFF;
	margin: 1px;
	border: 1px solid #165D43;
	padding: 1px;
	width: 300px;
	font-family: Arial, Helvetica, sans-serif;
}
#network-popup img {
	margin: 0px 0px 1px;
	padding: 0px;
}

#network-popup h1 {
	font-size: 1.1em;
	background-color: #6EA100;
	margin-top: 0px;
	margin-bottom: 10px;
	color: #FFFFFF;
	padding: 2px;
	clear: both;
}
#network-popup p {
	font-size: 0.8em;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 15px;
	margin-top: 5px;
}

/* Content Area: Widgets - Seminars */
#seminars {
}

#seminars h2 {
	font-size: 1.2em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #165D43;
	font-weight: bold;
	margin-bottom: 0px;
	color: #165D43;
}

#seminars em {
	font-size: 1em;
	color: #999999;
	margin-top: 15px;
	display: block;
	width: 350px;
	font-style: normal;
}

#seminars h3 {
	font-size: 1.1em;
	color: #6EA100;
	text-decoration: none;
	margin-bottom: 5px;
	display: block;
	width: 350px;
}
#seminars p {
	margin-top: 0px;
	margin-bottom: 15px;
	display: block;
	width: 350px;
}
#seminars img {
	float: right;
	margin-top: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #165D43;
	border-bottom-color: #165D43;
	border-left-color: #165D43;
	height: 100px;
	width: 165px;
}

/* Content Area: Widgets - Browse Box */
.browse-box {
	width: 170px;
	clear: none;
	position: relative;
	float: left;
	margin-right: 10px;
	display: block;
}

.browse-box h3 {
	color: #FFFFFF;
	background-color: #009999;
	width: 168px;
	margin-bottom: 3px;
	padding: 0px 0px 0px 2px;
	clear: both;
}

.browse-box img {
	height: 60px;
	width: 60px;
	position: relative;
	padding-right: 5px;
	padding-bottom: 5px;
	float: left;
}

#content #column-1 .browse-box ul {
	float: left;
	position: relative;
	clear: none;
	margin: 0px;
	padding: 0px;
	width: 105px;
	list-style-type: none;
}

#content #column-1 .browse-box li {
	margin-bottom: 6px;
}

/*---------------------------------------
Content Area: Tables
----------------------------------------*/	
#alpha-index {
	width: 440px;
	text-align: center;
	margin-bottom: 10px;
}

#alpha-index td {
	border: 1px solid #3366FF;
}

#tab-index {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	width: 100%;
	margin-bottom: 3px;
}	

#tab-index #tab-on {
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px none #000000;
	border-left: 1px solid #000000;
	padding-right: 3px;
	padding-left: 3px;
	color: #000000;
	background-color: #FFFFFF;
}

#tab-index td {
	padding-right: 3px;
	padding-left: 3px;
	color: #FFFFFF;
	background-color: #000000;
	border: 1px solid #FFFFFF;}
	
	
#content #column-1 #tab-index td a { 
	text-decoration: none;
	color: #FFFFFF;}

#content #column-1 #tab-index td a:active { 
	text-decoration: none;
	color: #FFFFFF;}

#content #column-1 #tab-index td a:link { 
	text-decoration: none;
	color: #FFFFFF;}

#content #column-1 #tab-index td a:visited { 
	text-decoration: none;
	color: #FFFFFF;}
	
#content #column-1 #tab-index td a:hover { 
	text-decoration: underline;
	color: #FFFFFF;}
	
#contact-details {
	background-color: #CAEEFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

/*Dynamic data stuff*/

/*-------------------------------------
Courses
--------------------------------------*/
.nav-bar-border { 
	background: #000000}
	
.tab-on {
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px none #000000;
	border-left: 1px solid #000000;
	padding-right: 3px;
	padding-left: 3px;}

.tab {
	padding-right: 3px;
	padding-left: 3px;
	color: #FFFFFF;
	background-color: #000000;
	border: 1px solid #FFFFFF;}
	
.role-subheading {
	font: bold 1em Arial, Helvetica, sans-serif;
	color: #5E003F;
	border-bottom: thin solid #5E003F;
	padding-top: 10px;
	background-color: #FFFFFF;
}
	
a.tab-link:active { 
	text-decoration: none;
	color: #FFFFFF}

a.tab-link:link { 
	text-decoration: none;
	color: #FFFFFF}

a.tab-link:visited { 
	text-decoration: none;
	color: #FFFFFF}
	
a.tab-link:hover { 
	text-decoration: underline;
	color: #FFFFFF}
	
.box {
	border-top: 1px solid #000000;
	border-right: 1px none #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px none #000000;
	height: 10px;}
.line {
background-color:#DCEDF5;
}	
.facthead {
	font-size: 1em;
	font-weight: bold;
	color: #DCEDF5;}
	
.fact {
	font-size: 0.8em;
	font-weight: bold;
	color: #666666;}
	
hr {
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-width: 0px;
	border-bottom-width: thin;
	border-left-width: 0px;
	border-bottom-color: #FFFFFF;}
.alpha-index {
	padding: 3px;
	border: 1px solid #000000;
	margin: 3px;
}
.alpha-index-on {
	padding: 3px;
	border: 1px solid #000000;
	margin: 3px;
	background-color: #E3ECF9;
}
/*---------------------------------------
Tables
----------------------------------------*/	
	
.table-head {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.9em;
    border-top: 1px solid #333333;
    border-right: 1px none #333333;
    border-bottom: 1px solid #333333;
    border-left: 1px none #333333;
    text-align: left;}
	
.table-content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	background-color: #F7F7F7;
	color: #000000;
	margin-left: 5px;
	line-height: 1.2em;
}

.cell-shade {
	background-color: #DFDFDF;
	color: #000000;
	text-decoration: none;
}

table.tableBorder {
	border-width: 1px;
	border-style: solid;
	border-color: gray;
	border-collapse: collapse;
	background-color: white;
}

td.border-top {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}


/*---------------------------------------
Staff Profile Includes
----------------------------------------*/

.td-staff-profile {  
	padding: 3px 0px 5px 20px; 
	border: groove; 
	border-width: 0px 0px 1px; 
	border-color: black black #C9D6BE}

.td-staff-profile-header { 
	padding: 10px 0px 0px; 
	border: none; 
	border-color: #000000 black; 
	color: #003965}

#content #column-1 .holder .box-off a {color: #FFFFFF;}
