/*
=== LBS^2 StyleSheet File ====================================
Style Name: Aqua 1024*768
    Version: 1.3.1
    Author: z-Jay
Last Updata: 2005.9.23 19:14
==============================================================
*/

/****** General Styles ******/
BODY {
	BACKGROUND: #3873b3;
	MARGIN: 10px 0px;
	FONT-size: 12px;
	FONT-Family: Arial, Helvetica, sans-serif, 'ÐÂËÎÌå';
	COLOR: #000000;
}

table {
	font-family: Tahoma, Arial;
	color: #333333;
	font-size: 12px;
}
td{
	word-break: break-all;
}

A:link {
	COLOR: #1b4ca2; TEXT-DECORATION: none
}
A:visited {
	COLOR: #1b4ca2; TEXT-DECORATION: none
}
A:hover {
	COLOR: #1b4ca2; TEXT-DECORATION: underline
}
A:active {
	COLOR: #1b4ca2; TEXT-DECORATION: underline
}

img {
	VERTICAL-ALIGN: middle;
	border: 0px none;
	max-width:100%;
}
hr {
	height: 1px;
	border: 0;
	border-top: 1px solid #666666;
}

/****** Form Controls Styles ******/
form {
	display: inline;
}
input {
	font-family: Tahoma, Arial; 
	font-size: 12px; 
}
input.text {
	height: 16px;
	padding: 1px;
	border: 1px solid #333333;
	color: #000000; 
	background-color: #FFFFFF;
}
input.button {
	height: 20px;
	border: 1px solid #333333;
	border-top: 1px solid #333333;
	border-left: 4px solid #333333;
	color: #000000; 
	background-color: #FFFFFF;
}
textarea { 
	border: 1px solid #333333;
	background-color: #FFFFFF;
	font-family: Tahoma, Arial; 
	font-size: 12px; 
	color: #000000; }
select { 
	font-family: Tahoma, Arial; 
	font-size: 12px;  
	color: #333333; 
	background-color: White;
}

/****** Main Layout Styles ******/
#wrapper {
	margin:0 auto;
	width: 990px;
	position: relative;
	text-align: left;
}
#innerWrapper {
	BACKGROUND: url(images/shadow.gif);
}

#header {
}
#innerHeader {
}

#footer {
	clear: both;
	background: url('images/bg_toolbar.gif') no-repeat;
	width: 990px;
	height: 73px;
}
#innerFooter {
	width: 960px;
	padding-top: 3px;
	margin-left: 15px;
	border-top: 1px solid #999999;
	font-size: 11px;
	text-align: center;
	color: #333333;
}
#innerFooter a{
	color: #666CAC;
	text-decoration: none;
}

#innerFooter a:hover {
	color: #454B95 !important;
	text-decoration: underline;
}

#innerFooter a:active {
	color: #666CAC;
	text-decoration: none;
}

/****** Header Elements Styles ******/
#blogLogo {}
#logo {
	float: left;
	margin-right: 10px;
	display: none;
}

/* header title */
.blog-header {
	width: 990px;
	height: 22px;
	background: url(images/caption.gif) no-repeat;
}
h1 {
	padding-top: 2px;
	margin: 2px;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
h1 a:link {
	color: #000000;
	text-decoration: none;
}
h1 a:visited {
	color: #000000;
	text-decoration: none;
}
h1 a:hover {
	color: #000000;
	text-decoration: underline;
}

/* blog description */
.blog-desc {
	padding: 4px;
	color: #000000;
	text-align: center;
	display: none;
}

/* nav menu */
#menu {
	height: 58px;
	margin-top: 0px;
	margin-left: 15px;
	BACKGROUND: url(images/bg_menu.gif) no-repeat;
	padding-left: 165px;
	text-indent: 5pt;
}
#menu ul{
	float: left;
	margin: 30px 0 0 22px;
}
#menu li{
	display: inline;
	list-style: none;
	padding: 0px;
}
#menu A{
	padding: 2px;
	color: #000000;
}
#menu A:hover{
	padding: 2px 2px 8px;
	color: #000000;
	text-decoration: none;
}

/****** Content Layout ******/
#mainWrapper {
	width: 960px;
   margin-left: 15px;
}

/* sidebar */
.sidebar {
	float: right;
	width: 210px;
}
.sidebar-hide {
	display: none;
}
#innerSidebar {
	padding: 0px;
}
#innerSidebar a{
	color: #333333;
}

/* content */
.content {
	float: left;
	width: 100%;
	margin-left: -210px;
}
.content-wide {
	width: auto;
	margin-left: -210px;
}
.content-only {
	width: auto;
	margin-right: 15px;
	margin-left: -195px;
}
#innerContent {
	margin-left: 210px;
	overflow: visible;
	background: #FFF;
}


/* 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 ******/
.panel{
	padding: 0;
	margin-bottom: 5px;
	color: #999999;
}
.panel h5 {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-align : left;
	padding: 5px 0px 5px 15px;
	margin:0px;
	background-image: url('images/panel_bg.gif');
}
.panel-content{
	padding: 5px;
	line-height: 120%;
	margin-left: 4px;
	padding-top: 4px;
}
.panel-content a:link,
.panel-content a:visited,
.panel-content a:active {
	color: #000000 !important;
}
.panel-content ul{
	padding: 0px;
	margin: 0px;
	margin-left: 2px;
}
.panel-content li{
	padding: 0px;
	margin: 0px;
	list-style: square inside;
}

/* user panel login form */
#loginForm {
	width: 95%;
}

/* calendar panel */
#calendar {
	width: 208px;
	margin-top: 5px;
	font-family: Verdana, Arial, sans-serif;
	color: #999999;
	margin-left: 1px;
}

.calendar-top {
	text-align: center;
	padding: 2px;
}
.calendar-year,
.calendar-month {
	font-weight: bold;
	color: #000000;
}

.calendar-weekdays {
	background: #EEEEEE;
}
.calendar-weekday-cell {
	color: #999999;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	width: 14%;
	padding: 2px;
}

.calendar-main {
	background: #FFFFFF;
}
.calendar-day,
.calendar-day-blank,
.calendar-saturday,
.calendar-sunday,
.calendar-today{
	text-align: center;
	width: 14%;
	padding: 2px;
}
.calendar-saturday,
.calendar-sunday {
	font-weight:bold;
}
.calendar-today {
	font-weight:bold; 
	background: #FFFFFF;
}

.calendar-day a:link,
.calendar-day a:visited,
.calendar-saturday a:link,
.calendar-saturday a:visited,
.calendar-sunday a:link,
.calendar-sunday a:visited,
.calendar-today a:link,
.calendar-today a:visited {
	font-weight:no;
	text-decoration: underline;
	color: #000000 !important;
}

/* stats panel */
#panelStats .panel-content{
	color: #333333;
}

/****** Search Panel ******/
#q {
}
.search-field {
	width: 150px;
}

/****** Announcement Box ******/
.announce{
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 2px;
}
.announce-content{
	font-size: 12px;
	padding: 10px;
	color: #666CAC;
	background-color: #FFFFFF;
}
.announce-time{
	float: right;
	font-size:11px;
	color: #666CAC; 
}

/****** Defaul Page Elements ******/
.article-top {
	padding: 5px;
	margin-bottom: 5px;
}
.article-bottom {
	padding: 5px;
	margin-top: 5px;
}

/* page links */
.pages {
	color: #666cac;
	font-size: 11px;
}
.pages a:link,
.pages a:visited,
.pages a:active {
	color: #666cac !important;
}
.pagelink-current {
	font-weight: bold;
}

.view-mode {
	float: right;
	color: #666666;
}

.listbox {
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px dashed #666666;
	border-bottom: 1px dashed #666666;
}
.listbox-table {
	width: 98%;
	background-color:#FFF;
}
.listbox-header {
	word-wrap: break-all;
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}
.listbox-entry {
	word-wrap: break-all;
	color: #000000;
}
.listbox-entry a{
	word-wrap: break-all;
}

/* no entry to display box */
.no-entry {
	border: 1px solid #000000;
	margin-top: 15px;
}
.no-entry-message {
	padding-top: 25px;
	padding-bottom: 25px;
	color: #666666;
	background: #FFFFFF;
	text-align: center;
}

.prev-article{ float: left; }
.next-article{ float: right; }
.category-label{ text-align: center;}

/* text box */
.textbox{
	padding-top: 5px;
	padding-left: 5px;
	background: #FFF;
}
.textbox-title{
	width: 98%;
	word-wrap: break-all;
	font-size: 14px;
	padding-top: 5px;
	height: 42px;
	background: #FFF;
}
.textbox-title h4{
	color: #666cac;
	padding-left: 5px;
	font-size: 16px;
	font-weight: bold;
	display: inline;
}
.textbox-title h4 a:link,
.textbox-title h4 a:visited {
	color: #666cac;
}
.textbox-title h4 a:active{
	color: #666cac;
}
.textbox-label{
	padding-left: 5px;
	color: #999999;
	font-size: 11px;
}
.textbox-fontsize{
	text-align: right;
	color: #333;
,	padding: 5px;
}
.textbox-content{
	color: #333;
	word-wrap: break-word;
	padding: 10px;
}
.textbox-content a:link,
.textbox-content a:visited {
	color: #666cac;
}
.textbox-content a:active {
	color: #666cac;
}
.textbox-bottom{
	padding: 5px;
	font-size: 10px;
	color: #666cac;
}
.textbox-bottom a:link,
.textbox-bottom a:visited {
	color: #666cac;
}
.textbox-bottom a:active {
	color: #666cac;
}

.editmark {
	margin-top: 20px;
	font-size: 11px;
	color: #999999;
}
.textbox-urls {
	margin-top: 10px;
	padding-top: 5px;
	font-size: 11px;
	color: #666666;
	border-top: 1px dashed #666666;
}
.aboutbox {
	width: 95%;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	background: #FFF;
}

/* guestbook entry box */
.gbbox{
	margin-bottom: 10px;
	border-bottom: 1px dashed #003366;
}
.gbbox-title{
	font-weight: bold;
	padding-left: 0px;
	margin-bottom: 10px;
}
.gbbox-title a:link,
.gbbox-title a:visited {
	color: #666cac;
}
.gbbox-title a:active {
	color: #666cac;
}
.gbbox-label{
	font-weight: normal;
	color: #999;
	font-size: 11px;
	display: inline;
}
.gbbox-content{	
	padding: 10px;
}
.gbbox-reply {
	padding:10px 10px 10px 30px;
	margin-left: 3px;
	color: #333;
	background-color: #F1F4FA ;
}
.gbbox-reply-title{
	font-weight: bold;
	margin-bottom: 5px;
}
.gbbox-reply-label{
	font-weight: normal;
	color: #999;
	font-size: 11px;
	display: inline;
}

/* comments wrapper */
.comment-wrapper{}

/* comments top box */
.comment-top{
	padding: 5px;
	margin: 5px;
	color: #666cac;
	border-left: 2px solid #666666;
	text-align: center;
	background-color: #F1F4FA;
}
.comment-pages{
	padding:5px;
	margin: 5px;
}

/* commnet box */
.commentbox{
	word-wrap: break-word;
	padding: 5px;
	margin: 5px;
}
.commentbox-title{
	padding: 3px;
	border-bottom: 1px dashed #666666;
}
.commentbox-label{
	display: inline;
	color: #666666;
	font-size: 11px;
}
.commentbox-content{
	padding: 3px;
}
.no-comment-box{
	padding:10px;
	background: #FCFCFC;
	color: #666cac;
}

/* trackback box */
.trackbackbox{
	padding: 5px;
	margin: 5px;
}
.trackbackbox-title{
	padding: 3px;
	border-bottom: 1px dashed #666666;
}
.trackbackbox-label{
	display: inline;
	color: #666666;
	font-size: 11px;
}
.trackbackbox-content{
	padding: 3px;
	color: #000000;
}
.trackbackbox a{
	color: #000000;
}

/* comment form wrapper */
#commentForm {
	width: 99%;
}

/****** normal message box ******/
.messagebox{
	width: 960px;
	text-align: center; 
	background: #FFF;
}
.messagebox-title{
	color: #666CAC;
	font-weight: bold;
	padding: 5px;
	background-color: #F1F4FA
}
.messagebox-content{
	color: #666666;
	padding: 5px;
	padding-bottom: 20px;
}
.messagebox-bottom{
	padding: 5px;
}

/****** error message box ******/
.errorbox{
	width: 100%;
	text-align: center; 
	background: #FFF;
}
.errorbox-title{
	color: #666CAC;
	font-weight: bold; 
	padding: 5px;
	background-color: #F1F4FA
}
.errorbox-content{
	color: #000000;
	padding: 10px;
}
.errorbox-bottom{
	padding: 5px;
}

/* Form Table styles */
.formbox{
	width: 960px;
	background: #FFF;
}
.formbox-comment{}

.formbox-title {
	padding: 5px;
	padding-top: 5px;
	padding-left: 12px;
	color: #666CAC;
	font-weight: bold; 
	background-color: #F1F4FA;
}
.formbox-comment-title{
	color: #000000;
	font-weight: bold;
	padding: 5px;
	border-bottom: 1px dashed #666666;
}

.formbox-rowheader,
.formbox-comment-rowheader {
	padding: 5px;
	text-align: right;
	font-weight: bold;
	color: #000000;
}

.formbox-content,
.formbox-comment-content{
	padding: 5px;
}

/* smilies list */
.panel-smilies {
	padding:5px;
	text-align: center;
}
.panel-smilies-title {
	color: #000000;
	text-align: left;
	border-bottom: 1px solid #666666;
}
.panel-smilies-content {
	padding: 5px;
	line-height: 120%;
}

/****** Upload Page ******/
.upload-page{
	margin: 0px;
	padding: 0px;
	background: #FFF;
	background-image: none;
	text-align: left;
}
.upload-file{
	width: 200px;
}

.upload-error { color: #FF0000;}
.upload-done { color: #000000;}

/****** Misc Styles ******/
.comment-text{
	font-size: 11px;
	color: #666666;
}
.hidden-note{
	font-size: 11px;
	color: #666666;
}
.red {
	color: red;
}
.highlight {
	font-weight: bold;
	color: #FF6600;
	background: #FFFF00;
}
.meta-button {
	margin: 1px;
}

/****** UBB Code Custom Styles ******/
/* IE fix for ul */
* html .ubb-list { margin:5px; margin-left: 25px;  margin-bottom: 15px;}
.ubb-list li{
	margin: 1px;
	padding: 1px;
}

.code {
	word-wrap: break-all;
	border-left: 3px solid #999999;
	color: #000000;
	margin: 5px;
	padding: 10px;
	background-color: #EDF3FE;
}

.quote {
	border-left: 3px solid #999999;
	background-color: #EDF3FE;
	margin: 10px;
}
.quote-title {
	border-bottom: 1px dashed #000000;
	padding: 5px;
	font-weight: bold;
	color: #666cac;
}
.quote-content {
	word-wrap: break-all;
	color: #000000;
	padding: 10px; 
}

.ubb-obj-div {
	word-wrap: break-all;
	background-color: #EEEEEE;
	color: #666666;
	margin: 5px;
	padding: 5px;
	border: 1px dashed #666666;
}
.rteImage {
	border: 1px solid #fff;
	cursor: pointer;
	cursor: hand;
	width: 25px;
	height: 24px;
}

.rteImageRaised, .rteImage:hover {
	background: #CFE1FF;
	border: 1px solid #3169C6;
	cursor: pointer;
	cursor: hand;
}

.rteImageLowered, .rteImage:active {
	background: #ABC6F2;
	border: 1px solid #3169C6;
	cursor: pointer;
	cursor: hand;
}

.rteVertSep {
	margin: 0 4px 0 4px;
}

.rteBack {
	background: #fff;
	border-top: 1px solid #eee;
	letter-spacing: 0;
	padding: 2px;
}

.rteDiv {
	display: block;
	position: relative;
}
.controlBar{
	margin-top: 4px;
}
.controlBar div{
	float: left;
	width: 70px;
	margin-left: 10px;
	cursor: pointer;
	text-align: center;
	padding: 3px;
} 
.commentbox-reply-title{
  padding-top:5px;
  padding-bottom:5px;
  border-top:2px solid #9B9F8E;
  border-bottom:1px dotted #9B9F8E;
  margin-bottom:3px;
  margin-top:10px;
}
.commentbox-reply-label{
  display: inline;
  color: #666666;
  font-size: 11px;
}
.commentbox-reply-content{
  padding: 3px;
}