/* ---------------------------------------------------------------------------------------------------- */


/**	
*	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 {
	background-color : White;
	color : Black; }

/* Links */
a {
	font-size: 11px
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	color: #808080;
	text-decoration: none; }

a:hover {
	color: #ff6600;
	text-decoration: underline; }

a:active {
	text-decoration:none;
	color: #000066; }

/* Table Column */	
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333; }	
td .titgray {
	BORDER: #cccccc 1px solid;
	BACKGROUND-COLOR: #eaeaea;
	padding: 0px;
}


/* Horizontal Line */	
HR {
	height:2px;
	width:100%;
	border: 1px inset;
	background-color: #c0c0c0;
	text-align: center;
}
IMG.spaziatura{
	PADDING-TOP: 1px;
	height: 7px;
	width: 100%;
}


	
/* --Default Class Settings-- */	

.cfBox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
 	color: #CC3300}
	
.content_title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #666666;
	font-style: normal;
	text-decoration: none;
	text-transform: none;
	display: block;
	background-color: #EEEEEE;
	padding: 3px;
	vertical-align: bottom;
	height: 15px;
}
	
.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
	} 

.componentHeading {
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	text-align: left }
	
.archivHeading {
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	text-align: right }	

.inputbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	background: #FFFFFF;
	border: 1px solid; }

.newsarticle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-align: left }	

.newspane {
	background-color : #F4F4F4; }

.newspaneopen {
	border : 0px ridge #DCDCDC; }
	
.indicaziuns {
	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: #ff6600;
	text-decoration: none; 
	font-weight: medium }
			
.smalldark {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px;
	color: #999999; 
	font-weight: normal; }
	
.formfield {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #666666;
	font-weight: bold;
}
	
.formfielderr {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CC3300;
	text-decoration: none; 
	font-weight: bold}
	

li.punto {
	list-style: inside url(img/ball.gif);
	list-style-image: url(img/ball.gif);}

li.menu {
	list-style: inside url(img/arrow.gif);
	list-style-image: url(img/arrow.gif);}

li.open {
	list-style: inside url(img/arrowOpen.gif);
	list-style-image: url(img/arrowOpen.gif);}
	
	
	
	
.navmenu {
	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
}


.submitButton a {
	color: #FFFFFF;
	display:block;
	text-decoration: none;
	padding: 1;
	font-weight: bold;
	background-color: #999999;
	border-color: #FFCC33;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
}
.submitButton a:hover {
	color: #FFFFFF;
	display:block;
	background-color: #797979;
	text-decoration: none;
	font-weight: bold;
	border-color: #000000;
}
