﻿/*Tabs cho ngan hang cua ban va ngan hang ban le*/
div.tabBanks 
{
	width: 350px;
	height: 460px;
	margin-bottom: 7px;
}

div.tabBanks div.Tabs 
{ 
    height: 26px; 
    overflow: hidden; 
} 
 
div.tabBanks div.Tabs a 
{ 
    float: left; 
    display: block; 
    width:  175px; 
    text-align: center; 
    height: 26px; 
    padding-top: 7px; 
    vertical-align: middle; 
    text-decoration: none; 
    font-family: "Arial", Serif; 
    font-size: 11px;
    color: Gray; 
    background:#383838;
} 
 
div.tabBanks div.Tabs a:hover
{ 
    color: #ffffff;
    background:#ff0000;
} 
div.tabBanks div.Tabs a.Active
{
	color: #ffffff;
	font-weight: bold;
	background:#c10e07;
}
 
div.tabBanks div.Pages 
{ 
    clear: both; 
    background:#f8f8f8;
    overflow: hidden; 
} 
 
div.tabBanks div.Pages div.Page 
{ 
    height: 100%; 
	width: 100%;
    padding: 0px; 
    overflow: hidden;
} 
 
div.tabBanks div.Pages div.Page div.Pad 
{ 
	height: 430px;
} 

/*------------------Tabs phan tích--------------*/
div.tabAnalysis 
{
	width: 640px;
	height: 280px;
	margin-top: 7px;
}

div.tabAnalysis div.Tabs 
{ 
    height: 27px; 
    overflow: hidden; 
    background:#383838;
} 
 
div.tabAnalysis div.Tabs a 
{ 
    float: left; 
    display: block; 
    width:  160px; 
    text-align: center; 
    height: 27px; 
    padding-top: 7px; 
    vertical-align: middle; 
    text-decoration: none; 
    font-family: "Arial", Serif; 
    color: #FFFFFF; 
    font-size: 11px;
} 
 
div.tabAnalysis div.Tabs a:hover
{ 
	background-repeat:no-repeat;
    color: #505050;
    background:#ffdb0b;
} 
div.tabAnalysis div.Tabs a.Active
{
	background-repeat: no-repeat;
	color: #505050;
	font-weight: bold;
	background:#ffdb0b;
}
 
div.tabAnalysis div.Pages 
{ 
    clear: both; 
    overflow: hidden; 
} 
 
div.tabAnalysis div.Pages div.Page 
{ 
    height: 100%; 
	width: 100%;
    padding: 0px; 
    overflow: hidden;
} 
 
div.tabAnalysis div.Pages div.Page div.Pad 
{ 
    padding: 15px 15px 0px 15px;
	height: 100%;
} 

/*------------------Tabs Vinacorp va OTC--------------*/

div.tabOTC 
{
	width: 410px;
	height: 251px;
}

div.tabOTC div.Tabs 
{ 
    height: 26px; 
    overflow: hidden; 
} 
 
div.tabOTC div.Tabs a 
{ 
    float: left; 
    display: block; 
    width:  205px; 
    text-align: center; 
    height: 26px; 
    padding-top: 6px; 
    vertical-align: middle; 
    text-decoration: none; 
    font-family: "Arial", Serif; 
    color: Gray; 
    font-size: 11px;
    background-image: url('../Images/SysImg/tab_right_bar.png');
	background-repeat:no-repeat;
} 
 
div.tabOTC div.Tabs a:hover
{ 
    background-image: url( '../Images/SysImg/tab_right_bar.png' );
	background-repeat:no-repeat;
    color: #505050;
} 
div.tabOTC div.Tabs a.Active
{
	background-image: url( '../Images/SysImg/tab_right_bar.png' );
	background-repeat:no-repeat;
	color: #505050;
	font-weight: bold;
}
 
div.tabOTC div.Pages 
{ 
    clear: both; 
    border-left: 1px solid #e2e1e1; 
    border-right: 1px solid #e2e1e1; 
    border-top: 1px solid #e2e1e1; 
    overflow: hidden; 
} 
 
div.tabOTC div.Pages div.Page 
{ 
    height: 100%; 
	width: 100%;
    padding: 0px; 
    overflow: hidden;
} 
 
div.tabOTC div.Pages div.Page div.Pad 
{ 
    padding: 3px 5px; 
} 
.footer_tabOTC
{
	width: 409px;
	height: 19px;
	background-image: url('../Images/SysImg/footer_tab.png');
	background-repeat: repeat-x;
	border-left: 1px solid #e2e1e1; 
    border-right: 1px solid #e2e1e1; 
}
