﻿/*blue = 003559
light blue = E3E7EB
brown = 572225*/

body
{
	margin: 0 auto 0 auto;
	background-image: url(/_graphics/ui/background.gif);
	font-family: "lucida granda", "lucida", "trebuchet ms", Verdana, Arial, sans-serif;
	text-align: center;
	text-transform: inherit;
	width: 702px;
	/*font-size: 0.8em;*/
}

/* Deleted relative sizes 
h1 { font-size: 1.4em; }
h2 { font-size: 1em; }
h3 { font-size: 0.9em; }
h4 { font-size: 0.85em; }
h5, h6 { font-size: 0.75em; }
p, ul, ol, td, address, legend { font-size: 0.75em; }
ul ul, ol ol { font-size: 1em; }
td p { font-size: 1em; } */

/* Enabled fixed sizes */
h1 { font-size: 20px; }
h2 { font-size: 14px; }
h3 { font-size: 13px; }
h4 { font-size: 12px; }
h5, h6 { font-size: 12px; }
p, ul, ol, td, address, legend, .vcard { font-size: 12px; }
ul ul, ol ol { font-size: 1em; }
td p { font-size: 1em; }
p, ul, ol, td { line-height: 1.5em; }

h1, h2, h3, h4, h6, p
{
	margin: 0 0 1em 0;
	font-weight: normal;
}
h2 { font-weight: bold; }
h3 { margin: 0; }

h5.consultant, h5.client, h5.report
{
	text-indent: -1999px;
	margin: 0;
	padding: 0;
	line-height: 0;
}

h5.consultant a, h5.client a, h5.report a
{
	width: 129px;
	height: 29px;
	background-repeat: no-repeat;
	display: block;
	margin: 10px auto 10px auto;
	padding: 0;
	border: none;
}

h5.report a
{
	width: 129px;
	height: 144px;
}

h5.consultant a { background-image: url(/_graphics/ui/consultant_enquiry.gif); }
h5.client a { background-image: url(/_graphics/ui/client_enquiry.gif); }
h5.report a { background-image: url(/_graphics/ui/example_report_icon.gif); }

h5.client a:hover, h5.consultant a:hover, h5.report a:hover
{
	text-decoration: none;
	background-color: transparent;
}

#content p, #content h1, #content h2, #content h3, #content ul, #content li, #content address, .vcard { color: #003559; }

#wrapper
{
	width: 696px;
	border-right: #003559;
	border-bottom: #003559;
	border-left: #003559;
	border-width: 0 1px 1px 1px;
	border-style: none solid solid solid;
	margin: 0 auto;
	background-color: #FFF;
	text-align: left;
	text-transform: inherit;
	float: left;
	background-image: url(/_graphics/ui/content_background.gif);
	background-repeat: repeat-y;
	background-position: right top;
}

#header
{
	width: 696px;
	height: 172px;
	background-image: url(/_graphics/ui/header.jpg);
	background-repeat: no-repeat;
}

#content
{
	width: 450px;
	float: left;
	padding: 20px;
}

address { font-style: normal; }

table.defaulttable
{
	font-weight: normal;
	margin: 2px 0 2px 0;
	border-color: #003;
	border-width: 1px;
	border-style: solid;
	width: 100%;
}

table.defaulttable tbody td { padding: 4px; }
table.defaulttable tbody tr.odd { background-color: #D9D9F2; }
table.defaulttable tbody tr.even { background-color: #CACAED; }

/*table.defaulttable tbody tr.even:hover, table.defaulttable tbody tr.odd:hover { background-color: #CF3; }*/
table.defaulttable tbody tr.header
{
	background-color: #003;
	color: #FFF;
	padding: 4px;
	border-bottom: 2px #FFF solid;
	font-weight: bold;
	text-align: left;
	text-transform: inherit;
	vertical-align: top;
}

table.defaulttable thead th
{
	background-color: #003;
	color: #FFF;
	padding: 4px;
	border-bottom: 2px #FFF solid;
	font-weight: bold;
	text-align: left;
	text-transform: inherit;
	vertical-align: top;
}

table.defaulttable tfoot th
{
	background-color: #003;
	color: #FFF;
	padding: 4px;
	border-bottom: 2px #FFF solid;
	font-weight: bold;
}

table { border-collapse: collapse; }

#nav, #nav ul
{
	/* all lists */
	font-family: "trebuchet ms", Verdana, Arial, sans-serif;
	font-size: 11px;
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 30px;
	text-align: center;
	text-transform: inherit;
	font-weight: bold;
}

#nav a:link, #nav a:visited, #nav a:active
{
	display: block;
	width: 87px;
	color: #003559;
	text-transform: inherit;
	text-decoration: none;
	border-color: #003559;
	border-width: 1px 0 1px 0;
	border-style: solid;
	background-color: #FFF;
	background-image: url(/_graphics/ui/navrule.gif);
	background-position: right center;
	background-repeat: no-repeat;
}

#nav a:hover
{
	display: block;
	width: 87px;
	color: #FFF;
	background-color: #003559;
	border-color: #003559;
	border-width: 1px 0 1px 0;
	border-style: solid;
	background-image: url(/_graphics/ui/navrule.gif);
	background-position: right center;
	background-repeat: no-repeat;
}

#lastone a:link, #lastone a:visited, #lastone a:active, #lastone a:hover
{
	background-image: url(/_graphics/ui/navrule.gif);
	background-position: 500px 500px;
	background-repeat: no-repeat;
}

#nav li
{
	/* all list items */
	float: left;
	/* width needed or else Opera goes nuts */
}

/* Start of header hiding and link back to homepage */
#header h1
{
	text-indent: -1999px;
	margin: 0;
	padding: 0;
	line-height: 0;
}

#header h1 a
{
	display: block;
	width: 100%;
	height: 172px;
	margin: 0;
	padding: 0;
	border: none;
	float: left;
}

#header h1 a:hover
{
	text-decoration: none;
	background-color: transparent;
}

/* End of header hiding and link back to homepage */
#content a:link, #content a:visited, #content a:hover, #content a:active
{
	color: #003559;
}

#sidebar
{
	width: 196px;
	float: right;
}

input, textarea
{
	border-color: #000;
	border-width: 1px;
	border-style: solid;
}

#search
{
	width: 199px;
	height: 120px;
	background-color: #FFF;
	float: right;
	text-align: center;
	text-transform: inherit;
	padding: 30px 0 0 0;
	margin: 0;
}

#search input
{
	border: 0;
	width: 125px;
	padding: 6px 10px 5px 20px;
	color: #666;
	font-size: 11px;
	background: transparent url('/_graphics/ui/bg_search.gif') top right no-repeat;
}

* > #search input { background: transparent url('/_graphics/ui/bg_search.gif') top right no-repeat; }

/*default table style*/
table.default
{
	font-weight: normal;
	background-color: transparent;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 10px 0 10px 0;
	border-color: #003559;
	border-width: 1px;
	border-style: solid;
	width: 100%;
}

table.default tbody td
{
	padding: 4px;
	text-align: left;
	border-color: #003559;
	border-width: 0 0 1px 0;
	border-style: solid;
}

table.default tbody tr.client { background-color: #D9E9F9; }
table.default tfoot tr.client { background-color: #003559; }
table.default tbody tr.consultant { background-color: #D1C2C2; }
table.default tfoot tr.consultant { background-color: #633; }
table.default tfoot th
{
	padding: 4px;
	text-align: center;
	text-transform: inherit;
}

/* Start of sidebar link styles */
#sidebar ul
{
	margin-left: 10px;
	padding-left: 0;
	list-style: none;
	font-size: 11px;
}

#sidebar li
{
	padding-left: 10px;
	background-image: url(/_graphics/ui/bullett.gif);
	background-repeat: no-repeat;
	background-position: 0 .5em;
}

#sidebar ul { list-style: none; }
#sidebar li a:link, #sidebar li a:visited, #sidebar li a:hover, #sidebar li a:active
{
	color: #003559;
	text-transform: inherit;
	text-decoration: none;
}
#sidebar ul li ul li a:link, #sidebar ul li ul li a:visited, #sidebar ul li ul li a:hover, #sidebar ul li ul li a:active { color: #572225; }
#sidebar ul li ul li ul li a:link, #sidebar ul li ul li ul li a:visited, #sidebar ul li ul li ul li a:hover, #sidebar ul li ul li ul li a:active { color: #063; }

#sidebar li a:hover, #sidebar ul li ul li a:hover, #sidebar ul li ul li ul li a:hover
{
	text-transform: inherit;
	text-decoration: underline;
}

/* End of sidebar link styles */
p#breadcrumb
{
	color: #CCC;
	font-size: 11px;
}
#printheader { display: none; }
img.graph
{
	float: none;
	clear: both;
	display: block;
	margin: 10px auto 10px auto;
}
img.graphic
{
	float: right;
	margin: 0 0 10px 10px;
}
div.clients { float: left; }
#content ul ul, #content ul ul ul
{
	list-style-type: square;
	list-style-position: default;
}

.vcard span.type {
	font-size: 0;
	line-height: 0;
}

