body {
	background: #FFEDF5;
	color: #444444;
	font-size:12px;
	font-family: Verdana, Arial;
	padding:0;
	margin:auto;
    text-align: center;
}
table {
	font-family: Verdana, Arial;
	color: #444444;
	font-size: 12px;
}
td {
	word-break: break-all;
}
a { zmm:expression(hideFocus=true);
	blr:expression(this.onFocus=this.blur())
}
a {
    text-decoration: none;
	color: #444444;
}
a:hover {
    COLOR: #FF4B9C;
	text-decoration: none;
}
hr {
	height: 1px;
	border: 0;
	border-top: 1px solid #BBB;
}
img {
   border: none;
}
acronym {
	text-decoration: none;
	border-bottom: 1px solid #BBB;
	cursor: help;
}
/****** Form Controls Styles ******/
form {
	display: inline;
}
input {
	font-family: Verdana, Arial;
	font-size: 12px;
}
input.text {
    padding: 1px;
	color: #444444; 
	border:1px solid #BBB;
	margin-top: 1px;
	margin-bottom: 1px;
}
input.text:hover {
}
input.button {
	height: 20px;
    padding: 1px;
	border: 1px solid #BBB;
	color: #040301; 
	background-color: #ffffff;
	margin-top: 1px;
	margin-bottom: 1px;
}
textarea {
	font:12px  Verdana, Arial,sans-serif; 
	color: #444444;
	border:1px solid #BBB;
	margin-top: 1px;
	margin-bottom: 1px;
}
textarea:hover {
}
select { 
	margin-top: 1px;
	border: 1px solid #BBB;
}
/****** Main Layout Styles ******/
#wrapper {
	width: 100%;
	text-align: center;
}
#innerWrapper {
	width: 625px;
	margin: 20px auto;
	text-align: left;
	background-color: #ffffff;
	border: 1px solid #bbb;
    table-layout: fixed;
}
#header {
	width: 625px;
	margin: 0 auto;
}
#innerHeader {
	margin: 0px;
	padding: 20px 20px;
}
#footer {
	clear: both;
	height: auto;
}
#innerFooter {
	text-align: center;
	font-size: 12px ;
	font-weight: normal;
	padding: 0px 10px 5px 10px;
}
#footer a {
	font-weight: normal;
}
#footer a:hover {
}
.copyright {
	font-size: 10px;
	text-align: center;
	color: #000;
}
/****** Header Elements Styles ******/
/* nav menu */
#menu {
    float:right;
	/*border-bottom: 1px solid #ccc;*/
}
#menu ul{
	list-style-type:none;
	margin: 0px;
	padding: 0px;
}
#menu li{
	float: left;
	margin-left:15px;
	list-style: none;
    display:inline;
}
#menu ul li a{
	padding-top: 5px;
	color:#FF4B9C;
}
#menu .activepage a {
    /*text-decoration :line-through;*/
}
/* sidebar */
/* content */
.content {
	float: left;
	padding: 0px;
	width: 625px;
	margin-top: 0px;
	margin-bottom: 5px;
}
.content-wide {
	margin: 0px;
	width: 805px;
}
.content-only {
	margin: 0px;
	width: 625px;
}
#innerContent {
	width: 625px;
	overflow: hidden;
}
/* 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-right: 0px;
    text-align: left;
}
.panel h5 {
	color:#444444;
	font-size: 12px;
	margin-bottom: 0px;
    padding: 5px 0 0px 0px;
}
.panel-content{
	color:#444444;
	padding: 0px 0px 0px 0px;
	line-height: 130%;
}
.panel-content ul{
	color:#444444;
	margin: 0px;
}
.panel-content li{
	margin: 0px;
	color: #444444;
    padding: 0px;
	list-style: none;
}
.panel-content li {
    /*margin-left: -20px;*/
}
* html .panel-content li {
	list-style: none;
    margin-left: 0px;
}
*+html .panel-content li {
	list-style: none;
    margin-left: 0px;
}
.panel-content li.indent{
	padding: 0px;
	background-image: url("images/list.gif");
	background-repeat: no-repeat;
	text-indent: 15px;
}
/* user panel login form */
#loginForm {
	width: 95%;
}
/****** Announcement Box ******/
.announce{
	padding: 2px;
	margin: 0 20px 15px 20px;
	margin-top: 10px;
	border:1px solid #d8d8d8;
	text-align: left;
    table-layout: fixed;
}
.announce-content{
	font-size:12px;
	word-wrap: break-all;
    /*line-height: 150%; */
}
.announce-content a {
}
/****** Defaul Page Elements ******/
.article-top {
	padding: 5px; 10px 0px 10px;
}
.article-bottom {
	padding: 5px; 10px 0px 10px;
}
/* page links */
.pages {
    text-align: left;
	font-size:12px !important;
	font-size:12px;
	margin-left: 18px;
	margin-right: 18px;
}
.pagelink-current {
	font-weight: bold;
	font-size: 12px;
}
.listbox {
	padding: 5px 20px 5px 20px;
}
.listbox-table {
	width: 100%;
}
.listbox-header {
	font-weight: bold;
	color: #444444;
}
.listbox-entry {
	word-wrap: break-all;
	font-size:12px;
	border-bottom: 1px dashed #bbb;
}
.listbox-entry a{
	word-wrap: break-all;
}
/* entry display box */
.prev-article{ margin-left: 15px; padding-bottom: 2px;}
* html .prev-article,*+html .prevarticle { margin-left:10px;}
.next-article{ margin-left: 15px; padding-bottom: 2px;}
/* text box */
.textbox{
	clear: both;
	margin:5px 10px 5px 10px; 
	padding-top:0px; 
	padding-bottom: 5px;
	text-align: left;
}
.textbox-title{
    color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	margin-left: 10px;
	word-wrap: break-all;
}
.textbox-title h4{
	font-size: 12px;
    color: #ffffff;
	padding: 2px 5px;
	background:#FF4B9C;
	display: inline;
}
.textbox-title h4 a {
    color: #ffffff;
}
.textbox-title h4 a:hover {
    COLOR: #ffffff;
	BACKGROUND-COLOR: #FF4B9C; 
	TEXT-DECORATION: none;
}
.textbox-label{
    float: left;
	padding: 5px 10px 0px 10px;
    padding-top: 5px;
	font-size: 11px;
	color: #999999;
	font-weight: normal;
}
.textbox-label a{
    color: #999999;
}
.textbox-label a:hover {
    COLOR: #FF4B9C;
	text-decoration: none;
}
.textbox-fontsize{
	color: #666666;
	font-size:12px !important;
	font-size: 12px;
	padding: 5px 10px 0px 10px;
	float: right;
	text-align: right;
	display: inline;
}
.textbox-fontsize a{
    color: #999999;
}
.textbox-content{
	clear: both;
	padding: 10px;
	word-wrap: break-word;
    font-size:12px;
    line-height: 150%;
}
.textbox-content img {
    border: none;
}
.textbox-content textarea{
	word-wrap: break-word;
	color:#444444;
    line-height: 150%;
    border: 1px solid #bbb;
}
.textbox-content a{
    color:#FF4B9C;
}
.textbox-bottom{
    text-align: right;
	margin-top: 0px;
    padding-top: 3px;
    margin-left: 10px;
	margin-right: 10px;
	font-size:12px !important;
	font-size: 12px;
    border-top:1px #bbb dashed;
}
.textbox-bottom a {
}
.textbox-bottom a:hover {
}
.textbox-adminbar {
	padding-bottom: 4px;
	padding-right: 10px;
	font-size: 12px;
	font-weight: normal;
	text-align: right;
}
.textbox-adminbar a{
}
.textbox-tburl {
    text-align: left;
	margin-top: 5px;
	margin-left: 10px;
	padding-top: 3px;
	font-size:12px !important;
	font-size: 12px;
}
.textbox-info{
	padding-left: 10px;
    padding-bottom: 10px;
	font-size:12px !important;
	font-size: 12px;
	text-align:left;
}
.textbox-info a{
    color: #444444;
}
.textbox-info a:hover {
    COLOR: #FF4B9C;
	text-decoration: none;
}
/* comments wrapper */
.comment-wrapper{
	padding-top:0px;
}
/* comments top box */
.comment-top{
	padding: 5px;
	padding-top: 0px;
	margin: 5px;
	margin-left: 15px;
	color: #444444;
	text-align: right;
}
.comment-pages{
	padding: 5px;
	color: #666666;
	text-align: left;
	margin-left: 15px;
}
.comment-pages a{
}
.comment-pages a:hover{
}
.pagelink-current {
	font-weight: bold;
}
#com{
	font-size:12px;
	color:#FF4B9C;
	padding-left:20px;
	padding-top:10px;
    padding-bottom:10px;
}
/* commnet box */
.commentbox{
	word-wrap: break-word;
	padding: 0;
	margin: 0px 15px;
	font-size:12px;
	text-align: left;
}
.commentbox-title{
    /*background: #FFEDF5;*/
	padding: 5px;
}
.commentbox-label{
	display: inline;
	font-size: 12px;	
}
.commentbox-content{
	padding: 5px 3px;
	word-wrap: break-word;
    font-size:12px;
    line-height: 150%;
}
.commentbox-content img {
    border: none;
}
.commentbox-content a{
    color:#FF4B9C;
}
.reply-content {
	padding:0px 0 0 0px;
	margin: 0px 0px 0px 0px;
	line-height: 150%; 
	color:#999999;
}
 .reply-content a {
    COLOR: #FF4B9C;
	text-decoration: none;
}
/* trackback box */
.trackbackbox{
	padding: 5px;
	margin: 0px 15px;
}
.trackbackbox-title{
    background: #FFEDF5;
	padding: 5px;
}
.trackbackbox-label{
	display: inline;
	font-size: 12px;
}
.trackbackbox-content{
	padding: 5px 3px;
	word-wrap: break-word;
    font-size:12px;
    line-height: 150%;
}
.trackbackbox-content img {
    border: none;
}
.trackbackbox-content a{
    color:#FF4B9C;
}
/* comment form wrapper */
#commentForm {
	width: 99%;
	text-align: left;
	margin: 5px 20px 5px 20px;
}
/****** normal message box ******/
.messagebox{
    width: 500px;
    margin-top: 135px;
	text-align: center;
	border: 1px solid #bbb;
}
.messagebox-title{
    padding: 5px;
    font-weight: bold; 
    padding: 5px;
    background-color: #FFFFFF;
    border: none;
}
.messagebox-content{
    padding: 10px; 
    padding-bottom: 20px; 
    text-align: left;
	background-color: #ffffff; 
}
.messagebox-bottom{
	padding: 5px;
    background-color: #FFFFFF; 
    border: none;
}
/****** Input Form Styles (table) ******/
.formbox{}
.formbox-comment{
	padding-top: 10px;
}

.formbox-title,
.formbox-comment-title{
	color: #444444;
	font-weight: bold;
	padding: 5px 5px 5px 5px;
}

.formbox-rowheader {
	padding: 5px;
	font-weight: bold;
	vertical-align: text-top;
}
.formbox-content {
	padding: 5px;
}
/* smilies list */
.panel-smilies {
	padding:5px;
	text-align: center;
}
.panel-smilies-title {
	text-align: left;
	border-bottom: 1px solid #BFCAD2;
}
.panel-smilies-content {
	padding: 5px;
	line-height: 120%;
}
.panel-smilies-content a:hover{
	background-color: #ffffff;
}
/****** UBB Code Custom Styles ******/
/* IE fix for ul */
.code {
	/*background: url('images/code.gif') no-repeat left top;*/
	background-color: #FFEDF5;
	word-wrap: break-all;
	font-size:12px;
	line-height: 150%;
    border-left:2px solid #FF4B9C;
	margin: 10px 0px 0px 15px;
	padding: 0 0 0 5px;
}
.quote {
	/*background: url('images/quote.gif') no-repeat left top;*/
	margin: 10px 0px 0px 15px;
    border-left:2px solid #FF4B9C;
}
.quote-title {
	/*padding: 4px;
	padding-bottom:9px !important;
	padding-bottom:6px;*/
	padding-left: 8px;
	font-size: 12px;
	font-weight: bold;
}
.quote-title img {
	padding-right: 3px;
	margin-bottom: -4px;
}
.quote-content {
	word-wrap: break-all;
	font-size:12px;
	line-height: 150%; 
	padding: 0px 0px 0px 5px;
}
.quote-content img{
	border:none;
}
.quote-content a{
    color:#FF4B9C;
}
/****** Link ******/
.linkover {
	margin-bottom: 20px;
	height: auto;
	clear: both;
}
.linkbody {
	margin-top: 5px;
	width: 250px;
	float: left;
}
.linkimg {
/*	width: 35%;*/
	float: left;
	text-align: right;
	margin-right: 4px;
}
.linktxt {
	float: left;
}
.linktitle a {
}
.linkgroup {
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 5px;
	color: #444444;
}
/* Emot Page Selection */
#smileybuttons {
text-align: right;
margin-top: 9px;
}
.smileybut {
margin-right:3px;
padding: 3px;
vertical-align: middle;
font-weight: normal;
text-align: center;
}
.smileybut  a{
}
/* page box */
.pagebox{
	clear: both;
	margin:5px 10px 5px 10px; 
	padding-top:0px; 
	padding-bottom: 5px;
	text-align: left;
}
.pagebox-title{
    color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	margin-left: 10px;
	word-wrap: break-all;
}
.pagebox-title h4{
	font-size: 12px;
    color: #ffffff;
	padding: 2px 5px;
	background:#FF4B9C;
	display: inline;
}
.pagebox-title h4 a {
    color: #ffffff;
}
.pagebox-title h4 a:hover {
    COLOR: #ffffff;
	BACKGROUND-COLOR: #FF4B9C; 
	TEXT-DECORATION: none;
}
.pagebox-content {
	clear: both;
	padding: 10px;
	word-wrap: break-word;
    font-size:12px;
    line-height: 150%;
}
.pagebox-content img {
    border: none;
}
.pagebox-content textarea{
	word-wrap: break-word;
	color:#444444;
    line-height: 150%;
    border: 1px solid #bbb;
}
.pagebox-content a{
   color:#FF4B9C;
}
/* fanfou */
.fanfou li{
    padding-bottom: 5px;
	padding-right: 20px;
}
/* Extra Footer */
#toolbar_button{
   padding-top:0px; 
   text-align:center;
}
#divSidebar  {
   width:600px;
   height:160px;
   margin:5px 0;
   padding:10px 0px;
   text-align:center;
   background:#FAFAFA;
   border:1px #E5E5E5 solid;
}
.function_cat{
   float:left;
   width:125px;
   margin:0px 0 0 0;
   padding:0 0 0 15px;
   text-align:left;
   line-height: 130%;
}
.function_cat h3{
   font-size:12px;
   height:15px;
   margin:0 0 0 0;
   padding:5px 0 0 2px;
   color:#555;
}
.function_cat ul{
   text-align:left;
   width:125px;
   margin:2px 0 0 0;
   padding:2px 0 0 0;
   list-style-position:outside;
   list-style-type:none;
   border-top:1px solid #E5E5E5;
}
.function_cat li{
   margin:0 0 0 0;
   padding:0px 0 1px 5px;
}
.function_cat li.indent{
	padding: 0px;
	background-image: url('images/list.gif');
	background-repeat: no-repeat;
	text-indent: 15px;
}
.function_com{
   float:left;
   width:130px;
   margin:0px 0 0 0;
   padding:0 0 0 15px;
   text-align:left;
   line-height: 130%;
}
.function_com h3{
   font-size:12px;
   height:15px;
   margin:0 0 0 0;
   padding:5px 0 0 2px;
   color:#555;
}
.function_com ul{
   text-align:left;
   width:130px;
   margin:2px 0 0 0;
   padding:2px 0 0 0;
   list-style-position:outside;
   list-style-type:none;
   border-top:1px solid #E5E5E5;
}
.function_com li{
   margin:0 0 0 0;
   padding:0px 0 1px 5px;
}
.function_misc{
   float:left;
   width:140px;
   margin:0px 0 0 0;
   padding:0 0 0 15px;
   text-align:left;
   line-height: 130%;
}
.function_misc h3{
   font-size:12px;
   height:15px;
   margin:0 0 0 0;
   padding:5px 0 0 2px;
   color:#555;
}
.function_misc ul{
   text-align:left;
   width:140px;
   margin:2px 0 0 0;
   padding:2px 0 0 0;
   list-style-position:outside;
   list-style-type:none;
   border-top:1px solid #E5E5E5;
}
.function_misc li{
   margin:0 0 0 0;
   padding:0px 0 1px 5px;
}