/* --------------------------------------------*/
/*	Layout
/* --------------------------------------------*/

body {
	background-color: #DDDDDD;
	font-family: Verdana, Arial, Helvetica, Tahoma, sans-serif;
	font-size: 70%; 
/*	color: #252525; */
	text-align: center;
	line-height: 160%;
    margin: 0px;
    padding: 0px;
}

div#pagecontainer {
 	margin: auto;
 	width: 98%;
 	display: block;
}

div#header {
    clear: both;
	margin-top: 8px;
	background-color: #145596;
	background-image: url("/images/header.jpg");
	background-repeat: no-repeat;
	height: 125px;
}

div#headerSearch {
	float: right;
	color: white;
	margin-top: 35px;
	text-align: left;
	padding-right: 30px;
}

div#menuTabs {
	margin-top: 100px;
	text-align: left;
}

div#container {
    clear: both;
	text-align:left;
	background-color: white;
	padding-top: 25px;
	padding-bottom: 20px;
}

div#content {
	color: #000000;
	margin-left: 180px;
/*	background-image: url("/images/vert-divider.gif");
	background-repeat: repeat-y;
	background-position: right; */
}

div#mainContent {
	margin-right: 340px;
}

div#contentFull {
	width: 100%;
	color: #000000;
}

div#contentData {
	margin-right: 340px;
}

div#linkColumn {
    float: right;
	width: 320px;
	padding-top: 0px;
	padding-bottom: 30px;
}

div#linkColumnData {
	padding-right: 10px;
}

div#adwordsColumn {
	float: left;
	width: 150px;
}

div#adwordsColumnData {
	margin-left: 20px;
	padding-top: 10px;
}

.maximiser {
	clear: both;
}

div#footer {
    clear: both;
	background-color: #666B71;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 20px;
}
.footerContent {
	color: white;
	line-height: 130%;
	padding-left: 30px;
	padding-right: 3%;
	text-align: left;
}

div#footer strong {
	color: white;
}


/* --------------------------------------------*/
/*	Text
/* --------------------------------------------*/

h1 {
	font-family:  Arial, Verdana, Helvetica, Tahoma, sans-serif;
	font-size: 200%; 
	font-weight: bold;
	line-height: 100%;
	color: #013571;
	margin-top: 5px;
	margin-bottom: 10px;
}

h2 {
	font-family:  Arial, Verdana, Helvetica, Tahoma, sans-serif;
	font-size: 135%; 
	font-weight: bold;
	line-height: 100%;
	color: #013571;
	margin-top: 5px;
	margin-bottom: 10px;
}

h3 {
	font-family:  Arial, Verdana, Helvetica, Tahoma, sans-serif;
	font-size: 150%; 
	font-weight: bold;
	line-height: 100%;
	color: #013571;
	margin-top: 5px;
	margin-bottom: 10px;
}

h4 {
	font-family:  Arial, Verdana, Helvetica, Tahoma, sans-serif;
	font-size: 150%; 
	font-weight: bold;
	line-height: 100%;
	color: #5F9EA0;
	margin-top: 5px;
	margin-bottom: 10px;
}

p {
	margin-top: 0px;
	margin-bottom: 15px;
	padding-top: 0px;
}

hr {
	margin-top: 10px;
	margin-bottom: 10px;
	height: 1px;
	padding: 0px;
	border: 0px;
	border-top: 1px solid #DDDDDD;
}

a {
	color: #003366; 
/*	color: blue; */
	text-decoration: underline;
}
a:hover {
	color: red;
	text-decoration: underline;
}

ul {
	margin-top: 10px;
	margin-left: 20px;
	padding: 0px;
}

.warningMessage {
	border: 2px solid #FF0000;
	padding: 4px;
	background-color: #FFF799;
	margin-bottom: 8px;
	margin-top: 8px;
}

.clearMessage {
	border: 2px solid #009999;
	padding: 4px;
	background-color: #FFF799;
	margin-bottom: 8px;
	margin-top: 8px;
}

.domainName {
	color: #5F9EA0;
}


.searchTips {
	margin-left:110px;
	font-size: 90%;
}

div#footer a {
	color:#fff;
	text-decoration:none;
}

a.footerLink {
	color: white;
	font-weight: bold;
}

a:hover.footerLink {
	color: #FD6949;
}

strong {
	color: #013571;
}

/* --------------------------------------------*/
/*	Forms
/* --------------------------------------------*/

form {
	margin: 0px;
	padding: 0px;
}

input, select {
	vertical-align: middle;
}

/* --------------------------------------------*/
/*	Menu
/* --------------------------------------------*/

div#menuTabs {
	float:left;
	font-size:93%;
	line-height:normal;
}

div#menuTabs ul {
	margin:0;
	padding:4px 10px 0px 0px;
	margin-left: 120px;
	list-style:none;
}

div#menuTabs li {
	display:inline;
	margin:0;
	padding:0;
}

div#menuTabs a {
	float:left;
	background:url("/images/tableft.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
}

div#menuTabs a span {
	float:left;
	display:block;
	background:url("/images/tabright.gif") no-repeat right top;
	padding:5px 15px 4px 6px;
	color:#666;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
div#menuTabs a span {float:none;}
/* End IE5-Mac hack */

div#menuTabs a:hover span {
	color: red;
}
/*
div#menuTabs a:hover {
	background-position:0% -42px;
}

div#menuTabs a:hover span {
	background-position:100% -42px;
}
*/

/* --------------------------------------------*/
/*	Share Price Data
/* --------------------------------------------*/

.sharePriceDataTable {
	width: 99%;
	font-size: 80%;
	padding:0;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}

.sharePriceDataTitle {
	color: black;
	background-color: #EEEEEE;
	width: 25%;
	padding: 2px;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}

.sharePriceData {
	color: black;
	background-color: white;
	width: 25%;
	padding: 2px;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}

.stockPriceUp {
	color: green;
	font-weight: bold;
}

.stockPriceDown {
	color: red;
	font-weight: bold;
}

.stockPriceUnchanged {
}


/* --------------------------------------------*/
/*	Stock Lists
/* --------------------------------------------*/

.stockListTable {
	width: 97%;
	font-size: 100%;
	padding:0;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}

.stockListHeader {
	color: white;
	background-color: #145597;
	padding: 2px;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}

.stockListGrey {
	color: black;
	background-color: #EEEEEE;
	padding: 2px;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}

.stockListWhite {
	color: black;
	background-color: #FFFFFF;
	padding: 2px;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}


/*------------------------------*/
/* the guide
/*------------------------------*/

.guideLinksDiv {
	border: 1px solid #BEBFBF;
	width: 300px;
}

.guideLinksContent {
	padding: 15px;
}


.bigAdvertDiv {
	text-align: center;
}


/*------------------------------*/
/* messages
/*------------------------------*/

div#warningMessage {
	border: 2px solid #FF0000;
	padding: 4px;
	background-color: #FFF799;
	margin-bottom: 8px;
}

div#clearMessage {
	border: 2px solid #009999;
	padding: 4px;
	background-color: #FFF799;
	margin-bottom: 8px;
	margin-top: 8px;
}

.portfolioLink {
	width: 400px;
	border: 2px solid #009999;
	padding: 4px;
	background-color: #FFF799;
	margin-bottom: 8px;
	margin-top: 8px;
}

.portfolioLink a {
	text-decoration: none;
}
