/*
Vietcombank StyleSheet
Filename: global.css
Purpose: Global style & main site structure
Targets: IE6+; Modern browsers
Created by: hiendm
Last update: 26 dec 2007
*/
/*=========================================================*/
/* GLOBAL RESET */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */

body, div, dl, dt, dd, h1, h2, h3, h5, h5, h6, ul, li, pre, form, label, fieldset, input, select
{
	margin: 0;
	padding: 0;
}
table
{
	border-collapse: collapse;
	border-spacing: 0;
	padding: 0;
}
fieldset, img
{
	border: 0;
}
address, cite, code, dfn, em, var
{
	font-style: normal;
	font-weight: normal;
}
caption, th
{
	text-align: left;
}
h1, h2, h3, h5, h5, h6
{
	font-size: 100%;
}
q:before, q:after
{
	content: '';
}
hr
{
	background-color: #FFFFFF;
	color: #FFFFFF;
	border: 0px none;
	border-bottom: 1px dashed #777;
}

/* The below restores some sensible defaults */

strong
{
	font-weight: bold;
}
em
{
	font-style: italic;
}
/*a { position:relative } /* Gets links displaying over a PNG background */
a
{
	outline: none;
}
/* Gets rid of Firefox's dotted borders */
a img
{
	border: none;
}
/* Gets rid of IE's blue borders */
/*END RESET*/

/*clear floated div - http://www.positioniseverything.net*/
.clearfix:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix
{
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix
{
	height: 1%;
}
.clearfix
{
	display: block;
}
/* End hide from IE-mac */

/*=========================================================*/
/* Site Global structure - DO NOT EDIT */
body
{
	text-align: center;
}
#global-wrap
{
	width: 930px;
	text-align: left;
	margin: 0 auto;
}
#header
{
	clear: both;
	margin: 5px 0 10px 0;
}
#footer
{
	clear: both;
	margin-top: 10px;
}
#contents
{
	clear: both;
	height: auto;
	min-height: 400px;
}
/*=========================================================*/
/*
Global font, color, position, decoration - Common style should be defined here
Default font: Arial
Default color: Text: #000; Link: #008c4f; highlight: #f90;
*/

/*Fonts*/
body
{
	font: 81%/1.4 Tahoma, Arial, Helvetica, sans-serif;
	color: #000;
}
/*Text*/
h1, h2, h3, h4, h5, h6
{
	font-size: 100%;
}

/*Links*/
a
{
	color: #008c4f;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
/*header*/
#header
{
	background: url(../images/header_botbg.gif) bottom repeat-x;
	padding-bottom: 14px;
}
#logo
{
	width: 154px;
	float: left;
	margin-right: 5px;
	display: inline;
}
.righthdr
{
	float: right;
}
#mainnav
{
	background: url(../images/mainnav_botbg.gif) bottom center no-repeat;
	padding: 10px 0 15px 0;
	margin: 0 0 10px 0;
}
#mainnav ul li
{
	float: left;
	margin: 0 10px 0 0;
	display: inline;
	font-weight: bold;
	font-size: 90%;
}
#mainnav ul li a
{
	color: #666;
}
#mainnav ul li.current a
{
	color: #008c4f;
}
.hdrtool
{
	font-size: 75%;
	color: #999;
	font-weight: bold;
	text-align: right;
}
.hdrtool img
{
	vertical-align: middle;
	margin: 0 3px;
}
.hdrtool label
{
	border-left: solid 1px #ccc;
	padding: 0 5px;
}
/*footer*/
#footer
{
	border-top: solid 3px #d1d1d1;
	padding-top: 5px;
}
#footer p
{
	margin: 0 0 5px 0;
	font-size: 85%;
	color: #666;
}
#footer a
{
	color: #666;
	text-decoration: none;
}
#footer a:hover
{
	text-decoration: underline;
}
#footer .copyright
{
	float: left;
}
#footer .copyright a
{
	border-right: solid 1px #ccc;
	margin-right: 7px;
	padding-right: 7px;
}
#footer .copyright a.lastitem
{
	border: none;
	margin: 0;
	padding: 0;
}
#footer .quicksearch
{
	float: right;
	width: 220px;
}
#footer input
{
	vertical-align: middle;
}
#footer form
{
	text-align: right;
	margin-bottom: 5px;
}
#footer .qs-txt
{
	font-size: 85%;
	color: #666;
	border: solid 1px #ccc;
	width: 145px;
	margin-right: 2px;
	padding: 5px 0 3px 25px;
	background: url(../images/icon_search.gif) 5px 5px no-repeat;
}
#footer .qs-btn
{
	background: url(../images/button_go.gif) no-repeat;
	width: 25px;
	height: 24px;
	border: none;
}
/*sidebar*/
.roundbox
{
	background: url(../images/right_roundbox_bg.gif) bottom no-repeat;
	margin: 0 0 5px 0;
	clear: both;
}
.roundbox .title
{
	background: url(../images/right_roundbox_normalhdr.gif) top no-repeat;
	padding: 10px 0 0 15px;
}
.roundbox .gtitle
{
	background: url(../images/right_roundbox_greenhdr.gif) top no-repeat;
	padding: 5px 0 5px 10px;
	color: #fff;
}
.roundbox h3
{
	font-size: 85%;
}
.roundbox .boxbody
{
	padding: 5px 5px 10px 15px;
}
.roundbox select
{
	width: 180px;
}
.roundbox p
{
	font-size: 85%;
	margin: 5px 0;
}
/*login box*/
#loginform
{
	display: none;
}
#loginform h3 a
{
	color: #FFF;
	text-decoration: none;
}
.loginbox
{
	font-size: 85%;
}
.loginbox .txtfield
{
	width: 110px;
}
.loginbox dl
{
	clear: both;
}
.loginbox dl dt
{
	float: left;
	clear: left;
	margin-right: 10px;
	display: inline;
	width: 80px;
	padding: 4px 0;
}
.loginbox dl dt label
{
	font-weight: bold;
}
.loginbox dl dd
{
	float: left;
	padding: 2px 0;
}
/*tab*/
.tab
{
	font-size: 85%;
	background: url(../images/right_roundbox_normalhdr.gif) top no-repeat;
	padding: 5px 0 0 5px;
}
.tab a
{
	display: block;
	float: left;
	text-decoration: none;
	font-weight: bold;
	padding: 7px 0 0 0;
	width: 100px;
	text-align: center;
}
.tabon
{
	color: #008c4f;
	background: url(../images/tab_bg.gif) top no-repeat;
}
.tabon:visited
{
	color: #008c4f;
}
.taboff, .taboff:visited
{
	color: #333;
}
/*form*/
.slt-slim-border
{
	border: solid 1px #ccc;
	padding: 2px 1px;
	font-size: 90%;
	height: auto;
}
.btn-green
{
	background: #008c4f;
	border: 1px outset #adceca;
	color: #fff;
	font-size: 100%;
	font-weight: bold;
	padding: 2px 0;
}
/*table*/
.tbl-exch
{
	margin: 5px 0 0 0;
	width: 95%;
}
.tbl-exch th, .tbl-exch td.code
{
	font-weight: bold;
	font-size: 75%;
	color: #666;
	vertical-align: top;
}
.tbl-exch td
{
	font-size: 75%;
	color: #333;
}
.tbl-exch th, .tbl-exch td
{
	padding: 4px 2px;
	text-align: center;
}
.tbl-exch tr, .tbl-exch tr.even
{
	background: #fff;
}
.tbl-exch tr.odd
{
	background: #edf7ed;
}
/*other elements */
#interestrate
{
	display: none;
}
ul.hasicon
{
	margin: 5px 0 0 20px !important;
	margin: 5px 0 0 15px;
}
ul.hasicon li
{
	font-size: 85%;
	margin: 3px 0;
	list-style: url(../images/icon_link.gif);
	padding-left: 5px;
}
ul.hasicon a
{
	color: #333;
	text-decoration: none;
}
p.align-right
{
	text-align: right;
}
p.align-center
{
	text-align: center;
}
.newsletter
{
	background: url(../images/icon_newsletter.gif) 15px 5px no-repeat;
	font-size: 85%;
	padding: 0 5px 0 50px;
	margin: 5px 0 10px 0;
}
.resources
{
	background: url(../images/icon_dotted.gif) top repeat-x;
	padding: 7px 0 10px 0;
	margin: 0 15px;
}
.news-list
{
	margin: 10px 0 10px 15px;
	list-style: square;
	text-transform: uppercase;
}
.news-list li
{
	border-bottom: solid 1px #e4e4e4;
	padding-bottom: 5px;
	list-style: square;
	font-size: 85%;
	margin-top: 5px;
}
.news-list li a
{
	color: #333;
}
.simplelist
{
	margin: 10px 0 10px 15px;
	list-style: disc;
}
.simplelist li
{
	list-style: disc;
}
#interestrate ul
{
	margin: 10px 0 10px 15px;
	list-style: disc;
	font-size: 85%;
}
#interestrate li
{
	margin-top: 2em;
	margin-bottom: 2em;
	list-style: disc;
}
#interestrate a
{
	color: #000000;
}
#interestrate a:hover
{
	color: #008C4F;
}

