/**
*	Mambo Open Source Version 4.0
*	Dynamic portal server and Content managment engine
*	22-07-2003
*
*	Copyright (C) 2000 - 2002 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_mambogreen.css
*	Developers: Danny Younes - danny@miro.com.au
*				Nicole Anderson - nicole@miro.com.au
*				Robert Castley - robert@castley.com
*	Date: 22/07/2003
* 	Version #: 4.0
*	Comments:
*/

/* --Default Page Settings-- */

/* Body */
BODY {
	background-color : White;
	color : Black; }

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

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

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

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

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



/* --Default Class Settings-- */

.articlehead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
 	color: #333333 }

.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: Bold;
	font-weight: normal;
	font-size: 12px;
	color: #FFFFDD;
	background: #E1B77C;
	border-style: solid;
	border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px }

.componentHeading {
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	text-align: left }

.inputbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	background: #ffffff;
	border: 1px solid; }

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

.newspane {
	background-color : White; }

.newspaneopen {
	border : 0px ridge #DCDCDC; }

.poll {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	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: 12px;
	color: #ff6600;
	text-decoration: none;
	font-weight: medium }

.smalldark {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal }

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