/* 
	CSS Document
	Trang Nguyen
	October 22, 2006
	VietNS.CA
 */

body {
	margin: 0 auto;
	padding: 0;
	font: 76% Verdana,Tahoma,Arial,sans-serif;
	background: #f4f4f4 url(../img/bg/bg.gif) top center repeat-y;
}

#wrap {
	background: #ffffff;
	color: #303030;
	margin: 0 auto;
	width: 760px;
}

#header_text {/* styles header text */
	clear: both;
	position: relative;
	width: 100%;
	height: 45px;
	margin: 0;
	padding: 0;
}
#header_text a {/* remove underline from links */
	text-decoration: none ;
	color: #505050;
}
#header_text h2 {
	margin: 0;
	color: #505050;
	font-size:1.5em;
}
#flags {/*  */
	position: absolute; 
	margin: 0;
	right: 5px; 
	bottom: 5px;
}
#flags li {display:inline;}
#flags li a {
	padding: 0;
	float:right;
	border:1px solid #000;
}

#banner {
	clear: both;
	margin: 0 0 10px 0;
	border: 0;
}

#nav_col {/* styles for left side column */
	clear: left;
	float: left;
	width: 150px;
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 0.9em;
}

#nav_col ul {	
	list-style: none;
	width: 150px;
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 1.1em;
}	

#nav_col li {
	margin-bottom: 4px;
}

#nav_col li a {
	font-weight: bold;
	height: 20px;
	text-decoration: none;
	color: #505050;
	display: block;
	padding: 6px 0 0 10px;
	background: #f4f4f4;
	border-left: 8px solid #cccccc;
}	
	
#nav_col li a:hover {
	background: #eaeaea;
	color: #286ea0;
	border-left: 8px solid #286ea0;
}

#nav_col li a:active {
	color: #286ea0;
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #286ea0;
}

.announce {
	margin: 10px 0 10px 0;
	padding: 10px;
	width: 130px;
	color: #505050;
	background-color: #f4f4f4;
	line-height: 1.3em;
}

#right_col {/* styles for right side column */
	float: right;
	width: 135px;
	padding: 0;
	font-size: 0.9em;
	line-height: 1.5em;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0;
}

#right_col p {
	margin: 0 0 1.5em 0;
}

#content {
	margin: 0 150px 20px 160px;
	border-left: 1px solid #f0f0f0;
	border-right: 1px solid #f0f0f0;
	padding: 0 10px 0 10px;
	line-height: 1.6em;
	text-align: left;
}
#content a {/* remove underline from links */
	text-decoration: none ;
}

.holder {
	width:435px; 
	margin:0 auto; 
	padding:0px; 
/*	border:1px solid #ccc; */
	min-height: 30px;
	text-align: left;
}
a.hid {
	color:#000; 
	text-decoration:none; 
	outline-style:none;
}
a.hid em {display:none;}
a.hid:hover {text-decoration:none;}
a.hid:active, a.hid:focus {background:#fff;}
a.hid:active span, a.hid:focus span {display:block;}
a.hid:active em, a.hid:focus em {
	display:block; 
	color:#303030; 
	font-style: normal;
	cursor:default;
/*	border: 1px solid #ccc; */
	background:#ffffff;
	padding: 0px;
}
.clear {clear:both;}

#content_cal {
	margin: 0 0px 20px 160px;
	border-left: 1px solid #f0f0f0;
	border-right: 1px solid #f0f0f0;
	padding: 0 10px 0 10px;
	line-height: 1.6em;
	text-align: left;
}
#content_cal a {/* remove underline from links */
	text-decoration: none ;
}

#content h2 {
	font-size: 1.5em;
	margin: 0 0 0.5em 0;
}

#content p.c_text { text-align: center }

#content c_blocktext {
    margin-left: auto;
    margin-right: auto;
    width: 6em
}

#content c_quote {
	color: #000000;
	font-style: italic;
}
#content c_date {
	color: #333333
}
#content c_highlight {
	color: #000000;
	font-weight: bold;
}

#content img {
	padding: 1px;
	display:inline;
	background: #cccccc;
	border: 4px solid #f0f0f0;
}

h3 {
	font-size: 1.3em;
	margin: 0 0 10px 0;
}

a {
	text-decoration: none;
	color: #990000;
	font-weight: bold;
	text-align: center;
}

a:hover {
text-decoration: underline;
color: #286ea0;
}

a img {
	border: 0;
}

#footer {
	clear: both;
	margin: 0 auto;
	padding: 10px 0 20px 0;
	border-top: 4px solid #f0f0f0;
	width: 760px;
	text-align: center;
	color: #808080;
	font-size: 0.9em;
}

#footer a {
	color: #808080;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

.left {
	margin: 10px 10px 5px 0;
	float: left;
}

.right {
	margin: 10px 0 5px 10px;
	float: right;
}

.textright {
	text-align: right;
}

.center {
	text-align: center;
}

.small {
	font-size: 0.8em;
}

.bold {
	font-weight: bold;
}

.hide {
	display: none;
}

.w3cbutton {
	margin: 1em 0;
	width: 9em;
	font-family: helvetica,arial,sans-serif;
	font-size: 90%;
	font-weight: bold;
}
.w3cbutton a {
  display: block;
  width: 100%;
}
.w3cbutton a:link,
.w3cbutton a:visited,
.w3cbutton a:hover {
  color: #000;
  text-decoration: none;
  background-color: #f4f4f4;
}
.w3cbutton a:link,
.w3cbutton a:visited {
  border-top: 1px solid #cecece;
  border-bottom: 2px solid #4a4a4a;
  border-left: 1px solid #cecece;
  border-right: 2px solid #4a4a4a;
}
.w3cbutton a:hover {
  color: #286ea0;
  border-bottom: 1px solid #cecece;
  border-top: 2px solid #286ea0;
  border-right: 1px solid #cecece;
  border-left: 2px solid #286ea0;
}
.w3cbutton span.w3c {
  padding: 0 0.4em;
  background-color: #fff;
  color: #0c479d;
}