body {
	margin: 0;
	padding: 0;
	
	background: url(../images/banner_background.jpg) 50% 0% no-repeat;
	color: #747473;
}

body, td, th, textarea, input, select, p, div, h1, h2, h3, h4, h5, li {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}

html {
		height: 100%;
		margin-bottom: 1px;
	}

h1, h2, h3 {
	margin: 0px 0px 15px 0px;
	font-size: 1.4em;
}

h3.title {
	margin: 15px 0px 0px 0px;
	padding: 0px;
}

h3.subtitle {
	margin: 0;
	padding: 0;
}

p {
	margin: 0px 0px 20px 0px;
}


#sitewrap {
	width: 800px;
	margin: auto;
	padding: 0;
	overflow: hidden;
}

#bannerHolder {
	background: url(../images/banner_logo.jpg) 0% 0% no-repeat;
}

#banner {
	width: auto;
	height: 116px;
	margin: 0;
	padding: 0;
	position: relative;
}

#nav {
	width: auto;
	height: 44px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

	#nav ul {
		margin: 0;
		padding: 0;
		float: right;
		list-style-type: none;
		line-height: 44px;
	}
	
	#nav ul li {
		float: left;
	}
	
	#nav ul li a {
		display: block;
		margin: 0px 2px 0px 2px;
		padding: 0px 0px 0px 10px;
		
		color: #FFFFFF;
		text-decoration: none;
		font-weight: bold;
	}
	
	#nav ul li a span {
		display: block;
		margin:0;
		padding: 0px 10px 0px 0px;
		
	}
	
	#nav ul li a:hover, #nav ul li a.active {
		background: url(../images/nav_left.jpg) 0% 0% no-repeat;
	}
	
	#nav ul li a:hover span, #nav ul li a.active span {
		background: url(../images/nav_right.jpg) 100% 0% no-repeat;
	}
	
#content {
	margin: 0;
	padding: 0;
	overflow: hidden;
	
	background-color: #fafafa;
}

#content .rightcolumn {
	margin: 0;
	padding: 0;
	float: left;
	overflow: hidden;
	width: 250px;
}

	#content .rightcolumn .padding {
		padding: 10px 5px;
		margin: 5px 5px 5px 0px;
	}

#content .maincolumn {
	margin: 0;
	padding: 0;
	float: left;
	overflow: hidden;
	width: 550px;
}

	#content .maincolumn .padding, #content .onecolumn .padding {
		margin: 5px;
		padding: 10px 5px
	}
	
#footer {
		padding: 8px 10px;
	}
	
.small {
	font-size: 0.8em;
}

.floatright {
	float: right;
}

.floatleft {
	float: left;
}

/* Modules */
#block {
	margin: 0px 0px 5px 0px;
	padding: 0px 5px 5px 5px;
	background-color:#F5F7F2;
	overflow: hidden;
	clear:both;
}

#block h3 {
	xpadding: 0px 0px 5px 5px;
	xbackground-color: #9cc71d;
	xcolor: #ffffff;
}
	
/* main colour text - Green */
h3 {
	color: #9cc71d;
}

a, h3.stratTitle {
	color: #708d1a;
}

	
/*  error / notice  */

#error, #notice 
	{
	padding: 10px 10px;
	margin: 2px 2px 15px 2px;
	}
	
#notice
	{
	border-top: 2px solid #a0cc1f;
	border-bottom: 2px solid #a0cc1f;
	background-color: #eef4df;
	color: #8ea94b;
	}

#error {
	
	border-top: 2px solid #c02727;
	border-bottom: 2px solid #c02727;
	background-color: #efd7d7;
	color: #8d4141;
	
	/*
	margin: 0px 15px 10px 15px;
	padding: 5px;
	
	background-color: #F4F3F0;
	border: 1px solid #ece8dc;
	color: #A84848;
	*/
	
}
#error a, #notice a {
	font-weight: bold;
	text-decoration: none;
	}

#error a 
	{
		color: #622c2c;
	}
	
#notice a 
	{
		color: #708d19;
	}
	
#error ul, #notice ul {
	margin: 0;
	padding: 0;
	
	list-style-type: none;
}

#error ul li {
	margin: 0;
	padding: 0px 0px 0px 25px;
	
	background: url(../images/red_x.gif) 0% 50% no-repeat;
}

#notice ul li {
	padding: 0px 0px 0px 25px;
	background: url(../images/green_tick.gif) 0% 50% no-repeat;
}

fieldset {
	border: 1px solid #e4e4e4;
}

/* Strategy */

.stratGroups {
	padding: 4px;
	margin: 5px 0px 8px 0px;
	clear: both;
	
	background-color: #eef4df;
	border: 1px solid #e0ecbe;
}

/* #### Table  #### */
caption {
	text-align: left;
}

#table {
	width: 100%;
}

#table th {
	margin: 0;
	padding: 5px 0px 3px 5px;

	background-color: #9cc71d;
	color: #ffffff;
}

#table td.clear {
	background-color: #fafafa;
	border: none;
}

#table th.light, #table tr.light {
	background-color: #dcf19b;
	color: #666666;
	border: 1px solid #fff;
}

#table td {
	border: 1px solid #fafafa;
	padding: 3px;
}

#table tr, #table tr.row0 {
	background-color: #f0f5e3;
}

#table tr.row1 {
	background-color: #e6efcb;
}

#table .row0:hover, #table .row1:hover {
	background-color: #f3fae2;
}

#table td a {
	text-decoration: none;
}

#table .corner-green-tr {
	background: url(../images/tableround_tr.gif) 100% 0% #9cc71d no-repeat;
}

#table .corner-green-tl {
	background: url(../images/tableround_tl.gif) 0% 0% #9cc71d no-repeat;
}

#table .corner-green-br {
	background: url(../images/tableround_br.gif) 100% 100% #f0f5e3 no-repeat;
}

#table .corner-green-bl {
	background: url(../images/tableround_bl.gif) 0% 100% #f0f5e3 no-repeat;
}

/* question page */

#questionBox {
	background-color: #F0F0F0;
	border: 1px solid #CCCCCC;
	margin: 5px;
	padding: 5px 5px 10px 5px;
}

#questionBox textarea {
	width: 99%;
	height: 150px;
	overflow: scroll;
}
/* documents */
ol#documents {
	list-style-type: none;
}

ol#documents li {
	display: block;
	margin: 0px 0px 20px 0px;
	overflow: hidden;
	clear: both;
}

ol#documents li .text {
	width: 80%;
	float: left
}

ol#documents li .icon {
	width: 12%;
	float: left;
}

#hnav {
	display: block;
	overflow: hidden;
	margin: 0px 0px 5px 0px;
}

.hnav {
	margin: 0;
	padding: 0;
	display: block;
	list-style-type: none;
	height: 30px;
	
	background-color: #f3f3f3;
}

.hnav li  {
	display: inline;
	line-height: 30px;
	
}

.hnav li a {
	margin: 0;
	padding: 0 15px;
	border-right: 3px solid #fafafa;
	float: left;
	height: 30px;
	text-decoration: none;
	
	font-weight: bold;
}

.hnav li a:hover, .hnav li a.delete:hover {
	background-color: #a0cc21;
	color: #ffffff;
}

.hnav li a.delete {
	padding: 0px 15px 0px 20px
}

.hnav li a.delete {
	background: url(../images/red_x.gif) 5px 50% no-repeat;
}

#trainingNav {
	display: block;
	margin: 3px 0px;
	overflow: hidden;
	background-color: #f0f5e3;
}

#trainingNav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	height: 25px;
	line-height: 25px;
}

#trainingNav ul li {
	display: inline;
	margin-right: 2px;
}

#trainingNav ul li a {
	float: left;
	height: 25px;
	margin: 0;
	padding: 0px 10px;
	
	background-color: #e6efcb;
}

#trainingNav ul li a.active {
	background-color: #6f8e19;
	color: #fff;
	text-decoration: underline;
}


/* ## Image ## */
.redcross {
	display: block;
	height: 15px;
	background: url(../../../images/cross.gif) 50% 50% no-repeat;
}

.redcross span {
	display: none;
}

#loginfield label {
	display: block;
	width: 100%;
}

.loginfield {
	margin-bottom: 10px;
}

.loginfield input, .form input, .form select {
	border: 1px solid #DBDBDB;
	background-color: #FFFFFF;
	padding: 4px;
}

.buttonGroup {
	overflow: hidden;
	width: auto;
}

.formbutton, .form_button {
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	background: url(../../../images/yellow_bg.gif) #f8e011 0% 0% repeat-x;
	
	border-style: none;
	padding: 0px 10px;
	
	height: 26px;
	font-weight: bold;
	border: 0;
	color: #666666;
	cursor: pointer;
}

a.button {
	background: url(../../../images/yellow_bg.gif) #f8e011 0% 0% repeat-x;
	color: #666666;
}

a.buttonb {
	background: url(../../../images/gray_bg.gif) #f8e011 0% 0% repeat-x;
	color: #666666;
}

a.button, a.buttonb {
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	margin: 0px 4px;
	cursor: pointer;
	font-weight: bold;
	height: 26px;
	float: left;
	text-decoration: none;

}

a.button span, a.buttonb span {
	display: block;
	line-height: 26px;
	padding: 0px 10px;
}

/* input */
form {
	margin: 0;
	padding: 0;
}

.form {
	padding: 5px;
	clear: both;
}

.form label {
	float: left;
	width: 40%;
}

div.label {
	margin-left: 40%;
	height: 25px;
}

	.form label.required {
	font-weight: bolder;
	}

textarea {
	width: 55%;
	border: 1px solid #DBDBDB;
}

textarea.full {
	width: 99%;
}


/* list styles */
ul.gain {
	list-style-type: none;
}

ul.gain li {
	padding: 2px 2px 2px 25px;
	background: url(../../../images/tick.gif) 2px 50% no-repeat;

}

ul.loss {
	list-style-type: none;
}

ul.loss li {
	padding: 2px 2px 2px 25px;
	background: url(../../../images/cross.gif) 2px 50% no-repeat;

}

/* Report page */
#boxes {
		width: 100%;
		display: block;
		overflow: hidden;
		margin: 20px 0px;
	}
	
	#boxes .box {
		display: inline;
		float: left;
		text-align: center;
		width: 25%;
	}
	
	#boxes .box label {
		display: block;
		overflow: hidden;
	}
	
	#boxes .box label span {
		display: block;
		overflow: hidden;
		margin: 10px 0px;
	}

/* Side menu */
h3.sideMenuTitle 
	{
		color: #686868;
		background: none;
		font-size: 1.2em;
		font-weight: bold;
		margin: 0;
		padding: 0 0 5px 0;
	}

ul.sideMenu {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul.sideMenu li 
	{
		
	}
	
ul.sideMenu li a
{
	display: block;
	display: inline-block; /* ie6 fix */
	padding: 5px 5px 5px 30px;
	font-weight: bold;
	text-decoration: none;
	
	background: url(../../../images/arrow_left.gif) 5px 50% no-repeat transparent;
	
}

	ul.sideMenu li a:hover {
		color: #686868;
	}

	ul.sideMenu li a.right
	{
		background: url(../../../images/arrow_right.gif) 5px 50% no-repeat transparent;
	}
	
	ul.sideMenu li a.down
	{
		background: url(../../../images/arrow_down.gif) 5px 50% no-repeat transparent;
	}
	
	ul.sideMenu li a.up
	{
		background: url(../../../images/arrow_up.gif) 5px 50% no-repeat transparent;
	}
	
	ul.sideMenu li a.cross
	{
		background: url(../../../images/cross.gif) 5px 50% no-repeat transparent;
	}
	
	ul.sideMenu li a.tick
	{
		background: url(../../../images/tick.gif) 5px 50% no-repeat transparent;
	}
	
	ul.sideMenu li a.active_left
	{
		background: url(../../../images/active_left.gif) 5px 50% no-repeat transparent;
	}
	
	
#stratBar {
		margin: 1px;
		padding: 5px 10px;
		display: block;
		overflow: hidden;
		clear: both;
		background-color: #f5f7f3;
		border-bottom: #9fcb20 1px solid;
	}
	
	#stratBar p {
		margin: 0px;
	}
	
	#stratBar p a {
		font-weight: bold;
	}
	
ul#quickJump {
	list-style-type: none;
	margin: 15px 0px;
	padding: 0px;
	overflow: hidden;
	clear: both;
}

#quickJump li {
	display: inline;
}

#quickJump li a {
	float: left;
	width: 25px;
	padding: 5px 0;
	text-align:center;
	text-decoration: none;
	margin: 2px 2px;
	background-color: #ecf0e6;
}

#quickJump li a#active {
	background-color: #a1cd20;
	color: #fff;
}
	
	


