/*
+---------------------------------------------------------------+
|	e107 website system
|
|	©William Moffett 2001-2005
|	http://e107.net
|	que@e107.net
|
|	Released under the terms and conditions of the
|	GNU General Public License (http://gnu.org).
+---------------------------------------------------------------+
*/

* { 	
	margin: 0px;
	padding: 0px;
}

/* CORE STYLES */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #000;
	background-repeat: repeat-x; background-color:#C4C3C9; margin:0px 0px; padding:0px; text-align: center;
}

a { 
	color: #000; 
	text-decoration:none;
	font-weight: bold;
}

a:hover { 
	color: #0000FF; 
	text-decoration: overline;
}

p {}

h1, h2, h3, h4, h5, h6{
	font-size: 11px;
	color: #FFF;
	font-weight: bold;
	background-color:#C4C3C9;
	border: 1px solid #000;
	margin:2px;
	padding:4px;
	background-image: url(images/menubg.jpg);
	
	
}

ul li {
  	list-style: square inside url(images/bullet.gif);
}

table {
	margin: 0px;
	padding: 0px;
	border: none;
	border-collapse: collapse;
}

td { 
	text-align:left; 
	vertical-align:top; 
	padding-left:2px; 
	padding-right:2px;
	}

blockquote {}

ul, ol {}

form { }

input{
	margin:2px;
}

hr { 
	margin-top:2px;
	height:1px;
	border:none;
	background-color:#3f3f3f;
}

/* MAIN TABLE */

.alientable {
	margin:0px auto;
	padding: 0px;
	width: 1024px;
}

/* GFX LAYOUT */

#logo {
	border:0; 
	background: #F2EEEC; 
	background-image: 
	url(images/logo.png);
} 

.logo {
	border:0; 
	background: #F2EEEC; 
	background-image: 
	url(images/logo.png);
} 

.LOGO {
	border:0; 
	background: #F2EEEC; 
	background-image: 
	url(images/logo.png);
} 

.header_left {
	padding:0px;
	/*background-image: url(images/header_left.jpg);*/
	background-repeat: no-repeat;
	height: 229px;
	width: 3px;
}

.header_center {
	padding:0px;
	background-image: url(images/header_tile.jpg);
	background-repeat: repeat-x;
	height: 229px;
	
}

.headcenter_left{
	padding:0px;
	height: 229px;
	width:100%;
	background: url(images/header_center_left.jpg) top left no-repeat;
}

.headcenter_right{
	position:relative;
	padding:0px;
	height: 229px;
	width:100%;
	background: url(images/header_center_right.jpg) top right no-repeat;
}

#sitename{
	display:none;
}

#sitetag{
	display:none;
}

#logo span{
	display:none;
}

#headsearch{
	position: absolute;
	right: 0px;
	top: 197px;
	height: 30px;
	width: 175px;


}
#headsearch p{
	margin: 0px;
	padding: 0px;
}

#searchname{
	margin-top: 4px;
	width: 135px;
	height: 17px;
	float: left;
	border-top: 1px solid #000;
	border-right: 1px solid #E0DFE3;
	border-bottom: 1px solid #ccc;	
	border-left: 1px solid #000;
	display: none;
}

#searchbutton{
	float: right;
	height: 22px;
	width: 27px;
	background: url(http://www.taaze.tw/images/collect/top_search_button.gif);
}

.header_right {
	padding:0px;
	/*background-image: url(images/header_right.jpg);*/
	background-repeat: no-repeat;
	height: 229px;
	width: 3px;
}

.content_left {
	padding:0px;
	background-image: url(images/left_tile.jpg);
	width: 3px;
	background-repeat: repeat-y;
	vertical-align: top;
}

.content_center {
	padding:0px;
	background-color: #E0DFE3;
	font-size: 12px;
	color: #000;
	vertical-align: top;
}

.content_right {
	padding:0px;
	background-image: url(images/right_tile.jpg);
	width: 3px;
	background-repeat: repeat-y;
	vertical-align: top;
}

.left_menu {
	padding:0px;
	width: 15%;
	vertical-align:top;
	border-right: 1px solid #E0DFE3;
}

.code_highlight{
	padding: 5px;
	margin: 5px;
	font: 10.4px verdana, tahoma, arial, helvetica, sans-serif;
	color: #000;
	border: 1px solid;
	background-color: #999999;
	border-bottom: #ccc 1px solid;
	border-left: #151515 1px solid;
	border-right: #39393b 1px solid;
	border-top: #000 1px solid;
	
}

.content {
	padding:0px;
	width: auto;
	vertical-align:top;
}

.right_menu {
	padding:0px;
	width: 15%;
	vertical-align:top;
	border-left: 1px solid #E0DFE3;
}

.right_menu2 {
	padding:0px;
	width: 10%;
	vertical-align:top;
	border-left: 1px solid #1f1f1f;
}

.footer_left {
	padding:0px;
	background-image: url(images/footer_left.jpg);
	background-repeat: no-repeat;
	width: 3px;
	height: 72px;
}

.footer_center {
	padding:0px;
	background-image: url(images/footer_tile.jpg);
	height: 72px;
}

.footer_right {
	padding:0px;
	background-image: url(images/footer_right.jpg);
	height: 72px;
	width: 3px;
}

.fc_left {
	padding:0px;
	background-image: url(images/footer_center_right.jpg);
	width: 106px;
	text-align:left;
	padding-top:20px;
}

.fc_center {
	padding:0px;
	background-image: url(images/footer_center_center.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 72px;
	width: auto;
	text-align:center;

}

#fc_center{

	padding-top:30px; 
}

.fc_right {
	padding:0px;
	background-image: url(images/footer_center_right.jpg);
	width: 106px;
	text-align:right;
}

.fc_right span{
	display:none;

}

/* NAVIGATION */

#navigation{
	height: 21px;
	position: absolute;
	left: 5px;
	top: 200px;
	text-align: center;
	
}

#navigation li{
	list-style: none;
	float: left;
	height: 21px;
	list-style-type: none;
}

#navigation a{
	width: 104px; 
	height: 21px;
	font-size: 10px;
	color: #000;
	line-height: 20px;
	text-decoration: none;
	background: url(images/spacer.png) no-repeat; 
	background-position: 0px -50px;
	display: block;

}

#navigation a:hover{
	color: #FF0000;
	background-position: 0px -25px;
}

#navigation a.onpage {
	color: #000;
	background-position: 0px 0px;
}

#navigation a:hover.onpage {
	color: #000;
	background-position: 0px 0px;
}

#subnavigation{
	height: 18px;
	position: absolute;
	left: 5px;
	top: 196px;
	
}

#subnavigation li{
   padding: 0px 0px;
	list-style: none;
	height: 18px;
	float:left;
	text-align: center;
}

#subnavigation a{ 
   padding: 0px 0px;
	text-transform: lowercase;
	width: 104px; 
	height: 18px;
	display: block;
	line-height: 12px;
	color: #F3F4F5;
	font-size: 10px;
	text-decoration: none;
	background-position: 0px -50px;
	background:transparent  url(images/subimg.gif) bottom center no-repeat;
}

#subnavigation a:hover{
	color: #000;
	background:transparent  url(images/subimg.gif) bottom center no-repeat;
}

#subnavigation a.onpage{
	color: #000;
	background:transparent  url(images/subimg.gif) bottom center no-repeat;
}

/* E107 STYLES */

.bodytable {
	padding: 8px;
	font: 10px verdana, tahoma, arial, helvetica, sans-serif;
	color: #333333;
}

.indent{
	padding: 5px;
	margin: 5px;
	font: 9px verdana, tahoma, arial, sans-serif;
	color: #333333;
	border: 1px solid;
	background-color: #cccccc;
	border-bottom: #39393b 1px solid;
	border-left: #151515 1px solid;
	border-right: #39393b 1px solid;
	border-top: #151515 1px solid;
	background: url(images/bgblock.jpg);
}

.indentchat{
	background-color:#E0DFE3;
	border: 1px solid #282828;
	margin:2px;
	padding:4px; 
	display:block;
	text-decoration:none;
	font-weight:bold;
	color: #cbcbcb;
	background-image : url(images/tboxBG.jpg);
}

.mediumtext {
	font: 10px verdana, tahoma, arial, sans-serif;
	color: #fff;
}

.smalltext {
	font: 10px verdana, tahoma, arial, helvetica, sans-serif;
	color: #000;
}

.tbox {
	background-color: #C4C3C9;
	border: #39393b 1px solid;
	color: #000;
	font: 10px verdana, tahoma, arial, helvetica, sans-serif;
	background-image : url(images/tboxBG.jpg);
}

.helpbox {
	background-color: #1f1f1f;
	border: #39393b 1px solid;
	color: #fff;
	font: 9px tahoma, verdana, arial, helvetica, sans-serif;
	
}

.small {
	background-color: transparent;
	border: transparent 1px solid;
	color: #fff;
	font: 8px tahoma, verdana, arial, helvetica, sans-serif;
}

.button{
	margin:2px 2px;
	background-color: #ccc;
	border: #39393b 1px solid;
	color: #000;
	font: 9px verdana, tahoma, arial, helvetica, sans-serif;
	text-align:center;
	background-image: url(images/button.jpg);
}

/* FORUM STYLES */

.fcaption {
	padding:0px 4px;
	height:21px;
	line-height:21px;
	background: #C4C3C9 url(images/ncbg.jpg) top left repeat-x;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	color: #000;
	font-weight:bold;
}

.fcaption span.smalltext{
	color: #333333;
}

.fcaption span.smalltext a:hover{
	color: #000;
}

.fcaption a {
	color: #4C4A5C;
	text-decoration: none;
}

.fcaption a:hover {
	color: #000;
}

a.forumlink{
	color: #4C4A5C;
	text-decoration: none;
}

a.forumlink:hover{
	color: #000;
}

.doNotDisplay{ /* used to hide elements */
	display: none;
}

.fborder {
	border: #000 1px solid;
	background-color: transparent;
}

.forumheader{
   background-color: #C4C3C9;
	padding:0px 4px;
	height:20px;
	line-height:16px;
	font-weight:bold;
	background-image : url(images/ncbg.jpg);
	color: #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}

.forumheader2{
   background-color: #C4C3C9;
	color: #000;
	padding: 4px;
	border: #000 1px solid;
	background-image: url(images/chatbg.jpg);
}
 .forumheader3{
   background-color: #C4C3C9;
	color: #000;
	padding: 4px;
	border: #000 1px solid;
	background-image: url(images/chatbg.jpg);
}
 .forumheader4{
	background-color: #C4C3C9;
	font: 10px verdana, tahoma, arial, sans-serif;
	color: #000;
	padding: 4px;
	border: #000 1px solid;
	background-image: url(images/chatbg.jpg);
}

.finfobar{
	color: #cbcbcb;
	padding: 4px;
	border: #252525 1px solid;
	background: #9999A4;
}




