/* -------------- Essential Styling --------------- */
body{
	margin: 0px auto 0px auto;
	padding: 0px;
	background: #377cc0 url('../global/background.jpg') repeat-x top center;
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	color: #3c3c3c;
	text-align: center;
	font-size: 62.8%;
	line-height: 1em;
	}	
p {
	font-size: 1.2em;
	line-height: 1.5em;
	margin: .5em 0 1em 0;
	text-align: left;
	}
	
	.definitions {
	font-weight: bold;
	color: #990000;
}
	
.bodycopy {
	color: #6a6a6a;	
	font-size: 1.2em;
	text-align: left;
	line-height: 1.5em;
	}
.bodycopywhite {
	color: #ffffff;	
	font-size: 1.2em;
	text-align: left;
	}
.largebodycopy {
	color: #6a6a6a;	
	font-size: 1.4em;
	text-align: left;
	}

input.buttonstyle, input.buttonstyle:link, input.buttonstyle:visited, input.buttonstyle:hover, input.buttonstyle:active {
	color: #3c3c3c;	
	font-size: 11px;
	text-align: center;
	}
	
fieldset {
    margin: 0 8px 1em 5px;
    padding: 1em 3em 1em 1em;
	float:left;
	height: 355px;
	width: 415px;
	}

.box {
border: 2px solid;
border-color: #fe9100;
padding: 0 8px 0 8px; 
margin-bottom: 15px;
width: 700px;
margin-left:110px;
}

div.textbox {
	margin: 0px;
	padding: 0px;
	width: 520px;
	float:left;
	}

.menustyle {
	color: #6a6a6a;	
	font-size: 1.1em;
	text-align: left;
	}
.menustylepx {
	color: #6a6a6a;	
	font-size: 11px;
	text-align: left;
	line-height: 1.1em;
	}
.menustylewhite {
	color: #fff;	
	font-size: 1.1em;
	text-align: left;
	}
.menustylegrey {
	color: #a1a1a1;	
	font-size: 1.1em;
	text-align: left;
	}
	
.small {
	color: #6a6a6a;	
	font-size: 1.0em;
	font-weight: normal;
	text-align: left;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	}
.smallwhite {
	color: #fff;	
	font-size: 1.0em;
	text-align: left;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	}
.greenbold {
	color: #669900;
	font-weight: bolder;
	}
.redbold {
	color: #CC0000;
	font-weight: bolder;
	}
.boldblue {
	color: #114A97;
	font-weight: bolder;
	}
.largewhite {
	font-size: 1.3em;
	padding: 8px 0px;
	}
/* Heading Text */
.headindex {
	font-size: 2.3em;
	letter-spacing: -.06em;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #fe9200;
	text-align: left;
	line-height: 1.4em;
	margin-top: 0em;
	margin-right: 0em;
	margin-bottom: 0em;
	margin-left: 0em;

}

h1, h2, h3, h4, h5, h6 {
	margin: .3em 0em 0em 0em;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #0053a3;
	text-align: left;
	line-height: 1.4em;
	}
h1 {
	font-size: 2.2em;
	letter-spacing: -.06em;
	
	}
h2 {
	font-size: 2.0em;
	letter-spacing: -.04em;
	}
h3 {
	font-size: 1.8em;
	letter-spacing: -.03em;
	}
h4 {
	font-size: 1.6em;
	letter-spacing: -.02em;
	}
h5 {
	font-size: 1.4em;
	letter-spacing: .0em;
	}
h6 {
	font-size: 1.2em;
	letter-spacing: .04em;
	}


/* List Styling */
li {
	background: transparent url('../global/bullet.gif') no-repeat 0em 0.5em;
	padding-left: 8px;
	padding-right: 5px;
	list-style: none;
	margin: 0px;
	}
ul {
	margin: 0px;
	padding-left: 15px;
	line-height: 1.4em;
	}
ul.sub {
	margin: 0px;
	padding-left: 15px;
	font-size: 1.0em;
	line-height: .6em;
	}
ul.sub li {
	background: transparent url('../global/bullet.gif') no-repeat 0em 0.2em;
	padding-left: 8px;
	padding-right: 5px;
	padding-bottom: 0.8em;
	list-style: none;
	margin: 0px;
	}
ol {
	margin: 0px;
	padding-left: 30px;
	font-size: 1.2em;
	line-height: 1.2em;
	list-style: decimal
	}
	
ol.home {

padding-left: 0px;
padding-bottom: 15px;
} 

ol.home li {
	background: transparent url('../global/dot.jpg') no-repeat 0em 0.8em;
	list-style-type:none;
	margin-left: 15px;
	padding-top: 4px;
    padding-left: 15px;
	}


 
ol li {
	list-style-type: decimal;
	background: none;
	}

ol.alpha {
	margin: 0px 0px 10px 0px;
	padding-left: 40px;
	font-size: 1.2em;
	line-height: 1.5em;
	list-style: lower-alpha;
	}
ol.alpha li {
	list-style-type: lower-alpha;
	background: none;
	}
	
ul.none {
	margin: 0px 0px 10px 0px;
	padding-top: 8px;
	padding-left: 15px;
	font-size: 1.0em;
	line-height: 1.0em;
	list-style: none
	}
ul.none li {
	list-style-type: none;
	background: none;
	line-height: 1.3em;
	}
/* Default Link Colours */
a:link, a:visited {
	color: #1586c2;
	text-decoration: none;
	}
a:hover,a:active {
	color: #2079A4;
	text-decoration: underline;
	border-bottom-color: #2079a4;
	}
	
/* White Links */
a.white:link, a.white:visited {
	color: #fff;
	text-decoration: none;
	}
a.white:hover,a.white:active {
	color: #fff;
	text-decoration: underline;
	}
	
/* Base Grey Links */
a.grey:link, a.grey:visited {
	color: #a1a1a1;
	text-decoration: none;
	}
a.grey:hover,a.grey:active {
	color: #a1a1a1;
	text-decoration: underline;
	}
	
/* Body Grey Links */
a.grey2:link, a.grey2:visited {
	color: #752a00;
	text-decoration: none;
	}
a.grey2:hover,a.grey2:active {
	color: #c4894e;
	text-decoration: underline;
	}

/* orange Links */
a.orange:link {
color:#fe9200;
text-decoration: underline;
}
a.orange:hover {
color:#fe9200;
text-decoration: none;
}

a.orange:visited {
color:#fe9200;
text-decoration: underline;
}
a.orange:active {
	color: #fe9200;
	text-decoration: underline;
	}
	
/* Table styling */
.none {
	padding: 0px;
	margin: 0px;
	border: none;
	}
/* End Table styling */

/* -------------- Layout Div Styling --------------- */
#flashbox {
padding:5px 0px 5px 5px ; 
margin: 0px 0px 0px 12px;
float:right;}

div#Body_Wrapper {
	margin: 0px auto;
	padding: 0px 0px 15px 0px;
	text-align: center;
	}
div#Main_Wrapper {
	margin: 15px auto 0px auto;
	padding: 0px;
	width: 1012px;
	text-align: left;
	}
div#Main_Backer {
	margin: 0px;
	padding: 0px 6px;
	background: transparent url('../global/contentarea_backer.png') repeat-y;
	}
div#Main_Backer2 {
	margin: 0px;
	padding: 0px;
	background: #fff;
	}
div#Header_Image {
	margin: 0px;
	padding: 2px;
	}
div#menusystemholder {}
div.warningmessage {
	margin: 0px;
	padding: 8px 0px;
	background: #f3ac1d;
	width: 100%;
	text-align: center;
	font-size: 1.4em;
	}
div.SideBar {

	margin: 0px;
	padding: 0px;
	background: url('../global/sidebar_backer.gif') repeat-y;
	}
div.SideBar_Content {
	margin: 0px 0px 10px 0px;
	background: url('../global/sidebar_backer.gif') repeat-y;
	padding-right: 10px;
padding-left: 10px;
font-size:12px;
line-height: 1.4em;
	}
	div.SideBar_Content2 {
	
	background: url('../global/sidebar_backer.gif') repeat-y;
	padding-right: 10px;
padding-left: 10px;
	}
/* Content Area Styling */
div#Content_Area {
	margin: 5px;
	padding: 5px;
	text-align: left;
	}
	
div.float_right { float:right;
padding: 5px;
text-align:center;
width:auto;
margin: 0 10px 15px 0;
}
div.Content_Header {
	margin: 0px;
	padding: 0px;
	width: auto;
	color: #3c3c3c;	
	text-align: left;
	float: left;
	}
div.Content_doublepage {
	margin: 0px;
	padding: 0px 0px 0px 20px;
	width: 350px;
	text-align: left;
	float: left;
	}
div.Content {}
div.table_holder {
	width: 100%;
	margin: 10px 0px 0px;
	padding: 0px;
	}
div.seperator {
	margin: 0px;
	padding: 5px 0px;
	height: 1px;
	clear: both;
	background: transparent url('../global/dotted_seperator.gif') repeat-x;
	}
div.printpage {
	margin: 8px 0px 0px;
	padding: 0px;
	width: auto;
	float: right;
	}
.printbutton {
	border: 3px double #999;
	border-top-color: #ccc;
	border-left-color: #ccc;
	padding: 0.25em;
	background: #fff;
	color: #333333;
	font-size: 10px;
	font-weight: bold;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	}
a.printbutton:link, a.printbutton:visited,  a.printbutton:hover,  a.printbutton:active {
	color: #333333;
	text-decoration: none;
	}
a.printbutton:hover,  a.printbutton:active {
	background: #e9f4ff;
	}
	
/* Footer Styling */
div#Footer_Area {
	margin: 0px;
	padding: 0px;
	display: block;
	clear: both;
	font-size: 1em;
	}
div#Footer {
	margin: 10px 10px 0px 10px;
	padding: 6px 0px 10px 0px;
	background: transparent url('../global/dotted_seperator.gif') repeat-x 0 0;
	}
div#Footer a:link, div#Footer a:visited {
	text-decoration: none;
	}
div#Footer a:hover, div#Footer a:active {
	text-decoration: underline;
	}
div#nuclearstudio {
	height: 42px;
	float: right;
	}
	
/* Common Styling */
.img {
	margin: 0px;
	padding: 0px;
	}
.imgside {
	margin: -12px 0 0 0;
	padding: 0px;
	}
.imageleft {
	margin: 0px;
	padding: 0px;
	float: left;
	text-align: left;
	}
.imageright {
	margin: 0px;
	padding: 0px;
	float: right;
	text-align: right;
	}
.left {
	float: left;
	text-align: left;
	}
.center {
	text-align: center;
	}
.right {
	float: right;
	text-align: right;
	}
	
/* Table styling */

datatable td {
font-size: 80em;
}


table.data {
	border-width: 1px;
	border-style: solid;
	border-color: #ccc;
	border-spacing: 0px;
	border-collapse: collapse;
	}
table.data td {
font-size: 120%;
padding-left: 10px;
	border-width: 1px;
	border-style: solid;
	border-color: #ccc;

	border-collapse: collapse;
	}
table.data th {
	border-width: 1px;
	border-style: solid;
	border-color: #ccc;
	border-spacing: 0px;
	border-collapse: collapse;
	color: #fff;
	}
	
table.data2 {
	width: 90%;
	border-width: 1px;
	border-style: solid;
	border-color: #ccc;
	border-spacing: 0px;
	border-collapse: collapse;
	margin-bottom: 15px;
	}
table.data2 td {
	font-size: 1.0em;
	padding: 5px 10px;
	border-width: 1px;
	border-style: solid;
	border-color: #ccc;
	border-collapse: collapse;
	}
table.data2 th {
	font-size: 1.3em;
	font-weight: bold;
	background-color: #0052a3;
	padding: 8px 10px;
	border-width: 1px;
	border-style: solid;
	border-color: #ccc;
	border-spacing: 0px;
	border-collapse: collapse;
	color: #fff;
	}

/* Table styling */
table.form {
	font-size: 1.2em;
	}
table.form td {
	padding: 0px 6px;
	}
table.form th {
	padding: 6px;
	color: #fff;
	}
	
/* Print Template Div Styling */
div.Print_Area {}
div.Print_Header {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 105px;
	background: #7a99cf url('../global/alerttrader_logo.gif') no-repeat top right;
	}
div.Print_Content {
	margin: 0px;
	padding: 0px 10px;
	}
div.Print_Footer {
	padding: 10px;
	border-top: 1px solid #3c3c3c;
	}
/* End Print Template Div Styling */
.g {
	color: #669900;
	}
	
.r {
	color: #cc0000;
	}
