/**	
*	Mambo Open Source Version 4.0
*	Dynamic portal server and Content managment engine
*	22-10-2002
*
*	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: ie5.css
*	Developers: Danny Younes - danny@miro.com.au
*				Nicole Anderson - nicole@miro.com.au
*				Robert Castley - robert@castley.com
*	Date: 22/10/2002
* 	Version #: 4.0
*	Comments:
**/


<!----- THEME COLOR PALLETTE

Microsoft light green - B6D2BD
Microsoft border green - 0D6A24
Dark Gray - 606060
Medium Gray - A0A0A0
Light Gray - F0F0F0

old a 808080
old hover ff6600
old active 000066
old menulink 5687AF

new a 000088
new hover ff0000
new active ff0000
new menulink 000088

Mambo orange - FF9900
Mambo Orange Link - FF6600

	A {color:"#000088";text-decoration:none;}
	A:visited {color:"#000088";}
	A:active {color:"#FF0000";text-decoration:underline;}
	A:hover {color:"#FF0000";text-decoration:underline;}

	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;

----->


A {font-size: 11px;font-family: Verdana, Arial, Helvetica, sans-serif;color:"#000088";text-decoration:none;}
A {font-size: 11px;font-family: Verdana, Arial, Helvetica, sans-serif;color:"#000088";text-decoration:none;}

a:visited {
	text-decoration:none;
	color: #000088 }

a:active {
	text-decoration:underline;
	color: #ff0000 }

a:hover {
	color: #ff0000;
	text-decoration: none }

.menulink {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000088;
	text-decoration: none; }
	
.componentHeading {
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	text-align: left }

.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 10px;
	color: #000000;
	border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px} 

.articlehead{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
 	color: #333333 }

.inputbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	background: #FFFFFF;
	border: 1px solid; }
		
.bold {
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	color: #666666; }
	
.smalldark {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	color: #000000; 
	font-weight: normal }

.small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ff6600;
	text-decoration: none; 
	font-weight: medium }

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333 }
	
.poll {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	line-height: 14px }

.articleheadWhite{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF }

.whitetext {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #ffffff }

h1 {
	font: bold 18px Arial, Helvetica, sans-serif; 
	color: #999999 }

	
/* Begin new additions/changes
	11-26-2002 */
BODY{
	background-color : White;
	color : Black;
}

HR {
	background: #c0c0c0;
	height:2px;
    width:170px;
	border: 1px inset;
}

.newsarticle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;  /* Up from 10px */
	color: #333333;
	text-align: left }

.sectiontableheader{
	background-color : #999999;
	color : #FFFFFF;
	font-weight : bold;
}

.sectiontableentry1{
	background-color : #FFFFFF;
}

.sectiontableentry2{
	background-color : #EBEBEB;
}

.popupwindow{
	background-color : #FFFFFF;
}

.newspane{
	background-color : White;
}

.newspaneopen{
	border : 1px ridge #DCDCDC;
}
