/********************************************
   HTML ELEMENTS
********************************************/ 

/* top elements */
* { padding: 0; margin: 0; }

body {
	margin: 0;
	padding: 0;
	font: .70em/1.5em  Verdana, Tahoma, Helvetica, sans-serif;
	color: #000;
        /* change value to change the main background color */
	background: /*#FFC*/ #eee;
	text-align: center;
}
/* links */
a { 
	color: #0066cc;
	background-color: inherit;
	text-decoration: none;
}
a:hover {
	color: #9EC068;
	background-color: inherit;
}
/* header */
h1, h2, h3 {
	font: bold 1em 'Trebuchet MS', Arial, Sans-serif;
	color: #333;	
}
h1 { font-size: 1.5em; color: #6297BC; } 
h2 { font-size: 1.3em; }
h3 { font-size: 1.2em; }

h2.pagetitle
{
	border-bottom: 1px solid #ccc;
	font-family: 'Trebuchet MS', Arial, Sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	margin: 3px 0px 7px 0;
	text-align: right;
	color: #009900;
}
h2.pagetitle_left {
	font-family: 'Trebuchet MS', Arial, Sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	margin: 3px 0px 3px 5px;
	text-align: left;
	color: #009900;
}
h2.boxtitle {
	font-family: 'Trebuchet MS', Arial, Sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	text-align: right;
	margin: 0; padding: 0;
}

h2.featured {
	font-family: 'Trebuchet MS', Arial, Sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	text-align: left;
	margin: 0; padding: 5px 0 5px 5px;;
}

h2.newstitle {
	border-bottom: 1px solid #ccc;
	font-family: 'Trebuchet MS', Arial, Sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	text-align: left;
	margin: 0; padding: 0 0 3px 0;
}
/* list */
ul, ol {
	margin: 10px 30px;
	padding: 0 15px;
	color: #4284B0;
}
ul span, ol span {
	color: #666666; 
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding: 2px;
	border:1px solid #eee;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}
textarea {
	width:300px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	margin: 0; 
	font: bold 1em Arial, Sans-serif; 
	border: 1px solid #CCC;
	background: #FFF; 
	padding: 2px 3px; 
	color: #4284B0;	
}

/* search form */
form.searchform {
	background: transparent;
	border: none;
	margin: 0; padding: 0;
}
form.searchform input.textbox { 
	margin: 0; 
	width: 150px;
	border: 1px solid #29407C; 
	background: #FFF;
	color: #333; 
	height: 16px;
	vertical-align: top;
}
form.searchform input.button { 
	margin: 0; 
	padding: 2px 3px; 
	font: bold 12px Arial, Sans-serif; 
	background: #29407C;
	border: 1px solid #f2f2f2;
	color: #FFF;	
	width: 60px;
	height: 24px;
	vertical-align: top;
	cursor: pointer;
	cursor: hand;
}
form.searchform input.button:hover {
	background: #660000;
}

img {
	border: none;
}

img.no-border {
	border: none;
}
img.daubai {
	float: left;
	padding: 5px 8px 8px 0px;
	padding: 3px 3px 3px 3px;
        width: 90px;
	/* border: 1px solid #ccc; */
	margin: 0px 5px 5px 0px;
}
img.thumb {
	float: left;
	padding: 5px 8px 8px 0px;
	padding: 3px 3px 3px 3px;
        width: 60px;
	border: 1px solid #ccc; 
	margin: 0px 5px 5px 0px;
}
img.trongbai_center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	padding: 5px 5px 5px 5px;
        width: 550px;
	/*border: 1px solid #ccc;*/
}
img.trongbai_left {
	display: block;
	float: left;
	clear: both;
	padding: 5px 5px 5px 0px;
        width: 300px;
	/*border: 1px solid #ccc;*/
}
img.trongbai_right {
	display: block;
	float: right;
	clear: both;
	padding: 5px 0px 5px 5px;
        width: 300px;
	/*border: 1px solid #ccc;*/
}
img.smallads {
	border: 1px solid #000;
	margin: 0px 0px 5px 0px;
}
img.smallads-r {
	border: 1px solid #000;
	margin: 0px 0px 5px 0px;
	float: right;
}
img.featured {
	padding: 0 5px 5px 0;
	float: left;
}
code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #f2f2f2;  
  border-left: 4px solid #4284B0; 
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 15px;
 	padding: 0 0 0 20px;  	
  	background: #FAFAFA;
	border: 1px solid #f2f2f2; 
	border-left: 4px solid #4284B0;   
	color: #4284B0;
	font: bold 1.2em/1.5em Georgia, 'Bookman Old Style', Serif; 
}

/******************************************
	LAYOUT
*******************************************/
#wrap {
	background: #FFF;
	width: 960px; height: 100%;
	margin: 0 auto;	
	text-align: left;
	padding: 0;
}
/* header */
#header {
	position: relative;
	height: 85px;	
	background: #fff url(images/headerbg.gif) repeat-x 0% 100%;
	width: 960px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#header img#logo {
	position: absolute;
	margin: 0; padding: 0;
	top: 0; left: 5px;	
}
#header h2#slogan {
	position: absolute;	 
	top:45px; left: 8px;
	color: #000000;
	text-indent: 0px;
	font: 11px Tahoma, 'trebuchet MS', Sans-serif; 
	text-transform: none;	
}
#header form.searchform {
	position: absolute;
	top: 8px; right: 0px;	
}
/* menu tabs */
#header ul {
	z-index: 999999;
	position: absolute;
   margin:0 -1px 0 0; padding: 0;
   list-style:none;
	right: 0; 
	bottom: 6px !important; bottom: 5px;
	font: bold 12px  Arial, 'Trebuchet MS', Tahoma, verdana,  sans-serif;	
}
#header li {
   display:inline;
   margin:0; padding:0;
}
#header a {
   float:left;
   background: url(images/tableft.gif) no-repeat left top;
   margin:0;
   padding:0 0 0 4px;
   text-decoration:none;
}
#header a span {
   float:left;
   display:block;
   background: url(images/tabright.gif) no-repeat right top;
   padding:6px 15px 3px 8px;
   color: #FFF;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#header a span {float:none;}
/* End IE5-Mac hack */
#header a:hover span {
	color:#FFF;
}
#header a:hover {
   background-position:0% -42px;
}
#header a:hover span {
   background-position:100% -42px;
}
#header #current a {
   background-position:0% -42px;
	color: #FFF;
}
#header #current a span {
   background-position:100% -42px;
	color: #FFF;
}
/* end menu tabs */
#topbanner {
	position: relative;
	display: block;
	margin: 0 auto;
	background-color: #660000;
	width: 960px;
	height: 120px;
        text-align:center;
	
}
#content-wrap {
	clear: both;
	margin: 0 auto; padding: 0;	
	background-color: #FFF;
	width: 960px; height: 100%;
	

}
/* sidebar */
#sidebar {
	float: left;
	width: 185px; height: 100%;
	padding: 0; margin: 0;
	display: inline;	
}
#sidebar ul.sidemenu {
	list-style:none;
	margin:5px 0 10px 0px;
	padding:0;	
	width: 182px;	
}
#sidebar ul.sidemenu li {
	margin-bottom:1px;
	border: 1px solid #f2f2f2;
}
#sidebar ul.sidemenu a {
	display:block;
	font-weight:bold;
	color: #333;	
	text-decoration:none;	
	padding:2px 5px 2px 10px;
	background: #f2f2f2;
	border-left:4px solid #CCC;	
	
	min-height:18px;
}
#sidebar p {
	margin: 0 0 0 1px; padding: 0;
}

* html body #sidebar ul.sidemenu a { height: 14px; }

#sidebar ul.sidemenu a:hover {
	padding:2px 5px 2px 10px;
	background: #f2f2f2;
	color: #339900;
	border-left:4px solid #9EC630;
}
#sidebar ul.sidemenu .current-cat a {
	color: #339900;
	border-left:4px solid #9EC630;
}
/* main */
#main {
	float: left;
	width: 590px;	
	margin: 0 0 0 4px;
	border-left: 1px dotted #ccc;	
	border-right: 1px dotted #ccc;
}
#main .inside {
	margin: 0 auto;
	width: 574px;
}
.main-home {
	float: left;
	width: 590px;	
	margin: 0 0 0 0px;
}
.main-home .inside {
	margin: 0 auto;
	width: 574px;
}
div.inside_w_border {
	margin: 0 auto;
	width: 574px;
	border: 1px dotted #ccc;
}
/* rightbar */
#rightbar {
	float: right;
	width: 185px; height: 100%;
	padding: 0; margin: 5px 0 0 0;
	
}
#rightbar p {
	margin: 0 1px 0 2px; padding: 0; 
}
/* Footer */
#footer { 
	clear: both; 
	color: #FFF; 
	background: #003399; 
	border-top: 5px solid #0099CC; 
	margin: 0 0 10px 0 auto; padding: 8px 0 0px 0; 
	height: 30px;	  
	font-size: 95%;
	width: 960px		
}
#footer a { 
	text-decoration: none; 
	font-weight: bold;	
	color: #FFF;
}
#footer .footer-left{
	float: left;
	width:50%;
}
#footer .footer-right{
	float: right;
	width: 50%;
}
/* alignment classes */
.float-left  { float: left; }
.float-right {	float: right; }
.align-left  {	text-align: left; }
.align-right {	text-align: right; }
/* boxes */
div.GMPN_featured {
	background: #FFF url(images/bg300_gradient_gray.gif) repeat-x;
	clear: both;
	border-top: 5px solid #9cbd40;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 0 0 0 0;
}

div.GMPN_featured_top {
	padding: 3px 0 0 0;
	background: #FFF url(images/top_gradient.gif) repeat-x; 
	height: 21px;
	border-bottom: 1px solid #ccc;
}
div.entry_featured {
	padding: 0px 2px 2px 5px;
}
div.entry {

}
#TinTuc {
	float: left;
	width: 280px;
}

#TamTinhBanGai {
	float: right;
	width: 280px;
        length: 500px;
	background: #fff url(images/bg400_gradient_green.gif) repeat-x;
	border-top: 3px solid #9cbd40;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
.ttbgboxtop {
	padding: 5px 0px 0px 0px;
	background: #FFF url(images/top_gradient.gif) repeat-x; 
	height: 21px;
	border-bottom: 1px solid #ccc;
}

#ThongTinThuongMai {
	float: right;
	width: 280px;
	border-top: 3px solid #9cbd40;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
.ttbgboxtop {
	padding: 5px 0px 0px 0px;
	background: #FFF url(images/top_gradient.gif) repeat-x; 
	height: 21px;
	border-bottom: 1px solid #ccc;
}
.tblnews {
	background-image: url(images/bg300_gradient_gray.gif);
}
h2.bailinktitle {
	text-decoration: none;
	font-size: 1.2em;
}
h2.bailinktitle a {
	text-decoration: none;
}
/* spacer */
div.spacer5 {
	height: 5px;
	clear: both;
}
div.padding5 {
	padding: 5px;
	width: 276px;
}
div.padding5px {
	padding: 5px;
}
p.postmetadata
{
	color: #999;
	font-size: 85%;
	margin-bottom: 10px;
}
p.postmetadata a
{
	color: #666;
	text-decoration: none;
}
span.timr
{
	padding-left: 0px;
}
/* test image caption */
div.trongbai_caption_right {
  float: right;
  width: 50%;
  border: thin silver solid;
  margin: 0.5em 0 0.5em 0.5em;
  padding: 0.5em;
}
div.trongbai_caption_left {
  float: left;
  width: 50%;
  border: thin silver solid;
  margin: 0.5em 0.5em 0.5em 0;
  padding: 0.5em;
}
div.trongbai_caption_right p {
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
}
div.trongbai_caption_left p {
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
}
img.scaled {
  width: 100%;
}