html, body{
	width:100%;
	height:100%;
	background:#cccccc url(../images/page_bg.gif) repeat-x center top;
}

body{
	padding:0;
	margin:0;
}

body, table, tr, td{
	color:#010156;
	font:13px Arial;
	text-align:left;
	direction:ltr;
}

img{
	border:0 none;
}

form{
	margin:0;
}

table, tr, td{
	font-size:small;
	vertical-align:top;
	border:0;
	padding:0;
	margin:0;
	border-collapse:collapse;
	border-spacing:0;
}

p{
	padding:0;
	margin:0 0 10px 0;
}

input.clsTextField, select.clsTextField, textarea.clsTextField{
	color:#404040;
	font:13px Arial;
	margin:0 0 5px 0;
	border:1px solid #666666;
	background-color:#ffffff;
}

input.clsLtr, select.clsLtr, textarea.clsLtr{
	direction:ltr;
}

input.clsReset{
	border:0 none;
	background-color:transparent;
}

h1{
	float:right;
	width:600px;
	color:#60a528;
	font-size:24px;
	font-family:"Arial Black";
	font-weight:500;
	letter-spacing:-1px;
	padding:0 0 0 2px;
	margin:10px 0 12px 0;
	background:url(../images/h1_line.gif) no-repeat left bottom;
}

h2{
	color:#336699;
	font-size:12px;
	font-weight:800;
	margin:0;
}

h3{
	color:#608007;
	font-size:13px;
	font-weight:800;
	margin:3px 0 3px 0;
}

A:link, A:visited, A:active{color:#010156; text-decoration:underline; background-color:transparent;}
A:hover{text-decoration:underline;}

.clsWhiteLink:link, .clsWhiteLink:visited, .clsWhiteLink:active{color:#ffffff; text-decoration:none; background-color:transparent;}
.clsWhiteLink:hover{text-decoration:underline;}

.clsWhiteLinkU:link, .clsWhiteLinkU:visited, .clsWhiteLinkU:active{color:#ffffff; text-decoration:underline; background-color:transparent;}
.clsWhiteLinkU:hover{text-decoration:underline;}

.clsBlackLink:link, .clsBlackLink:visited, .clsBlackLink:active{	color:#000000; text-decoration:none; background-color:transparent;}
.clsBlackLink:hover{text-decoration:underline;}

.clsGrayLink:link, .clsGrayLink:visited, .clsGrayLink:active{color:#666666; text-decoration:none; background-color:transparent;}
.clsGrayLink:hover{text-decoration:underline;}
.clsGrayLinkU:link, .clsGrayLinkU:visited, .clsGrayLinkU:active{color:#666666; text-decoration:underline; background-color:transparent;}
.clsGrayLinkU:hover{text-decoration:underline;}

.clsBlueLink:link, .clsBlueLink:visited, .clsBlueLink:active{color:#0B75A7; text-decoration:none; background-color:transparent;}
.clsBlueLink:hover{text-decoration:underline;}
.clsBlueLinkU:link, .clsBlueLinkU:visited, .clsBlueLinkU:active{color:#0B75A7; text-decoration:underline; background-color:transparent;}
.clsBlueLinkU:hover{text-decoration:underline;}



.clsSpacer{
	clear:both;
	height:0;
	width:0;
	font-size:0;
	background-color:transparent;
}

.clsTransparent{
	color:#E6DFC2;
}

.clsDottedLine{
	clear:both;
	height:1px;
	font-size:0;
	margin:12px 0 12px 0;
	background:url(../images/dot.gif);
}

.clsLink{
	cursor:pointer;
	cursor:hand;
}

hr{
	clear:both;
	height:1px;
	color:#E5DFBB;
	font-size:0;
	background:transparent;
}

.clsHiddenText{
	display:none;
}

.clsErrorMsg{
	color:yellow;
	font-size:13px;
	font-weight:800;
	text-align:center;
	padding:15px;
}


.clsFormButtons{
	text-align:center;
	padding-top:10px;
}

.clsFormButtons input, .clsFormButtons button, .clsButton{
	color:#ffffff;
	font:12px Arial;
	font-weight:500;
	cursor:pointer;
	cursor:hand;
	padding:1px;
	border:none;
	background-color:#767676;
}

.clsCenterAlign{
	width:400px;
	margin:auto;
}

.clsPageAlign{
	position:relative;
	width:770px;
	padding:0 15px 25px 15px;
	margin:auto;
	background:#ffffff url(../images/footer_bg.gif) no-repeat center bottom;
}


.clsHeader{
	height:103px;
	background:url(../images/header.jpg) no-repeat center top;
}

.clsLogo{
	float:left;
	cursor:pointer;
	cursor:hand;
	margin:32px 0 0 15px;
}

.clsLangs{
	float:right;
	margin:42px 0 0 0;
}

.clsLangs a{
	float:right;
	width:41px;
	font-size:9px;
	text-align:center;
	margin:0;
}

.clsLangs a img{
	margin-bottom:2px;
}

.clsLangsSep{
	float:right;
	margin:1px 2px 0 1px;
}

.clsTopMenu{
	height:51px;
	padding:0 0 0 20px;
	background:url(../images/topmenu_bg.gif) no-repeat center top;
}

.clsTopMenu ul{
	padding:0;
	margin:0;
}

.clsTopMenu ul li{
	float:left;
	list-style:none;
	padding:0 0 0 3px;
	margin:0;
	background:url(../images/topmenu_item_left_off.gif) no-repeat left top;
}

.clsTopMenu ul A:link, .clsTopMenu ul A:visited, .clsTopMenu ul A:active{
	display:block;
	height:27px;
	color:#dcebff;
	font-size:12px;
	font-weight:800;
	text-decoration:none;
	text-align:center;
	letter-spacing:1px;
	padding:13px 10px 0 10px;
	background:url(../images/topmenu_item_right_off.gif) no-repeat right top;
}

.clsTopMenu ul li.clsSelected{
	color:#ffffff;
	background:url(../images/topmenu_item_left_on.gif) no-repeat left top;
}

.clsTopMenu ul li.clsSelected A:link, .clsTopMenu ul li.clsSelected A:visited, .clsTopMenu ul li.clsSelected A:active, .clsTopMenu ul li.clsSelected A:hover{
	color:#ffffff;
	text-decoration:none;
	background:url(../images/topmenu_item_right_on.gif) no-repeat right top;
}



.clsTopMenu ul li.clsFirst{
	background:transparent;
}

.clsTopMenu ul li.clsLast A:link, .clsTopMenu ul li.clsLast A:visited, .clsTopMenu ul li.clsLast A:active, .clsTopMenu ul li.clsLast A:hover{
	background:transparent;
}


.clsTopMenu ul li.clsSelectedFirst{
	background:transparent;
}

.clsTopMenu ul li.clsSelectedLast A:link, .clsTopMenu ul li.clsSelectedLast A:visited, .clsTopMenu ul li.clsSelectedLast A:active, .clsTopMenu ul li.clsSelectedLast A:hover{
	background:transparent;
}

.clsHomeFlash{
	display:none;
}

.clsBreadCrumbs{
	float:left;
	width:150px;
	color:#666666;
	font-size:11px;
	padding:1px 0 13px 10px;
	background:url(../images/breadcrumb_line.gif) no-repeat left bottom;
}

.clsBreadCrumbs span{
	font-size:9px;
}

.clsMainTable{
	width:770px;
}

.clsMainTable .clsRightPanel{
	width:163px;
	padding-bottom:50px;
}

.clsLeftBtn1, .clsLeftBtn2{
	float:left;
	width:163px;
	height:40px;
	font-size:11px;
	font-weight:800;
	text-align:center;
	padding:5px 0 0 0;
	margin:0 0 5px 0;
	background:url(../images/inner_MainBtn1_bg.jpg) no-repeat center top;
}

.clsLeftBtn2{
	height:35px;
	padding-top:15px;
	background-image:url(../images/inner_MainBtn2_bg.jpg);
}

.clsBanner1{
	height:96px;
	color:#ffffff;
	font-size:11px;
	padding:5px 3px 0 3px;
	background:url(../images/inner_GuidedTour_bg.jpg) no-repeat center top;
}

.clsBanner2{
	height:61px;
	color:#ffffff;
	font-size:11px;
	padding:40px 3px 0 3px;
	background:url(../images/inner_CustomerSupport_bg.jpg) no-repeat center top;
}


.clsMainTable .clsContent{
	width:600px;
	padding:0 0 0 7px;
}

.clsMainTable .clsContent .clsTopBanner{
	margin-bottom:15px;
}

.clsContent .clsContentText{
	font-size:12px;
	padding:5px 5px 20px 5px;
}	

.clsContent .clsContentText h2{
	padding-left:10px;
	background:url(../images/arrow_right.gif) no-repeat left 5px;
}

clsContentText ul{
	margin:5px 0 10px 10px;
}

.clsContentText li{
	list-style:none;
	padding-left:20px;
	margin:0 0 4px 0;
	background:url(../images/arrow_gray.gif) no-repeat left 2px;
}


.clsPlayer{
	width:320px;
	margin:0 auto 10px auto;
}

.clsPlayer .clsName{
	font-size:11px;
	font-weight:800;
	text-align:right;
}

.clsFilesList ul{
	margin:0 20px 0 0;
}

.clsFilesList ul li{
	list-style:url(/images/arrow_ul.gif);
	margin-top:4px;
}


.clsQuotesHead{
	color:#ccdded;
	font-size:12px;
	text-align:center;
	padding:2px 0 2px 0;
	margin:8px 0 2px 0;
	background:#336699;
}

.clsQuotes{
	color:#336699;
	font-size:12px;
	font-weight:800;
	padding:4px 0 0 0;
	margin:0 0 18px 0;
	border:1px solid #707fa6;
	background:url(../images/quotes_bgg.gif) repeat-x center top;
}

.clsQuotes table{
	margin-top:2px;
}

.clsQuotes table th{
	width:65px;
	color:#336699;
	font-size:9px;
	font-weight:500;
	padding:3px 3px 0 3px;
}

.clsQuotes table td{
	width:45px;
	color:#336699;
	font-size:10px;
	text-align:left;
	vertical-align:middle;
	padding-top:2px;
}

.clsQuotes table tr.clsUp th, .clsQuotes table tr.clsUp td{
	color:#407b02;
	
}

.clsQuotes table tr.clsDown th, .clsQuotes table tr.clsDown td{
	color:#bd0303;
}

.clsQuotes table tr.clsUp td.clsAsk{
	background:url(../images/icon_up.gif) no-repeat 35px 5px;
}

.clsQuotes table tr.clsDown td.clsAsk{
	background:url(../images/icon_down.gif) no-repeat 35px 6px;
}

.clsQuotes table tr.clsOdd, .clsQuotes table tr.clsOdd  td.clsAsk{
	background-color:#e1e1e1;
}



.cleLeftMenu{
	font-size:12px;
	margin-top:5px;
}

.cleLeftMenu .clsTitle{
	color:#ccdded;
	padding:1px 3px 1px 8px;
	margin:0 0 3px 0;
	background-color:#336699;
}

.cleLeftMenu a{
	display:block;
	color:#336699;
	text-decoration:none;
	padding:1px 3px 1px 8px;
	margin:0 0 3px 0;
	background:url(../images/leftmenu_bg.gif) repeat-y left;
}

.cleLeftMenu a:hover{
	color:#336699;
	font-weight:800;
	text-decoration:none;
	background:url(../images/leftmenu_bg_on.gif) repeat-y left;
}

.clsBtn1, .clsBtn2{
        float:left;
        width:279px;
        height:43px;
        font-size:17px;
        font-weight:800;
        text-align:center;
        padding-top:20px;
        margin:5px 0 10px 2px;
        background:url(../images/home_freepractice.jpg) no-repeat center top;
}


.clsBtn2{
        margin:5px 0 5px 13px;
        background-image:url(../images/home_starttrading.jpg);
}

.clsIndexBar{
	width:568px;
	margin:15px 0 20px 6px;
}

.clsIndexBar .clsTabsBar{
	height:23px;
	background:url(../images/IndexBox_top.gif) no-repeat center top;
}

.clsIndexBar .clsTab, .clsIndexBar .clsTabFirst, .clsIndexBar .clsTabSelected, .clsIndexBar .clsTabSelectedFirst{
	float:left;
	height:18px;
	color:#336699;
	font-size:12px;
	font-weight:800;
	cursor:pointer;
	cursor:hand;
	padding:5px 8px 0 8px;
	border-right:1px solid #a8a8a8;
}

.clsIndexBar .clsTabFirst{
	padding-left:20px;
}

.clsIndexBar .clsTabSelected, .clsIndexBar .clsTabSelectedFirst{
	background:url(../images/tab_selected_bg.gif) repeat-x center 1px;
}

.clsIndexBar .clsTabSelectedFirst{
	padding-left:20px;
	border-top:0 none;
	background:url(../images/IndexBox_corner.gif) no-repeat left top;
}

.clsIndexBar .clsData{
	height:118px;
	padding:5px 10px 0 30px;
	background:url(../images/IndexBox_bg.gif) no-repeat center top;
}

.clsIndexBar .clsData .clsGraphImage{
	float:right;
	color:#6A6A6A;
	font-size:12px;
	font-weight:800;
}

.clsIndexBar .clsData .clsGraphImage img{
	width:140px;
	margin-top:3px;
}

.clsIndexBar .clsData table th{
	width:90px;
	color:#336699;
	font-size:11px;
	font-weight:500;
	padding:4px;
}

.clsIndexBar .clsData table td{
	width:45px;
	color:#336699;
	font-size:11px;
	text-align:left;
	vertical-align:middle;
	padding:0px;
}

.clsIndexBar .clsData table td.clsSpacer, .clsIndexBar .clsData table td.clsSpacer div{
	width:30px;
}

.clsIndexBar .clsData table tr.clsUp th, .clsIndexBar .clsData table tr.clsUp td{
	color:#407b02;
}

.clsIndexBar .clsData table tr.clsDown th, .clsIndexBar .clsData table tr.clsDown td{
	color:#bd0303;
}










.clsSecured{
	clear:both;
	width:760px;
	padding:0 5px 4px 5px;
	margin:0 auto 0 auto;
}

.clsSecured .clsSSL{
	float:left;
}

.clsSecured .clsPay{
	float:right;
	margin:18px 10px 0 0;
}

.clsFooter{
	clear:both;
	width:760px;
	font-size:11px;
	letter-spacing:1px;
	text-align:center;
	padding-top:15px;
	border-top:1px solid #d3d3d3;
}

.table-like-header
{
    border: 1px solid #336699; /*ff8410*/
    background-color: #6699cc; /*ffce52*/
    float: left;
    width: 250px;
    height: 30px;
    margin-right: 9px;
    padding: 12px;
    text-align: center;
    font-size: 17px;
}

.table-like-row1, .table-like-row2
{
    width: 561px;
    height: 28px;
    margin: 5px 0 0 0;
    padding-top: 10px;
    background-color: #cbe0f7; /*d6bd94*/
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.table-like-row2
{
    background-color: white;
}

.table-like-row1 div, .table-like-row2 div
{
    float: left;
    width: 250px;
    text-align: center;
    font-size: 14px;
    color: black;
}

.table-like-header1
{
    border: 1px solid #336699; /*ff8410*/
    background-color: #6699cc; /*ffce52*/
    float: left;
    width: 141px;
    height: 30px;
    margin-right: 9px;
    padding: 12px;
    text-align: center;
    font-size: 17px;
}

.table-like-row11, .table-like-row22
{
    width: 520px;
    height: 28px;
    margin: 5px 0 0 0;
    padding-top: 10px;
    background-color: #cbe0f7; /*d6bd94*/
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.table-like-row22
{
    background-color: white;
}

.table-like-row11 div, .table-like-row22 div
{
    float: left;
    width: 164px;
    text-align: center;
    font-size: 14px;
    color: black;
}



