/*
Bo-Blog V2.1
Default Skin
By Bob Shen
2007/7
*/


/****** General Styles ******/
body {
	font-size: 12px;
	font-family: Tahoma, Arial;
	background-color: #fff;
	margin: 0;
	color: #000000;
	padding: 0;
	text-align: center;
}
td{
	word-break: break-all;
}
:focus {-moz-outline-style: none}
a {	text-decoration: none; color: #3366cc; border: 0px;}
a:visited {	text-decoration: none; color: #3366cc; border: 0px; }
a:hover {
	text-decoration: underline;
	color:#ff5a00;
	border: 0px;
}
hr {
	height: 1px;
	border: 0;
	border-top: 1px solid #333;
}
acronym {
	text-decoration: none;
	border-bottom: 1px dotted #333;
	cursor: help;
}

/****** Form Controls Styles ******/
form {
	display: inline;
}
input {
	font-family: Tahoma, Arial; 
	color: #6a5555;
	font-size: 12px;
}
input.text {
	background: #fff;
	border: 1px solid #A9DBF6;
}
input.button {
	background: #fff;
	border: 1px solid #A9DBF6;
}
textarea { 
	background: #fff;
	color: #6a5555;
	border: 1px solid #A9DBF6;
}
select { 
	background: #fff;
	color: #6a5555;
	border: 1px solid #A9DBF6;
}
/****** Main Layout Styles ******/
#wrapper {
	text-align: left;
}
#innerWrapper {
	width: 100%;
}
#header { width: 100%; background: #fff url(./images/bkg_body.png) repeat-x; }
#innerHeader { width: 900px; position: relative; margin: 0 auto; padding: 32px 0px 0px 0px; height: 90px;}

#footer { width: 100%; background: #fac724;  padding: 0px 0px; clear: both;}
#footer a:hover{
	color:#ffffff;
	text-decoration: none;
}
#footer a,a:visited{
	color:#487cb0;
}
#innerFooter {
	padding: 10px;
	font-size: 12px;
	text-align: center;
	color:#000000;
}
/* Extra Footer */
.ExtraBG { width: 100%; float: left; background: #333333; padding: 25px 0px;}
.Extra { width: 900px; clear: left; margin: 0 auto;}
.Extra h3 { padding: 0px 0px 10px 0px; margin: 0px 0px 10px 0px; color:#fff; font-size: 17px; letter-spacing: -1px; border-bottom: dashed 1px #2658ad;}

.Extra ul { padding: 0px; margin: 0px;}
.Extra li { color:#fff; padding: 1px 0px 1px 13px; margin: 0px; list-style-type: none; font-size: 11px; background: url(images/ExtraIco.png) no-repeat left top;}
.Extra li a { color:#95c5e8; }
.Extra li a:visited { color:#95c5e8; }
.Extra li a:hover { color:#fff; }

.Extra .RecentPosts { width: 290px; float: left; }
.Extra .LastComments { width: 290px; float: left; margin: 0px 15px;}
.Extra .MostCommented { width: 290px; float: left;}

.topimg{
	background: url(./images/top_img_bg.gif) repeat-x;
	cursor: pointer;
	text-align: center;
	width: 100%;
	margin-bottom: 5px;
	padding: 0px;
}

/****** Header Elements Styles ******/
/* header title */

.blog-header {
	height: 90px;
}
.blog-header2 {
	height: 130px;
	z-index:0;
	background-image: url() ;
	background-repeat:no-repeat;
	background-position:center top;
	padding-top:1px;
		padding-bottom:5px;
	
}

.blog-header3 {
	height: 18px;
	background:url(images/boder.jpg);
	
}

.blog-header4 {
	height: 8px;
	
}
.blog-title{
	display: none;
}
h1 {
	padding: 0px;
	margin: 0px;
	color: #000;
	font-size: 30px;
}
h1 a {
	color: #000;
}
h1 a:hover {
	color: #999;
}

/* blog description */
.blog-desc {
	display:none;
}
#blogLogo{ float: left; width: 480px; height: 90px; position: relative; top: 3px; left: 0px; }
/* nav menu */
#menu { margin: 0px; padding: 0px; position: absolute; top: 6px; left: 0px;  }
#menu ul { float: left; padding: 0px; margin: 0px; height: 38px; float: left; }
#menu li { float: left; padding: 4px; margin: 0px 4px 0px 0px; display: inline; list-style-type: none;border-right: solid 1px #5e5e5d;}
#menu a { color:#fff;font-size:12px; }
#menu a:hover, #menu .activepage a:hover { color:#fff;}
/*\ IE/Win min height hack */ * html #Search  { height: 100px;} /* */
#Search { width: 375px; background: url(./images/SearchBkg.png) no-repeat left top; min-height: 120px; position: absolute; top: 0px; right: 0px;}
#Search form { position: absolute;padding: 48px 33px 0px 25px; margin: 0px 0px 0px 0px;}
#Search input { color: #0053a8; font-size: 14px; font-family: 'Arial'; letter-spacing: -1px; font-weight: bold;  }
#Search input.search-field { border: none; background: #fff url(./images/SearchKeyword.png) no-repeat; padding: 4px 0px 5px 8px; width: 285px; border: none; }
#Search input.search {  margin-top: -3px; margin-left:5px; padding:0px;}
/*\ IE/Win hack */ * html #Search input.search  { width: 35px; height: 35px; margin-top: -1px;padding-bottom:0px;} /* */
#buttonsearch { padding: 0px; margin: -25px 0px 0px 291px; top: 0px; background: none; }
html:first-child #Search input.search {height: 25px; margin-top: 0px;} /* Opera */
*+html #Search input.search { width: 25px; height: 25px; margin-top: -1px;padding:0px;}  /* IE7 */
#SearchNone {position: absolute; background: #fff url(./images/SearchBkgNone.png) no-repeat; width: 9px; height: 8px; margin: 0px; top: 34px; right: -9px;}

/****** Content Layout ******/
#mainWrapper { width: 920px; position: relative; margin: 0 auto; padding-top: 20px;}
* html #mainWrapper {position: static;} /* IE6 */
/*****************************************************************/
/* sidebar */
.sidebar {
	float: right; 
	width: 371px;
	margin-left: 0px; 
	padding-bottom: 0px; 
		background: #e5e5e5 url(./images/sidebar.jpg) no-repeat left top;
	right: 0px;
	top: 20px;
}
.btnbar {
	float: right; 
	width: 371px;
	height: 35px; 

	 
		background:   url(./images/sidebar2.jpg) no-repeat left bottom;
	}
	
.btnbar2 {
	float: right; 
	width: 371px;
	height: 5px background:#ffffff; 

	}

#quangcao1 {
	margin-bottom: 10px;
	margin-top: 1px;
	padding: 10px; 
	
	text-align: left;
	width: px; 
	height: px;
	clear: both;
}


* html .sidebar { /*IE6 absolute position+baseurl select bug fix */
	position: static;
	margin-top: expression("-"+document.getElementById('content').offsetHeight+"px");
}
.sidebar-hide {
	display: none;
	float: right;
}
#innerSidebar {
	padding: 0;
}
#innerSidebarOne {
	float: right; valign: top; width: 169px; padding: 5px 5px 5px 0px; 
}
#innerSidebarTwo {
	float: left; width: 169px; valign: top; padding: 5px 0px 5px 15px; margin-right: 11px; 
}

/*pannel*/
.panel{
	padding: 0;
	margin: 0 0 10px 0;
}
.panel h5 {
font-family: Arial, Helvetica, sans-serif
	text-align: left;
	color: #000000;
	font-size: 12px;
	font-weight:bolder;
	cursor: pointer;
	letter-spacing: 0.5pt;
	padding: 8px 0 0 10px;
	margin: 0px;
	height: 25px;
	background: url("images/pannel_top.jpg") no-repeat;
}
.panel h5 a{
	color: #ccc;
}
.panel-content{
	margin: 0;
	padding: 5px 5px 0 5px;
	line-height: 180%;
	color: #000;
	background: ;
}

.panel-content ul{
	padding: 0;
	margin: 0px;
}
.panel-content li{
	padding: 0px;
	margin: 0px;
	list-style: none;
}

.panel-content li.indent{
	padding: 0px;
	background: url("images/list.gif") 0 2px no-repeat;
	text-indent: 15px;
}
.panel-bot {
	height: 10px;
	background: url("images/panel_bot.gif") no-repeat;
}

#innerSidebarFooter {
	margin-bottom: 10px;
	padding: 10px; 
	background-color: #F4FBFF;
	text-align: left;
	width: 340px; 
	height: 55px;
	clear: both;
}
#innerSidebarFooterIMG{float: left;margin-top:-5px;}
#browser{float: right;padding-right: 5px;margin-top:-40px;}
html:first-child #browser {margin-top:-30px;} /* Opera */

/* content */
.content {
	clear: both; width: 530px;float: left;
}
* html .content { clear: both; width: 510px;float:none; }

.content-wide {
}
.content-only {
	width: 100%;
}
#innerContent {
	margin-left: 0;
	overflow: hidden;
	margin-right: 5px;
	margin-top: 5px;
}

/* a style which makes mainWrapper touch the bottom of sidebar and content */
.clear{
	border-top:1px solid transparent !important;
	margin-top:-1px !important;
	border-top:0;
	margin-top:0;
	clear:both;
	visibility:hidden;
}

/****** Sidebar Panels ******/


/* user panel login form */
#loginForm {
	width: 95%;
}

/* calendar panel */
#calendar {
  width: 100%; 
  margin-top:1px;
}
.calendar-top {
  text-align: center;
  padding:0px;
}
.calendar-year,
.calendar-month {
  font-weight: bold;
}
.calendar-weekdays {
  color: #999;
  font-size:11px;
  text-align: center;
  width: 14%;
  padding:0px;
}
.calendar-weekday-cell {
  color: #000;
  font-size:11px;
  text-align: center;
  width: 14%;
  padding:0px;
  font-weight: bold;
}
.calendar-main {
  background: #FFFFFF;
}
.calendar-day,
.calendar-day-blank,
.calendar-saturday,
.calendar-sunday,
.calendar-today{
  text-align: center;
  width: 14%;
  padding:0px;
}
.calendar-saturday,
.calendar-sunday {
  color: #0D80BD; 
}
.calendar-today { 
  color: #000;
  border: 1px solid #0D80BD;
}
.calendar-day a, .calendar-saturday a, .calendar-sunday a {
  color: #0D80BD; 
  text-decoration: underline;
}
.calendar-today a {
  color: #0D80BD;
  text-decoration: underline;
}

/****** Search Panel ******/
.search-field {
	background: #fff;
	border: 1px solid #A9DBF6;
}

/****** Announcement Box ******/
.announce{
	padding-bottom: 10px;
}
.announce-content{
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 12px;
	color: #fff;
}
* html .announce-content{ padding-left: 10px; }

/****** Defaul Page Elements ******/
.article-top {
	padding: 5px;
	margin-bottom: 15px;
}
html:first-child .article-top {padding-bottom: 15px;} /* Opera */
.article-bottom {
	padding: 5px;
	margin-top: 15px;
}

/* page links */
.pages {
	color: #333;
	padding: 0px;
	border: 0px solid #ddd;
}
.pagelink-current {
	font-weight: bold;
        BORDER-RIGHT: #eee 1px solid; 
        PADDING-RIGHT: 5px; 
        BORDER-TOP: #eee 1px solid; 
        PADDING-LEFT: 5px; 
        PADDING-BOTTOM: 1px; 
        MARGIN: 1px; 
        BORDER-LEFT: #eee 1px solid; 
        COLOR: #ddd; PADDING-TOP: 2px; 
        BORDER-BOTTOM: #eee 1px solid;background:#0094cc;

}
.pagebar-selections a{
	font-weight: bold;
        BORDER-RIGHT: #CCCCCC 1px solid; 
        PADDING-RIGHT: 3px; 
        BORDER-TOP: #CCCCCC 1px solid; 
        PADDING-LEFT: 3px; 
        PADDING-BOTTOM: 1px; 
        MARGIN: 1px; 
        BORDER-LEFT: #CCCCCC 1px solid; 
        COLOR: #cccccc; PADDING-TOP: 2px; 
        BORDER-BOTTOM: #CCCCCC 1px solid

}

.listbox {
	font-size: 12px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.listbox-table {
	width: 99%;
}
.listbox-header {
	font-weight: bold;
	text-align: center;
	background-color: #A9DBF6;
	color: #333;
	height: 25px;
}
.listbox-entry {
	word-wrap: break-all;
	border-bottom: 1px solid #A9DBF6;
}
.listbox-entry a{ word-wrap: break-all; text-decoration : none; color : #3366cc; }
.listbox-entry a:visited{ word-wrap: break-all; text-decoration : none; color : #3366cc; }
.listbox-entry a:hover{ word-wrap: break-all; text-decoration : underline; color : #ff5a00; }
/* entry display box */
.prev-article{ float: left;}
.prev-article a{text-decoration: none;}
.prev-article a:hover{text-decoration: none ;color : #ff5a00;}
.next-article{ float: right; }
.next-article a{text-decoration: none; color : #3366cc;}
.next-article a:hover{text-decoration: none ;color : #ff5a00;}

/* text box */
.textbox{
	padding-bottom: 25px;
	margin-bottom: 5px;
	clear: both;
	background: url('images/dash.gif') no-repeat;
	background-position: 50px 20px;
}
.starred{
	position: relative;
	margin-top: -52px;
	margin-left: 0px;
	width: 48px;
	height: 52px;
	-moz-opacity:0.8;    /* FireFox */
	opacity: 0.8;
}
html:first-child .starred {margin-top: -50px;} /* Opera */
* html .starred { filter:alpha(opacity=80);margin-top: -50px; } /*IE6 */
*+html .starred { filter:alpha(opacity=80);margin-top: -50px; } /*IE7 */

.folder{float: right; text-align:right; width: 23px;margin-top: -20px;}
html:first-child .folder {float: right; text-align:right; width: 23px;margin-top: 0px;} /* Opera */

.textbox-calendar {
	float: left;
	top: 2px;
	left: 2px;
	height: 52px;
	width: 48px;
	text-align: center;
}
.textbox-calendar-day {
	display: block;
	font-family: Arial;
	color: #333;
	font-size: 25px;
	padding: 1px;
	background: #fad22d;
	border: 1px solid #A4BEDF;
}
.textbox-calendar-month {
	border-bottom: 1px solid #ff9c00;
	margin: 0px;
	margin-top: -8px;
	display: block;
	font-family: Arial;
	font-size: 12px;
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
	background: #000000;
}

.textbox-calendar-month {
	margin-top: 0px;
}

.textbox-title{
	font-size: 16px;
	height: 68px;
	margin-left: 5px;
}

.textbox-title h4{
	color: #ff5a00;
	font-size: 16px;
	font-family:Arial, Helvetica, sans-serif;
	padding: 5px;
	display: inline;
	font-weight: bold;
}
.textbox-title h4 a {
	font-weight: bold;
	color: #ff5a00;
}
.textbox-title h4 a:visited {
	font-weight: bold;
	color: #ff5a00;
}
.textbox-title h4 a:hover {
	text-decoration: none;
	color: #3366cc;
}
.textbox-label{
	color: #828282;
	padding-top: 7px;
	padding-left: 15px;
	font-size: 12px;
	text-indent: 29px;
}
.textbox-label a{color: #3366CC;text-decoration: none;}
.textbox-label a:visited{color: #3366CC;text-decoration: none;}
.textbox-label a:hover{color: #ff5a00;text-decoration: none;}
*+html .textbox-label{
	text-indent: 15px;
}
* html .textbox-label{
	text-indent: 15px;
}
.textbox-label-view{padding-top: 10px;}
.text-label-indented {
	font-size: 12px;
	display: block;
	text-align: right;
	float: right;
	margin-top: -15px;
}
html:first-child .text-label-indented {margin-top: 0px;} /* Opera */
*+html .text-label-indented {margin-top: -20px;}  /* IE7 */

.textbox-fontsize{
	color: #979797;
	float: right;
	text-align: right;
	padding: 3px;
	font-size: 12px;
}
.textbox-fontsize a{
	color: #979797;
}
.textbox-content{
	clear: both;
	word-wrap: break-word;
	padding: 5px;
	font-size: 12px;
	line-height: 139%;
}
.textbox-bottom{
	padding: 0px;
	padding-top: 3px;
	padding-bottom: 1px;
	font-size: 12px;
	color: #000;
	text-align: right;
}
.textbox-bottom a {color: #979797;text-decoration: none;}
.textbox-bottom a:visited {color: #979797;text-decoration: none;}
.textbox-bottom a:hover {color: #ff5a00;text-decoration: none;}
.textbox-adminbar {
	padding: 0px;
	padding-bottom: 4px;
	font-size: 12px;
	color: #000;
	text-align: right;
	background: #ffffff url('images/admin.gif') no-repeat left top;
}
.textbox-adminbar a{color:#3366CC;}
.textbox-adminbar a:visited{color:#3366CC;}
.textbox-adminbar a:hover{text-decoration : underline; color : #ff5a00;}

.textbox-tburl {
	padding-top: 3px;
	font-size: 11px;
	color: #000;
	text-align:right;
}
.tags {
	clear: both;
	padding-top: 1px;
	padding-bottom: 3px;
	padding-left: 20px;
	font-size: 12px;
	color: #333333;
	text-align:left;
	background: #F4FBFF url('images/tag_bg.gif') no-repeat;
}
.tags a {color: #333;}
.tags a:visited {color: #333;}
.tags a:hover {text-decoration : underline; color : #ff5a00;}
/* comments wrapper */
.comment-wrapper{
}

/* comments top box */
.comment-top{
	padding:5px;
	padding-top: 0px;
	margin: 5px;
	color: #000;
	text-align: right;
}
.comment-pages{
	padding:5px;
	margin: 5px;
	color: #000;
}

/* commnet box */
.commentbox, .trackbackbox {
	word-wrap: break-word;
	padding: 5px;
	margin: 5px;
}
.commentbox-odd {
	background: #FBFEFF;
	border: 1px solid #A9DBF6;
}
.commentbox-couple {
	background: #fff;
	border: 1px solid #A9DBF6;
}
.trackbackbox {
	background: #E9FDF1;
	border: 1px solid #A9DBF6;
}
.commentbox-title, .trackbackbox-title{
	padding: 5px;
	font-size: 12px;
	color: #0D80BD;
	border-bottom: 1px solid #A9DBF6;
}
.commentbox-title a, .trackbackbox-title a{
	color:#3366cc;
	font-weight: bold;
}

.commentbox-label, .trackbackbox-label{
	display: block;
	color: #000;
	font-size: 12px;
}
.commentbox-label a, .trackbackbox-label a{
	font-weight: normal;
}
.commentbox-label a:hover, .trackbackbox-label a:hover {color:#ff5a00;}
.commentbox-label a:visited, .trackbackbox-label a:visited {color:#3366cc;}

.commentbox-content, .trackbackbox-content{
	padding: 3px;
	padding-bottom: 14px;
}
.commentbox textarea{
	width:480px;
}

/* comment form wrapper */
#commentForm {
}

/****** normal message box ******/
.messagebox{
	width: 400px;	
/*
 width: 550px;
 margin-top: 120px;
 border: 1px solid #A9DBF6; 
 border-top: 0px; 
 text-align: center; 
 background-color: #A9DBF6;
 */
}
.messagebox-topimg{
	background: url('images/msgbox_title.gif') no-repeat;
	text-align: left;
	width: 400px;
	height: 122px;
}

.messagebox-title{	
	color: #000000;
	width: 250px;
	font-weight: bold;
	padding-top: 72px;
	padding-left: 20px;
	text-align: center;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	}
.messagebox-content{
	background: url('images/msgbox_content.gif') repeat-y;
	padding: 5px 20px 5px 20px;
	text-align: left;
}
.messagebox-bottom{
	background: url('images/msgbox_bottom.gif') no-repeat;
	height: 29px;
	padding-top: 5px;
}
.messagebox-content a:hover{color:#ff5a00}
.messagebox-bottom a{color: #ffffff;}
.messagebox-bottom a:visited{color: #ffffff;}
.messagebox-bottom a:hover{color: #ffd402;text-decoration : underline;}
/****** Input Form Styles (table) ******/
.formbox{}
.formbox-comment{
	padding-top: 10px;
	border-top: 10px solid #BEE6FD;
}

.formbox-title,
.formbox-comment-title{
	color: #000;
	font-weight: bold;
	font-size: 13px;
}
.formbox-comment-content{

}

.formbox-rowheader {
	padding: 5px;
	font-weight: bold;
}

.formbox-content {
	padding-top: 5px;
	padding-right: 5px;
}

/* smilies list */
.panel-smilies {
	padding-top:5px;
	text-align: center;
}
.panel-smilies-title {
	color: #000;
	text-align: left;
	border-bottom: 1px solid #BFCAD2;
}
.panel-smilies-content {
	padding-top: 5px;
	line-height: 120%;
}


/****** UBB Code Custom Styles ******/
/* IE fix for ul */
.code {
	word-wrap: break-all;
	border:1px solid #D3D3D3;
	background-color: #F7F7F7;
	color: #000000;
	padding: 12px 15px 12px 15px;
}

.quote {
	border: solid 1px #f6f3d3;
	padding:0px;
	margin:0px;
	background: #fffde5;
}
.downloadbox {
	border: solid 1px #ffffff;
	background: url('images/downloadbox.jpg') no-repeat left top;
	height: 66px;
	font-size:12px;
}
.downloadbox a { color:#e80d12; }
.downloadbox a:visited{ color:#bc2727; }
.downloadbox a:hover { color:#993300; text-decoration : underline; }
.quote-title { display: none; }
.quote-title img {	
}
.quote-content {
	margin: 12px 15px 12px 15px;
	color:#993300;
	word-wrap: break-all;
}

/****** Link ******/
.linkover {
	margin-bottom: 20px;
	height: auto;
	clear: both;
}
.linkbody {
	float: left;
	padding-bottom: 14px;
}
.linkimg {
/*	width: 35%;*/
	float: left;
	text-align: right;
	margin-right: 4px;
}
.linktxt {
	float: left;
}
.linktitle a {
	font-weight: bold;
}
.linkgroup {
	font-weight: bold;
	font-size: 12px;
	color: #0D80BD;
	text-indent: 3px;
}

/*Page*/
.pagebox {
	padding-bottom: 25px;
	margin-bottom: 5px;
	clear: both;
}
.pagebox-title{
	font-size: 16px;
	height: 68px;
	margin-left: 5px;
}
.pagebox-title h4{
	color: #0D80BD;
	font-size: 16px;
	padding: 0;
	margin: 0;
	display: block;
	border-bottom: 3px solid #BEE6FD;
	font-weight: bold;
}
.pagebox-content{
	margin-top: -30px;
	clear: both;
	word-wrap: break-word;
	padding: 0;
	font-size: 12px;
	line-height: 120%;
}

/* Emot Page Selection */
#smileybuttons {
	text-align: right;
	margin-top: 9px;
}

.smileybut {
	margin-right:3px;
	padding: 3px;
	vertical-align: middle;
	font-weight: bold;
}

.smileybut  a{
	border: 1px solid #BEE6FD;
}



IMG.pics {
	
}

A:hover IMG.pics { 
	 A:hover IMG.pics { 
	 filter: alpha(opacity=50);
moz-opacity: .50;
    opacity: .50;

}
