﻿/* MAIN COLOURS FOR BRANDING
Main Light Blue        : DAE5F4 (mainBody, tableContentNoWidth)
Login/Banner Dark Blue : 205393 (mainBodyLogin, topBand)
Tab Selected Blue      : 659acf (tableLoginDetails, widgets, subnav_ext, subnav, viewDocumentHeader, resultsHiLite)
Tab Unselected Blue?   : 37328B (subnav, subnav_ext, messageBoxText)
Table Header Blue      : A3BEE3 (h1, width-holder, messageBoxHeader, results x 3, categoryIndexes x 4)
Button Blue            : 839CBA (btn)
Tab Text Blue          : 205192 (topnav)
Footer Blue            : 69C    (footer)
Orange                 : ff9933/f90 (orangeLine)
White                  : FFFFFF (whiteLine, whiteTable, h1{text}, topnav{text}, toprtlinks{text},
                                 subnav{text}, subnav_ext{text}, login_ext, btn{text})
*/

* {
	font-size:8pt;	
}

body
{
	margin:0;
	padding:5px;
	font-family:Verdana, "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;
	font-size:10pt;
}

table
{
	border-collapse:collapse;
}

h1 
{
	background-color:#A3BEE3;
	font-weight:bold;
	color:#fff;
	font-size:10pt; 
	padding:3px 3px 3px 23px;
	margin:0;
}

#wrapper	
{
	margin:0;
}

#maintable 
{
	width: 100%;
	border-collapse:collapse;
}

#topband {
	background:#205393 url(img/banner.jpg) no-repeat;
}
.fullwidth 
{
	width:100%;
}

#width-holder 
{
	padding:0;
	background:#a3bee3;
}

img
{
	border:none;
}

/* ----------------- top navigation ----------------*/
#topnav {
	float:left;
	width:100%;
	font-size:85%;
	margin:0;
	padding:0;
	vertical-align:bottom;
}
#topnav ul {
	margin:0;
	padding:10px 10px 0 18px;
	list-style:none;
}
#topnav li {
	display:inline;
	margin:0;
	padding:0;
}
#topnav a {
	float:left;
	background:url(img/ttleft2.png) no-repeat left top;
	margin:0;
	padding:0 0 0 10px;
	text-decoration:none;
	font-weight:bold;
}
#topnav a span {
	float:left;
	display:block;
	background:url(img/ttright2.png) no-repeat right top;
	padding:7px 15px 4px 6px;
	color:#205192;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#topnav a span {
	float:none;
}
/* End IE5-Mac hack */
#topnav a:hover {
	background-position:0% -43px;
}
#topnav a:hover span {
	background-position:100% -43px;
}

#topnav li.current a {
	float:left;
	background:url(img/ttleft2.png) no-repeat left top;
	margin:0;
	padding:0 0 0 10px;
	text-decoration:none;
	background-position:0% -43px;
	font-weight:bold;
}
#topnav li.current a span {
	float:left;
	display:block;
	background:url(img/ttright2.png) no-repeat right top;
	padding:7px 15px 4px 6px;
	color:#FFF;
	background-position:100% -43px;
	font-weight:bold;
}

#toprtlinks {
	text-align:right;
	padding:10px 0;
}
#toprtlinks a.help {
	margin:0;
	padding:3px 10px 3px 20px;
	text-decoration:none;
	background: url(img/help.gif) no-repeat;
	background-position:0 3px;
	font-weight:bold;
	color:#fff;
}
#toprtlinks a.logout {
	padding:3px 10px 3px 20px;
	text-decoration:none;
	background: url(img/green_arrow.gif) no-repeat;
	background-position:0 3px;
	font-weight:bold;
	color:#fff;
}

/* ----------------- sub navigation ----------------*/
#subnav 
{
	background:#659acf;
	width:100%;	
	color:#fff;
	margin:0;
	padding:0 0 0 10px;
	border-bottom:#f90 4px solid;
	margin-bottom:0;
}
#subnav ul
{
	list-style-type:none;
	padding:0;
	margin:0;
}
#subnav li {
	list-style-type:none;
	float: left;
	margin:0 2px;
	padding:5px 10px;
	background-position: 0 6px;
	font-size:.85em;
}
#subnav li a {
	font-weight:bold;
	text-decoration:none;
	color:#37328B;
	white-space: nowrap;
}
#subnav li.current {
	list-style-type:none;
	float: left;
	margin:0 2px;
	padding:5px 10px;
	background-position: 0 6px;
	font-size:.85em;	
}
#subnav li.current a {
	font-weight:bold;
	text-decoration:none;
	color:#fff;
	white-space: nowrap;
}
/* ----------------- martyns hacked sub navigation ----------------*/

#subnav_ext
{
	background:#659acf;
	width:100%;	
	color:#fff;
	margin:0;
	padding:0 0 0 10px;
	margin-bottom:0;
}
#subnav_ext ul
{
	list-style-type:none;
	padding:0;
	margin:0;
}
#subnav_ext li {
	list-style-type:none;
	float: left;
	margin:0 2px;
	padding:5px 10px;
	background-position: 0 6px;
	font-size:.85em;
}
#subnav_ext li a {
	font-weight:bold;
	text-decoration:none;
	color:#37328B;
	white-space: nowrap;
}
#subnav_ext li.current {
	float: left;
	margin:0 5px;
	padding:5px 10px;
	background:#fff;
}
#subnav_ext li.current a {
	font-weight:bold;
	text-decoration:none;
	color:#666;
}

.login_ext 
{
	font-weight:bold; color:#fff; font-size:10pt; 
}

/* ----------------- content ----------------*/
#content
{
	padding:0 0 10px 0;
}

/* ----------------- footer ----------------*/
#footer
{
	margin-top:10px;
	border-top:#69c 4px solid;
	border-left:#69c 8px solid;
	border-bottom:#69c 1px solid;
	padding: 5px 5px;
	font-size:.95em;
	color:gray;
}

.btn 
{
	background:#839CBA;
	color:#fff;
	font-size:9pt;
	font-weight:bold; 
}

.btnDisabled
{
	background:#666 url(img/tablebg.gif) repeat-x;
	color:#333;
	padding:1px 1px;
	white-space: nowrap;
	font-weight:bold;
	color:Gray;
}

.nopad
{
	padding:0px;	
}

/* ----------------- additions / mods ----------------*/

h3
{
	font-size:14px;
	margin:0px;
	padding:5px 5px 0px 5px;
}

h3 span
{
	font-size:14px;
	margin:0px;
	padding:5px 5px 0px 5px;
}

.whiteLine
{
	background-color:#FFFFFF;
	height:2px;
}

.orangeLine
{
	background-color:#ff9933;
	height:4px;
}

.tableContent
{
	width:100%;
}

.tableContentNoWidth
{
    background-color:#DAE5F4;
}

.tableLoginDetails
{
	background-color:#659acf;
}

.widgets
{
	background-color:#659acf;
}

.tableMargin
{
	margin:5px;
}

.tableMarginNotBottom
{
	margin:5px 5px 0px 5px;
}

.tableMarginNotTop
{
	margin:0px 5px 5px 5px;
}

.padLeft
{
	padding:0px 0px 0px 5px;
}

.padLeftRight
{
	padding:0px 5px 0px 5px;
}

.padAll
{
	padding:5px 5px 5px 5px;
}

.fontSize8
{
    font-size: 8pt;
}

.noticeBoardTableHeight
{
	height: 200px;
}

.whiteTable
{
	background-color:#FFFFFF;
}

.whiteSep
{
	background-color:#FFFFFF;
	width:1px;
}

.editTableDataTableWidth
{
	width: 300px;
}

.searchTableRow
{
    font-weight: bold;
    font-size: 10pt;
    color: #000000;
}

.messageBoxText
{
    background-color: #ffffff;
    color: #37328B;
    font-weight: bold;
}

.messageBoxHeader
{
	background-color: #A3BEE3;
	color: #FFFFFF;
	padding-left: 10;
	font-weight: bold;	
}

.inboxSettingsTable
{
	background-color: #ffffff;
}

.mainBodyLogin
{
	background-color: #205393;
	width: 100%;
	height: 590px;
}

.mainBody
{
	background-color: #DAE5F4;
	width: 100%;
	height: 590px;
}

.resultsHeader
{
	background-color: #A3BEE3;
	font-size: 10pt;
	padding-left: 5;
	font-weight: bold;
}
.resultsHeaderHighlight 
{ 
	background-color: #659acf;
	font-size: 10pt;
	padding-left: 5;
	font-weight: bold;
}	
.resultsHeaderNoPad
{
	background-color: #A3BEE3;
	font-size: 10pt;
	font-weight: bold;
}
.resultsEntry
{
	font-size: 10pt;
	padding-left: 5pt;
}

.categoryIndexesHeader
{
	text-align: center;
	font-weight: bold;
}
.categoryIndexesHeader td
{
	background-color: #A3BEE3;
	font-size: 10pt;
}
.categoryIndexesEntry
{
	text-align: left;
}
.categoryIndexesEntry td
{
	background-color: #FFFFFF;
	font-size: 10pt;
	padding-left: 5pt;
}

.saveMessage
{
	font-size: 8pt;
	color: #800000;
	font-weight: bold;
	padding-left: 10;
}
.saveMessageNoPad
{
	font-size: 8pt;
	color: #800000;
	font-weight: bold;
}

.BTLoginCornerLogo
{
	background-color: #205393;
	width: 375px;
	height: 45px;
	background-image: url('img/logo.jpg');
	border-width: 0px;
}

.BTLoginCenterLogo
{
	background-color: #205393;
	width: 400px;
	height: 78px;
	background-image: url('img/logo_login.gif');
	border-width: 0px;
}

/* ----------OLD FS STYLES TO SORT THROUGH!----------------*/

.FSTitle
{
	color: #526b8e;
	font-size: 12pt;
	font-weight: bold;
}
.FSInboxText
{
    color: #000000;
    font-size: 8pt;
}
.FSTitleAdmin
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 12pt;
    COLOR: #cc3300;
}
.handcursor
{
	cursor: hand;
	cursor: pointer; 
	text-decoration: none
}
.ToolbarLinks
{
	FONT-SIZE: 9pt; 
	cursor: hand;
	cursor: pointer; 
	TEXT-DECORATION: none;
}
.FSCombo
{
    FONT-SIZE: 8pt;
    BACKGROUND-COLOR: #ffffff;
}
.FSLookupLink
{
    FONT-SIZE: 8pt;
    COLOR: #000000;
}
td
{
    font-size: 10pt
}
A:link
{
    color: #000000;
}
A:visited
{
    color: #000000;
}
A:active
{
    color: #000000;
}

/* ----------BEWARE: these are styles set in the code, lovely!----------------*/

.FSDocTableRow
{
    FONT-SIZE: 8pt;
}
.table1
{
    BORDER-RIGHT: #FFFFFF 0px solid;
    BORDER-TOP: #FFFFFF 0px solid;
    BORDER-LEFT: #FFFFFF 0px solid;
    BORDER-BOTTOM: #FFFFFF 0px solid;
}
