@charset "utf-8";
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background: #333333;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	/*text-align: center;*/ /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
h1 {
margin-top: 0; margin-bottom: 0;
}
h2 {
margin-top: 0; margin-bottom: 0;
}
h3 {
margin-top: 0; margin-bottom: 0;
}
h4 {
margin-top: 0; margin-bottom: 0;
}
h5 {
margin-top: 0; margin-bottom: 0;
}
p {
margin-top: 0; margin-bottom: 0;
}
form {
margin-top: 0; margin-bottom: 0;
}
ul {
margin-top: 0; margin-bottom: 0;
}

.oneColLiqCtrHdr #container {
	width: 98%;  /* this will create a container 80% of the browser width */
	background: #333333;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #333333;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColLiqCtrHdr #header {
	background: #333333; 
	padding: 0 5px 0 10px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColLiqCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColLiqCtrHdr #mainContent {
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #333333;
  top:80px;
	bottom:15px;
	width:97%;
	overflow:visible;
	position:absolute;
	float:none;
}
.smallLink {
font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size:11px;
	font-weight:bold;
	text-decoration: none;
}
.smallLink a {
	color: #FFFFFF;
	text-decoration: none;
 }
.smallLink a:hover {
	color: #FFCC00;
}
.hLink {
font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size:11px;
	font-weight:bold;
	text-decoration: none;
}
.hLink a {
	color: #000000;
	text-decoration: none;
 }
.hLink a:hover {
	color: #FFCC00;
}
.helpLink {
font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size:12px;
	font-weight:bold;
	text-decoration: none;
}
.helpLink a {
	color: #000000;
	text-decoration: none;
 }
.helpLink a:hover {
	color: #FFCC00;
}
.tinyLink {
font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:8px;
	font-weight:bold;
	text-decoration: none;
}
.tinyLink a {
	color: #FFFFFF;
	font-size:9px;
	font-weight:bold;
	text-decoration: none;
 }
.tinyLink a:hover {
	color: #FFCC00;
	font-size:9px;
	font-weight:bold;
}
.tinyblackLink {
font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:8px;
	font-weight:bold;
	text-decoration: none;
}
.tinyblackLink a {
	color: #000000;
	font-size:9px;
	font-weight:bold;
	text-decoration: none;
 }
.tinyblackLink a:hover {
	color: #CCCCCC;
	font-size:9px;
	font-weight:bold;
}
.aro {
color:#FF0000;
}
.panel {
background-color:#333333;
padding-right:5px;
max-width:1024px;
min-height:335px;
}
.whitepanel {
background-color:#FFFFFF;
padding:5px;
max-width:700px;
min-width:332px;
min-height:332px;
}
.dotpanel {
background-color:#FFFFFF;
max-width:350px;
min-width:350px;
min-height:310px;
float:left;
padding-left:5px;
padding-top:10px;
height:92%;
border-right:#CCCCCC dotted 1px;
border-bottom:#CCCCCC dotted 1px;
}
.flashpanel {
background-color:#FFFFFF;
padding-right:5px;
max-width:1280px;
min-width:780px;
height:560px;
}
.flashtraderpanel {
background-color:#FFFFFF;
padding-left:5px;
padding-right:5px;
max-width:1280px;
min-width:780px;
height:700px;
}
.traderplatepanel {
background-color:#FFFFFF;
padding-right:5px;
max-width:1280px;
min-width:780px;
float:left;
padding-top:10px;
/* height:560px; */
}
.mediumtext {
font-size:small;
}
.midtext {
font-size:small;
}
.smalltext {
font-size:x-small;
}
.heading {
background-color:#333333;
font-size:11px;;
width:355px;
background-image:url(gfx/hgrad.png);
background-repeat:repeat-y;
margin:0px;
padding:0px;
max-height:15px;
}
.nwrap {
white-space:nowrap;
}
.menubar {
background-color:#333333;
margin-top:-15px;
margin-bottom:10px;
max-width:720px;
}
.footer {
background-color:#333333;
margin-bottom:10px;
max-width:720px;
}
.helpmenupanel {
background-color:#FFFFFF;
max-width:350px;
min-width:350px;
min-height:310px;
float:left;
padding-left:5px;
padding-top:10px;
/* height:560px; */
border-right:#CCCCCC dotted 1px;
border-bottom:#CCCCCC dotted 1px;
}
.helptextpanel {
background-color:#FFFFFF;
max-width:500px;
min-width:350px;
min-height:310px;
float:left;
padding-left:5px;
padding-top:10px;
border-right:#CCCCCC dotted 1px;
border-bottom:#CCCCCC dotted 1px;
}
.T3 {color:#0000ff; font-family:Arial; font-size:10pt; font-style:normal; text-shadow:none; text-decoration:underline; font-weight:normal; }
.ce1 {color:#0000ff; font-size:10pt; font-style:normal; font-weight:normal; text-shadow:none; font-family:Arial; text-decoration:underline; background-color:#579d1c; border-style:none; vertical-align:top; margin-left:0cm; }
.ce2 {color:#0000ff; font-size:10pt; font-style:normal; font-weight:normal; text-shadow:none; font-family:Arial; text-decoration:underline; background-color:#579d1c; border-style:none; vertical-align:top; margin-left:0cm; }
.ce3 {color:#0000ff; font-size:10pt; font-style:normal; font-weight:normal; text-shadow:none; font-family:Arial; text-decoration:underline; background-color:#ffff99; border-style:none; vertical-align:top; margin-left:0cm; }
.ce4 {color:#0000ff; font-size:10pt; font-style:normal; font-weight:normal; text-shadow:none; font-family:Arial; text-decoration:underline; background-color:#ffff99; border-style:none; vertical-align:top; margin-left:0cm; }
.ce5 {color:#0000ff; font-size:10pt; font-style:normal; font-weight:normal; text-shadow:none; font-family:Arial; text-decoration:underline; background-color:#ff8080; border-style:none; vertical-align:top; margin-left:0cm; }
.ce6 {font-family:Arial; background-color:#579d1c; }
.ce7 {font-family:Arial; background-color:#ffff99; }
.ce8 {font-family:Arial; background-color:#ff8080; }
.ro2 {height:1.191cm; }
.ro3 {height:0.473cm; }
