@charset "UTF-8";

/* general */

body {
	margin:0;
	background:#FFF;
	color:#333;
	font-family: "azo-sans-web", arial, sans-serif;
}
.group:after {
  content: "";
  display: table;
  clear: both;
}
h1, h2, h3 {
	color:#002147;
	font-family: "azo-sans-web", arial, sans-serif;
	font-weight:normal;
	font-style:normal;
}
h1 {
	margin:0.5em 0;
	font-size:231%;
}
h2 {
	margin:1em 0 0.5em 0;
	font-size:138%;
	font-style:italic;
}
h3 {
	margin:1em 0 0.5em 0;
	font-size:115%;
}
p {
	margin:1em 0 0.5em 0;
}
table p {
	margin:0;
}
ul, ol {
	margin:1em 0;
	padding:0 0 0 2em;
}
li {
	margin:0.5em 0;
}
table {
	border-collapse:collapse;
	margin:1em 0;
}
th,td {
	text-align:left;
	vertical-align:top;
}
td form {
	margin:0;
}
a {
	color:#4B92DB;
	text-decoration:underline;
}
a:hover,a:focus {
	text-decoration:none;
}
a i.fas {
	color: #EB5F17;
}
a img {
	border:none;
}

/* page header */

div#page-header-wrapper {
	background:#EB5F17;
	top:0;
	left:0;
	width:100%;
	/*height: 82px;*/
}
div#page-header {
	margin:0 auto;
	/*padding:15px 0;*/
	/*width:960px;*/
	background:#EB5F17;
	color:#fff;
	font-family: "azo-sans-web", arial, sans-serif;
}
div#page-header div#main-logo {
	float: left;
	margin-top: 6px;
	margin-bottom: 15px;
}
div#page-header h1 {
	margin:0;
	line-height:100%;
	font-size: 24px;
	text-decoration: none;
}
div#page-header p.user {
	margin-top:0;
	float:right;
	font-style:italic;
}
div#page-header p.user a {
	font-style:normal;
}
div#page-header a {
	color:#fff;
}

/* page content */

div#page-content {
	margin: auto;
	padding:0 15px;
	/*width:1140px;*/
	min-height: 800px;
}
div#page-content.iframe {
	padding: 0;
	width: 100%;
}

/* page footer */

div#page-footer {
	clear:both;
	margin:10px auto 0 auto;
	padding:10px 15px;
	/*width:930px;*/
	/*border-top:solid 1px #7F90A3;*/
	font-size:85%;
	color:#FFF;
	text-align:center;
	background-color: #EB5F17;
}
div#page-footer p {
	margin:0.5em 0;
	color: #FFF;
}
div#page-footer a {
	color: #FFF;
	text-decoration: none;
}

/* editable lists */

div.success_message {
	background-image: url(../images/success.png);
	background-repeat: no-repeat;
	background-position: 5px;
	border:none;
	background-color:#bfb;
	padding:5px 5px 5px 35px;
	margin:1em 0;
	font-weight:bold;
}
div.failure_message {
	background-image: url(../images/failure.png);
	background-repeat: no-repeat;
	background-position: 5px;
	border:none;
	background-color:#fbb;
	padding:5px 5px 5px 35px;
	margin:1em 0;
	font-weight:bold;
}
div.info_message {
	background-image: url(../images/info.png);
	background-repeat: no-repeat;
	background-position: 5px;
	border:none;
	background-color:#bbf;
	padding:5px 5px 5px 35px;
	margin:1em 0;
	font-weight:bold;
}
table.list th {
	background-color: #ddd;
	border-style: solid;
	border-color: #fff;
	padding: 5px;
	white-space:nowrap;
	border-width: 3px;
}
table.list {
	width: 100%;
}
table.list th.empty {
	background-color: #fff;
}
table.list tr {
	background-color: #eee;
	border-style: solid;
	border-color: #fff;
	padding: 5px;
	border-width: 3px;
}
table.list tr.grey {
	background-color: #ddd;
}
table.list tr.error {
	background-color: #e99;
}
table.list tr.highlight {
	background-color: #ee9;
}
table.list td {
	text-align: left; /* was "center" */
	border-style: solid;
	border-color: #fff;
	padding: 5px;
	border-width: 3px;
  vertical-align: middle;
}
table.list td.center {
	text-align: center;
}
td.break-all {
	word-break: break-all;
}
table.wide {
	width:99%;
}
div.container {
	/*background:#EEE;*/
	padding:1em;
	margin:1em 0;
	overflow:hidden; /* clear floats */
	max-width: 4000px;
}
div.container a.button, div.container input.button {
	float:right;
	margin:0 0 0.5em 0.5em;
}
div.definitionlist {
	/*background:#EEE url(../images/separator_white.gif) repeat-y 14em 0;*/
  border-top: grey solid thin;
	padding: 15px;
}
div.container dt {
	float:left;
	clear:left;
	/*width:12em;*/
	font-style:italic;
	color:#002147;
}
div.container dd {
	margin:1em 1em 1em 15em;
}
div.header {
	margin:1em 0;
}
div.header.person {
	/*background:url(../images/person.png) no-repeat;*/
	/*padding-left:60px;*/
}
div.header.person img {
	height: 70px;
	float: left;
	margin-right: 5px;
	margin-bottom: 10px;
}
div.header.grant {
	background:url(../images/grant.png) no-repeat;
	padding-left:60px;
}
div.header.project {
	background:url(../images/project.png) no-repeat;
	padding-left:60px;
}
div.header a.button, div.header input.button {
	float:right;
	margin:0 0 0.5em 0.5em;
}
div.header h1 {
	margin:0;
	padding-top: 10px;
	line-height:120%;
}
div.header p {
	margin:0.4em 0 0 0.2em;
}
div.header span.date {
	padding-right:2em;
	font-style:italic;
	color:#666;
}
.note {
	font-style:italic;
	font-size:90%;
	color:#666;
}
div.buttons {
	margin:1em 0;
	height:32px;
}
div.buttons a.button, div.buttons input.button {
	float:left;
	margin:0 0.5em 0.5em 0;
}

div.figure {
	float:left;
	clear:right;
	margin:0 20px 20px 0;
	padding:10px;
	width:200px;
	height:250px;
	background:#FFF;
	font-size:85%;
	color:#666;
	text-align:center;
}
div.figure img {
	display:block;
	margin:0 0 8px 0;
}
div.figure a {
	color:#666;
	text-decoration:none;
}
div.figure a:hover,div.figure a:focus {
	text-decoration:underline;
}
span.journal-authors {
	text-transform:uppercase;
}
span.journal-title {
	font-style:italic;
}
span.journal-volume {
	font-weight:bold;
}
div.context {
	background-color: #bbf;
	padding:5px;
	font-weight:bold;
}
div#timeMoneyGraphPlaceHolder {
	margin: auto;
	/*float: left;*/
	/*display: inline;*/
	clear: right;
}
div#timeMoneySmallGraphPlaceHolder {
	margin-left: 70px;
	margin-bottom: 30px;
	float: left;
	display: inline;
	clear: right;
}
div#fundingBodiesGraphPlaceHolder {
	margin-left: 30px;
	margin-bottom: 30px;
	float: left;
	display: inline;
	clear: left;
}
div#fundingBodiesGraph2PlaceHolder {
	margin-left: 70px;
	margin-bottom: 30px;
	float: left;
	display: inline;
	clear: right;
}
div.dashboardGrant {
	clear: both;
	/*background:#EEE;*/
	border-top: 1px solid #aaa;
	padding:1em;
	margin:1em 0;
	overflow:hidden; /* clear floats */
}
span.colour_box {
	display: inline-block;
	width:35px;
	height:15px;
	/*margin-right: 10px;*/
}
div.dashboardGrant span.field {
	font-style: italic;
	width: 150px;
	display: inline-block;
	line-height: 22px;
}
input.autocomplete {
	width: 80%;
  font-size: 22px;
  max-width: 1000px;
}
div.autocomplete form{
	margin: 0;
	padding: 0;
}
input[type=image].inline {
	vertical-align: bottom;
	margin-left: 10px;
}
div.homeLinkBox {
	width: 50%;
	height: 320px;
	margin: 0;
	/*background:#EEE;*/
	padding:10px;
	float: left;
}
div.homeLinkBox a#addPerson {
	background-image: url('../images/person_16.png');
	background-position: 5px 50%;
	background-repeat: no-repeat;
	display: block;
	padding: 3px 0 3px 25px;
}
div.homeLinkBox a#addGrant {
	background-image: url('../images/grant_16.png');
	background-position: 5px 50%;
	background-repeat: no-repeat;
	display: block;
	padding: 3px 0 3px 25px;
}
div.homeLinkBox a#addProject {
	background-image: url('../images/project_16.png');
	background-position: 5px 50%;
	background-repeat: no-repeat;
	display: block;
	padding: 3px 0 3px 25px;
}
div.homeLinkBox a#personList {
	background-image: url('../images/person_16.png');
	background-position: 5px 50%;
	background-repeat: no-repeat;
	display: block;
	padding: 3px 0 3px 25px;
}
div.homeLinkBox a#grantList {
	background-image: url('../images/grant_16.png');
	background-position: 5px 50%;
	background-repeat: no-repeat;
	display: block;
	padding: 3px 0 3px 25px;
}
div.homeLinkBox a#projectList {
	background-image: url('../images/project_16.png');
	background-position: 5px 50%;
	background-repeat: no-repeat;
	display: block;
	padding: 3px 0 3px 25px;
}
div.homeLinkBox a#stories {
	background-image: url('../images/story_16.png');
	background-position: 5px 50%;
	background-repeat: no-repeat;
	display: block;
	padding: 3px 0 3px 25px;
}
div.homeLinkBox a#discovery_paths {
	background-image: url('../images/path.png');
	background-position: 5px 50%;
	background-repeat: no-repeat;
	display: block;
	padding: 3px 0 3px 25px;
}
div.homeLinkBox a#otherLists {
	background-image: url('../images/lists_16.png');
	background-position: 5px 50%;
	background-repeat: no-repeat;
	display: block;
	padding: 3px 0 3px 25px;
}
div.homeLinkBoxRight {
	width: 34%;
	height: 320px;
	float: left;
	margin: 0;
	/*background:#EEE;*/
	padding:10px;
}
div.clearBoth {
	clear: both;
}
div.collaborator, div.supervisor {
	margin-bottom:0.25em;
}
div.publication {
	margin-bottom:1em;
}
div.grant {
	margin-bottom:0.5em;
}
div.project {
	margin-bottom:0.5em;
}
div.searchResult {
	/*background:#EEE;*/
	background-position: 10px 10px;
	background-repeat: no-repeat;
	padding: 10px 10px 10px 70px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	overflow:hidden; /* clear floats */
}
div.searchResult a.button, div.searchResult input.button {
	float:right;
	margin:0 0 0.5em 0.5em;
}

/* pagination */

ul.pagination {
	list-style:none;
	margin: 0 0 0.5em 0;
	padding:0;
	font-size:108%;
	line-height:100%;
}
ul.pagination li {
	display:inline;
	margin:0 1em 0 0;
	padding:0;
	font-style:italic;
}
ul.pagination li a {
	text-decoration:none;
	font-style:normal;
}
ul.pagination li a:hover, ul.pagination li a:focus {
	text-decoration:underline;
}
ul.pagination li a.first {
	padding-left:20px;
	background:url(../images/first.png) left center no-repeat;
}
ul.pagination li a.previous {
	padding-left:20px;
	background:url(../images/previous.png) left center no-repeat;
}
ul.pagination li a.next {
	padding-right:20px;
	background:url(../images/next.png) right center no-repeat;
}
ul.pagination li a.last {
	padding-right:20px;
	background:url(../images/last.png) right center no-repeat;
}
ul.pagination input[type=text] {
	text-align: center;
}
div#fundingBodyIncomeGraphPlaceHolder {
	position: relative;
	top: 20px;
	/*float: right;*/
}
table.general
{
	width: 100%;
}
table.general input[type=text], table.general input[type=date], table.general input[type=number]
{
	width: 100%;
}
/*table.general tr:nth-child(even) td
{
	background-color: #ccc
}
*/
table.general tr td
{
	background-color: #dff3f0;
	padding: 5px;
	vertical-align: middle;
	/*border-radius: 5px;*/
}
table.general tr:nth-child(even) td {
	background-color: #d7efeb;
}
table.general th
{
	background-color : #EB5F17;
	color : #fff;
	padding : 4px 3px;
	/*border-radius: 5px;*/
}
div#grantEndDatesGraphPlaceHolder {
	position: relative;
	top: 20px;
	float: right;
}
div.searchResult a.title {
	font-size: 18px;
	text-decoration: none;
}
div.dashboardGrant.selectedGrant {
	background-color: #d5d5d5;
}
div.dashboardGrant div.topLink {
	display: none;
}
div.dashboardGrant.selectedGrant div.topLink {
	display: block;
	text-align: center;
}
div#backButton {
	clear: right;
	float: right;
	margin-top:5px;
}

/* search tabs */

ul.searchTabs {
	clear:left;
	float:left;
	list-style:none;
	margin:1em 0 1.5em 0;
	padding:0 0 0 5px;
	width:100%;
	border-bottom:solid 1px #7F90A3;
	font-family: "azo-sans-web", arial, sans-serif;
	font-size:108%;
	line-height:100%;
}
ul.searchTabs li {
	float:left;
	margin:2px 2px 0 0;
	padding:0 4px 0 0;
	background:url(../images/tabs.gif) right -50px no-repeat;
}
ul.searchTabs li a {
	display:block;
	padding:4px 6px 4px 10px;
	background:url(../images/tabs.gif) left -50px no-repeat;
	color:#27537A;
	text-decoration:none;
}
ul.searchTabs li.active {
	position:relative;
	top:1px;
	margin-top:0;
	background-position:right -100px;
}
ul.searchTabs li.active a {
	padding-top:5px;
	padding-bottom:5px;
	background-position:left -100px;
	color:#000;
}
ul.searchTabs li a:hover, ul.searchTabs li a:focus {
	text-decoration:underline;
}
ul.searchTabs li.active a:hover, ul.searchTabs li.active a:focus {
	text-decoration:none;
}
img.college_logo {
	vertical-align: middle;
}
a.update {
	color:#333;
	text-decoration:none;
	padding-right:20px;
	background:url(../images/oracle_update.png) right center no-repeat;
}
a.update:hover, a.update:focus {
	text-decoration:underline;
}
div.report {
	float:left;
	padding:0 20px;
	width:500px;
	height:22em;
	border:solid 1px #aaa;
	margin:5px;
	/*background:#EEE;*/
}
div.report div.button {
    position:relative;
    width:300px;
    height:30px;
    /*background:#063;*/
    bottom:0px;
    right:25%;
    left:50%;
    margin-left:-150px;
}
div.report table.recentChangesReport td, div.report table.personReport td {
	padding: 0px;
}
/* timeline */
.active-date-div{
    cursor:pointer;    
}
.active-date-div:hover{
    color:yellow;
    font-size:larger;
}
#arrow-left{
    border-right:30px solid #002147;
}
#arrow-left:hover{
     border-right:30px solid #A52434;
}
#arrow-right{
    border-left:30px solid #002147;
}
#arrow-right:hover{
    border-left:30px solid #A52434;
}
.timeline-arrow{
    width:0px;
    height:0px;
    border-top:30px solid transparent;
    border-bottom:30px solid transparent;
    float:left;
}
.arrow-inactive{
    zoom: 1;
	/*filter: alpha(opacity=50);*/
	opacity: 0.5;
}
.close-cross{
    background-color:#A52434;
    color:#fff;
    font-weight:bolder;
    font-size:1em;
    float:right;
    width:1em;
    height:1em;
    padding-bottom:5px;
    text-align:center;
    -moz-user-select: -moz-none;
    -webkit-user-select: none;
    cursor:pointer 
}
.date-div-wrapper{
    width:100px;
    height:100px;
    display:block;
    float:left;
}
.date-div{
    padding-top:10px;
    margin:auto;
    height:50px;
    width:75px;
    color:#fff;
    background-color:#002147;
    text-align:center;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -moz-box-shadow: 10px 10px 5px #888;
    -webkit-box-shadow: 10px 10px 5px #888;
    
}
.event-details{
    font-size:smaller;
    background-color:#fff;
    padding:10px;
}
#timeline{
	margin-top:-10px;
	height:400px;
    float:left;
    font-family:'Tahoma';
    -moz-user-select: -moz-none;
    -webkit-user-select: none;
}
#timeline-wrapper{
    float:left;
    overflow:hidden;
    height:400px;
    width:850px;
    background-color:#fff;
    margin-right:10px;
    margin-left:10px;
}
div.grant_event_pi_name {
	font-size: large;
	margin: 2px;
	float: left;
	clear: both;
}
div.publication_event_pi_name {
	font-size: large;
	margin: 2px;
	float: left;
	clear: both;
}
div#grant_list, div#pub_list, div#pi_event_list, div.pi_grant_list, div.pi_event_list {
	display: none;
}
div.pi_grant_list div.grant, div.pi_pub_list div.pub, div.pi_event_list div.event {
	float: left;
	clear: both;
	margin-bottom: 3px;
}
div#grant_list div.grant label, div#pub_list div.pub label, div#pi_event_list div.event label {
	display: inline-block;
	white-space: nowrap;
	width: 300px;
}
div.pi_pub_list, div.pi_grant_list div.pi_event_list {
	float: left;
	clear: both;
	margin-bottom: 3px;	
}
.timeline_full_screen_flash_content{
    margin:auto;
    width:1024px;
    height:768px;
}
#timeline_full_screen{
    z-index:8000;
	position:absolute;
    width:100%;
    background-color:#002147;
}
.noFlashPlayerLink{
	color:#ffffff;
}
.noFlashPlayerLink>a{
	color:#00ffff;
}
.noFlashPlayerClose{
	color:#ffff00;
}
div.event_summary_list_item {
	overflow: hidden;
	width:95%;
	padding:1px 15px 1px 15px;
	margin:15px 0;
	border:solid 1px #CCC;
	background:#EEE;
}
div.event_summary_list_item.selected {
	background:#AEB;
}
div.event_summary_list_item h4 {
	margin-bottom:0;
	margin-top:4px;
	font:100% Verdana, Helvetica, Arial, sans-serif;
	color:#333;
	/*text-transform:uppercase;*/
}
div.event_summary_list_item h5 {
	margin-top:0;
	margin-bottom:4px;
	font:79% Verdana, Helvetica, Arial, sans-serif;
	color:#666;
}
div.event_summary_list_item p {
	margin-top:0;
	font:70% Verdana, Helvetica, Arial, sans-serif;
	color:#666;
}
div.event_summary_list_item img.left {
	float:left;
	margin:0 10px 10px 0;
}
div.event_summary_list_name a {
	font-size: large;
	margin: 5px;
}
div#newt_event_type_selection {
	display:none;
}
span.event_import_button {
	border: solid thin rgb(99,33,12);
	background-color: #AEB;
	border-radius: 6px;
	padding: 2px 4px 2px 4px;
	cursor: pointer;
}
select#add-pi_for_pi_admin {
	height: 30em;
}
select#edit-pi_for_pi_admin {
	height: 30em;
}
div#filter {
	float:right;
}
#printed-media div.printed-media-section{background-color:#fff;margin-top:0;padding:5px}
#printed-media > p.printed-media-question{margin-bottom:10px;}
div.autocomplete td {
	vertical-align: middle;
}
div#auto_email_prompt {
    display: none;
}
div#auto_email_success {
    display: none;
}
tr#coords {
        display:none;
}
div#coords-prompt {
        display:none;
}
div#coords-prompt p {
        margin-top: 10px;
        margin-bottom: 10px;
}
input#pac-input {
        display:none;
}
input.pretty_button[type=submit] {
	color: #000;
	padding:5px 15px; 
	background:#cfcfff; 
	border:0 none;
	cursor:pointer;
	-webkit-border-radius: 5px;
	border-radius: 5px; 
	/*float: right;*/
	margin: 8px;
}
input.pretty_button[type=submit].float {
	float: right;
}
td.center input.pretty_button[type=submit] {
	float: none;
}
a.pretty_button {
	color: #000;
	padding:5px 15px; 
	background:#cfcfff; 
	border:0 none;
	cursor:pointer;
	-webkit-border-radius: 5px;
	border-radius: 5px; 
	/*float: right;*/
	margin: 8px;
	text-decoration: none;
	display: inline-block;
}
a.pretty_button.float {
	float: right;
}
td.center a.pretty_button {
	float: none;
}
div#page-header a.pretty_button {
	color: #000;
}



/* Style the buttons that are used to open and close the accordion panel */
.accordion {
    /*background-color: #eee;*/
    background-color: #fff;
    color: #444;
    cursor: pointer;
    padding: 8px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
		text-decoration: underline;
		font-size: 20px;
    border-bottom: 1px solid #fff;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.accordion.active, .accordion:hover {
	/*background-color: #e4e4e4;*/
	background-color: #fff;
	border-bottom: 1px solid #aaa;
	transition: background-color 300ms;
}

/* Style the accordion panel. Note: hidden by default */
.panel {
	padding: 0 18px;
	background-color: white;
	display: none;
	overflow: hidden;
	/*background-color: #e4e4e4;*/
	background-color: #fff;
	border-bottom: 1px solid #aaa;
}
.panel div.definitionlist {
	border-top: none;
}
.panel.hide {
	display: none;
}
button.accordion:after {
	content: '\002B';
	color: #777;
	font-weight: bold;
	float: right;
	margin-left: 5px;
}
button.accordion.active:after {
	content: "\2212";
}
div.graphs_container {
	width: 920px;
	margin: auto;
}
table.sortable {
	border-top: solid 1px #7F90A3;
	border-bottom: solid 1px #7F90A3;
	width: 100%;
	/*width:99.6%;*/

}
table.sortable th {
	padding:10px;
	font-weight:bold;
	font-size: 120%;
	text-align:left;
	border-bottom:solid 1px #7F90A3;
	white-space:nowrap;
}
table.sortable td {
	padding:10px;
	font-size:110%;
	text-align:left;
	color:#333;
	background:#FFF;
	border:none;
  border-top: solid thin #ddd;
	vertical-align: middle;
}
table.sortable th a {
	color:#002147;
}
table.sortable td a {
	text-decoration:none;
}
table.sortable td a.plain {
	padding:0;
	background:none;
}
div#project_portfolio {
	font-size: smaller;
}
/*div#project_portfolio div.finance_project {
	background-color: #c8f0f9;
	padding: 5px;
	margin-top: 5px;
}
div#project_portfolio div.finance_project div.top_task {
	background-color: #7ce49d;
	padding: 5px;
}
div#project_portfolio div.finance_project div.top_task div.sub_task {
	background-color: #f9ddab;
	padding: 5px;
	margin: 5px;
}
div#project_portfolio div.finance_project div.top_task div.sub_task table th, div#project_portfolio div.finance_project div.top_task div.sub_task table td {
  padding: 5px;
}
*/
table#project_portfolio tbody tr.general td:not(:empty) {
  background-color: #d4ecb3;
}
table#project_portfolio tbody tr.general td:empty {
  background-color: #d4ecb3;
}
table#project_portfolio tbody tr th, table#project_portfolio tbody tr td {
  padding: 5px;
}
table#project_portfolio tbody tr.totals td:not(:empty) {
  background-color: #d4ecb3;
	border-top: solid 1px #000;
	border-bottom: solid 1px #000;
}
table#project_portfolio tbody tr.totals td:empty {
  background-color: #d4ecb3;
}
table#project_portfolio tbody tr:first-child th {
	border-bottom: solid 2px #000;
}
div#dashboard_projects div.project {
	padding: 5px;
}
div#dashboard_projects div.project.selected {
	background-color: #ffa659;
}
div.modal.failure div.modal-header {
	background-color: red;
	color: white;
}
div.modal.success div.modal-header {
	background-color: green;
	color: white;
}
input[type=date] {
  -webkit-appearance: textfield;
}
table#salary_allocations td[field_name='sub_task_end_date'] {
	background-color: #EEE;
}
table#salary_allocations td.monthly_expenditure {
	background-color: #EEE;
}




/*table.fixed_headers {*/
/*  width: 100%;*/
/*  table-layout: fixed;*/
/*  border-collapse: collapse;*/
/*}*/
/*  */
/*table.fixed_headers th {*/
/*	text-decoration: underline;*/
/*	padding: 5px;*/
/*	text-align: left;*/
/*}*/
/*table.fixed_headers td {*/
/*	padding: 5px;*/
/*	text-align: left;*/
/*}*/
/*table.fixed_headers td:nth-child(1), table.fixed_headers th:nth-child(1) { min-width: 200px; }*/
/*table.fixed_headers td:nth-child(2), table.fixed_headers th:nth-child(2) { min-width: 200px; }*/
/*table.fixed_headers td:nth-child(3), table.fixed_headers th:nth-child(3) { width: 350px; }*/
/*table.fixed_headers thead {*/
/*	background-color: #333;*/
/*	color: #FDFDFD;*/
/*}*/
/*table.fixed_headers thead tr {*/
/*	display: block;*/
/*	position: relative;*/
/*}*/
/*table.fixed_headers tbody {*/
/*	display: block;*/
/*	overflow: auto;*/
/*	width: 100%;*/
/*	height: 300px;*/
/*}*/
/*table.fixed_headers tbody tr:nth-child(even) {*/
/*      background-color: #DDD;*/
/*}*/
/**/




















.table-container {
  width: 100%;
  height: 700px;
  border: solid 1px #cccccc;
  margin: 10px auto;
  background: #FFF;
  /*-webkit-transform: translate(-50%, -50%);*/
  /*        transform: translate(-50%, -50%);*/
  /*position: absolute;*/
  /*top: 50%;*/
  /*left: 50%;*/
	position: relative;
  padding-top: 50px;
  overflow: hidden;
}

.table-container-inner {
  overflow-x: hidden;
  overflow-y: auto;
  height: 100%;
}

.table-header-fixed {
  width: 100%;
  background: #FFF;
  overflow-x: hidden;
  overflow-y: auto;
}

.table-container th, .table-container td, .table-container span {
  text-align: left;
	padding-top: 3px;
	padding-bottom: 3px;
}

/*.table-container tbody tr:nth-child(odd) {*/
/*  background: #FFF;*/
/*}*/
/**/
/*.table-container tbody tr:nth-child(even),*/
/*.table-container tbody tr:nth-child(odd):hover {*/
/*  background: #f2f2f2;*/
/*}*/

.table-container table {
	margin: 0;
}

.table-container tbody tr.project_row.top:hover, .table-container tbody tr.project.rollup:hover {
  background: #f2f2f2;
  cursor: pointer;
}

.table-container th {
  padding: 0 5px;
	min-width:70px;
}

.table-container th span {
  position: absolute;
  top: 0;
  width: 100%;
  display: inline-block;
  /*line-height: 50px;*/
  /*border-left: solid 1px #3a84ac;*/
  /*border-bottom: solid 1px #cccccc;*/
  padding-left: 5px;
  margin-left: -5px;
  font-weight: 400;
  letter-spacing: 1px;
  color: #FFF;
  background: #EB5F17;
}

.table-container th:first-child span {
  border-left: none;
}

.table-container tbody {
  position: relative;
  /*margin-top: 30px;*/
}

.table-container td {
  padding: 5px;
  border-bottom: solid 1px #cccccc;
}

.table-container td + td {
  border-left: solid 1px #cccccc;
}

div#missing_sub_tasks, div#transactions_failed {
	max-height: 200px;
	overflow-y: auto;
}
div.legend {
	display:none;
}
div#homeAutocompleteBox {
	margin-bottom: 20px;
}
div#homeAutocompleteBoxTest {
	max-width: 1000px;
	margin: auto;
}
div.empty_panel {
	padding: 15px;
	/*background-color: #EEE;*/
	background-color: #fff;
	border-bottom: 1px solid #aaa;
}
li.ui-menu-item {
	padding-bottom:10px;
}

ul#main-menu {
	list-style:none;
	margin:12px;
	padding:0px;
	font-size:125%;
	line-height:100%;
	float:left;
}
ul#main-menu li {
	float:left;
	/*margin:0;*/
	padding:0 10px;
}
ul#main-menu li span {
	display:block;
	padding:3px 0;
}
ul#main-menu li span a {
	display:block;
	padding:4px 4px 0px 4px;
	color:#fff;
	text-decoration:none;
}
ul#main-menu li.current {
	/*background:url(../images/tabs.gif) right top no-repeat;*/
	/*background-color:#F0F7FF;*/
	background-color: #ffcfa5;
	-webkit-border-radius: 10px;
	-moz-border-radius-topleft: 10px;
	border-radius: 5px;
}
ul#main-menu li.current span {
	/*background:url(../images/tabs.gif) left top no-repeat;*/
}
ul#main-menu li.current span a {
	border-left-color:#FFF;
	color:#002147;
}
ul#main-menu li.current+li span a {
	border-left-color:transparent;
}
ul#main-menu li span a:hover, ul#main-menu li span a:focus {
	text-decoration:none;
}
ul#main-menu li span a:hover, ul#main-menu li span a:focus {
	text-decoration:none;
}
ul#main-menu li a, ul#main-menu li a {
	text-decoration:none;
}

ul#sub-menu {
	list-style:none;
	margin:0px;
	margin-bottom:5px;
	padding:3px;
	font-size:100%;
	line-height:100%;
	float:left;
	width:100%;
	background-color: #f3d3b8;
	/*border-radius:5px;*/
}
ul#sub-menu li {
	float:left;
	margin:0;
	padding:0 10px;
}
ul#sub-menu li span {
	display:block;
	padding:3px 0;
}
ul#sub-menu li span a {
	display:block;
	padding:0px 4px 0px 4px;
	color:#002147;
	text-decoration:none;
}
ul#sub-menu li.current {
	/*background:url(../images/tabs.gif) right top no-repeat;*/
	/*background-color:#F0F7FF;*/
	/*background-color: #ffcfa5;*/
	/*-webkit-border-radius: 10px;*/
	/*-moz-border-radius-topleft: 10px;*/
	/*border-radius: 5px;*/
	/*text-decoration: underline;*/
	font-weight: bold;
}
ul#sub-menu li.current span {
	/*background:url(../images/tabs.gif) left top no-repeat;*/
}
ul#sub-menu li.current span a {
	border-left-color:#FFF;
	color:#002147;
}
ul#sub-menu li.current+li span a {
	border-left-color:transparent;
}
ul#sub-menu li span a:hover, ul#sub-menu li span a:focus {
	text-decoration:none;
}
ul#sub-menu li.current span a:hover, ul#sub-menu li.current span a:focus {
	text-decoration:none;
}







ul#haiku-main-menu {
	list-style:none;
	margin:1em 0 2em 0;
	padding:0 0 2em 0;
	font-size:123%;
	line-height:100%;
	background-color: #fff;
}
ul#haiku-main-menu li {
	float:left;
	margin:5px 10px;
	padding:2px 5px;
	background-color: #477491;
	border-radius: 10px;
}
ul#haiku-main-menu li span {
	display:block;
	padding:8px 0 10px 0;
}
ul#haiku-main-menu li span a {
	display:block;
	padding:0 4px;
	color:#FFF;
	text-decoration:none;
}
ul#haiku-main-menu li:hover, ul#haiku-main-menu li span a:focus {
	background-color: #5d88a5;
}
ul#haiku-main-menu li.current span a:hover, ul#haiku-main-menu li.current span a:focus {
	text-decoration:none;
}



#main-menu li#home_link {
  padding: 10px 20px 0px 10px;
}
#main-menu li#home_link a {
  font-size: 35px;
  font-weight: 600;
}
div#logged_in_as {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 200;
	//font-style: italic;
	margin: 6px;
	color: #FFF;
}
div#logged_in_as a {
	color: #FFF;
}
