/****** General Styles ******/
body {
	font-size: 12px;
	font-family: Tahoma, Arial;
	background-color: white;
	background-image: url("images/page-bg.jpg");
	background-position: top left;
	background-repeat: repeat-x;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

table {
	font-family: Tahoma, Arial;
	color: #000000;
	font-size: 12px;
}
td {
     word-break: break-all; 
}

a:link,a:visited {
	color: #212121;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}

a.member:link,a.member:visited {
	color: #212121;
	text-decoration: none;
}
a.member:hover {
	text-decoration: none;
	color: #000;
	background-color:#fff;
}

a.menu:link,a.menu:visited {
	color: #fff;
}
a.menu:hover {
	text-decoration:underline;
	color: #fff;
	background-color:#fff;
}

a.rss:link,a.rss:visited {
	text-decoration: none;
	color: #000066;
}
a.rss:hover {
	text-decoration: underline;
	color:#0000FF;
	background-color:#999;
}

a.title:link,a.title:visited {
	color: #212121;
	text-decoration: underline;
}
a.title:hover {
	text-decoration: none;
	color:#fff;
	background-color:#000;
}

a.readmore:link,a.readmore:visited {
	text-decoration: none;
	color:#fff;
	background-color:#000;
}
a.readmore:hover {
	color: #212121;
	text-decoration: underline;
	background-color:#fff;
}

a.pcli:link,a.pcli:visited {
	color: #212121;
	text-decoration: underline;
}
a.pcli:hover {
	text-decoration: none;
	color:#fff;
	background-color:#000;
}
a.pcli2:link,a.pcli2:visited {
	color: #212121;
}
a.pcli2:hover {
	text-decoration: none;
	color:#fff;
	background-color:#000;
}

a.pcli3:link,a.pcli3:visited {
	color: #212121;
}
a.pcli3:hover {
	text-decoration: none;
	color:#fff;
	background-color:#000;
}

a.side:link,a.side:visited {
	text-decoration: none;
	color: #666;
	
}
a.side:hover {
	text-decoration: underline;
	color:#0000FF;
}

img{
	vertical-align: middle;
	border: 0px none;
	max-width:100%;
	height:auto;
}
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;
	color: #000000; 
	border: 1px solid #CCCCCC;
	background-color: #F9F9F9;
}
input.button {
	height: 20px;
	color: #000000; 
	border: 1px solid #999999;
	border-top: 1px solid #CCCCCC;
	border-left: 4px solid #CCCCCC;
	background-color: #FFFFFF;
}
input.findbutton {
	border: 0px none;
	background-image:url(images/search.gif);
	width:50px; height:21px;
	cursor:pointer!important;hand;
}
textarea { 
	font-size: 12px;  
	font-family: Tahoma, Arial; 
	color: #000000;
	border: 1px solid #CCCCCC;
	background-color: #F9F9F9;
}
select { 
	font-size: 12px;  
	font-family: Tahoma, Arial; 
	color: #000000; 
	background-color: #FFFFFF;
}

.clearall { clear:both;}
/****** Main Layout Styles ******/
#wrapper {}
/*顶部广告位*/
#topwrapper {
	margin:auto;
	margin-top:15px;
	margin-bottom:15px;
	background-image: url("");
	width:900px;
	height:90px;
}
#topads {
	width:760px;
	height:90px;
	float:left;
	margin-right:7px;
}

#topRss {
	width:133px;
	height:90px;
	float:right;

}

#innerWrapper {
	width: 895px;
	margin:auto;
	position: relative;
}

#header {
background-image: url("images/top_bg.jpg");
height:110px;
width:900px;
margin:auto;
}
#innerHeader {
	padding: 10px;
}

#footer {
	clear: both;
}
#innerFooter {
	padding: 11px;
	padding-top: 20px;
	color: #666666;
	font-size: 11px;
	text-align: center;
}

/****** Header Elements Styles ******/
#blogLogo {
}
#logo {
	float: left;
	margin-right: 10px;
}

/* header title */
.blog-header {
	padding: 0px;
}
h1 {
	padding: 5px 0px 0px 0px;
	margin: 0px;
	color: #EDBA4D;
	font-size: 24px;
	font-weight: bold;
}
h1 a:link,
h1 a:visited {
	color: #fff;
	text-decoration: none;
	background-color:#2D5175;
}
h1 a:hover {
	color: #fff;
	text-decoration: underline;
	background-color:#2D5175;
}

/* blog description */
.blog-desc {
	padding-left:9px;
	display:;
	color: white;
}

.blog-img {
	padding-left:9px;
	display:;
	color: white;
}

#rightAds2 { margin:0px;}
/* nav menu */
#menu {
	float:left;
	margin-top:-11px;
	padding-left:565px;
	color:#fff;
}
#menu ul{
	margin: 0px;
	padding: 0px;
}
#menu li{
	display:block;
	list-style: none;
	padding-top:6px;
	text-align:center;
	margin: 0px;
	margin-right:1px;
	color:#fff;
	width:56px;
	height:14px !important;
	height /**/:height:20px;
	background:url(images/menubg.gif) no-repeat;
	float:left;
	/*border-right: 1px solid #999999;*/
}
#menu a{
	color:#fff;
}
#menu a:link,#menu a:visited{
	color: #fff;
	text-decoration: none;
	/*background-color:#2D5175;*/
}
#menu a:hover{
	color: #fff;
	text-decoration: underline;
	/*background-color:#2D5175;*/
}
.articleShow {
	text-align:center;
	width:157px;
	height:115px;
	float:left;
}
.articleTitle {
	width:142px;
	line-height:25px;
}
.articlePicShow{
	border:1px solid #ddd;
	width:142px;
	height:90px;
	overflow:hidden;
	text-align:center;
	cursor:pointer!important;hand;
}
/****** Content Layout ******/
#mainWrapper {
	width:900px;
}

/* sidebar */
.sidebar {
	float: right;
	width: 320px;
	height:auto;
}
.sidebar-hide {
	display: none;
	float: left;
}
#innerSidebar {
	border-right:none;
	border-bottom:none;
	padding:0px;
	padding-top:8px;
	height:auto;
}
.innerSidebarAdT {
	background:url(images/right_ad_top.gif) top left no-repeat;
	height:10px;
	overflow:hidden;
}
.innerSidebarAdB {
	background:url(images/right_ad_bottom.gif) top left no-repeat;
	height:10px;
	margin-bottom:10px;
}
.innerSidebarAd {
	padding:3px;
	background:url(images/right_ad.gif) repeat-y;
	text-align:center;
}
#RecommClassic{
	background:url(images/right_topread_top.gif) top left no-repeat;
	padding-left:16px;
	padding-top:6px;
	height:20px!important;
	height/**/:height:26px;
	font-size:14px;
	font-weight:bold;
	color:#566987;
}
.SidebarTop179{
	background:url(images/tit179.gif) top left no-repeat;
	padding-top:5px;
	padding-left:5px;
	height:21px!important;
	height/**/: height:26px;
}
.SidebarMid179{
	background:url(images/SidebarMid179.gif) top left no-repeat;
	height:26px;
}
.SidebarBottom179{
	background:url(images/SidebarBottom179.gif) top left no-repeat;
	height:8px;
}

#proNav {float:right; width:130px;}
#proNav130 { background:url(images/proNavMenubg.gif) top left no-repeat; height:23px;}
#proNav130 ul { margin:0px; padding:4px 0px 0px 0px; float:right;}
#proNav130 li { margin:0px; padding:0px; float:left;background:url(images/proNavMenunumbg.gif) no-repeat; height:13px; width:13px; margin-right:2px; color:#fff; text-align:center; font-family:"Times New Roman", Times, serif; font-size:10px; cursor:pointer!important;hand;}
.SidebarTop130{
	background:url(images/tit130.gif) top left no-repeat;
	padding-top:5px;
	padding-left:3px;
	height:21px!important;
	height/**/: height:26px;
}
.SidebarBottom130{
	background:url(images/SidebarBottom130.gif) top left no-repeat;
	height:10px;
}

.SidebarMid130{
	background:url(images/SidebarMid130.gif) top left no-repeat;
	height:26px;
}

#rssread {
	width:130px;
	float:right;
}
#blogtm {
	width:130px;
	float:right;
}
#cooperate {
	width:130px;
	float:right;
}
#membertm {
	width:130px;
	float:right;
}

#panel_user {
	width:179px;
	float:left;
}

#panelads {
	margin:3px 0px 15px 0px;
	padding-top:5px;
	background-position:center;
	background-image: url("");
	height:281px;
	border-bottom:solid 1px #ccc;
	background-repeat:no-repeat;
	text-align:center;
}
#sidebarmain {
	margin:0px;
	width:320px;
	height:100%;
}

#panelArticle {
	width:179px;
	float:left;
}

#panelUser {
	width:179px;
	float:left;
}

#panelCategory {
	width:179px;
	float:left;
}

#panelCalendar {
	width:179px;
	float:left;
}
#panelComment {
	width:179px;
	float:left;
}
#panelStats {
	width:179px;
	float:left;
}
#download {
	width:179px;
	float:left;
}
#panelLinks {
	width:179px;
	float:left;
}

#sidebarl {
	float:left;
	width:179px;
}
#sidebarr {
	float:right;
	width:130px;
	height:100%;
}
/* content */
.content {
	float: left;
	width: 569px;
	/*margin-left: -220px;*/
}
.content-wide {
	width: auto;
	margin: 10px;
	/*margin-left: -210px;*/
}
.content-only {
	width: auto;
	margin: 10px;
	/*margin-left: -210px;*/
}
#innerContentTop {
	margin-top:8px;
	background:url(images/content_top.gif) top left no-repeat;
	height:10px;
	overflow:hidden;
}
#innerContentBottom {
	background:url(images/content_bottom.gif) top left no-repeat;
	height:10px;
}
#innerContentTopw {
	margin-top:8px;
	background:url(images/content_topw.gif) top left no-repeat;
	height:10px;
	overflow:hidden;
}
#innerContentBottomw {
	background:url(images/content_bottomw.gif) top left no-repeat;
	height:10px;
}
#innerContentw {
	background:url(images/content_bgw.gif) repeat-y;
	padding:1px 5px;
}

#innerContent {
	background:url(images/content_bg.gif) repeat-y;
	padding:1px 5px;
}

#afterfoot {
	height:15px;
}
/* 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:1px;
	margin-bottom: 10px;
}
.panel h5 {
	padding: 2px;
	margin: 0px 3px;
	color: #444;
	font-size: 12px;
	font-weight:bold;
}
#searchfrom {
	text-align:left;
	padding:1px 2px;
	color:#999999;
	line-height: 120%;
	position:absolute;
	margin-top:-70px;
	background-color:#99a9ca;
}
.panel-content{
	text-align:left;
	padding:5px;
	padding-left:10px;
	color:#999999;
	line-height: 150%;
}
.panel-content ul{
	padding: 0px;
	margin: 0px;
}
.panel-content li{
	padding: 0px;
	margin: 0px;
	color: #999999;
	list-style:none;
	/*list-style: square inside;*/
}
/* .panel-content179*/
.panel-content179{
	text-align:left;
	padding:5px;
	padding-left:10px;
	line-height: 150%;
	background-image:url(images/SidebarMid179.gif);
}
.panel-content179 table{
	margin:-5px 0px 0px -10px;
}
.panel-content179 ul{
	padding: 0px;
	margin: 0px;
}
.panel-content179 li{
	padding: 0px;
	margin: 0px;
	color: #999999;
	line-height:22px;
	border-bottom:1px dashed #ddd;
	list-style: square inside;
}

.panel-content179 a:hover { color:#fff; background-color:#000;}
/* .panel-content179*/


/* .panel-content130*/
.panel-content130{
	text-align:left;
	padding:5px;
	padding-left:5px;
	color:#999999;
	line-height: 150%;
	background-image:url(images/SidebarMid130.gif);
}
.panel-content130 table{
	margin:-5px 0px 0px -10px;
}
.panel-content130 ul{
	padding: 0px;
	margin: 0px;
}
.panel-content130 li{
	padding: 0px;
	margin: 0px;
	color: #999999;
	line-height:22px;
	border-bottom:1px dashed #ddd;
	list-style: square inside;
}
/* .panel-content130*/


/* .newstmOther*/
.newstmOther{
	width:320px;
}
.newstmOther ul{
	padding: 0px;
	margin: 0px;
	clear:both;
}
.newstmOther li{
	padding: 0px;
	margin: 0px;
	list-style: none;
	float:left;
	padding-top:8px;
	height:18px!important;
	height /**/:height:26px;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	cursor:pointer!important hand;
}
.noli0on {
	color:#fff;
	width:76px;
	background:url("images/newstmOther0.gif") no-repeat;
}
.noli1on {
	color:#fff;
	width:80px;
	background:url("images/newstmOther1.gif") no-repeat;
}
.noli2on {
	color:#fff;
	width:81px;
	background:url("images/newstmOther2.gif") no-repeat;
}
.noli3on {
	color:#fff;
	width:83px;
	background:url("images/newstmOther3.gif") no-repeat;
}
.noli0{
	color:#576887;
	width:76px;
	background:url("images/newstmOther0o.gif") no-repeat;
}
.noli1{
	color:#576887;
	width:80px;
	background:url("images/newstmOther1o.gif") no-repeat;
}
.noli2{
	color:#576887;
	width:81px;
	background:url("images/newstmOther2o.gif") no-repeat;
}
.noli3{
	color:#576887;
	width:83px;
	background:url("images/newstmOther3o.gif") no-repeat;
}
#noliList0,#noliList1,#noliList2,#noliList3 {
	padding-top:5px;
	width:290px;
	text-align:left;
}
.onewstop {
	padding-left:20px;
	line-height:20px;
	color:#999;
}
a.onewstop:hover {
	text-decoration:underline;
}
.onewstop1{
	background:url(images/top01.gif) no-repeat left;
}
.onewstop2{
	background:url(images/top02.gif) no-repeat left;
}
.onewstop3{
	background:url(images/top03.gif) no-repeat left;
}
.onewstop4{
	background:url(images/top04.gif) no-repeat left;
}
.onewstop5{
	background:url(images/top05.gif) no-repeat left;
}
.onewstop6{
	background:url(images/top06.gif) no-repeat left;
}
.onewstop7{
	background:url(images/top07.gif) no-repeat left;
}
.onewstop8{
	background:url(images/top08.gif) no-repeat left;
}
.onewstop9{
	background:url(images/top09.gif) no-repeat left;
}
.onewstop10{
	background:url(images/top10.gif) no-repeat left;
}
/* .newstmOther*/

/* user panel login form */
#loginForm {
	width: 95%;
}

/* calendar panel */
#calendar {
	width: 178px;
	margin-top: 5px;
	text-align:center;
}

.calendar-top {
	color: #333333;
	text-align: center;
	padding: 2px;
}
.calendar-year,
.calendar-month {
	font-weight: bold;
}
.calendar-year a:link,
.calendar-year a:visited,
.calendar-month a:link,
.calendar-month a:visited
 {
	font-weight: bold;
	color:#212121;
	text-decoration: none;
}

.calendar-year a:hover,
.calendar-month a:hover
{
	text-decoration: none;
	color:#fff;
	background-color:#000;
}
.calendar-weekdays {
	background: #F6F6F6;
}
.calendar-weekday-cell {
	color: #666666;
	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{
	color: #666666;
	text-align: center;
	width: 14%;
	padding: 2px;
}
.calendar-saturday,
.calendar-sunday {
	color: #999999;
	font-weight:bold;
}
.calendar-today {
	border: dashed 1px #CCCCCC;
	background-color: #F6F6F6;
}

.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 {
	color:#212121;
	text-decoration: none;
	font-weight: normal;
}

.calendar-day a:hover,
.calendar-saturday a:hover,
.calendar-sunday a:hover,
.calendar-today a:hover {
	text-decoration: none;
	color:#fff;
	background-color:#000;
}


/* stats panel */
#panelStats .panel-content{
	color: black;
}

/****** Search Panel ******/
.search-field { width: 178px; }

/****** Announcement Box ******/
.announce{
	display:none;
	margin-bottom: 10px;
	border: solid 1px #CCCCCC;
	border-top: solid 4px #CCCCCC;
	background-color: #F8F8F5;
	background-image: url("images/article-title-bg.gif");	
	background-position: top left;
	background-repeat: repeat-x;
}
.announce-content{
	word-wrap: break-all;
	padding: 10px;
	color: #666666;
}
.announce-time{
	float: right;
	font-size: 11px;
	color: #999999; 
}

/****** Defaul Page Elements ******/
.article-top,.article-bottom { padding:5px; height:15px;}
	.article-top a,.article-bottom a { color: #999999;}
	.article-top *,.article-bottom *{ font-size:11px;color: #999999;}
.article-top { margin-bottom:0;}
.article-bottom { margin-top:0px;}

a.pagenum:link,
a.pagenum:visited {
	color: #999999;
}
a.pagenum:hover {
	color: #999999;
}


/* page links */
.pages {
	float:right;
	margin-top:0px;
	color: #999999;
}
.pagelink-current {
	font-weight: bold;
}

.view-mode {
	float:left;
	color: #999999;
}

.listbox {
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px dashed #CCCCCC;
	border-bottom: 1px dashed #CCCCCC;
}
.listbox-table {
	width: 99%;
}
.listbox-header {
	word-wrap: break-all;
	color: #666666;
	font-weight: bold;
	text-decoration: underline;
}
.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 #CCCCCC;
	margin-top: 15px;
}
.no-entry-message {
	padding-top: 25px;
	padding-bottom: 25px;
	color: #666666;
	background: #FCFCFC;
	text-align: center;
}

.prev-article{ float: left; }
.next-article{ float: right; }
.category-label{ text-align: center;}

/* text box */
.textbox{
	margin-bottom: 15px;
}
.textbox-title{
	word-wrap: break-all;
	position: relative; /* IE Fix for background image */
	padding: 6px;
	font-size: 14px;
	/*border-bottom:solid 1px #CCCCCC;*/
	/*background-image: url("images/article-title-bg.gif");	
	background-position: top left;
	background-repeat: repeat-x;*/
}
.textbox-title h4{
	word-wrap: break-word;
	padding-left: 5px;
	font-size: 16px;
	font-weight: bold;
	display: inline;
}
.textbox-label{
	padding-left: 5px;
	color: #666666;
	font-size: 10px;
}
.textbox-fontsize{
	padding: 5px;
	color: #666666;
	text-align: right;
}
.textbox-content{
/*	word-wrap: break-word;
	padding: 10px;
	margin-bottom: 10px;
*/
	word-wrap: break-word;
	padding: 10px;
	margin-bottom: 10px;
	line-height: 140%;	
	color:#333333;
	font-size: 12px;

}
.textbox-bottom {
	padding: 5px;
	color: #666666;
	font-size: 10px;
	border-top: 1px dashed #C0C0C0;
}
.editmark {
	margin-top: 20px;
	color: #999999;
	font-size: 11px;
}
.textbox-urls {
	margin-top: 10px;
	padding-top: 5px;
	color: #666666;
	font-size: 11px;
	border-top: 1px dashed #C0C0C0;
}

/* guestbook entry box */
.gbbox{
	margin-bottom: 15px;
	border-top: 1px dashed #C0C0C0;
	border-bottom: 1px dashed #C0C0C0;
}
.gbbox-title{
	margin-bottom: 10px;
	font-weight: bold;
}
.gbbox-label{
	display: inline;
	color: #999999;
	font-size: 11px;
	font-weight: normal;
}
.gbbox-content{
	word-wrap: break-word;
	padding: 10px;
	background-color: #FBFBF8;
}
.gbbox-reply {
	padding: 10px;
	color: #333333;
	background-color: #F8F8F6;
	border-top: 1px dashed #E0E0E0;
}
.gbbox-reply-title{
	font-weight: bold;
	margin-bottom: 5px;
}
.gbbox-reply-label{
	color: #999999;
	font-size: 11px;
	font-weight: normal;
	display: inline;
}

/* comments wrapper */
.comment-wrapper{}

/* comments top box */
.comment-top{
	padding: 5px;
	margin: 5px;
	color: #666666;
	background: #F6F6F6;
	text-align: right;
}
.comment-pages{
	padding: 5px;
	margin: 5px;
	color: #999999;
}

/* commnet box */
.commentbox{
	word-wrap: break-word;
	padding: 5px;
	margin: 5px;
}
.commentbox-title{
	padding: 3px;
	border-bottom: 1px dashed #C0C0C0;
}
.commentbox-label{
	display: inline;
	color: #666666;
	font-size: 11px;
}
.commentbox-content{
	padding: 3px;
}
.no-comment-box{
	padding:10px;
	color: #666666;
	background: #FCFCFC;
	border: 1px solid #E0E0E0;
}

/* trackback box */
.trackbackbox{
	padding: 5px;
	margin: 5px;
}
.trackbackbox-title{
	padding: 3px;
	border-bottom: 1px dashed #C0C0C0;
}
.trackbackbox-label{
	display: inline;
	color: #666666;
	font-size: 11px;
}
.trackbackbox-content{
	padding: 3px;
	color: #333333;
}
.trackbackbox a{
	color: #000000;
}


  .textbox .ContentLeft{width:49px;height:43px;float:left;background:url('images/date_img.gif') no-repeat; margin-right:8px; margin-left:5px;} /*---日期框的大体--*/
  .textbox .ContentLeft .DateYM{text-align:center;margin:2px 0px 0px 1px;padding:0px 0px 0px 0px;color:#fff;font-size:10px !important;font-size:12px;} /*---年-月的设置--*/
  .textbox .ContentLeft .DateDay{text-align:center;margin:4px 0px 0px 0px;color:#000;font-size:18px !important;font-size:18px;font-weight:bold;} /*---日的设置--*/

/* comment form wrapper */
#commentForm {
	width: 99%;
}

/****** normal message box ******/
.messagebox{
	width: 500px;
	border: solid 1px #CCCCCC;
	text-align: center;
	background: #FCFCFC;
}
.messagebox-title{
	padding: 5px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #CCCCCC;
}
.messagebox-content{
	padding: 10px;
	padding-bottom: 20px;
	color: #666666;
	text-align: left;
}
.messagebox-bottom{
	padding: 5px;
	color: #FFFFFF;
	background-color: #F3F3F3;
}

/****** error message box ******/
.errorbox{
	width: 500px;
	text-align: center;
	background: #FFEEDD;
	border: solid 1px #CC0000;
}
.errorbox-title{
	color: #FFFFFF;
	font-weight: bold;
	background-color: #CC3300;
	padding: 5px;
}
.errorbox-content{
	padding: 10px;
	padding-bottom: 20px;
	color: #990000;
	text-align: left;
}
.errorbox-bottom{
	padding: 5px;
	color: #FFFFFF;
	background-color: #FFE3D0;
}

/****** Input Form Styles (table) ******/
.formbox{
	background: #FFFFFF;
	border: solid 1px #CCCCCC;
}
.formbox-comment{}

.formbox-title,
.formbox-comment-title{
	padding: 5px;
	color: #666666;
	font-weight: bold;
	text-align: center;
	background-color: #EFEFEF;
}

.formbox-rowheader,
.formbox-comment-rowheader {
	padding: 5px;
	color: #333333;
	font-weight: bold;
	text-align: right;
}

.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-color: #FFFFFF;
	background-image: none;
}
.upload-file{}

.upload-error { color: #990000;}
.upload-done { color: #003300;}

/****** Misc Styles ******/
.comment-text,
.hidden-note{
	font-size: 11px;
	color: gray;
}
.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;
	padding: 10px;
	margin: 5px;
	font-family: "Courier New";
	color: #000000;
	background-color: #F9F9F9;
	border-left: 3px solid #E0E0E0;
}

.quote {
	margin: 10px;
	background-color: #F9F9F9;
	border-left: 3px solid #E0E0E0;
}
.quote-title {
	padding: 5px;
	color: #666666;
	font-weight: bold;
	border-bottom: 1px dashed #E0E0E0;
}
.quote-content {
	word-wrap: break-all;
	color: #666666;
	padding: 10px; 
}

.ubb-obj-div {
	word-wrap: break-all;
	margin: 5px;
	padding: 5px;
	color: #666666;
	background-color: #FFFFFF;
	border: 1px dashed #CCCCCC;
}