/**	
*	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:
*/
	
/* --Default Page Settings-- */

/* Body */
BODY {
	color : #000000;
	font-family: Verdana,Arial,Sans-Serif;
	font-size: 11px; }
	BACKGROUND-IMAGE: url("images/tile_back.gif");
/* Links */
a {
	text-decoration: underline; 
	font: 11px Verdana,Arial,Sans-Serif;
	color: #0099CC}

a:link {
	color: #999999;
	text-decoration: none; }

a:hover {
	color: #FF5500; }

a:active {
	color: #999999; }

a:visited {
	text-decoration: none;
	color: #999999; }

/* Table Column */	
td {
	font-family: Verdana,Arial,Sans-Serif;
	font-size: 11px;
	color: #000000; }	

/* Horizontal Line */	
HR {
	background: #000000;
	height:2px;
    	width:170px;
	border: 1px inset; }


	
/* --Default Class Settings-- */	

.articlehead {
	font-family: Verdana,Arial,Sans-Serif;
	font-size: 16px;
	font-weight: bold;
 	color: #009ACE }
	
.button {
	font-family: Verdana,Arial,Sans-Serif;
	font-style: normal;
	font-weight: bold;
	font-size: 8px;
	color: #000000;
	border-style: solid;
	border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px } 

.componentHeading {
	font: bold; 
	font-size: 12px;
	font-family: Verdana,Arial,Sans-Serif;
	color: #000000;
	text-align: left }

.inputbox {
	font-family: Verdana,Arial,Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	background: #FFFFFF;
	border: 1px solid; }

.newsarticle {
	font-family: Verdana,Arial,Sans-Serif;
	font-size: 12px;
	color: #333333;
	text-align: left }	

.newspane {
	background-color : White;
	border-bottom : 1px dotted #D0D0D0; }

.newspaneopen {
	border : 0px dotted #DCDCDC; }
	
.poll {
	font-family: Verdana,Arial,Sans-Serif;
	font-size: 12px;
	color: #666666;
	line-height: 14px }
	
.popupwindow {
	background-color : #FFFFFF; }
	
.sectiontableentry1 {
	background-color : #FFFFFF; }

.sectiontableentry2 {
	background-color : #FFFFFF; }

.sectiontableheader {
	background-color : #999999;
	color : #FFFFFF;
	font-weight : bold; }
	
.small {
	font-family: Verdana,Arial,Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF9900;
	text-decoration: none; }
			
.smalldark {
	font-family: Verdana,Arial,Sans-Serif;
	font-size: 12px; 
	color: #000000; 
	font-weight: normal }

li { list-style: inside url(../images/M_images/arrow.gif) 2px;
	list-style-image: url(../images/M_images/arrow.gif);
}
/** template specified classes **/

.basic_table {
	border: 0px solid #CCCCCC;
}
.top_table {
	background-color: #FFFFFF;
	border-bottom: 1px dotted #CCCCCC;
}
.nav_table {
	border-left: 1px dotted #CCCCCC;
}
.path_table {
	border-right: 1px dotted #CCCCCC;
}

table.moduletable {
  margin: 0px 0px 0px 2px;
  width: 100%;
  text-align: left;
}

table.moduletable th {
	font-size: 11px;
	font-weight: bold; 
	text-align: left;
	height: 14px;
	line-height: 18px;
	white-space: nowrap;
	vertical align: top; 
	bgcolor: #FFFFFF;
}

table.moduletable td {
  font-size        : 10px;
  font-weight      : normal;
  padding:	1px;
 	vertical align: top; 
	bgcolor: #FFFFFF;

}