﻿/* 
	Project : Web Core
	   Date : 01/03/2008
	 Author : Duong Quoc Hoai
	  Email : hoaidq@fpt.com.vn
*/
/*Stylesheet AjaxTab*/
.HeaderGrid
{
    background-image:url(../Images/tab-content-under.jpg);
    color:Black ;
}
.shadetabs{
padding:  4px 10px 1px 10px;
margin-left:0px;
margin-top: 1px;
margin-bottom: 0;
font: bold 13px Arial;
list-style-type:none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}
.FrameStyle
{
   height:100%;
   width:100%;
   overflow:hidden ;
   
}
.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
padding: 3px  7px;
margin-right: 0px;
border: 1px solid #b7b7b7;
color: #b7b7b7;
background: white url(../../Images/tab-content-under.jpg) top left repeat-x;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs li.selected{
/*position: relative;*/
top: 1px;
}

.shadetabs li.selected a{ /*selected main tab style */
background-image: url(../../Images/shadeactive.gif);
border-bottom-color: white;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.shadetabs{/*tag name */
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: 13px Arial; 
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
} 
.shadetabs li a{
text-decoration: none;
padding: 3px  0px;
margin-right: 0px;
border: 1px solid #DDDDDD;
color: #606060;
background: white url(../Images/tab-content-under.jpg) top left repeat-x;
}

.shadetabs li a:visited{
color: #606060;
text-decoration: none;
}

.shadetabs li a:hover{
text-decoration: none;
color: #606060;
}

.shadetabs li.selected{
/*position: relative;*/
top: 1px;
}

.shadetabs li.selected a{ /*selected main tab style */
background-image: url(../Images/tab-content-under.jpg);
border-bottom-color: white;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}
.contentstyle{ /*content  */
border: 1px solid #DDDDDD;
margin-bottom: 1em; 
padding: 5px 0px; 
width: 100%;
height: 100%;
vertical-align:top;
margin-top:0px;
}

BODY
{
	background-color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
	font-weight: normal;
}

.cursor { cursor: hand }

.Normal
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
	font-weight: normal;
}

.xx-Normal
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 7pt;
}

.MessageBox
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
	font-weight: normal;
}
.SelectedTab 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: DarkOrange;
	font-weight: bold;
}
.SelectedTabBg
{
	background-color: #5D85B6;
	border-color: #FFFFFF;
	color:DarkOrange;	
}
.TabBg
{
	/*border-bottom: Red 10px ridge;*/	
	background-image:url(../Images/bg.gif);
	
}
.OtherTabsBg
{
	background-color: White;	
}
A.OtherTabsBg:hover
{
	background-image:url(../Images/gvHeaderBackground.gif);
}
.OtherTabs
{
	font-weight: bold;
	color: #5690FC;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

A.OtherTabs:link
{
    text-decoration:    none;
    color: #5690FC;
}

A.OtherTabs:visited
{
    text-decoration:    none;
    color:#5690FC;
}

A.OtherTabs:active
{
    text-decoration:none;    
    color:DarkOrange;
}

A.OtherTabs:hover
{
	color:DarkOrange ;
	text-decoration:none;
	border-bottom: DarkOrange thin  ridge;	
	border-right: DarkOrange thin  ridge;	
}

.LinkNews
{
	color: #16358D;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-decoration: none;
}

A.LinkNews:hover
{
	color: #16358D;
	text-decoration: underline;
}

.Link
{
	color: #000000;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

A.Link:link
{
	text-decoration:    none;
    color: #000000;
}

A.Link:visited
{
	text-decoration: none;
    color: #000000;
}

A.Link:active
{
	text-decoration: underline;
    color: #000000;
}

A.Link:hover
{
	color: #FF0000;
	text-decoration: underline;
}

.TabSubLink
{
	color: #0066CC;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

A.TabSubLink:link
{
	text-decoration:    none;
    color: #0066CC;
}

A.TabSubLink:visited
{
	text-decoration: none;
    color: #0066CC;
}

A.TabSubLink:active
{
	text-decoration: none;
    color: #0066CC;
}

A.TabSubLink:hover
{
	color: #0066CC;
	text-decoration: underline;
}

.ModuleBorder
{
	border: 1px solid #A1ADC3;
}

.ModuleTitle
{
	background-color: #5D85B6;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
}

.ModuleBackground
{
	background-color: #F7F7F7;

}

.ModuleTitleSub
{
	background-color: #D4D0C8;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
}

.ButtonCommand
{
	background: #abb8cb url(../images/buttons/buttonbg.png) repeat-x top left;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

.TextBox
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	border-color: #ABB8CB;
	border-style: Groove;
	border-width: 1px;
}

.ListSearchExtenderPrompt
{
	font-style:italic;
	color:Gray;
	background-color:white;
}

.ShowHidden 
{
	background:#ffffff;
	height:50px;
	border:groove 1px #999999;
	border-bottom:none;
	border-top:none;
	cursor:hand;
}

.BgShowHidden
{
	background:#ffffff;
	vertical-align:middle;
}
/* 01-########################################################################## */
BODY {
	FONT-SIZE: 12px; MARGIN: auto; WORD-SPACING: 0px; WIDTH: 100%; COLOR: black; LINE-HEIGHT: 20px; FONT-FAMILY: Arial, Helvetica, sans-serif; border-spacing: 0px
}
img{border:0;}
.lbl {
	FONT-WEIGHT: bold; FONT-SIZE: 12px
}
.style1 {color: #FFFFFF}
.cont {
	FLOAT: left; WIDTH: 350px; PADDING-TOP: 5px
}
.boder {
	border: 1px solid #465c9c;
}

.subCont {
	BORDER-TOP: #999 1px solid; WIDTH: 100%
}
#etLocalRail {
	FLOAT: left; WIDTH: 180px
}
.railheader {
	PADDING-RIGHT: 4px; PADDING-LEFT: 4px; FONT-WEIGHT: bold; FONT-SIZE: 12px; PADDING-BOTTOM: 4px; COLOR: #fff; PADDING-TOP: 4px; BACKGROUND-COLOR: #999
}
.contactUsPic {
	MARGIN-TOP: 4px; FLOAT: left; WIDTH: 40px; HEIGHT: 40px
}
.contactUsText {
	MARGIN-TOP: 4px; FLOAT: left; WIDTH: 40px; HEIGHT: 40px
}
.contactUsText {
	WIDTH: 130px
}
.contactUsPic {
	MARGIN-RIGHT: 6px
}
.sideTitle {
	FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: #999
}
.subTitle {
	FONT-WEIGHT: bold; FONT-SIZE: 15px; COLOR: #333
}
.f1 {
	FONT-SIZE: 10px
}
.f2 {
	FONT-SIZE: 12px
}
.raillinktext {
	PADDING-RIGHT: 4px; PADDING-LEFT: 4px; FONT-SIZE: 11px; PADDING-BOTTOM: 4px; PADDING-TOP: 4px; BACKGROUND-COLOR: #fff
}
.disclaimer {
	FONT-SIZE: 10px
}
/* 01.1-###############################################*/
.etSection {
	MARGIN-TOP: 10px; FLOAT: left; MARGIN-BOTTOM: 5px
}
.etSection .lbl {
	FLOAT: left; WIDTH: 71px; MARGIN-RIGHT: 10px; PADDING-TOP: 5px; TEXT-ALIGN: right
}
.etSection .cont {
	FLOAT: left; WIDTH: 483px; PADDING-TOP: 5px
}
.etSection .contNoLine {
	FLOAT: left; WIDTH: 483px; PADDING-TOP: 5px
}
.etSection .cont {
	BORDER-TOP: #999 1px solid
}
.etSection .subCont {
	FLOAT: left; WIDTH: 49%
}
.railheader {
	PADDING-RIGHT: 4px; PADDING-LEFT: 4px; FONT-WEIGHT: bold; FONT-SIZE: 12px; PADDING-BOTTOM: 4px; COLOR: #fff; PADDING-TOP: 4px; BACKGROUND-COLOR: #999
}
lu {
	TEXT-ALIGN: left
}
LI {
	TEXT-ALIGN: left
}
TEXTAREA {
	FONT-SIZE: 11px; FONT-FAMILY: Arial, Helvetica, sans-serif
}
TABLE.textcontent {
	FONT: 11px Arial, Helvetica, sans-serif; COLOR: #000; TEXT-ALIGN: left
}
TD.textcontent {
	FONT: 11px Arial, Helvetica, sans-serif; COLOR: #000; TEXT-ALIGN: left
}
TABLE.menu {
	BORDER-TOP-WIDTH: 0px; PADDING-RIGHT: 0px; PADDING-LEFT: 0px; BORDER-LEFT-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; PADDING-BOTTOM: 0px; WORD-SPACING: 0px; WIDTH: 100%; PADDING-TOP: 0px; BORDER-RIGHT-WIDTH: 0px; border-spacing: 0px;  
}
TABLE.menu1 {
	BORDER-RIGHT: 0px; PADDING-RIGHT: 0px; BORDER-TOP: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; BORDER-LEFT: 0px; PADDING-TOP: 0px; BORDER-BOTTOM: 0px; border-spacing: 0px;  
}
TABLE.normal {
	BORDER-TOP-WIDTH: 0px; PADDING-RIGHT: 3px; PADDING-LEFT: 3px; BORDER-LEFT-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; PADDING-BOTTOM: 0px; WORD-SPACING: 0px; PADDING-TOP: 0px; BORDER-RIGHT-WIDTH: 0px; border-spacing: 0px;  
}
TABLE.normal1 {
	BORDER-TOP-WIDTH: 0px; PADDING-RIGHT: 0px; PADDING-LEFT: 0px; BORDER-LEFT-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; PADDING-BOTTOM: 0px; PADDING-TOP: 0px; BORDER-RIGHT-WIDTH: 0px; border-spacing: 0px;
}
TABLE.maincontent {
	BORDER-TOP-WIDTH: 0px; PADDING-RIGHT: 0px; PADDING-LEFT: 0px; BORDER-LEFT-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; PADDING-BOTTOM: 0px; WIDTH: 627px; PADDING-TOP: 0px; BORDER-RIGHT-WIDTH: 0px; border-spacing: 0px;  
}
TABLE.title {
	BORDER-TOP-WIDTH: 0px; PADDING-RIGHT: 0px; PADDING-LEFT: 0px; FONT-WEIGHT: bold; BORDER-LEFT-WIDTH: 0px; FONT-SIZE: 11px; BORDER-BOTTOM-WIDTH: 0px; PADDING-BOTTOM: 0px; WORD-SPACING: 0px; PADDING-TOP: 0px; BACKGROUND-COLOR: #b5b6c8; TEXT-ALIGN: center; BORDER-RIGHT-WIDTH: 0px; border-spacing: 0px;  
}
TABLE.all_border {
	BORDER-RIGHT: #b5b6c8 1px solid; BORDER-TOP: #b5b6c8 1px solid; BORDER-LEFT: #b5b6c8 1px solid; BORDER-BOTTOM: #b5b6c8 1px solid; BORDER-COLLAPSE: collapse; border-spacing: 0px
}
TD {
	LINE-HEIGHT: 20px
}
TD.title1 {
	FONT-WEIGHT: bold; FONT-SIZE: 13px; COLOR: #ffffff; BACKGROUND-COLOR: #999999; TEXT-ALIGN: center
}
TD.content1 {
	BORDER-RIGHT: #b5b6c8 1px solid; BORDER-TOP: #b5b6c8 1px solid; BORDER-LEFT: #b5b6c8 1px solid; BORDER-BOTTOM: #b5b6c8 1px solid; BORDER-COLLAPSE: collapse; BACKGROUND-COLOR: #dee9ff; TEXT-ALIGN: center; border-spacing: 0px
}
TD.financialContent {
	BORDER-RIGHT: #b5b6c8 0px solid; BORDER-TOP: #b5b6c8 0px solid; BORDER-LEFT: #b5b6c8 0px solid; BORDER-BOTTOM: #b5b6c8 0px solid; BORDER-COLLAPSE: collapse; BACKGROUND-COLOR: #999999; TEXT-ALIGN: center; border-spacing: 0px
}
TD.content {
	LINE-HEIGHT: 17px
}
TD.content_underline {
	BORDER-RIGHT: #b5b6c8 1px solid; BORDER-TOP: #b5b6c8 1px solid; BORDER-LEFT: #b5b6c8 1px solid; LINE-HEIGHT: 17px; BORDER-BOTTOM: #b5b6c8 1px solid; BORDER-COLLAPSE: collapse; border-spacing: 0px
}
/* 01.2 ################################################*/
TD.tab_leve1 {
	FONT-WEIGHT: bold;
	VERTICAL-ALIGN: middle;
	COLOR: #ffffff;
	TEXT-ALIGN: center;
	border-spacing: 0px;
	font-family: Arial, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
}
TD.tab_leve1_selected {
	FONT-WEIGHT: bold;
	VERTICAL-ALIGN: middle;
	COLOR: #283d7a;
	TEXT-ALIGN: center;
	border-spacing: 0px;
	font-family: Arial, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	text-decoration: none;
}
TD.main_content_without_top {
	BORDER-RIGHT: #b5b6c8 1px solid; BORDER-TOP: #b5b6c8 1px; BORDER-LEFT: #b5b6c8 1px solid; BORDER-BOTTOM: #b5b6c8 1px solid; BORDER-COLLAPSE: collapse; border-spacing: 0px
}
TD.main_content_without_left {
	BORDER-RIGHT: #b5b6c8 1px solid; BORDER-TOP: #b5b6c8 1px; BORDER-LEFT: #b5b6c8 1px; BORDER-BOTTOM: #b5b6c8 1px solid; BORDER-COLLAPSE: collapse; border-spacing: 0px
}
TD.main_content_right {
	BORDER-RIGHT: #b5b6c8 1px solid; BORDER-TOP: #b5b6c8 1px; BORDER-LEFT: #b5b6c8 1px; BORDER-BOTTOM: #b5b6c8 1px; BORDER-COLLAPSE: collapse; border-spacing: 2px
}
TD.top {
	BORDER-RIGHT: #b5b6c8 1px; BORDER-TOP: #b5b6c8 1px solid; BORDER-LEFT: #b5b6c8 1px; BORDER-BOTTOM: #b5b6c8 1px; BORDER-COLLAPSE: collapse; border-spacing: 2px
}
TD.top_bottom {
	BORDER-RIGHT: #b5b6c8 1px; BORDER-TOP: #b5b6c8 1px solid; BORDER-LEFT: #b5b6c8 1px; BORDER-BOTTOM: #b5b6c8 1px solid; BORDER-COLLAPSE: collapse; border-spacing: 0px
}
TD.left {
	BORDER-RIGHT: #465c9c 1px; BORDER-TOP: #465c9c 1px; BORDER-LEFT:  1px solid; BORDER-BOTTOM: #465c9c 1px; BORDER-COLLAPSE: collapse; border-spacing: 2px
}
TD.right {
	BORDER-RIGHT:  1px solid; BORDER-TOP: #465c9c 1px; BORDER-LEFT: #465c9c 1px; BORDER-BOTTOM: #465c9c 1px; BORDER-COLLAPSE: collapse; border-spacing: 2px
}
TD.right_bottom {
	BORDER-RIGHT: #b5b6c8 1px solid; BORDER-TOP: #b5b6c8 1px; BORDER-LEFT: #b5b6c8 1px; BORDER-BOTTOM: #b5b6c8 1px solid; BORDER-COLLAPSE: collapse; border-spacing: 2px
}
TD.bottom {
	BORDER-RIGHT: #465c9c 1px; BORDER-TOP: #465c9c 1px; BORDER-LEFT: #465c9c 1px; BORDER-BOTTOM:  1px solid; BORDER-COLLAPSE: collapse; border-spacing: 2px
}
TD.all_border {
	BORDER-RIGHT: #b5b6c8 1px solid; BORDER-TOP: #b5b6c8 1px solid; BORDER-LEFT: #b5b6c8 1px solid; BORDER-BOTTOM: #b5b6c8 1px solid; BORDER-COLLAPSE: collapse; border-spacing: 2px
}
TD.menu_item {
	VERTICAL-ALIGN: top; HEIGHT: 25px
}
TABLE.datagrid {
	BACKGROUND: #dcdcdc
}
TD.datagrid_header1 {
	BACKGROUND: #eeeeee
}
TD.datagrid_header2{
	BACKGROUND: #eeeeee;
    BORDER-RIGHT: 0px solid;
    BORDER-TOP:#dcdcdc 1px  solid;
    BORDER-LEFT:#dcdcdc 1px solid;
    BORDER-BOTTOM: 0px solid;
}
TD.datagrid_header3{
	BACKGROUND: #eeeeee;
    BORDER-RIGHT: #dcdcdc 1px solid;
    BORDER-TOP: #dcdcdc 1px solid;
    BORDER-LEFT: 0px solid;
    BORDER-BOTTOM: 0px solid;
}
TD.datagrid_data1 {
	BACKGROUND: #ffffff
}
TD.datagrid_data2 {
	BACKGROUND: #f4f4f4
}
TD.datagrid_data3 {
	BACKGROUND: #5A709F
}
TD.datagrid_data4 {
	BACKGROUND: #ffffff;
	font-size: 9pt;
	FONT-WEIGHT: Italic;
	FONT-FAMILY: Arial, Helvetica, sans-serif
}
TABLE.datagridprice {
	BACKGROUND: #666666
}
TD.datagridprice_header {
	FONT-SIZE: 11px; BACKGROUND: #999999; COLOR: #ffffff
}
TD.datagridprice_data {
	FONT-SIZE: 17px; BACKGROUND: #efefef
}
TD.datagrid_data_agent {
	font-size: 9pt;BACKGROUND: #ffffff
}
/*01.3########################################*/

DIV.time {
	FONT-SIZE: 10px; LINE-HEIGHT: 10px; TEXT-ALIGN: right
}
DIV.empty {
	LINE-HEIGHT: 5px; TEXT-ALIGN: right
}
DIV.all_border {
	BORDER-RIGHT: #b5b6c8 1px solid; BORDER-TOP: #b5b6c8 1px solid; BORDER-LEFT: #b5b6c8 1px solid; BORDER-BOTTOM: #b5b6c8 1px solid; BORDER-COLLAPSE: collapse; border-spacing: 2px
}
DIV.divScrollNormal {
	MARGIN: 5px 25px 5px 5px; OVERFLOW: auto; HEIGHT: 50px
}
/* Commented by TuanPQ: 14/08/2009. Vi lam mot mau chu cua calendar
B {
	FONT-SIZE: 11px; COLOR: #000033; FONT-FAMILY: Arial, Helvetica, sans-serif
}
*/
.bg_1 {
	background-image: url(../images/commons/bg_01.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #ffffff;
}
.bg_2 {
	/*background-image: url(../images/commons/bg_02.gif);
	background-repeat: repeat-x;
	background-position: bottom;*/
	font-family: Arial, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4B5D67;
	text-decoration: none;
	padding:10px;
}
.bg_3 {
	background-image: url(../images/commons/bg_04.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
/* 02-###########################################################################*/
A {
	FONT-SIZE: 11px; COLOR: #000033; FONT-FAMILY: Arial, Helvetica, sans-serif; TEXT-DECORATION:none;
}
A:hover {
	FONT-SIZE: 11px; COLOR: #FF9900; FONT-FAMILY: Arial, Helvetica, sans-serif; TEXT-DECORATION: none}
A.news {
	FONT-WEIGHT: bold; FONT-SIZE: 11px; COLOR: #003399; FONT-FAMILY: Arial, Helvetica, sans-serif; TEXT-DECORATION: none
}
A.news:hover {
	FONT-WEIGHT: bold; FONT-SIZE: 11px; COLOR: #003399; FONT-FAMILY: Arial, Helvetica, sans-serif; TEXT-DECORATION: underline
}
A.small {
	FONT-SIZE: 10px; COLOR: #000033; FONT-FAMILY: Arial, Helvetica, sans-serif; TEXT-DECORATION: none
}
A.small:hover {
	FONT-SIZE: 10px; COLOR: #FFCC00; FONT-FAMILY: Arial, Helvetica, sans-serif; TEXT-DECORATION: underline
}

A.small_blue {
	FONT-SIZE: 10px; COLOR: #blue; FONT-FAMILY: Arial, Helvetica, sans-serif; TEXT-DECORATION: underline
}
A.small_blue:hover {
	FONT-SIZE: 10px; COLOR: #blue; FONT-FAMILY: Arial, Helvetica, sans-serif; TEXT-DECORATION: underline
}
A.tab_leve1 {
	FONT-WEIGHT: bold; FONT-SIZE: 11px; COLOR: #ffffff; FONT-FAMILY: Arial, Helvetica, sans-serif; TEXT-DECORATION: none
}
A.tab_leve1:hover {
	FONT-WEIGHT: bold; FONT-SIZE: 11px; COLOR: #FFCC00; FONT-FAMILY: Arial, Helvetica, sans-serif; TEXT-DECORATION: none}
A.chartSelected {
	FONT-WEIGHT: bold
}
A.chartUnSelected {
	FONT-WEIGHT: normal
}
/*blue link*/
A.blue {
	FONT-SIZE: 10px; COLOR: blue; FONT-FAMILY: Arial, Helvetica, sans-serif; TEXT-DECORATION: none
}
A.blue:hover {
	FONT-SIZE: 10px; COLOR: #FFCC00; FONT-FAMILY: Arial, Helvetica, sans-serif; TEXT-DECORATION: underline
}
A.red {
	FONT-SIZE: 10px; COLOR: red; FONT-FAMILY: Arial, Helvetica, sans-serif; TEXT-DECORATION: none
}
A.red:hover {
	FONT-SIZE: 10px; COLOR: #FFCC00; FONT-FAMILY: Arial, Helvetica, sans-serif; TEXT-DECORATION: underline
}
A.blueUnderline {
	FONT-SIZE: 11px; COLOR: blue; FONT-FAMILY: Arial, Helvetica, sans-serif; TEXT-DECORATION: underline
}
A.blueUnderline:hover {
	FONT-SIZE: 11px; COLOR: #FFCC00; FONT-FAMILY: Arial, Helvetica, sans-serif; TEXT-DECORATION: none
}

/*blue link*/
.text-blue{
color:blue;
text-decoration:underline;
font-size:11px;
}
.text-blue:hover{
color:blue;
text-decoration:none;
font-size:11px;
}
.bgcontent1 {
	BACKGROUND-COLOR: #f1f2f6
}
.negativePrice {
	COLOR: #EB1C24; TEXT-ALIGN: right
}
.noticeMsg {
	COLOR: #EB1C24; TEXT-ALIGN: left
}
.positivePrice {
	COLOR: #009901; TEXT-ALIGN: right
}
.volume {
	COLOR: #666666; TEXT-ALIGN: right
}
.normalPrice {
	COLOR: #000000; TEXT-ALIGN: right
}
.text_01 {
	font-family: Arial, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #2e468b;
	font-weight: bold;
	text-decoration: none;

}
.text_02 {
	font-family: Arial, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	font-weight: normal;
	text-decoration: none;
	line-height: normal;
	padding-right: 5px;
	margin-right: 5px;
}.title_5 {
	font-family: Arial, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FF5A00;
	text-decoration: none;
	padding-top: 7px;
}
.title_6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #2e468b;
	text-decoration: none;
	padding-top: 3px;
	
}.title_7 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	color: #2e468b;
	text-decoration: none;
	padding-top: 3px;
	
}.text9 {
	FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: #666666
	
}.text10 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003399;
	text-decoration: none;
	font-weight: bold;
	line-height: 15px;

}.text11 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #003399;
	text-decoration: none;
	font-weight: bold;
}
.text_03 {

	font-family: Arial, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	font-weight: normal;
	BACKGROUND-COLOR: #dfdfdf;
	text-decoration: none;
	padding: 3px;
}
TD.right_border {
	BORDER-RIGHT: #b5b6c8 1px solid; 
	BORDER-TOP: #b5b6c8 1px; 
	BORDER-LEFT: #b5b6c8 1px; 
	margin-left:10px;
	padding-left:3px; 
	
}

.invisibleLinkLevel2{
  color: #F3FFFF;
    border: 1px outset; 
    background-color: #ebccd6;  
    padding-left: 15px;
    padding-right:15px; 
    padding-top:1px;    
    height: 20px;   
    font-family:Arial, Helvetica, sans-serif;   
    font-size: 12px;    
    text-align: center;
    font-weight: normal;
    text-decoration: none;
    border-color: #ffffff #ffffff #ffffff #ffffff;
}

.invisibleLink{
  color: #808080;
}

.errorMsg {
	color: red;	
}
	
/* Define font style for */
/*.NB {
	color:#009900;
	font-size: 13px;
	BACKGROUND: #ffffff
}

.NS{
	color:red; 
	font-size: 13px;
	BACKGROUND: #ffffff
}
*/
/* --- new style --- */
.n-block{
	padding-right:3px;
}
.n-title{
	background: url(../images/icons/bull_home.gif) 0px 3px no-repeat;
	border-bottom:#4975BC solid 1px;
	padding-bottom:3px;
	padding-left:10px;
	font-size:11px;	
}
.n-title strong{
	color:#052286;
	text-transform:uppercase;
}
.n-title a{
	color:#374C5D;
	font-size:10px;
}
.n-title a:hover{
	text-decoration:underline;
	font-size:10px;
}

/**/
.n-title_1{
	background: url(../images/icons/bull_home.gif) 0px 3px no-repeat;
	border-bottom:#4975BC solid 1px;
	padding-bottom:3px;
	padding-left:10px;
	font-size:11px;	
}
.n-title_1 strong{
	color:#052286;
	text-transform:uppercase;
}
/**/
.n-news{
	background: url(../images/commons/h_space.gif) bottom repeat-x;
	margin-top:8px;
}
.n-news table td{
	background:url(../images/commons/dot_line.gif) bottom repeat-x;
	padding:5px 0px;
	line-height:normal;
}
.n-news table td.first{
	padding-top:10px;
}
.n-news table td.end{
	background:none;
	padding-bottom:12px;
}
.n-news table div{
	background: url(../images/icons/bullet.gif) 0px 5px no-repeat;
	padding-left:10px;
}
.n-news table td a,
.n-news table td a:visited{
	color:#000;
	font-size:11px;
}
.n-news table td a:hover{
	color:#052286;
}
.n-news table font{
	color:#828282;
	font-size:10px;
}

/* --- new style on Nov 27 --- */
.n-online{
	background-color:#EAEDF0;
}
.n-online th{
	border:#D5D8E1 solid 1px;
	text-align:left;
	font-weight:normal;
	padding:20px 15px 15px 20px;
}
.n-online td.n-bot{
	border-top:#fff solid 1px;
	padding:10px 15px 18px 15px;
}
.n-online td.n-bot p{
	margin:0px;
}

p.n-note img{	
	float:left;
	margin-right:5px;
	margin-top:5px;
}
p.n-note b{	
	color:#184FA2;
	font-size:12px;
}
.n-online table.table1{
	background-color:#fff;
	margin:1.33em 0;
}
.n-online table.table1 th,
.n-online table.table1 td{
	padding:5px 10px;
}
.n-online table.table1 th{
	background-color:#F3F5F9;
	text-align:left;
	font-weight:bold;
	color:#5C5C5C;
}

.n-warning{
	color:#FF0000;
	font-weight:bold;
	background:url(../images/icons/warning.gif) 10px 0px no-repeat;
	padding-left:50px;
	height:26px;
}

.n-box01{
	width:377px;
	vertical-align:top;
	background:#fff url(../images/commons/bg_box01.jpg) bottom no-repeat;
	padding-bottom:7px;
}
.n-box01 div.bg{
	background:url(../images/commons/bg_box01m.gif) repeat-y;
}
.n-box01 div.ntop{
	width:377px;
	background:url(../images/commons/bg_box01t.gif) top no-repeat;
	padding:20px 0px;
}

.n-box02{
	width:348px;
	background: url(../images/commons/bg_box02.gif) bottom no-repeat;
	vertical-align:top;
	padding:9px 20px 24px 34px;
}
.n-box02 a{
	color:#202020;
	font-weight:bold;
	font-size:12px;
}
.n-box02 a:hover{
	color:#202020;
	font-weight:bold;
	font-size:12px;
	text-decoration:underline;
}


.nomal a:hover{
	text-decoration:none;
}


.n-dn{
	background:url(../images/commons/nbg_01.gif) bottom repeat-x;
}

.n-hdr{
	font-size:11px;
	font-family:Arial, Arial, Helvetica, sans-serif;	
	color:#999999;
	/*background:url(../images/icons/bull_list3.gif) 0px 2px no-repeat;
	padding-left:7px;*/
}
.n-hdr-title{
	font-size:16px;
	text-align:center;
	font-weight:bold;
	margin:2.8em 0 2em 0;
}
.n-text{
	margin:0px 25px;
}
.n-text{
	margin:0px 25px;
}

div.nbox-new p.nbtitle{	
	margin-bottom:.5em;
}
div.nbox-new p.nbtitle a,
div.nbox-new p.nblink a{
	background:url(../images/icons/b_ullet.gif) 0px 3px no-repeat;	
	color:#003399;
	padding-left:15px;
	font-size:12px;
	font-weight:bold;
}


div.nbox-new p.nbtitle a:hover,
div.nbox-new p.nblink a:hover{
	font-size:12px;
	text-decoration:underline;
	color:#003399;
}

div.nbox-new p.nblink a{
	background:none;	
	padding-left:0px;
}

div.nbox-new p.nblink{
	margin:0px;
}
div.nbox-new p.nblink span{
	color:#7A7A7A;
}
.nb-small{
	font-size:10px;
}
.nb-pad{
	margin:1.33em 0 2em 0;
}

div.nbox-new p.nbtitle span{
	font-size:10px;
	color:#6D6C6C;
} 

div.nbox-new p.nbtext{
	text-align:justify;
	margin-top:0px;
}

.dot-grey{
	background:url(../images/icons/dot_grey.gif) left repeat-x;
	height:1px;
}

div.nbox-new p.nbtitle2{
	background:url(../images/icons/b_ullet.gif) 0px 5px no-repeat;	
	padding-left:15px;	
	color:#707070;
	font-size:12px;
	font-weight:bold;
	margin:0px;
}

div.n-faqs{
	margin-top:20px;
}
.n-faqs p.ask{
	background:url(../images/icons/icon-faq.gif) 0px 0px no-repeat;
	padding-left:32px;
	color:#003399;
	font-size:12px;
	font-weight:bold;
}
.n-faqs ul{
	margin-top:0px;
	margin-bottom:0px;
}
.ques{
	background:url(../images/icons/icon_a.gif) 8px 3px no-repeat;
	color:#333333;
	padding-left:32px;
}
.line-faq{
	background:url(../images/icons/line_faq.gif) left center no-repeat;
	height:5px;
}

.n-guideline{

}

.n-guideline p.n-ol{
	color:#184FA2;
	font-size:13px;
	font-weight:bold;
	padding-left:14px;
	background: url(../images/icons/bull_home.gif) 0px 3px no-repeat;
	text-transform:uppercase;
}

.n-warning2{
	color:#009900;
	font-weight:bold;
}
.n-warning3{
	color: #FF0000;
	font-weight:bold;
	background:url(../images/icons/warning.gif) 0px 0px no-repeat;
	padding-left:30px;
}

.n-t1{
	font-size:14px;
	font-weight:bold;
}

p.n-large{
	font-size:18px;
	color:#003399;
	background:url(../images/commons/bg_nlarge.gif) left top no-repeat;
	padding:5px 0px 5px 6px;
	margin-top:25px;
}

table.n-large{
	background:url(../images/commons/bg_nlarge2.gif) left top no-repeat;
	margin-top:15px;
	margin-bottom:10px;	
}

table.n-large td{
	padding-top:5px;
}

table.n-large table{
	background:url(../images/commons/bg_nlarge2.gif) left bottom no-repeat;	
}

table.n-large table td{
	padding:0px 0px 5px 6px;
	font-size:18px;
	color:#003399;
}
.data00Row
{
	PADDING-LEFT: 3px;
    FONT-WEIGHT: normal;
    FONT-SIZE: 11px;
    COLOR: #000000;
    LINE-HEIGHT: 15px;
    FONT-FAMILY: Arial,Arial,sans-serif;
    BACKGROUND-COLOR: #eaeaea
}

<!--CSS FOR PORTLET-->

.clear{
	clear:both;
	margin:0;
}
.l-eft{
	float:left;
}
.r-ight{
	float:right;
}

.c-enter{
	float:center;
}
.n-rightside{
	width:198px;
	vertical-align:top;
}

.pre_order input, 
.pre_order select, 
.pre_order textarea{
	border:#7F9DB9 solid 1px;
}

.pre_order input, 
.pre_order textarea{
	padding-left:4px;
}

.pre_order input.btn{
	border:none;
	padding-left:0;
}

.pre_order label.acc{
	display:block;
	float:left;
	margin:0;
	margin-right:5px;
}

.pre_order label span{
	font-weight:normal;
}

.pre_order label{
       font-size:11px;
       font-weight:bold;
}

.w-input{
	width:87px;
}

.n-online th{
	padding-top:15px;
	padding-bottom:0px;
}

.pad-online{
	padding:5px 10px;
}

.tb-od td,
.tb-od th{
	text-align:center;
	padding:0px 5px;
	font-size:11px;
}

.tb-od th{
	font-weight:bold;
}

.tb-color{
	background-color:#EAEDF0;
}

.pre-tab{
}
.pre-tab p{
	margin:0;
}
.pre-tab,
.pre-tab td,
.pre-tab th{
	font-size:11px;
}
.pre-tab .o-tab a{
	display:block;
	float:left;
	background:url(../images/commons/pre_tab.gif) 0 0 no-repeat;
	padding-left:8px;
	font-size:11px;
	margin:0 2px;
}
.pre-tab .o-tab a b{
	display:block;
	float:left;
	background:url(../images/commons/pre_tab.gif) 100% 0 no-repeat;
	padding-right:8px;
	line-height:20px;
	font-size:11px;
	cursor:pointer;
}
.pre-tab .o-tab a:hover,
.pre-tab .o-tab a.select{
	background:url(../images/commons/pre_tab_se.gif) 0 0 no-repeat;
}
.pre-tab .o-tab a:hover b,
.pre-tab .o-tab a.select b{
	background:url(../images/commons/pre_tab_se.gif) 100% 0 no-repeat;
}

.t-able2{
	margin:5px 2px;
	width:192px;
}

.t-able2 th,
.t-able2 td{
	padding:4px 5px;
	text-align:right;
	line-height:normal;
}

.t-able2 th{
	text-align:left;
}
.t-able2 th span{
	font-weight:normal;
}
.t-able2 td span{
	color:#009901;
	font-weight:bold;
}
.t-able2 span.ban{
	color:#ff0000;
}

.t-able2 .color{
	background-color:#EAEDF0;
}

.s-tream{
	text-align:center;
	border:#B5B6C8 solid 1px;
	border-width:1px 0px;
	margin:0px 5px;
	background-color:#D6DBE1;
}

.s-tream a{
	color:#2252A6;
	text-decoration:underline;
}

.s-tream a:hover{
	text-decoration:none;
}
.rfresh{
	background:url(../images/commons/refresh.gif) 0 4px no-repeat;
	padding-left:16px;
}

.n-note2{
	color:#FF0000;
	/*font-weight:bold;*/
	background:url(../images/icons/flag_warn.gif) 0px 0px no-repeat;
	padding-left:35px;
	height:26px;
}

.n-account{
	background:url(../images/icons/account.gif) 0 0 no-repeat;
	padding-left:40px;
}

.t-able3 th,
.t-able3 td{
	padding:2px 7px;
	vertical-align:top;
}

.t-able3 th{
	font-weight:bold;
	padding-top:4px;
	padding-bottom:4px;
	background:#F4F4F6 url(../images/commons/bg_table3.gif) top repeat-x;
	color:#293761;
}

.t-able3 td{
}

.m-ua{
	color:#009901;
}

.b-an{
	color:#ff0000;
}

.NB{
	color:#009901;
}

.NS{
	color:#ff0000;
}

.t-otal{
	border:#B5B6C8 solid 1px;
	border-width:1px 0px;
	margin:2px 0px;
	font-weight:bold;
}
.t-otal_1{
	border:#B5B6C8 solid 1px;
	border-width:0px 0px 1px 0px;
	margin:0px 0px;
	font-weight:bold;
}

.t-able4 td,
.t-able4 th{
	padding:0px 5px;
}

.t-able4 th{
	font-weight:bold;
	text-align:center;
	background-color:#EAEDF0;
}

.t-able4 td{
	text-align:right;
	padding:2px 5px;
}

.t-able4 td.aleft{
	text-align:left;
}

.t-able4 span{
	color:#EB1C24;
}

.t4-color{
	background-color:#F3F5F6;
}

.bg2{
	background:url(../images/commons/change_pass_t.gif) top no-repeat;
}
.ntop2{
	background:url(../images/commons/change_pass_b.gif) bottom no-repeat;
}

.log-out {
	color:#999999;	
}
.log-out:hover {
	color:#999999;	
	text-decoration:underline;
}
.t-able5 td{
	text-align:right;
	padding:5px 0px;
	padding-right:10px;
}
.h2-line{
	border-bottom:#D5D8E1 solid 1px;
}

.t-able6 td,
.t-able6 th{
	padding:0px 5px;
	font-size:11px;
}

.t-able6 th.color{
	background-color:#D7E3FD;
}

.t-able6 td{
	line-height:normal;
	padding:2px 5px;
}

.t-able6 span{
	color:#EB1C24;
}

.t6-color td{
	background-color:#EAEDF0;
	text-align:center;
}

.download{
	display:block;
	background:url(../images/icons/download.gif) left center no-repeat;
	padding-left:20px;
	text-decoration:underline;
	height:19px;
}

.download:hover{
	color:#46B845;
}

.t-header{
	text-align:center;
	font-size:18px;
	font-weight:bold;
	color:#293761;
}

.link-mn a{
	font-size:12px;
	color:#000;
	padding-left:15px;
	padding-right:10px;
	background:url(../images/icons/arr_mn.gif) 100% 6px no-repeat;
}

.link-mn a:hover{
	font-size:12px;
	color:#000000;
	text-decoration:underline;
}


.link-by{
	font-size:11px;
}

.link-by span{
	font-weight:bold;
	background:url(../images/icons/dot_linkby.gif) 0 4px no-repeat;
	padding-left:10px;
}


.link-industry b{
	display:block;
	background:url(../images/icons/bull_title.gif) 0 4px no-repeat;
	color:#2e468b;
	font-size:13px;
	padding-left:15px;
	margin-top:15px;
}

.link-industry a{
	display:block;
	text-decoration:underline;
	line-height:normal;
	padding:2px 0px;
	margin-left:25px;
}

.t-able7{
	border:#B5B6C8 solid 1px;
	margin-bottom:10px;
}

.t-able7 td,
.t-able7 th{
	padding:5px;
	font-size:12px;	
	font-weight:bold;
	border-right:#D5D8E1 solid 1px;
	border-bottom:#D5D8E1 solid 1px;
}

.t-able7 th{
	border-right:none;
	text-align:right;
}

.t-able7 th.color{
	background-color:#D6DBE1;
	font-size:15px;
	text-align:left;
}

.t-able7 span{
	font-weight:normal;
	padding-right:20px;
}

.stock-screener input,
.stock-screener label,
.stock-screener select,
.stock-screener textarea{
	font-size:10px;
	font-weight:normal;
	margin:2px 0px;
}

.stock-screener input,
.stock-screener select,
.stock-screener textarea{
	border:#7F9DB9 solid 1px;
	padding-left:3px;
}

.stock-screener input.s-btn{
	cursor:pointer;
	background:url(../images/buttons/s_btn.gif) bottom repeat-x;
	border:#B5B6C8 solid 1px;
}

.stock-w{
	width:82px;
}

.stock-w2{
	width:150px;
}

.stock-w3{
	width:40px;
}

.s-re td{
	padding:5px;
}

.s-re td td{
	padding:0px;
}
.s-re-color{
	background-color:#EAEDF0;
	color:#293761;
}

.b-link{
	font-size:11px;
	margin:5px 0;
	border-top:#D5D8E1 solid 1px;
}

.t-able8{
	margin-bottom:5px;
}

.t-able8 td,
.t-able8 th{
	padding:3px 7px;
	font-size:12px;	
	line-height:normal;
}

.t-able8 th{
	text-align:left;
	background-color:#D6DBE1;
	padding:7px;
}
.t-able8 a{
	color:#2154A7;
	text-decoration:underline;
}
.t-able8 a:hover{
	color:#2154A7;
	text-decoration:none;
}    

.t-able8 th,
.t-able8 th a{
	font-size:12px;
	color:#293761;
}  

.t-able8 td{
	text-align:right;
}

.t-able8 td.t8-al{
	text-align:left;
}

.t-able8 span.m-ua{
	padding-left:10px;
	background:url(../images/icons/bt_ups.gif) 0 4px no-repeat;
}

.t-able8 span.b-an{
	padding-left:10px;
	background:url(../images/icons/bt_downs.gif) 0 5px no-repeat;
}


.frm-01 input, 
.frm-01 select, 
.frm-01 textarea{
	border:#7F9DB9 solid 1px;
}

.frm-01 input, 
.frm-01 textarea{
	padding-left:4px;
}

.frm-01 input.f-btn{
	border:none;
	cursor:pointer;
	background:url(../images/buttons/s_btn.gif) bottom repeat-x;
	border:#B5B6C8 solid 1px;
	_padding:0px 4px;
}

.frm-01 label{
	font-size:11px;
}

.t8-tit{
	color:#293761;
	font-weight:bold;
	font-size:15px;
	margin:25px 0 0 0;
	background: url(../images/icons/bull_learn.gif) 0 0 no-repeat;
	padding:2px 0;
	padding-left:25px;
}

.t8-tit2{
	font-weight:bold;
	color:#293761;
	background: url(../images/icons/bullmenu.gif) 0 5px no-repeat;
	padding-left:12px;
}

.t8-tit3{
	font-weight:bold;
	color:#293761;
	font-size:13px;
}

.block01{
	margin-left:15px;
}

.block01 a{
	text-decoration:underline;
}

.block02{
	margin-left:50px;
	color:#1F52A5;
}

.block02 p{
	margin:0px;
	background:url(../images/icons/arr.gif) 0 7px no-repeat;
	padding-left:10px;
}

.sa-leftside{
	vertical-align:top;
	width:190px;
}

.order td{
	font-size:11px;
}

.stock-alert{
}

.stk-alert th,
.stk-alert td{
	text-align:left;
	padding:5px;
	line-height:normal;
}
.stk-alert th{
	background-color:#D6DBE1;
	font-weight:bold;
}
.stk-alert-color{
	background-color:#EAEDF0;
}

.w-acc{
	border:#B5B6C8 solid 1px;
}
.w-acc th{
	text-align:right;
	font-weight:bold;
	border:none;
	padding:0px;
	vertical-align:top;
}
.h-trans{
	background:url(../images/icons/help.gif) 0px 0px no-repeat;
	padding-left:18px;
}
/* --- new update, March 20, 2008 --- */

.s-button td.mid{
	text-align:center;
	background:url(../images/buttons/btn_mid.gif) repeat-x;
}
.s-button td.mid,
.s-button td.mid a,
.s-button td.mid a:visited{
	color:#fff;
	font-family:Arial, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	white-space:nowrap;
}
.s-button td.mid a,
.s-button td.mid a:visited{
	display:block;
	height:23px;
	padding:0px 10px;
	padding-top:2px;
}
.s-button td.mid a:hover{
	color:#fff;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}
.color{
	background-color:#EAEDF0;
}
.cf td,
.cf th{
	padding:2px 10px;
}
.n-note3{
	color:#000;
	/*font-weight:bold;*/
	background:url(../images/icons/flag_warn.gif) 0px 0px no-repeat;
	padding-left:35px;
	height:26px;
}
.link-industry b{
	display:block;
	background:url(../images/icons/bull_title.gif) 0 4px no-repeat;
	color:#2e468b;
	font-size:13px;
	padding-left:15px;
	margin-top:15px;
}

.link-industry a{
	display:block;
	text-decoration:underline;
	line-height:normal;
	padding:2px 0px;
	margin-left:25px;
}
A.industry {
	FONT-WEIGHT: bold; FONT-SIZE: 11px; FONT-FAMILY: Arial, Helvetica, sans-serif; TEXT-DECORATION: underline
}
A.industry:hover {
	FONT-WEIGHT: bold; FONT-SIZE: 11px; COLOR: #003399; FONT-FAMILY: Arial, Helvetica, sans-serif; TEXT-DECORATION: underline
}

.t15-tit{
	background:#3A517A url(../images/commons/quicktransfer.gif) right no-repeat;
}
.t15-tit p{
	color:#fff;
	font-weight:bold;
	font-size:14px;
	margin:0;
	background: url(../images/commons/quicktransfer_i.gif) 0px 0px no-repeat;
	padding-left:60px;
	line-height:43px;
	text-transform:uppercase;
}

.t16-tit{
	color:#293761;
	font-weight:bold;
	font-size:15px;
	margin-top:17px;
	background: url(../images/icons/bull_learn.gif) 0 0 no-repeat;
	padding:2px 0;
	padding-left:25px;
}
.t17-tit{
	color:#293761;
	font-size:18px;
	font-weight:bold;
	margin:0;
	text-transform:uppercase;
}


/* Start new css for interim 2*/

.clear{
	clear:both;
	margin:0;
}
.l-eft{
	float:left;
}
.r-ight{
	float:right;
}


.n-rightside{
	width:198px;
	vertical-align:top;
}

.pre_order input, 
.pre_order select, 
.pre_order textarea{
	border:#7F9DB9 solid 1px;
}

.pre_order input, 
.pre_order textarea{
	padding-left:4px;
}

.pre_order input.btn{
	border:none;
	padding-left:0;
}

.pre_order label{
	font-size:11px;
	font-weight:bold;
}

.pre_order label.acc{
	display:block;
	float:left;
	margin:0;
	margin-right:5px;
}

.pre_order label span{
	font-weight:normal;
}

.w-input{
	width:87px;
}

.n-online th{
	padding-top:15px;
	padding-bottom:0px;
}

.pad-online{
	padding:5px 10px;
}

.tb-od td,
.tb-od th{
	text-align:center;
	padding:0px 5px;
	font-size:11px;
}

.tb-od th{
	font-weight:bold;
}

.tb-color{
	background-color:#EAEDF0;
}

.pre-tab{
}
.pre-tab p{
	margin:0;
}
.pre-tab,
.pre-tab td,
.pre-tab th{
	font-size:11px;
}
.pre-tab .o-tab a{
	display:block;
	float:left;
	background:url(../images/commons/pre_tab.gif) 0 0 no-repeat;
	padding-left:8px;
	font-size:11px;
	margin:0 2px;
}
.pre-tab .o-tab a b{
	display:block;
	float:left;
	background:url(../images/commons/pre_tab.gif) 100% 0 no-repeat;
	padding-right:8px;
	line-height:20px;
	font-size:11px;
	cursor:pointer;
}
.pre-tab .o-tab a:hover,
.pre-tab .o-tab a.select{
	background:url(../images/commons/pre_tab_se.gif) 0 0 no-repeat;
}
.pre-tab .o-tab a:hover b,
.pre-tab .o-tab a.select b{
	background:url(../images/commons/pre_tab_se.gif) 100% 0 no-repeat;
}

.t-able2{
	margin:5px 2px;
	width:192px;
}

.t-able2 th,
.t-able2 td{
	padding:4px 5px;
	text-align:right;
	line-height:normal;
}

.t-able2 th{
	text-align:left;
}
.t-able2 th span{
	font-weight:normal;
}
.t-able2 td span{
	color:#009901;
	font-weight:bold;
}
.t-able2 span.ban{
	color:#ff0000;
}

.t-able2 .color{
	background-color:#EAEDF0;
}

.s-tream{
	text-align:center;
	border:#B5B6C8 solid 1px;
	border-width:1px 0px;
	margin:0px 5px;
	background-color:#D6DBE1;
}

.s-tream a{
	color:#2252A6;
	text-decoration:underline;
}

.s-tream a:hover{
	text-decoration:none;
}
.rfresh{
	background:url(../images/commons/refresh.gif) 0 4px no-repeat;
	padding-left:16px;
}

.n-note2{
	color:#FF0000;
	/*font-weight:bold;*/
	background:url(../images/icons/flag_warn.gif) 0px 0px no-repeat;
	padding-left:35px;
	height:26px;
}

.n-account{
	background:url(../images/icons/account.gif) 0 0 no-repeat;
	padding-left:40px;
}

.t-able3 th,
.t-able3 td{
	padding:2px 7px;
	vertical-align:top;
}

.t-able3 th{
	font-weight:bold;
	padding-top:4px;
	padding-bottom:4px;
	background:#F4F4F6 url(../images/commons/bg_table3.gif) top repeat-x;
	color:#293761;
}

.t-able3 td{
}

.m-ua{
	color:#009901;
}

.b-an{
	color:#ff0000;
}

.t-otal{
	border:#B5B6C8 solid 1px;
	border-width:1px 0px;
	margin:2px 0px;
	font-weight:bold;
}

.t-able4 td,
.t-able4 th{
	padding:0px 5px;
}

.t-able4 th{
	font-weight:bold;
	text-align:center;
	background-color:#EAEDF0;
}

.t-able4 td{
	text-align:right;
	padding:2px 5px;
}

.t-able4 td.aleft{
	text-align:left;
}

.t-able4 span{
	color:#EB1C24;
}

.t4-color{
	background-color:#F3F5F6;
}

.log-out {
	color:#999999;	
}
.log-out:hover {
	color:#999999;	
	text-decoration:underline;
}
.t-able5 td{
	text-align:right;
	padding:5px 0px;
	padding-right:10px;
}
.h2-line{
	border-bottom:#D5D8E1 solid 1px;
}

.t-able6 td,
.t-able6 th{
	padding:0px 5px;
	font-size:11px;
}

.t-able6 th.color{
	background-color:#D7E3FD;
}

.t-able6 td{
	line-height:normal;
	padding:2px 5px;
}

.t-able6 span{
	color:#EB1C24;
}

.t6-color td{
	background-color:#EAEDF0;
	text-align:center;
}

.download{
	display:block;
	background:url(../images/icons/download.gif) left center no-repeat;
	padding-left:20px;
	text-decoration:underline;
	height:19px;
}

.download:hover{
	color:#46B845;
}

.t-header{
	text-align:center;
	font-size:18px;
	font-weight:bold;
	color:#293761;
}

.link-mn a{
	font-size:12px;
	color:#000;
	padding-left:15px;
	padding-right:10px;
	background:url(../images/icons/arr_mn.gif) 100% 6px no-repeat;
}

.link-mn a:hover{
	font-size:12px;
	color:#000000;
	text-decoration:underline;
}

.link-by{
	font-size:11px;
}

.link-by span{
	font-weight:bold;
	background:url(../images/icons/dot_linkby.gif) 0 4px no-repeat;
	padding-left:10px;
}


.link-industry b{
	display:block;
	background:url(../images/icons/bull_title.gif) 0 4px no-repeat;
	color:#2e468b;
	font-size:13px;
	padding-left:15px;
	margin-top:15px;
}

.link-industry a{
	display:block;
	text-decoration:underline;
	line-height:normal;
	padding:2px 0px;
	margin-left:25px;
}

.t-able7{
	border:#B5B6C8 solid 1px;
	margin-bottom:10px;
}

.t-able7 td,
.t-able7 th{
	padding:5px;
	font-size:12px;	
	font-weight:bold;
	border-right:#D5D8E1 solid 1px;
	border-bottom:#D5D8E1 solid 1px;
}

.t-able7 th{
	border-right:none;
	text-align:right;
}

.t-able7 th.color{
	background-color:#D6DBE1;
	font-size:15px;
	text-align:left;
}

.t-able7 span{
	font-weight:normal;
	padding-right:20px;
}

.stock-screener input,
.stock-screener label,
.stock-screener select,
.stock-screener textarea{
	font-size:10px;
	font-weight:normal;
	margin:2px 0px;
}

.stock-screener input,
.stock-screener select,
.stock-screener textarea{
	border:#7F9DB9 solid 1px;
	padding-left:3px;
}
.stock-screener input.s-btn{
	cursor:pointer;
	background:url(../images/buttons/s_btn.gif) bottom repeat-x;
	border:#B5B6C8 solid 1px;
}

.stock-w{
	width:82px;
}

.stock-w2{
	width:150px;
}

.stock-w3{
	width:40px;
}

.s-re td{
	padding:5px;
}

.s-re td td{
	padding:0px;
}
.s-re-color{
	background-color:#EAEDF0;
	color:#293761;
}

.b-link{
	font-size:11px;
	margin:5px 0;
	border-top:#D5D8E1 solid 1px;
}

.t-able8{
	margin-bottom:5px;
}

.t-able8 td,
.t-able8 th{
	padding:3px 7px;
	font-size:12px;	
	line-height:normal;
}

.t-able8 th{
	text-align:left;
	background-color:#D6DBE1;
	padding:7px;
}
.t-able8 a{
	color:#2154A7;
	text-decoration:underline;
}
.t-able8 a:hover{
	color:#2154A7;
	text-decoration:none;
}    

.t-able8 th,
.t-able8 th a{
	font-size:12px;
	color:#293761;
}  

.t-able8 td{
	text-align:right;
}

.t-able8 td.t8-al{
	text-align:left;
}

.t-able8 span.m-ua{
	padding-left:10px;
	background:url(../images/icons/bt_ups.gif) 0 4px no-repeat;
}

.t-able8 span.b-an{
	padding-left:10px;
	background:url(../images/icons/bt_downs.gif) 0 5px no-repeat;
}


.frm-01 input, 
.frm-01 select, 
.frm-01 textarea{
	border:#7F9DB9 solid 1px;
}

.frm-01 input, 
.frm-01 textarea{
	padding-left:4px;
}

.frm-01 input.f-btn{
	border:none;
	cursor:pointer;
	background:url(../images/buttons/s_btn.gif) bottom repeat-x;
	border:#B5B6C8 solid 1px;
	_padding:0px 4px;
}

.frm-01 label{
	font-size:11px;
}

.t8-tit{
	color:#293761;
	font-weight:bold;
	font-size:15px;
	margin:25px 0 0 0;
	background: url(../images/icons/bull_learn.gif) 0 0 no-repeat;
	padding:2px 0;
	padding-left:25px;
}

.t8-tit2{
	font-weight:bold;
	color:#293761;
	background: url(../images/icons/bullmenu.gif) 0 5px no-repeat;
	padding-left:12px;
}

.t8-tit3{
	font-weight:bold;
	color:#293761;
	font-size:13px;
}

.block01{
	margin-left:15px;
}

.block01 a{
	text-decoration:underline;
}

.block02{
	margin-left:50px;
	color:#1F52A5;
}

.block02 p{
	margin:0px;
	background:url(../images/icons/arr.gif) 0 7px no-repeat;
	padding-left:10px;
}

.sa-leftside{
	vertical-align:top;
	width:190px;
}

.stk-alert th{
	background-color:#D6DBE1;
	font-weight:bold;
}
.stk-alert th,
.stk-alert td{
	text-align:left;
	padding:5px;
	line-height:normal;
}
.stk-alert td{
	font-weight:normal;
}
.stk-alert-color{
	background-color:#EAEDF0;
}
.stk2{
	padding:0;
}

/* --- new update, March 16, 2008 --- */
.h-trans,
.m-link,
.m-link2,
.sym-look{
	color:#2252A6;
	text-decoration:underline;
}
.sym-look{
	float:left;
	background:url(../images/icons/sym.gif) 0px 4px no-repeat;
	padding-left:20px; 
	font-size:10px;
}
.h-trans:hover,
.m-link:hover,
.m-link2:hover,
.sym-look:hover{
	color:#2252A6;
	text-decoration:none;
}
.sym-look:hover{
	font-size:10px;
}
.m-link2{ 
	font-size:12px;
}
.m-link2:hover{
	font-size:12px;
}

.q-form{
	margin:5px 2px 0px 2px;
	padding-bottom:5px;
	border-bottom:#B5B6C8 solid 1px;
}
.q-form input.textFiled,
.q-form select{
	border:#7F9DB9 solid 1px;
}
.q-form select{
	margin-top:2px;
	width:192px;
}
.q-form input.textFiled{
	padding-left:3px;
	width:129px;
	_width:133px;
}
.s-btn{
	cursor:pointer;
	background:url(../images/buttons/s_btn.gif) bottom repeat-x;
	border:#B5B6C8 solid 1px;
}

.po{
	margin:0;
	width:100%;
}
.po th{
	text-align:center;
}
.po td{
	text-align:left;
	padding-left:25px;
}

.po-form{
	background-color:#EAEDF0;
	padding:5px 2px 0px 2px;
	margin:0;
}
.po-form select{
	width:192px;
	border:#7F9DB9 solid 1px;
}

.w-acc{
	border:#B5B6C8 solid 1px;
}

.w-acc th{
	text-align:right;
	font-weight:bold;
	border:none;
	padding:0px;
	vertical-align:top;
}

.h-trans{
	background:url(../images/icons/help.gif) 0px 0px no-repeat;
	padding-left:18px;
}

.color{
	background-color:#EAEDF0;
}

.cf td,
.cf th{
	padding:2px 10px;
}

.n-note3{
	color:#000;
	/*font-weight:bold;*/
	background:url(../images/icons/flag_warn.gif) 0px 0px no-repeat;
	padding-left:35px;
	height:26px;
}

.t-able4 th{
	line-height:16px;
	padding-top:2px;
	padding-bottom:2px;
}

.t-able4 th.aleft{
	text-align:left;
}

.t-able4 th.aright{
	text-align:right;
}

.plus{
	background:url(../images/icons/i_expand_eng.gif) 0 0 no-repeat;
	padding-left:15px;
}

.bg2{
	background:url(../images/commons/change_pass_t.gif) top no-repeat;
}
.ntop2{
	background:url(../images/commons/change_pass_b.gif) bottom no-repeat;
}

.v-oder td{
	vertical-align:top;
	padding-left:10px;
}

.order td{
	font-size:11px;
}
.stk-alert td{
	font-size:11px;
}
.stk-alert input{	
	border:none;
}
.stk-alert input.inputText,
.stk-alert select{
	border:#7F9DB9 solid 1px;
}
.stk-alert span,
.stk-alert a{
	color:#2252A6;
}
.stk-alert a{
	text-decoration:underline;
}
.stk-alert a:hover{
	color:#2252A6;
	text-decoration:none;
}
.stk-alert{
	border:#B5B6C8 solid 1px;
}
.stk-alert input.s-btn{
	cursor:pointer;
	background:url(../images/buttons/s_btn.gif) bottom repeat-x;
	border:#B5B6C8 solid 1px;
}
.w-stk{
	width:40px;
}
.stk2 td{
	padding:2px 0;
}

.nomal a{
	text-decoration:none;
}

.create-a{
	margin-bottom:0;
	margin-bottom:10px;
}
.create-a a{
	font-size:12px;
	text-decoration:underline;
	font-weight:bold;
}
.create-a a:hover{
	font-size:12px;
	text-decoration:none;
}

.option{
	margin:0 0 5px 0;
}
.option a{
	display:block;
	float:left;
	color:#293761;
	font-weight:bold;
	font-size:15px;
	margin:0 40px 0 0;
	background: url(../images/icons/bull_learn.gif) 0 0 no-repeat;
	padding:2px 0;
	padding-left:25px;
}
.option a:hover{
	color:#FE9A17;
	font-weight:bold;
	font-size:15px;
}

/* --- new update, March 17, 2008 --- */
.t10-tit{
	background:#3A517A url(../images/commons/quicktransfer.gif) right no-repeat;
}
.t10-tit p{
	color:#fff;
	font-weight:bold;
	font-size:15px;
	margin:0;
	background: url(../images/commons/quicktransfer_i.gif) 0px 0px no-repeat;
	padding-left:60px;
	line-height:43px;
	text-transform:uppercase;
}

/* --- new update, March 20, 2008 --- */

.s-button td.mid{
	text-align:center;
	background:url(../images/buttons/btn_mid.gif) repeat-x;
}
.s-button td.mid,
.s-button td.mid a,
.s-button td.mid a:visited{
	color:#fff;
	font-family:Arial, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	white-space:nowrap;
}
.s-button td.mid a,
.s-button td.mid a:visited{
	display:block;
	height:23px;
	padding:0px 10px;
	padding-top:2px;
}
.s-button td.mid a:hover{
	color:#fff;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}

/* --- new update - Prototype 3 style - April 12, 2008 --- */
.s-button td.mid2{
	text-align:center;
	background:url(../images/buttons/btn_mid2.gif) repeat-x;
}
.s-button td.mid2,
.s-button td.mid2 a,
.s-button td.mid2 a:visited{
	color:#fff;
	font-family:Arial, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	white-space:nowrap;
}
.s-button td.mid2 a,
.s-button td.mid2 a:visited{
	display:block;
	padding:0px;
	text-decoration:none;
}
.s-button td.mid2 a:hover{
	color:#fff;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
}

.t-able9 th,
.t-able9 td{
	padding:4px 7px;
	text-align:center;
}

.t-able9 th{
	font-weight:bold;
	padding-top:4px;
	padding-bottom:4px;
	background:#F6F6F7 url(../images/commons/bg_table9.gif) top repeat-x;
	color:#293761;
}
.t-able9 table td{
	padding:0px;
}
.t-able9 th.tit p{
	margin:0;
	text-align:left;
	background:url(../images/icons/logo_s.gif) 0px 6px no-repeat;
	color:#293761;
	text-transform:uppercase;
	font-size:14px;
	padding:5px 0px;
	padding-left:20px;
}
.t-able9 td.a-left{
	text-align:left;
	vertical-align:top;
}
.t-able9 td a{
	font-size:11px;
	font-weight:bold;
	display:block;
	background:url(../images/icons/chart_t.gif) 0px 0px no-repeat;
	padding-left:20px;
}
.t-able9 td a:hover{
	font-size:11px;
	font-weight:bold;
}
.t-able9 table td a{
	font-size:11px;
	font-weight:normal;
	background:none;
	padding:0px;
}
.t-able9 table td a:hover{
	font-size:11px;
	font-weight:normal;
}
.t-able9 table td a.st-btn{
	cursor:pointer;
	background:url(../images/buttons/s_btn.gif) bottom repeat-x;
	border:#B5B6C8 solid 1px;
	display:block;
	font-weight:normal;
	padding:0px 10px;
	line-height:17px;
}
.t-able9 table td a.st-btn:hover{
	color:#000033;
}


.t-able10 td,
.t-able10 th{
	padding:0px 10px;
	text-align:left;
}

.t-able10 th{
	font-weight:bold;
	background-color:#EAEDF0;
}

.t-able10 td{
	padding:2px 10px;
}

.t-able10 span{
	color:#666666;
	font-size:10px;
}
.clip-b{
	background:url(../images/icons/clip.gif) 0px 3px no-repeat;
	padding-left:12px;
	display:block;
}

.s-search{
	margin:0;
}
.s-search input{
	border:none;
}
.s-search input.i-text{
	border:#7F9DB9 solid 1px;
	padding-left:5px;
	width:350px;
	height:18px;
}
.s-search label{
	font-size:11px;
}

.s-tit{
	/*background:url(../images/icons/s-search.gif) 0px 0px no-repeat;*/
	padding-left:10px;
	font-weight:bold;
	color:#293761;
}

.cont-act{
	border:#B5B6C8 solid 1px;
}
.cont-act th{
	color:#003399;
	border-bottom:#B5B6C8 solid 1px;
	/*background-color:#D6DBE1;*/
	font-size:15px;
	padding:5px 0px;
}
.cont-act td{
	padding:0 10px;
}
.cont-act p{
	font-weight:bold;
	_margin:10px 0px;
}
.cont-act p.mail,
.cont-act p.phone,
.cont-act p.add{
	background:url(../images/icons/mailbox.gif) 0 5px no-repeat;
	padding:5px 0px;
	padding-left:30px;
}
.cont-act p.phone{
	background:url(../images/icons/phone.gif) 0 5px no-repeat;
}
.cont-act p.add{
	background:url(../images/icons/add.gif) 0 5px no-repeat;
}
.cont-act a{
	font-size:12px;
}
.cont-act a:hover{
	font-size:12px;
}

.tab-table{
	border:#B5B6C8 solid 1px;
}
.tab-table th{
	border-bottom:#B5B6C8 solid 1px;
	background:#e1e4eb url(../images/commons/tab_table_th.gif) top repeat-x;
	text-align:left;
}
.tab-table th p.faq,
.tab-table th p.qly,
.tab-table th p.gdich,
.tab-table th p.dload,
.tab-table th p.ptich{
	background:url(../images/icons/tab_faqs.gif) 9px 2px no-repeat;
	margin:0;
	padding:2px 0;
	padding-left:34px;
}
.tab-table th p.qly{
	background:url(../images/icons/tab_qly.gif) 9px 2px no-repeat;
	padding-left:45px;
}
.tab-table th p.gdich{
	background:url(../images/icons/tab_gd.gif) 9px 2px no-repeat;
}
.tab-table th p.dload{
	background:url(../images/icons/tab_do.gif) 9px 2px no-repeat;
}
.tab-table th p.ptich{
	background:url(../images/icons/tab_pt.gif) 9px 1px no-repeat;
}
.tab-table td{
	padding:10px 10px 10px 15px;
}
.tab-table a{
	display:block;
	background:url(../images/commons/mn_bull.gif) 0 8px no-repeat;
	padding-left:12px;
}

.v-top td{
	vertical-align:top;
}
.wtt{
	width:262px;
}
.kq-tit{
	color:#003399;
	border-bottom:#EAEDF0 solid 3px;
	/*background-color:#D6DBE1;*/
	font-size:18px;
	font-weight:normal;
	padding:5px 0px;
	margin-top:0;
}

.page-link td{
	color:#999999;
	font-size:15px;
}
.page-link a{
	padding:0 7px;
}
.page-link span{
	font-size:11px; 
	font-family:Arial, Arial, Helvetica, sans-serif; 
	color: #333333;
	padding:0 7px;
}

.kq-cont a{
	display:block;
	background:url(../images/icons/kq-i.gif) 0 14px no-repeat;
	font-size:12px;
	border-top:#EAEDF0 solid 1px;
	padding:15px 0px;
	padding-left:15px;
}

.kq-cont a:hover{
	font-size:12px;
}

/* --- new update, May 31, 2008 --- */
.new-o,
.new-o a,
.new-o a:visited{
	font-size:11px;
	font-weight:bold;
	color:#666666;
	margin:0px; 
	margin-bottom:10px;
}
.new-o b{
	color:#FF0000;
	background:url(../images/icons/ques.gif) 0 0 no-repeat;
	padding-left:19px;
}


.t9-tit{
	color:#293761;
	font-size:18px;
	margin:0;
	background: url(../images/icons/bull_learn.gif) 0 0 no-repeat;
	padding:1px 0;
	padding-left:25px;
	margin-bottom:0em;
}

.t9-link{
	color:#293761;
	font-weight:bold;
	font-size:12px;
}
.t10-tit{
	color:#293761;
	font-size:16px;
	font-weight:bold;
	margin:0;
	background: url(../images/icons/bull_learn.gif) 0 0 no-repeat;
	padding:2px 0;
	padding-left:25px;
}

.s-tream2{
	background-color:#F4F5F7;
	border:#EAEDF0 solid 1px;
	border-width:1px 0 1px 0;
	padding-left:10px;
	padding-right:10px;
	margin-top:0em;
}
.s-tream2,
.s-tream2 a{
	font-size:11px;
	color:#2252A6;
}
.s-tream2 a{
	color:#2252A6;
	text-decoration:underline;
}

.s-tream2 a:hover{
	text-decoration:none;
}

.tb-qu td{
	border:#D2D2D2 solid 1px;
	vertical-align:top;
	padding:5px;
}
.tb-qu td td{
	border:none;
	padding:0;
}
.tb-qu td td a{
	text-decoration:underline;
}

.tb-qut{
	margin:5px 0 7px 0;
}
.tb-qut span{
	font-size:17px;
	font-weight:bold;
}
.tb-qut b{
	color:#009901;
	font-size:12px;
	background:url(../images/icons/btup.gif) 3px 1px no-repeat;
	padding-left:18px;
}
.tb-qut b.down{
	color:#ff0000;
	background:url(../images/icons/btdown.gif) 3px 2px no-repeat;
}

.learn-m{
	background: url(../images/icons/arr_2.gif) right no-repeat;
	padding-right:19px;
	text-transform:uppercase;
	font-weight:bold;
	color:#033597;
	font-size:12px;
	line-height:20px;
}

.learn-m:hover{
	text-decoration:underline;
	font-size:12px;
}

.n-rightside2{
	width:290px;
	vertical-align:top;
}

.se-form{
	margin:7px 0 7px 0;
}
.se-form input.textFiled{
	border:#7F9DB9 solid 1px;
	padding-left:7px;
	width:183px;
	height:17px;
	font-size:12px;
	padding-top:3px;
}
.s-btn2{
	cursor:pointer;
	border:none;
}

.brd{
	border:#C7C7C7 solid 1px;
	/*border:#C8D8FF solid 1px;*/
	border-width:0px 1px 0px 1px;
}

.brd2{
	border:#C7C7C7 solid 1px;
	border-width:0px 1px 0px 1px;
}
.brd-b th{
	background-color:#EAEDF0;
}
.brd-b th,
.brd-b td{
	border-top:#C7C7C7 solid 1px;
	padding:0px 5px;
	line-height:normal;
}
.brd-b td{
	padding:2px 5px;
}
.brd-b th.no{
	border-top:none;
}

.rb{
	border-bottom:#C7C7C7 solid 1px;
}

.q-form{
	margin:5px 2px 0px 2px;
	padding-bottom:5px;
	border-bottom:#B5B6C8 solid 1px;
}

.calendar{
	margin:0;
	font-weight:bold;
	background:#F4F5F7 url(../images/icons/calendar.gif) 5px 5px no-repeat;
	border:#EAEDF0 solid 1px;
	border-width:1px 0 1px 0;
	padding:5px;
	padding-left:26px;
	line-height:14px;
}

.title-link{
	font-weight:bold;
	padding:5px;
}
.title-link a,
.title-link span{
	padding:0 5px;
}
.title-link span{
	background-color:#738997;
	color:#fff;
	border:#5B6D79 solid 1px;
}

.selectedlink {
	font-weight:bold;
	background-color:#738997;
	color: #FFFFFF;
	border:#5B6D79 solid 1px;
}

.unselectedlink {
	font-weight:bold;
	color: #000;
	padding:0 5px;
}
.n-w td{
	vertical-align:top;
	color:#666;
}
.n-w span{
	font-size:10px;
}

.active{
	border:#C7C7C7 solid 1px;
}
.active th{
	background-color:#F3F4F3;
	border:#C7C7C7 solid 1px;
	border-width:1px 0 1px 0;
}
.active a{
	color:#033597;
}
.active a:hover{
	font-size:12px;
}
.active th a{
	background:url(../images/icons/arr_l.gif) 7px 3px no-repeat;
	padding-left:22px;
	font-size:13px;
	text-align:left;
	background-color:#F3F4F3;	
}
.active th a:hover{
	font-size:13px;
}
.active div a.drop{
	background:url(../images/icons/arr_u.gif) 7px 6px no-repeat;
	color:#000;
	background-color:#F3F4F3;
}

.active div a.nodrop{
	background:url(../images/icons/arr_l.gif) 7px 3px no-repeat;
	color:#033597;
}

.active td{
	padding-left:7px;
	padding-right:5px;
}
.a-c{
	background-color:#F4F5F7;
}
.a-b{
	border-bottom:#C7C7C7 solid 1px;
}
.quick-l{
	margin:3px 0px;
}
.quick-l a{
	display:block;
	color:#033597;
	font-size:12px;
	font-weight:bold;
	padding:2px 0;
	padding-left:43px;
	padding-right:5px;
	border-bottom:#D5D8E1 solid 1px;
	background-position:12px 5px;
	background-repeat:no-repeat;
}
.quick-l a.h1{
	background-image:url(../images/icons/h1.gif);
	background-position:12px 2px;
}
.quick-l a.h2{
	background-image: url(../images/icons/tab_qlys.gif);
}
.quick-l a.h3{
	background-image: url(../images/icons/tick.gif);
	background-position:12px 3px;
}
.quick-l a.h4{
	background-image: url(../images/icons/h2.gif);
}
.quick-l a.h5{
	background-image: url(../images/icons/h3.gif);
}
.quick-l a.e-nd{
	border-bottom:none;
}
.quick-l a:hover{
	font-size:12px;
	color:#FF9900;
}

.tb-2{
	margin-bottom:10px;
}
.tb-2 th{
	font-size:13px;
	text-align:left;
	height:32px;
	line-height:32px;
	color:#000;
}
.tb-2 td th{
	color:#000;
}
.tb-2 th b{
	font-size:13px;
	color:#000;
}
.tb-2 a.white{
	color:#000;
	font-weight:normal;
}
.tb-2 a.white:hover{
	color:#000;
	text-decoration:underline;
}
.tb-2 th.cter{
	text-align:center;
	font-size:16px;
}
.tb-2 td.p-ad{
	padding:7px;
	line-height:normal;
}
.tb-2 td a{
	font-size:12px;
}
.tb-2 td a:hover{
	font-size:12px;
}
.tb-2 th a,
.tb-2 a b,
.tb-2 b{
	color:#033597;
}
.tb-2 th a{
	font-size:11px;
}
.tb-2 th a:hover{
	color:#FF9900;
	font-size:11px;
}
.tb-2 b{
	font-size:12px;
}
.brd-t{
	border-top:#C7C7C7 solid 1px;
}
.tb-2 td.td-line {
	border-bottom:#D5D8E1 solid 1px;
}
.tb-2 td.td-unline {
	border-bottom:none;
}
/* --- new update June 9, 2008 --- */
.btn3{
}
.btn3 td.mid{
	background:url(../images/buttons/btn3_mid.gif) left repeat-x;
	line-height:19px;
	padding:0 8px;
}
.btn3 td.mid a,
.btn3 td.mid a:hover{
	color:#153365;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
}
.snap td,
.snap th{
	padding:5px 0;
	text-align:center;
	font-weight: normal;
}
.snap th{
	background:url(../images/commons/bg_snap2.gif) left repeat-x ;
}
.snap td{
	font-size:13px;
	font-weight:bold;
}


.snap2 td,
.snap2 th{
	padding:5px 0;
}
.snap2 th{
	background:url(../images/commons/bg_snap2.gif) left repeat-x;
}
.snap2 td{
	padding:5px;
	text-align:right;
}
.snap2 td.al{
	text-align:left;
}

.tb3{
	
}
.tb3 th,
.tb3 td{
	padding:2px 7px; 
}
.tb3 th{
	background:url(../images/commons/bg_snap.gif) repeat-x;
	text-align:left;
	font-weight:normal;
}
.tb3 td{
	text-align:right;
}
.nochangePrice {
	COLOR: #D4A017; TEXT-ALIGN: right
}
.activeTable {
	/*background-color:#E5E5E5;*/
}
.tooltip 
{
    visibility: hidden; 
    position: absolute; 
    top: 0;  
    left: 0; 
    z-index: 2; 
	width:200px;
    font: normal 8pt sans-serif; 
    padding: 3px; 
    background-color:yellow;
	opacity:1.0;
	filter: alpha(opacity=100); 
	-moz-opacity: 1.0;
	border:1px solid black;
}
div.search-new p.nbtitle{	
	margin-bottom:.5em;
}
div.search-new p.nbtitle a,
div.search-new p.nblink a{
	background:url(../images/icons/kq-i.gif) 0px 3px no-repeat;	
	color:blue;
	padding-left:15px;
	font-size:16px;
	font-weight:bold;
	text-decoration:underline;
	
}

div.search-new p.nbtext{
	text-align:justify;
	margin-top:0px;
	padding-left:15px;
}

.t-able14{
	margin-bottom:5px;
}

.t-able14 td,
.t-able14 th{
	padding:3px 7px;
	font-size:12px;	
	line-height:normal;
}

.t-able14 th{
	background-color:#D6DBE1;
	padding:7px;
}
.t-able14 a{
	color:#2154A7;
	text-decoration:underline;
}
.t-able14 a:hover{
	color:#2154A7;
	text-decoration:none;
}    

.t-able14 th,
.t-able14 th a{
	font-size:12px;
	color:#293761;
}

.tb5 th,
.tb5 td{
	padding:2px 7px; 
}
.tb5 th{
	background:url(../images/commons/bg_snap.gif) repeat-x;
	text-align:left;
	font-weight:normal;
}
.tb5 td{
	text-align:right;
}


.tb6 th,
.tb6 td{
	padding:2px 7px; 
}
.tb6 th{
	background:#F3F5F6;
	text-align:left;
	font-weight:normal;
}
.tb6 td{
	text-align:right;
}
.tb6 th.t6-color{
	background:/*#D6DBE1*/ url(../images/commons/bg_snap.gif) repeat-x;
	font-weight:bold;
	color:#293761;
}
.tb6 td.al{
	text-align:left;
}

.tb7 th,
.tb7 td{
	padding:2px 7px; 
}
.tb7 th{
	background:#F3F5F6;
	text-align:left;
	font-weight:normal;
}
.tb7 th.t7-color{
	background:/*#D6DBE1*/ url(../images/commons/bg_snap.gif) repeat-x;
	font-weight:bold;
	color:#293761;
}

}
.t-able15{
	margin-bottom:5px;
}

.t-able15 td,
.t-able15 th{
	padding:3px 7px;
	font-size:12px;	
	line-height:normal;
}

.t-able15 td td{
	padding:0;
}

.t-able15 th{
	background-color:#D6DBE1;
	padding:7px;
}
.t-able15 a{
	color:#2154A7;
	text-decoration:underline;
}
.t-able15 a:hover{
	color:#2154A7;
	text-decoration:none;
}    

.t-able15 th,
.t-able15 th a{
	font-size:12px;
	color:#293761;
}  

.t-able15 td{
	text-align:right;
}

.t-able15 td.t15-al{
	text-align:left;
}

.t-able15 td.t15-ac{
	text-align:center;
}

/* new update 18 July, 2008 */

.snap4 td,
.snap4 th{
	padding:5px 0;
}
.snap4 th{
	background:#F3F5F6 url(../images/commons/bg_snap3.gif) top repeat-x;
}
.snap4 td{
	font-size:12px;
	padding:5px;
}
.snap4 strong{
	font-size:11px;
}
/* End css for interim 2*/

/*Defined by TuanPQ2*/
.tx_list1 { font-size: 9pt; text-decoration: none; font-family: Arial; color:#000000; }
.tx_list2 { font-size: 9pt; text-decoration: none; font-family: Arial; color:#000000; }
.tx_list24 {font-family: Arial; font-size: 11px; color: #006699; text-decoration: none}
.tx_list20 { font-size: 9pt; text-decoration: none; font-family: Arial; color:#666666;font-style:italic; }
.tx_list21 { font-size: 8pt; text-decoration: none; font-family: Arial; color:#666666;font-weight:bold; }
.tx_list22 { font-size: 9pt; text-decoration: none; font-family: Arial; color:#666666;font-weight:bold; }
.tx_list23 { font-size: 9pt; text-decoration: none; font-family: Arial; color:#666666; }
.his_t { font-size: 9pt; text-decoration: none; font-family: Arial; color:#006699; font-weight:bold; text-align:right;}
.his_t1 { font-size: 9pt; text-decoration: none; font-family: Arial; color:#666666; font-weight:bold;}
.tx_list3 { font-size: 9pt; text-decoration: none; font-family: Arial; color:#006699; font-weight:bold;}
.tx_list4 { font-size: 9pt; text-decoration: none; font-family: Arial; color:#333333; font-weight:bold;}
.tx_list5 { font-size: 9pt; text-decoration: none; font-family: Arial; color:#666666; font-weight:bold;}
.tx_list6 { font-size: 10pt; text-decoration: none; font-family: Arial; color:#8C8C8C; font-weight:bold;}
.graph1 { font-size: 9pt; text-decoration: none; font-family: Arial; color:#EEB647; font-weight:bold;}
.tx_list7 { font-size: 9pt; text-decoration: none; font-family: Arial; color:#333333; padding-right:10px; text-align:right;}
.tx_list8 { font-size: 9pt; text-decoration: none; font-family: Arial; color:#666666; font-weight:bold; padding-left:10px; }
.tx_list9 { font-size: 9pt; text-decoration: none; font-family: Arial; color:#666666;  padding-left:15px; padding-top:3px; padding-bottom:10px;}
.tx_list10{ font-size: 13pt; text-decoration: none; font-family: Arial; color:#666666;  font-weight:bold; padding-right:15px;}
.tx_list112{ font-size: 10pt; text-decoration: none; font-family: Arial; color:#666666;  font-weight:bold; padding-right:15px;}
.tx_list101{ font-size: 10pt; text-decoration: none; font-family: Arial; color:#666666;  font-weight:normal; padding-right:15px;}
.tx_list102{ font-size: 10pt; text-decoration: none; font-family: Arial; color:#666666;  font-weight:bold; padding-right:15px;font-style:italic;}
.tx_list11 {font-size:11px ; font-family:Arial ; line-height:18px ; color:#333333; text-decoration: none;}
		   /*{padding-left: 25px; padding-top: 2px; padding-bottom: 8px; text-indent: -16px; font-family:Arial ; line-height:18px ;}*/
.tx_list12{ font-size: 9pt; text-decoration: none; font-family: Arial; color:#666666; font-weight:bold; padding-right:15px;padding-top:15px; padding-bottom:3px; text-align:justify;}

a.main_m:link {font-family: "±¼¸²"; font-size: 9pt; font-style: normal; color:#333333; text-decoration: none;}
a.main_m:visited {font-family: "±¼¸²"; font-size: 9pt; font-style: normal; color:#333333; text-decoration: none;}
a.main_m:active {font-family: "±¼¸²"; font-size: 9pt; font-style: normal; color:#333333; text-decoration: none;}
a.main_m:hover {font-family: "±¼¸²"; font-size: 9pt; font-style: normal; color:#0099CC; text-decoration: none;}



 /* ÄÁÅÙÃ÷ -  TXT link ½ºÅ¸ÀÏ*/
a.con_m:link {font-family: "±¼¸²"; font-size: 9pt; font-style: normal; color:#333333; text-decoration: none;}
a.con_m:visited {font-family: "±¼¸²"; font-size: 9pt; font-style: normal; color:#333333; text-decoration: none;}
a.con_m:active {font-family: "±¼¸²"; font-size: 9pt; font-style: normal; color:#333333; text-decoration: none;}
a.con_m:hover {font-family: "±¼¸²"; font-size: 9pt; font-style: normal; color:#000000; text-decoration: none;}

a.con_mb:link {font-family: "±¼¸²"; font-size: 9pt; font-style: normal; color:#666666; text-decoration: none; font-weight:bold;}
a.con_mb:visited {font-family: "±¼¸²"; font-size: 9pt; font-style: normal; color:#666666; text-decoration: none; font-weight:bold;}
a.con_mb:active {font-family: "±¼¸²"; font-size: 9pt; font-style: normal; color:#666666; text-decoration: none; font-weight:bold;}
a.con_mb:hover {font-family: "±¼¸²"; font-size: 9pt; font-style: normal; color:#81B113; text-decoration: none; font-weight:bold;}

 

 /* ¼­ºê¸Þ´ºº° ¸µÅ© ½ºÅ¸ÀÏ*/
a.intro_2:link {font-family: "±¼¸²"; font-size: 9pt; font-style: normal; color:#666666; text-decoration: none; letter-spacing: -1px;}
a.intro_2:visited {font-family: "±¼¸²"; font-size: 9pt; font-style: normal; color:#666666; text-decoration: none; letter-spacing: -1px;}
a.intro_2:active {font-family: "±¼¸²"; font-size: 9pt; font-style: normal; color:#666666; text-decoration: none; letter-spacing: -1px;}
a.intro_2:hover {font-family: "±¼¸²"; font-size: 9pt; font-style: normal; color:#0099CC; text-decoration: none; letter-spacing: -1px;}
a.intro_2:nomal {font-family: "±¼¸²"; font-size: 9pt; font-style: normal; color:#0099CC; text-decoration: none; letter-spacing: -1px;}

a.intro_3:link {font-family: "±¼¸²"; font-size: 9pt; font-style: normal; color:#0099CC; text-decoration: none; letter-spacing: -1px;}
a.intro_3:visited {font-family: "±¼¸²"; font-size: 9pt; font-style: normal; color:#0099CC; text-decoration: none; letter-spacing: -1px;}
a.intro_3:active {font-family: "±¼¸²"; font-size: 9pt; font-style: normal; color:#0099CC; text-decoration: none; letter-spacing: -1px;}
a.intro_3:hover {font-family: "±¼¸²"; font-size: 9pt; font-style: normal; color:#0099CC; text-decoration: none; letter-spacing: -1px;}
a.intro_3:nomal {font-family: "±¼¸²"; font-size: 9pt; font-style: normal; color:#0099CC; text-decoration: none; letter-spacing: -1px;}


a.marquee_link:link {font-family: "±¼¸²"; font-size: 9pt; font-style: normal; color:#ffffff; text-decoration: none; letter-spacing: -1px;}
a.marquee_link:visited {font-family: "±¼¸²"; font-size: 9pt; font-style: normal; color:#ffffff; text-decoration: none; letter-spacing: -1px;}
a.marquee_link:active {font-family: "±¼¸²"; font-size: 9pt; font-style: normal; color:#ffffff; text-decoration: none; letter-spacing: -1px;}
a.marquee_link:hover {font-family: "±¼¸²"; font-size: 9pt; font-style: normal; color:#FEA348; text-decoration: none; letter-spacing: -1px;}
a.marquee_link:nomal {font-family: "±¼¸²"; font-size: 9pt; font-style: normal; color:#ffffff; text-decoration: none; letter-spacing: -1px;}


a.member_3:link {font-family: "±¼¸²"; font-size: 9pt; font-style: normal; color:#FEA348; text-decoration: none; letter-spacing: -1px;}
a.member_3:visited {font-family: "±¼¸²"; font-size: 9pt; font-style: normal; color:#FEA348; text-decoration: none; letter-spacing: -1px;}
a.member_3:active {font-family: "±¼¸²"; font-size: 9pt; font-style: normal; color:#FEA348; text-decoration: none; letter-spacing: -1px;}
a.member_3:hover {font-family: "±¼¸²"; font-size: 9pt; font-style: normal; color:#FEA348; text-decoration: none; letter-spacing: -1px;}
a.member_3:nomal {font-family: "±¼¸²"; font-size: 9pt; font-style: normal; color:#FEA348; text-decoration: none; letter-spacing: -1px;}

a.invest_2:link {font-family: "±¼¸²"; font-size: 9pt; font-style: normal; color:#666666; text-decoration: none; letter-spacing: -1px;}
a.invest_2:visited {font-family: "±¼¸²"; font-size: 9pt; font-style: normal; color:#666666; text-decoration: none; letter-spacing: -1px;}
a.invest_2:active {font-family: "±¼¸²"; font-size: 9pt; font-style: normal; color:#666666; text-decoration: none; letter-spacing: -1px;}
a.invest_2:hover {font-family: "±¼¸²"; font-size: 9pt; font-style: normal; color:#81B113; text-decoration: none; letter-spacing: -1px;}
a.invest_2:nomal {font-family: "±¼¸²"; font-size: 9pt; font-style: normal; color:#81B113; text-decoration: none; letter-spacing: -1px;}

a.invest_3:link {font-family: "±¼¸²"; font-size: 9pt; font-style: normal; color:#81B113; text-decoration: none; letter-spacing: -1px;}
a.invest_3:visited {font-family: "±¼¸²"; font-size: 9pt; font-style: normal; color:#81B113; text-decoration: none; letter-spacing: -1px;}
a.invest_3:active {font-family: "±¼¸²"; font-size: 9pt; font-style: normal; color:#81B113; text-decoration: none; letter-spacing: -1px;}
a.invest_3:hover {font-family: "±¼¸²"; font-size: 9pt; font-style: normal; color:#81B113; text-decoration: none; letter-spacing: -1px;}
a.invest_3:nomal {font-family: "±¼¸²"; font-size: 9pt; font-style: normal; color:#81B113; text-decoration: none; letter-spacing: -1px;}

a.support_2:link {font-family: "±¼¸²"; font-size: 9pt; font-style: normal; color:#666666; text-decoration: none; letter-spacing: -1px;}
a.support_2:visited {font-family: "±¼¸²"; font-size: 9pt; font-style: normal; color:#666666; text-decoration: none; letter-spacing: -1px;}
a.support_2:active {font-family: "±¼¸²"; font-size: 9pt; font-style: normal; color:#666666; text-decoration: none; letter-spacing: -1px;}
a.support_2:hover {font-family: "±¼¸²"; font-size: 9pt; font-style: normal; color:#1DC4CA; text-decoration: none; letter-spacing: -1px;}
a.support_2:nomal {font-family: "±¼¸²"; font-size: 9pt; font-style: normal; color:#1DC4CA; text-decoration: none; letter-spacing: -1px;}

a.support_3:link {font-family: "±¼¸²"; font-size: 9pt; font-style: normal; color:#1DC4CA; text-decoration: none; letter-spacing: -1px;}
a.support_3:visited {font-family: "±¼¸²"; font-size: 9pt; font-style: normal; color:#1DC4CA; text-decoration: none; letter-spacing: -1px;}
a.support_3:active {font-family: "±¼¸²"; font-size: 9pt; font-style: normal; color:#1DC4CA; text-decoration: none; letter-spacing: -1px;}
a.support_3:hover {font-family: "±¼¸²"; font-size: 9pt; font-style: normal; color:#1DC4CA; text-decoration: none; letter-spacing: -1px;}
a.support_3:nomal {font-family: "±¼¸²"; font-size: 9pt; font-style: normal; color:#1DC4CA; text-decoration: none; letter-spacing: -1px;}

a.data_2:link {font-family: "±¼¸²"; font-size: 9pt; font-style: normal; color:#666666; text-decoration: none;  letter-spacing: -1px;}
a.data_2:visited {font-family: "±¼¸²"; font-size: 9pt; font-style: normal; color:#666666; text-decoration: none;  letter-spacing: -1px;}
a.data_2:active {font-family: "±¼¸²"; font-size: 9pt; font-style: normal; color:#666666; text-decoration: none;  letter-spacing: -1px;}
a.data_2:hover {font-family: "±¼¸²"; font-size: 9pt; font-style: normal; color:#FF8787; text-decoration: none;  letter-spacing: -1px;}
a.data_2:nomal {font-family: "±¼¸²"; font-size: 9pt; font-style: normal; color:#FF8787; text-decoration: none;  letter-spacing: -1px;}

a.data_3:link {font-family: "±¼¸²"; font-size: 9pt; font-style: normal; color:#FF8787; text-decoration: none;  letter-spacing: -1px;}
a.data_3:visited {font-family: "±¼¸²"; font-size: 9pt; font-style: normal; color:#FF8787; text-decoration: none;  letter-spacing: -1px;}
a.data_3:active {font-family: "±¼¸²"; font-size: 9pt; font-style: normal; color:#FF8787; text-decoration: none;  letter-spacing: -1px;}
a.data_3:hover {font-family: "±¼¸²"; font-size: 9pt; font-style: normal; color:#FF8787; text-decoration: none;  letter-spacing: -1px;}
a.data_3:nomal {font-family: "±¼¸²"; font-size: 9pt; font-style: normal; color:#FF8787; text-decoration: none;  letter-spacing: -1px;}


a.mycom_2:link {font-family: "±¼¸²"; font-size: 9pt; font-style: normal; color:#666666; text-decoration: none;  letter-spacing: -1px;}
a.mycom_2:visited {font-family: "±¼¸²"; font-size: 9pt; font-style: normal; color:#666666; text-decoration: none;  letter-spacing: -1px;}
a.mycom_2:active {font-family: "±¼¸²"; font-size: 9pt; font-style: normal; color:#666666; text-decoration: none;  letter-spacing: -1px;}
a.mycom_2:hover {font-family: "±¼¸²"; font-size: 9pt; font-style: normal; color:#FFCC33; text-decoration: none;  letter-spacing: -1px;}
a.mycom_2:nomal {font-family: "±¼¸²"; font-size: 9pt; font-style: normal; color:#FFCC33; text-decoration: none;  letter-spacing: -1px;}

a.etc_2:link {font-family: "±¼¸²"; font-size: 9pt; font-style: normal; color:#666666; text-decoration: none;  letter-spacing: -1px;}
a.etc_2:visited {font-family: "±¼¸²"; font-size: 9pt; font-style: normal; color:#666666; text-decoration: none;  letter-spacing: -1px;}
a.etc_2:active {font-family: "±¼¸²"; font-size: 9pt; font-style: normal; color:#666666; text-decoration: none;  letter-spacing: -1px;}
a.etc_2:hover {font-family: "±¼¸²"; font-size: 9pt; font-style: normal; color:#30CBEF; text-decoration: none;  letter-spacing: -1px;}
a.etc_2:nomal {font-family: "±¼¸²"; font-size: 9pt; font-style: normal; color:#30CBEF; text-decoration: none;  letter-spacing: -1px;}

a.cyberpr_2:link {font-family: "±¼¸²"; font-size: 9pt; font-style: normal; color:#666666; text-decoration: none;  letter-spacing: -1px;}
a.cyberpr_2:visited {font-family: "±¼¸²"; font-size: 9pt; font-style: normal; color:#666666; text-decoration: none;  letter-spacing: -1px;}
a.cyberpr_2:active {font-family: "±¼¸²"; font-size: 9pt; font-style: normal; color:#666666; text-decoration: none;  letter-spacing: -1px;}
a.cyberpr_2:hover {font-family: "±¼¸²"; font-size: 9pt; font-style: normal; color:#0099CC; text-decoration: none;  letter-spacing: -1px;}
a.cyberpr_2:nomal {font-family: "±¼¸²"; font-size: 9pt; font-style: normal; color:#0099CC; text-decoration: none;  letter-spacing: -1px;}


a.cyberpr_3:link {font-family: "±¼¸²"; font-size: 9pt; font-style: normal; color:#0099CC; text-decoration: none;  letter-spacing: -1px;}
a.cyberpr_3:visited {font-family: "±¼¸²"; font-size: 9pt; font-style: normal; color:#0099CC; text-decoration: none;  letter-spacing: -1px;}
a.cyberpr_3:active {font-family: "±¼¸²"; font-size: 9pt; font-style: normal; color:#0099CC; text-decoration: none;  letter-spacing: -1px;}
a.cyberpr_3:hover {font-family: "±¼¸²"; font-size: 9pt; font-style: normal; color:#0099CC; text-decoration: none;  letter-spacing: -1px;}
a.cyberpr_3:nomal {font-family: "±¼¸²"; font-size: 9pt; font-style: normal; color:#0099CC; text-decoration: none;  letter-spacing: -1px;}




 /* ÄÁÅÙÃ÷ ³»ºÎ ¸µÅ© ½ºÅ¸ÀÏ*/ 
a.intro_c:link {font-family: "±¼¸²"; font-size: 9pt; font-style: normal; color:#666666; text-decoration: none; }
a.intro_c:visited {font-family: "±¼¸²"; font-size: 9pt; font-style: normal; color:#666666; text-decoration: none; }
a.intro_c:active {font-family: "±¼¸²"; font-size: 9pt; font-style: normal; color:#666666; text-decoration: none; }
a.intro_c:hover {font-family: "±¼¸²"; font-size: 9pt; font-style: normal; color:#0099CC; text-decoration: none;}

a.intro_s:link {font-family: "±¼¸²"; font-size: 9pt; font-style: normal; color:#0099CC; text-decoration: none; }
a.intro_s:visited {font-family: "±¼¸²"; font-size: 9pt; font-style: normal; color:#0099CC; text-decoration: none; }
a.intro_s:active {font-family: "±¼¸²"; font-size: 9pt; font-style: normal; color:#0099CC; text-decoration: none; }
a.intro_s:hover {font-family: "±¼¸²"; font-size: 9pt; font-style: normal; color:#0099CC; text-decoration: none;}

a.member_c:link {font-family: "±¼¸²"; font-size: 9pt; font-style: normal; color:#666666; text-decoration: none;}
a.member_c:visited {font-family: "±¼¸²"; font-size: 9pt; font-style: normal; color:#666666; text-decoration: none;}
a.member_c:active {font-family: "±¼¸²"; font-size: 9pt; font-style: normal; color:#666666; text-decoration: none;}
a.member_c:hover {font-family: "±¼¸²"; font-size: 9pt; font-style: normal; color:#FEA348; text-decoration: none;}

a.invest_c:link {font-family: "±¼¸²"; font-size: 9pt; font-style: normal; color:#666666; text-decoration: none; }
a.invest_c:visited {font-family: "±¼¸²"; font-size: 9pt; font-style: normal; color:#666666; text-decoration: none; }
a.invest_c:active {font-family: "±¼¸²"; font-size: 9pt; font-style: normal; color:#666666; text-decoration: none; }
a.invest_c:hover {font-family: "±¼¸²"; font-size: 9pt; font-style: normal; color:#81B113; text-decoration: none; }

a.support_c:link {font-family: "±¼¸²"; font-size: 9pt; font-style: normal; color:#666666; text-decoration: none; }
a.support_c:visited {font-family: "±¼¸²"; font-size: 9pt; font-style: normal; color:#666666; text-decoration: none; }
a.support_c:active {font-family: "±¼¸²"; font-size: 9pt; font-style: normal; color:#666666; text-decoration: none; }
a.support_c:hover {font-family: "±¼¸²"; font-size: 9pt; font-style: normal; color:#1DC4CA; text-decoration: none; }

a.data_c:link {font-family: "±¼¸²"; font-size: 9pt; font-style: normal; color:#666666; text-decoration: none; }
a.data_c:visited {font-family: "±¼¸²"; font-size: 9pt; font-style: normal; color:#666666; text-decoration: none; }
a.data_c:active {font-family: "±¼¸²"; font-size: 9pt; font-style: normal; color:#666666; text-decoration: none; }
a.data_c:hover {font-family: "±¼¸²"; font-size: 9pt; font-style: normal; color:#FF8787; text-decoration: none; }

a.mycom_c:link {font-family: "±¼¸²"; font-size: 9pt; font-style: normal; color:#666666; text-decoration: none; }
a.mycom_c:visited {font-family: "±¼¸²"; font-size: 9pt; font-style: normal; color:#666666; text-decoration: none; }
a.mycom_c:active {font-family: "±¼¸²"; font-size: 9pt; font-style: normal; color:#666666; text-decoration: none; }
a.mycom_c:hover {font-family: "±¼¸²"; font-size: 9pt; font-style: normal; color:#D79B1D; text-decoration: none; }

a.etc_c:link {font-family: "±¼¸²"; font-size: 9pt; font-style: normal; color:#666666; text-decoration: none; }
a.etc_c:visited {font-family: "±¼¸²"; font-size: 9pt; font-style: normal; color:#666666; text-decoration: none;}
a.etc_c:active {font-family: "±¼¸²"; font-size: 9pt; font-style: normal; color:#666666; text-decoration: none; }
a.etc_c:hover {font-family: "±¼¸²"; font-size: 9pt; font-style: normal; color:#30CBEF; text-decoration: none; }

a.cyberpr_c:link {font-family: "±¼¸²"; font-size: 9pt; font-style: normal; color:#666666; text-decoration: none; }
a.cyberpr_c:visited {font-family: "±¼¸²"; font-size: 9pt; font-style: normal; color:#666666; text-decoration: none;}
a.cyberpr_c:active {font-family: "±¼¸²"; font-size: 9pt; font-style: normal; color:#666666; text-decoration: none; }
a.cyberpr_c:hover {font-family: "±¼¸²"; font-size: 9pt; font-style: normal; color:#0099CC; text-decoration: none; }




/*  ---------------------------------------------------------- BBS _ Table °ü·Ã CSS _2004.05.01_¹è¼±¸í ---------------------------------------------------------  */


/* ÀÏ¹ÝÀûÀÎ ¿À¹ö, ¿À¹ö½Ã ¾ð´õ¶óÀÎ */
 
a:link { font-size:9pt;color:#666666; text-decoration:none }
a:visited { font-size:9pt;color:#666666; text-decoration:none }
a:active { font-size:9pt;color:#F87B01; text-decoration:underline }
a:hover { font-size:9pt;color:#F87B01; text-decoration:underline }

.eng01 {padding-left: 25px; padding-top: 2px; padding-bottom: 8px; text-indent: -16px; font-family:Arial ; line-height:18px ;}
.eng01_ori_02 {font-size:12px ; font-family:Arial ; line-height:18px ; color:#333333; padding-left: 25px; padding-right: 10px; padding-top: 2px;}
.eng01_ori {font-size:12px ; font-family:Arial ; line-height:18px ; color:#333333}
.eng_sub_title {font-size:13px ; font-family:Arial ; line-height:15px ; color:#107fac ; font-weight:bold;}
.eng_short_title {font-size:11px ; font-family:Arial ; line-height:14px ; color:#5c5c5c ; font-weight:normal;}
.textalign_indent_16_e { padding-left: 25px; padding-right: 10px; padding-top: 2px; text-indent: -16px; text-align: justify ; font-family:Arial ; line-height:18px ;}
.textalign_indent_22_e { padding-left: 22px; padding-top: 2px;  text-align: justify ; font-family:Arial ; line-height:18px ;}

a.eng01:link,a.eng01:visited,a.eng01:active {font-family:Arial ; font-size:11px; text-decoration:none ; color: #333333}
a.eng01:hover {font-family:Arial ; font-size:11px; text-decoration:underline ; color: #5c5c5c}

 /* ¸ÞÀÎ-  link */
a.main_m_eng:link,a.main_m_eng:visited,a.main_m_eng:normal {font-family: Arial; font-size: 11px; color: #006699; text-decoration: none}
a.main_m_eng1:link,a.main_m_eng1:visited,a.main_m_eng1:normal {font-family: Arial; font-size: 11px; color: #006699; text-decoration: none}
a.main_m_eng:hover {font-family: Arial; font-size: 11px;color: #ff3300; text-decoration: none}

a.main_m_eng_title:link,a.main_m_eng_title:visited,a.main_m_eng_title:normal {font-family: Arial; font-size: 11px; color: #006699; text-decoration: none;font-weight:bold}
a.main_m_eng_title:hover {font-family: Arial; font-size: 11px;color: #ff3300; text-decoration: none;font-weight:bold}

/*
.textlink1 {font-family: Verdana; font-size: 11px; color: #006699; text-decoration: none}
.textlink1:hover {font-family: Verdana; font-size: 11px;color: #ff3300; text-decoration: none}
*/
img.logo1 {margin-left: 5px; margin-top: 23px;  width:110; height:23}
