/**	
*	Mambo Open Source Version 4.0
*	Dynamic portal server and Content managment engine
*	22-10-2002
*
*	Copyright (C) 2000 - 2003 Miro International Pty. Limited
*	Distributed under the terms of the GNU General Public License
*	This software may be used without warranty provided these statements are left 
*	intact and a "Powered By Mambo" appears at the bottom of each HTML page.
*	This code is Available at http://sourceforge.net/projects/mambo
*
*	Site Name: Mambo Open Source Version 4.0
*	File Name: theme_shuzenji.css
*	Developers: John Pritchard [john (at) druid (dot) ca]
*	Date: 13 Mar 2003
* 	Version #: 0.1
*	Comments: This theme is based on modification of the "mambobizz" theme
*/
	
/* --Default Page Settings-- */

/* Body */
BODY {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px;
	background-color: #fff;
	color: #666; }

/* Links */
a {
	font-size: 11px
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	color: #808080;
	text-decoration: none; }

a:hover {
	color: #FF9900;
	text-decoration: none; }

a:active {
	text-decoration: underline;
	color: #000066; }

/* Table Column */	
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333; }	

/* Horizontal Line */	
HR {
	background: #c0c0c0;
	height:2px;
	width:170px;
	border: 1px inset; }

	
/* --Default Class Settings-- */	
.site_title {
	font size: 22px;
	font-face: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FF9900;
}

.articlehead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
 	color: #666666 }
	
.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 10px;
	color: #666666;
	border-style: solid;
	border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px } 

.componentHeading, h1 {
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	/* color: #333333; */
	color: #FF9900;
	text-align: left }

h3 {
	/* Used by MiniBB Headings */
	/* Make it look like componentHeading for consistency */
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	color: #FF9900;
	text-align: left }


.inputbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FF9900;
	background: #FFFFFF;
	border: 1px solid #666; }

.newsarticle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-align: left }	

.newspane {
	background-color: #FFFFFF; }

.newspaneopen {
	border: 0px ridge #DCDCDC; }
	
.poll {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	line-height: 14px }
	
.popupwindow {
	background-color: #FFFFFF; }
	
.sectiontableentry1 {
	background-color: #FFFFFF; }

.sectiontableentry2 {
	background-color: #EBEBEB; }

.sectiontableheader {
	background-color: #999999;
	color: #FFFFFF;
	font-weight: bold; }
	
.small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF9900;
	text-decoration: none; 
	font-weight: medium }

.small_legend {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF9900;
	text-decoration: none; 
	font-weight: bold }
				
.smalldark {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	color: #000000; 
	font-weight: normal }

li { list-style: inside url(../images/themes/theme_shuzenji/bullet_arrow.gif) 2px;
	list-style-image: url(../images/themes/theme_shuzenji/bullet_arrow.gif);
}

form {
	margin-top: 2px;
}

