﻿body
{
	margin: 0px;
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	color: #696969;
	background-color: #e0e0e0;
}
p
{
	margin-top: 0px;
	margin-bottom: 10px;
}
a
{
	/*color: #017cc2;*/
	color: #ef6310;
}
img
{
	border-style: none;
}
input
{
	color: #696969;
	font-size: 13px;
}
select
{
	color: #696969;
	font-size: 13px;
	border: solid 1px #c1c3ca;
}
span.header
{
	font-weight: bold;
	color: #ef6310;
	font-size: 15px;
}
span.header2
{
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 16px;
	font-weight: bold;
	color: #787878;
}
div.navtab
{
	font-weight: bold;
	font-family: Arial, Tahoma, Verdana, Helvetica, Sans-Serif;
	width: 175px;
	height: 19px;
	float: left;
	text-align: center;
	padding-top: 3px;
	background-color: #000000;
	background-image: url(Images/navbtn-bg.gif);
	margin-left: 6px;
	display: inline;
}
div.navtab a
{
	color: #ffffff;
	text-decoration: none;
}
div.navtab a:hover
{
	text-decoration: underline;
}

div.mBoxHead
{
	background-color: #FF6600;
	color: #FFFFFF;
	font-weight: bold;
	padding: 3px;
}
div.mBoxBody
{
	background-color: #FFEBD7;
	color: #FF6600;
	padding: 3px;
	border-left: solid 1px #FF6600;
	border-right: solid 1px #FF6600;
	border-bottom: solid 1px #FF6600;
}
div.mBox ul
{
	margin: 5px 0px 4px 23px;
	padding: 0px;
}
div.mBox p
{
	margin-top: 10px;
	margin-bottom: 0px;
}

div.mBoxGreenHead
{
	background-color: #008000;
	color: #FFFFFF;
	font-weight: bold;
	padding: 3px;
}
div.mBoxGreenBody
{
	background-color: #DFFFDF;
	color: #008000;
	padding: 3px;
	border-left: solid 1px #008000;
	border-right: solid 1px #008000;
	border-bottom: solid 1px #008000;
}
div.mBoxGreen ul
{
	margin: 5px 0px 4px 23px;
	padding: 0px;
}
div.mBoxGreen p
{
	margin-top: 10px;
	margin-bottom: 0px;
}

div.mBoxYellowHead
{
	background-color: #CC9900;
	color: #FFFFFF;
	font-weight: bold;
	padding: 3px;
}
div.mBoxYellowBody
{
	background-color: #FFF7DD;
	color: #CC9900;
	padding: 3px;
	border-left: solid 1px #CC9900;
	border-right: solid 1px #CC9900;
	border-bottom: solid 1px #CC9900;
}
div.mBoxYellow ul
{
	margin: 5px 0px 4px 23px;
	padding: 0px;
}
div.mBoxYellow p
{
	margin-top: 10px;
	margin-bottom: 0px;
}

div.box2 div.header
{
	background-color: #e0e0e0;
	padding-left: 4px;
	padding-top: 4px;
	height: 18px;
	background-image: url(Images/box2-head-bg2.gif);
	overflow: hidden;
	border-top: solid 1px #c1c3ca;
	border-left: solid 1px #c1c3ca;
	border-right: solid 1px #c1c3ca;
}
div.box2 div.body
{
	padding: 3px;
	border-left: solid 1px #c1c3ca;
	border-right: solid 1px #c1c3ca;
	border-bottom: solid 1px #c1c3ca;
	overflow: hidden;
}

div.lvItem
{
	display: inline;
	float: left;
	height: 20px;
	line-height: 20px;
	font-size: 11px;
	border-top: #e0e0e0 1px solid;
	padding-left: 2px;
	padding-right: 2px;
	overflow: hidden;
}
div.lvHead
{
	display: inline;
	float: left;
	padding-top: 4px;
	height: 18px;
	font-size: 11px;
	font-weight: bold;
	color: #555555;
	/*color: #ef6310;*/
	background-color: #F5F5DC;
	padding-left: 2px;
	padding-right: 2px;
	overflow: hidden;
}

table.tickInfo td
{
	font-size: 10px;
	white-space: nowrap;
	overflow: hidden;
	height: 18px;
}
table.tickInfo td.up
{
	color: #3CB371;
}
table.tickInfo td.down
{
	color: red;
}

div.chartParameters select
{
	font-size: 10px;
}
div.chartParameters input
{
	font-size: 10px;
}

span.intradayValue
{
	color: Black;
	font-weight: bold;
}
span.intradayChangeUp
{
	color: #3CB371;
}
span.intradayChangeDown
{
	color: red;
}

div.gaugeDown
{
	height: 12px;
	background-color: #ff6e6e;
	border: 1px solid #d80000;
	float: left;
	display: inline;
	margin-top: 1px;
	margin-left: 2px;
	overflow: hidden;
}
div.gaugeUp
{
	height: 12px;
	background-color: #3CB371;
	border: 1px solid #008000;
	float: left;
	display: inline;
	margin-top: 1px;
	margin-left: 2px;
	overflow: hidden;
}
div.gaugeSep
{
	width: 1px;
	height: 16px;
	background-color: #999966;
	float: left;
	display: inline;
	margin-left: 2px;
	overflow: hidden;
}
