/*
set the background and border colour of the application masthead
*/
div.mastheadWrapper {
	background: #0D2433;
	border-colour: #333;
}

/*
set the font family, colour and size for text in the masthead title (the application title)
*/
div.mastheadTitle {
	color: #fff;
	font-family: "Tw Cen MT Condensed" !important;
	font-size: 24px;
	font-weight: normal;
}

/*
set the font colour of all hyperlinks
*/
.defaultLinkStyle, .defaultActionLinkStyle, .miniButton, td a.inTableLink, td a.inTableLink:visited, a.diagMoreDataToggle, a.diagMoreDataToggle:visited {
	color: #114EB3 !important;
}

/*
set the font colour of page headings etc
*/
.pageHeadingTitle, .webcomponentBreadcrumbTitle {
	color: #8E1C0C;
}

/*
set the colour of the column headings in all tables
*/
table.listTable th, .colHeaderBackground th, .colHeaderBackground td {
	color: #555 !important;
}

/*
set the background colour for selected ...
	rows in tables
	nodes in the browser tree
	comments
	cells and rows in distribution matrix
*/
.selected, tr.selected td, span.browserTreeSelected, div.selectedComment {
	background: #CAE7FE !important;
}
/*
set the background and border colour for non selected tabs
*/
td.tabbuffernotselectedleft, td.tabbuffernotselectedright, td.defaultTabbarNormalStyle, td.defaultTabbarDisabledStyle {
	background: #e1e1e1;
	border-color: #b6b6b6;
}

/*
set the font colour for non selected tabs
*/
td.defaultTabbarNormalStyle, td.defaultTabbarDisabledStyle {
	color: #888;
}

/*
set the outer background colour of all dialogs
*/
#leftcolumn, #rightcolumn, #mainPaneSet {
	background: #f3f3f3;
}