iframe
{
	display: none;
}
body
{
	background: #DADADA url(../images/bg.gif.res.ashx);
	font-family: Arial;
	font-size: 11px;
	margin: 0px 0px 0px 0px;
	background-repeat: repeat-x;
	background-repeat: repeat-y;
	margin-top: 0px;
}

#topMost
{
	background-color: #FFF;
	margin: 0 auto;
	width: 950px; /*border: solid 1px red;*/
	min-height: 700px;
	height: auto !important;
	height: 700px;
}

.Footer, .AboveHeader
{
	height: 30px;
	width: 100%;
	background-color: #414449;
	color: #FFFFFF;
	text-align: center;
	padding-top: 10px;
}


.Footer a, .AboveHeader a
{
	color: #FFFFFF;
}


.Header
{
	width: 100%;
	height: 60px;
	background: #FFFFFF url(../images/web_logo.png.res.ashx) left top no-repeat;
}

.Menu
{
	width: 100%;
	border-color: #DADADA #DADADA #106EFF;
	border-style: solid;
	border-width: 1px 0px 4px 0px;
	padding-top: 10px;
	height: 24px;
	background-color: #FFFFFF;
}

.Menu ul
{
	margin: 0px;
	padding: 0px;
}


.Menu ul li
{
	display: inline;
	border-left: 1px;
	font-size: 1.1em;
	color: #003466;
	font-family: Verdana;
	font-weight: bold;
	height: 24px;
	padding-bottom: 5px;
	padding-left: 7px;
}
.Menu ul li a
{
	text-decoration: none;
	color: #003466;
	padding: 5px 5px;
}

.Menu ul li a:hover
{
	color: #106EFF;
	background-color: #DFECFF;
}

#content
{
	/*start hack min-height all browser*/
	min-height: 850px;
	height: auto !important;
	height: 850px; /*end hack min-height*/
	background-color: #FFFFFF;
}

#left
{
	/*border: 1px solid red;*/
	float: left;
	margin-top: 10px;
	overflow: hidden;
	padding: 10px;
	width: 620px;
}
#right
{
	text-align: center;
	border: 1px solid #DADADA;
	float: right;
	margin-top: 10px;
	margin-right: 20px;
	overflow: hidden;
	padding: 10px;
	width: 250px;
}

#login
{
	margin: 0 auto;
	width: 60%;
	text-align: center;
}

table.Login
{
	width: 100%;
}

.Product
{
	margin-left: 10px;
}
.Product h3
{
	text-transform: uppercase;
	color: #0066FF;
	font-weight: bold;
	font-size: 14px;
}

.Product p, .Product dl
{
	text-align: justify;
	font-size: 12px;
	line-height: 1.4em;
}

.LoginHeader
{
	margin: 10px auto;
}


.Button
{
	padding: 4px 5px;
}



.ui-datepicker-trigger
{
	margin-left: 3px;
	margin-right: 5px;
}

input.ui-widget-content, select.ui-widget-content
{
	padding: 4px 5px;
}

.Hide
{
	display: none;
}

#login h4
{
	font-size: 1.2em;
	color: #CC3333;
}
p.AlertContent
{
	text-align: justify;
	font-size: 14px;
	line-height: 1.4em;
}

#error
{
	margin: 10px auto;
	width: 600px;
	font-size: 1.2em;
	padding-top: 20px;
}

.Product dl dt
{
	font-weight: bold;
}
.Product dl dd
{
	background-color: #EEEEEE;
	display: block;
	margin-bottom: 10px;
	margin-left: 0;
	margin-top: 10px;
	padding: 10px;
}

#trLoginGuide
{
	background-color: #469F45;
	color: #FFF;
}

#trLoginGuide td
{
	padding-top: 10px;
	padding-bottom: 10px;
}


ul.TextBoxActionList
{
	display: block;
	float: right;
	margin-top: 0px;
}

ul.TextBoxActionList li
{
	display: block;
	list-style: none;
	float: right;
	padding: 4px;
}

#support
{
	margin: 20px auto;
	float: right;
	width: 250px; /*= #right*/
}

.IntradayChart
{	
	margin: 20px auto;
	text-align: center;
}

.AjaxImage 
{
	display: none;
	
}