/* Page Background */
body {
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #E4E4E4;
	text-align: center;
}

/* Default Links (Navigation & Widgets) */
a:active {
	color: #000000;
	background-color: #FFFFCC;
	text-decoration: none;
}
a:link, a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	text-decoration:underline;
	color:#000000;
	border: none;
}

/* Reveals yellow semi-transparent gif for active state of clickable banner home button  */

#banner a:active {
	background: transparent url(../../../../shared/shared_institutes/images/semi-transparent.gif) repeat;
	text-decoration: none;
}

/* Skip Navigation */
#skip a:link, #skip a:visited {
	color: #FFF;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
}
#skip a:active {
	color: #000000;
	background-color: #FFFFCC;
	text-decoration: none;
}

#skip {
	float: left;
	position: absolute;
	left: 0px;
	top: 0px;
}

/* Default Banner */


/* Location Bars */
/* School Name & Search */
#school-name {
	position: relative;
	left: 5px;
	top: 1px;
	bottom: auto;
	float: left;
}

#school-name h1 {
	font-size: 0.8em;
	margin: 0px;
	font-weight: normal;
}




#first-bar #search {
	position: relative;
	right: 0px;
	float: right;
	font-size: 0.8em;
	top: 0px;
	bottom: auto;
	margin: 0px;
	background-color: #000000;
	padding-left: 2px;
}

#first-bar #search .search-box {
	height: 100%;
	width: 100px;
	border: 1px solid #000000;
	font-size: 1em;
	margin-right: 4px;
	position: relative;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	top: 0px;
}

#first-bar #search .btnG{
	height:100%;
	font-size: 1em;
	background-color: #000000;
	color: #FFFFFF;
	text-align: left;
	width: 94px;
	bottom: 0px;
	position: relative;
	right: 0px;
	font-weight: bold;
	margin: 0px;
	padding: 0px 0px 0px 18px;
	border: 0px solid #000000;
}

#first-bar #search form {
	margin: 0px;
	padding: 0px;
}







#portal {
	font-size: 0.8em;
	color: #FFFFFF;
	background-color: #808080;
	height: 16px;
	width: 100px;
	text-align: center;
	float: right;
	font-weight: bold;
	border-top: 1px solid #FFFFFF;
	border-right: 0px none #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 2px solid #FFFFFF;
}
#portal a {
	color: #FFFFFF;
	display: block;
}
#portal a:hover {
	color: #FFFFFF;
	background-color: #000000;
	text-decoration:none;
}
#portal a:active {
	background-color: #000000;
	text-decoration: none;
}

/* Functional Column*/
#functional {
	height: auto;
	width: 180px;
	float: left;
}

/* Functional Column: Navigation Menu */
#navigation {
	position: relative;
}
#navigation ul {
	padding: 0px;
	list-style-type: none;
	text-indent: 5px;
	font-size: 0.9em;
	width: 180px;
	position: relative;
	clear: both;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#navigation ul ul {
	list-style-type: none;
	margin: 2px 0px 0px;
	padding: 0px;
	text-indent: 10px;
}
#navigation ul li a {
	padding: 2px 2px 2px 5px;
	text-indent: 0px;
	display: block;
	height:auto !important height: 20px; 
}



#navigation ul ul ul {
	text-ident: 15px;
}

.selected {
	font-weight: bold;
	color: #3300FF;
}

/* Functional Column: Indexes */
#indexes ul {
	list-style-type: none;
	text-indent: 5px;
	font-size: 0.8em;
	margin: 0px;
	padding: 0px;
}
#indexes li {
	background-color: #D9D9D9;
	width: 180px;
	height: 15px;
	margin-top: 1px;
	border: none;
	margin-bottom: 0px;
}
#indexes {
	margin-top: 3px;
	margin-bottom: 3px;
	padding: 0px;
}


/* Functional Column: Helper Elements */
#page-functions {
	width: 178px;
	margin-top: 4px;
	margin-bottom: 2px;
	border: 1px solid #D9D9D9;
	font-size: 0.7em;
}
#page-functions img {
	vertical-align: middle;
	padding-top: 5px;
	padding-bottom: 5px;
}

#accessibility {
	width: 178px;
	margin-bottom: 2px;
	border: 1px solid #D9D9D9;
	margin-top: 0px;
	font-size: 0.7em;
}
#accessibility img {
	vertical-align: middle;
	padding-top: 5px;
	padding-bottom: 5px;
}

#relationship {
	width: 178px;
	margin-bottom: 2px;
	border: 1px solid #D9D9D9;
	margin-top: 0px;
	font-size: 0.7em;
}
#relationship img {
	vertical-align: middle;
	padding-top: 5px;
	padding-bottom: 5px;
}


/* Functional Column: Research Portal */
#research-portal {
	margin-top: 15px;
	margin-left: 3px;
}

/* Content Area */
/* Content Area: Structural */
#content-layout, #content-layout_style-1, #content-layout_style-2, #content-layout_style-3 {
	top: 2px;
	position: relative;
	text-align: left;
	vertical-align: top;
	width: 573px;
	float: right;
	background-color: #FFFFFF;
}
#content {
	width: 573px;
	height: auto;
	position: relative;
	top: 0px;
	left: 0px;
	font-size: 0.8em;
}
#content-layout-searchresults #content {
	width: 100%;
	height: auto;
    float: left;
	font-size: 0.8em;
    text-align: left;}

.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: #307c94;
	border-bottom: thin solid #307c94;
	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}
/* Footer */
#footer {
	background-image: url(../images/foot-bar.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	font-size: 0.8em;
	text-align: center;
	margin-top: 20px;
	vertical-align: baseline;
	height: 20px;
	width: 100%;
	bottom: 2px;
	position: relative;
	clear: both;
	padding-top: 10px;
color: #fff;
}

#footer a:link{
	color: #fff;
}

#footer a:visited{
	color: #fff;
}
#footer a:active{
	color: #fff;
}

#footer a:hover{
	color: #fff;
}


