/****** General Styles ******/
body {
	font-size: 12px;
	font-family: Tahoma, Arial;
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
	text-align: center;
	}

table {
	font-family: Tahoma, Arial;
	color: #000000;
	font-size: 12px;
}
td{
	word-break: break-all;
}

a:link,a:visited {
	text-decoration: none;
	color: #006600;
}
a:hover {
	text-decoration: underline;
	color:#003300;
}
hr {
	height: 1px;
	border: 0;
	border-top: 1px solid #CCCCCC;
}

/****** Form Controls Styles ******/
form {
	display: inline;
}
input {
	font-family: Tahoma, Arial; 
	font-size: 12px; 
}
input.text {
	height: 16px;
	padding: 1px;
	border: 1px solid #aaa;
	color: #000000; 
	background-color: #fff;
}
input.button {
	height: 20px;
	border: 1px solid #aaa;
	border-left: 4px solid #090;
	color: #090; 
	background-color: #fff;
}
textarea { 
	border: 1px solid #aaa;
	background-color: #fff;
	font-family: Tahoma, Arial; 
	font-size: 12px; 
	color: #000000; }
select { 
	font-family: Tahoma, Arial; 
	font-size: 12px;  
	color: #000000; 
	background-color: #fff;
}

/****** Main Layout Styles ******/
#wrapper {
	margin:0 auto;
	width: 1024px;
	text-align: left;
}
#innerWrapper {
	background: url('images/back.jpg') repeat-y; 
}

#header {}
#innerHeader {
	background:url('images/header_bg.jpg') no-repeat;
	height: 550px;
}

#footer {
	margin-top: 50px;
	clear: both;
	height: 70px;
	background:url('images/footer.jpg') no-repeat;
}
#innerFooter {
	margin-top: 0px;
	font-size: 11px;
	text-align: center;
	color: #666;
}
#innerFooter a{
	color: #060;
}

/****** Header Elements Styles ******/

#logo {
	float: left;
	display: none;
}


/* nav menu */

#menu ul{
	margin: 0px;
	padding: 0px;
}
#menu li{
	display: inline;
	list-style: none;
	padding: 0px;
	padding-left: 2px;
	padding-right: 5px;
	margin: 0px;
	margin-right: 5px;
	border-right: 1px solid #3F7515;
}
#menu a{
	color: #3F7515;
	font-size: 14px;
	font-weight: bold;
}

/****** Content Layout ******/
#mainWrapper {
	margin-left: 30px;
	margin-right: 28px;
	margin-top:-20px;
	background: url('images/back.jpg') repeat-y; 
}

/* sidebar */
.sidebar {
	float: right;
	width: 200px;
}
.sidebar-hide {
	display: none;
	float: right;
}
#innerSidebar {
	padding: 3px;
}
#innerSidebar a{
	color: #060;
}
.innerSidebarSearch {
	margin-top:500px;
	padding-right:30px;
	text-align:right;
}


/* content */
.content {
	float: left;
	width: 100%;
	margin-right: -210px;
}
.content-wide {
	width: auto;
	margin-right: -210px;
}
.content-only {
	width: 100%;
	margin-right: -170px;
}
#innerContent {
	margin-right: 210px;
	overflow: visible;
}

/* 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{
	margin-bottom: 10px;
	border:1px solid #aaa;
	background:#fff;  
	text-align:center;
}
.panel h5 {
	color: #000;
	font-size: 12px;
	font-weight: bold;
	margin:0px;
	border-bottom: 1px solid #aaa;
	background:url('images/tt_bg.jpg') no-repeat;
	height:18px;
	line-height:18px;
	padding-left:10px;
}
.panel-content{
	padding:3px;
	line-height: 150%;
	color:#666666;
	padding-left:10px;
}
.panel-content ul{
	padding: 0px;
	margin: 0px;
	margin-left: 0px;
}
.panel-content li{
	padding: 0px;
	margin: 0px;
	list-style: none;
}
.panel-content li.indent{
	padding: 0px;
	text-indent: 10px;
}

.panel-content ul ul li{
	padding: 0px;
	text-indent: 15px;
}
.panel-content a {
    overflow:hidden;
	padding-left:1px;
	line-height:140%;
}
.panel-content a:hover{
    color:#ff0000;
	overflow:hidden;
	padding-left:1px;
}

/* user panel login form */
#loginForm {
	width: 95%;
}

/* calendar panel */
#calendar {
	width: 170px;
	margin-top: 0px;
}

.calendar-top {
	color: #333333;
	text-align: center;
	padding: 0px;
}
.calendar-year,
.calendar-month {
	font-weight: bold;
}

.calendar-weekdays {
}
.calendar-weekday-cell {
	color: #666666;
	height:5px;
	font-weight:bold;
	text-align: center;
	padding:0px 0px 0px 0px;
}

.calendar-main {
	background: #FFFFFF;
}
.calendar-day,
.calendar-day-blank,
.calendar-saturday,
.calendar-sunday,
.calendar-today{
	color: #666666;
	text-align: center;
	width: 14%;
	padding: 0px;
}
.calendar-saturday,
.calendar-sunday {
	color: #666666;
	font-weight:bold;
}
.calendar-today {
	color: black;
	border: dashed 1px black;
}

.calendar-day a:link,
.calendar-day a:visited,
.calendar-today a:link,
.calendar-today a:visited {
	text-decoration: underline;
	font-weight: normal;
}
.calendar-saturday a:link,
.calendar-saturday a:visited,
.calendar-sunday a:link,
.calendar-sunday a:visited {
	color: #666666;
	text-decoration: underline;
	font-weight:bold;
}
/* stats panel */
#panelStats .panel-content{
	color: black;
}

/****** Search Panel ******/
.panelSearch { width: 200px; }

/****** Announcement Box ******/
.announce{
	margin-bottom: 10px;
	background: url('images/bg_word.gif');
	border: 1px solid #aaa;
}
#announce-content{
	word-wrap: break-all;
	padding: 10px;
	color: #000000; 
}
#announce-content a{
	color: #fff; 
}
#announce-content a:hover {
	color: #fff;
}
.announce-time{
	display:none
}

/****** Defaul Page Elements ******/
.article-top {
	padding: 5px;
	padding-top:0px;
	border:1px solid #aaa;
	background:#fff;padding-top:6px;
	margin-bottom:10px;
	height:10px
}
.article-bottom {
	padding: 5px;padding-top:0px;border:1px solid #aaa;
	background:#fff;padding-top:6px;
}

/* page links */
.pages {
	color: #666666; font-size:11px; font-family:Arial, Helvetica, sans-serif;
}
.pagelink-current {
	font-weight: bold;
}

.view-mode {
	float: right;
	color: #666666;
}

.listbox {
    background:#fff;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px solid #aaa;
}
.listbox-table {
	width: 99%;
}
.listbox-header {
	word-wrap: break-all;
	color: #666666;
	font-weight: bold;
}
.listbox-entry {
	word-wrap: break-all;
	color: #666666;
}
.listbox-entry a{
	word-wrap: break-all;
}

/* no entry to display box */
.no-entry {
	border: 1px solid #aaa;
	margin-top: 15px;
	margin-bottom:5px;
}
.no-entry-message {
	padding-top: 25px;
	padding-bottom: 25px;
	color: #666666;
	background: #fff;
	text-align: center;
}

.prev-article{ float: left; }
.next-article{ float: right; }
.category-label{ text-align: center;}

/* text box */
.textbox{
	margin-top: 0px;
	margin-bottom: 10px;
	border: 1px solid #aaa;
	background: #fff;
	width: 100%;
}
.textbox-title{
	word-wrap: break-all;
	font-size: 14px;
	background: url('./images/title_bg.gif') no-repeat left top;
	padding-left: 10px;
	padding-top: 5px;
	height: 30px;
}
.textbox-title h4{
	color: #284C00;
	padding-left: 5px;
	font-size: 14px;
	font-weight: bold;
	display: inline;
}
.textbox-title h4 a:link,
.textbox-title h4 a:visited,
.textbox-title h4 a:active {
	color: #284C00;
}
.textbox-label{
	color: #000;
	float:left;
	padding-top:3px;
	padding-left:10px;
}
.textbox-fontsize{
	text-align: right;
	color: #000;
	padding: 5px;
	margin-top:2px;
}
.textbox-content{
	word-wrap: break-word;
	padding: 10px;
    font-size: 12px;
    padding-top: 5px;
	color: #666;
}
* html .textbox-content{
	word-wrap: break-word;
	padding: 10px;
    font-size: 12px;
    padding-top: 5px;
	color: #666;
}
*+html .textbox-content{
	word-wrap: break-word;
	padding-top: 5px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
    font-size: 12px;
	color: #666;
} 
.textbox-bottom{
	padding: 5px;
	font-size: 12px;
	color: #000;
	text-align: right;
}
.textbox-bottom a:link,
.textbox-bottom a:visited,
.textbox-bottom a:active,
{
	color: #000;
	text-decoration: none;
}
.textbox-bottom a:hover
{
	color: #666;
	text-decoration: underline;
}
.textbox-adminbar {
	color: #006600;
	text-align: right;
}
.tags {
	text-align:left;
	padding-left: 20px;
	background: url('./images/tag_bg.gif') no-repeat 8px;
}

/* guestbook entry box */
.gbbox{
	margin-bottom: 15px;
}
.gbbox-title{
	font-weight: bold;
	background: #fff;
	padding: 5px;
	margin-bottom: 5px;
}
.gbbox-title a:link,
.gbbox-title a:visited,
.gbbox-title a:active {
	color: #330000;
}
.gbbox-label{
	display: inline;
	font-weight: normal;
	color: #666666;
	font-size: 11px;
}
.gbbox-content{
	word-wrap: break-word;
	padding: 10px;
	background: #DEE3D9;
}
.gbbox-reply {
	padding: 10px;
	background: #f4f4f4;
	color: #333333;
	border-top: 1px dashed #666;
}
.gbbox-reply-title{
	color: #330000;
	font-weight: bold;
	padding: 5px;
	margin-bottom: 5px;
}
.gbbox-reply-label{
	font-weight: normal;
	color: #666666;
	font-size: 11px;
	display: inline;
}

/* comments wrapper */
.comment-wrapper{}

/* comments top box */
.comment-top{
	padding:5px;
	margin: 5px;
	color: #666666;
	background: #fff;
	border-left: 2px solid #090;
	text-align: center;
}
.comment-pages{
	padding:5px;
	margin: 5px;
	color: #999999;
}

/* commnet box */
.commentbox{
	word-wrap: break-word;
	padding: 5px;
	margin: 5px;
	border:1px solid #aaa;
	background:#fff;
	color:#666;
}
.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;
	border: 1px solid #aaa;
	background: #FCFCFC;
	color: #666666;
}

/* trackback box */
.trackbackbox{
	padding: 5px;
	margin: 5px;
	background:#fff;
	border:1px solid #aaa;
}
.trackbackbox-title{
	padding: 3px;
	border-bottom: 1px dashed #666666;
}
.trackbackbox-label{
	display: inline;
	color: #666666;
	font-size: 11px;
}
.trackbackbox-content{
	padding: 3px;
	color: #333333;
}
.trackbackbox a{
	color: #000000;
}

/* comment form wrapper */
#commentForm {
	width: 99%;
}

/****** normal message box ******/
.messagebox{
	background: url("images/message_bg.gif") no-repeat top left;
    margin-top: 150px; 
    width: 500px;
	padding-bottom: 20px;
	text-align: center;
	background:#fff;
	border:1px solid #aaa;
	}
.messagebox-title{
	color: #666666;
	text-align: center; 
	font-weight: bold;
	padding: 5px;
}
.messagebox-content{
	color: #666666;
	padding: 10px;
	padding-bottom: 20px;
	text-align: left;

}
.messagebox-bottom{
	padding: 5px;
}

/****** error message box ******/
.errorbox{
	background: #fff;
	padding-bottom: 50px;
	text-align: left;
	border:1px solid #aaa;
}
.errorbox-title{
	color: #060;
	font-weight: bold;
	padding: 5px;
}
.errorbox-content{
	color: #060;
	padding: 5px;
}
.errorbox-bottom{
	padding: 5px;
}

/****** Input Form Styles (table) ******/
.formbox{}
.formbox-comment{}

.formbox-title,
.formbox-comment-title{
	color: #666666;
	font-weight: bold;
	padding: 5px;
	border-bottom: 1px dashed #999999;
}

.formbox-rowheader,
.formbox-comment-rowheader {
	padding: 5px;
	text-align: right;
	font-weight: bold;
	color: #333333;
}

.formbox-content,
.formbox-comment-content{
	padding: 5px;
}

/* smilies list */
.panel-smilies {
	padding:5px;
	text-align: center;
	
}
.panel-smilies-title {
	color: #666666;
	text-align: left;
	border-bottom: 1px solid #CCCCCC;
}
.panel-smilies-content {
	padding: 5px;
	line-height: 120%;
}

/****** Upload Page ******/
.upload-page{
	margin: 0px;
	padding: 0px;
	background-image: none;
	background-color: #EFEFEF;
	text-align: left;
}
.upload-file{
	width: 260px;
}

.upload-error { color: #990000;}
.upload-done { color: #003300;}

/****** 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;
	font-family: "Courier New","ËÎÌå";
	border-left: 3px solid #090;
	background-color: #f4f4f4;
	color: #000000;
	margin: 5px;
	padding: 10px;
}

.quote {
	border-left: 3px solid #090;
	background-color: #f4f4f4;
	margin: 10px;
}
.quote-title {
	border-bottom: 1px dashed #999;
	padding: 5px;
	font-weight: bold;
	color: #666666;
}
.quote-content {
	word-wrap: break-all;
	color: #666666;
	padding: 10px; 
}

.ubb-obj-div {
	word-wrap: break-all;
	background-color: #f4f4f4;
	color: #666666;
	margin: 5px;
	padding: 5px;
	border: 1px dashed #999;
}

/****** Link ******/
.linkover {
	margin-bottom: 20px;
	height: auto;
	clear: both;
}
.linkbody {
	margin-top: 5px;
	width: 50%;
	float: left;
}
.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: 14px;
	margin-bottom: 3px;
	color: #666666;
}