**	
*	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: theme_mt_business.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 {
	color : #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	background-attachment: scroll;
	background-repeat: repeat-y;
	background-position: center top;
	background-color: #FFFFFF;
 	margin: 0px;
        padding: 0px;
        text-align: center;
}

a.bt:link,a.bt:visited { 
	color:#ffffff;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;
	background-color:#000563 
}

a.bt:active,a.bt:hover { 
	color:#FF0100;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;
	background-color:#000563 
}


span.bt { 
	width:142px;
	text-align:left;
	padding:1px 5px;
	background-color:#000563;
	border-style:solid;
	border-width:0px;
	border-color:#000000 #000000 #000000 #000000;
	background-image:url(../../../images/themes/theme_mt_business/button.jpg); 
} 

.bg {
	background-image: url(../../../images/themes/theme_mt_business/act_23.jpg);
}

/* Links */

a {
	font-size: 8pt;
	color: #000000;
	font: Verdana, Arial, Helvetica, sans-serif;
	color: #1961A5;
	text-decoration: none; }

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

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

/* Horizontal Line */	
HR {
	background: #1961A5;
	height:2px;
   width:160px;
	border: 1px inset; }


	
/* --Default Class Settings-- */	

.articlehead, .contentheading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
 	color: #1961A5}
	
.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 8pt;
	color: #FFFFFF;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	background-color: #174672;
} 

.componentHeading {
	font: bold 8pt Verdana, Arial, Helvetica, sans-serif;
	color: #FFFEEE;
	text-align: left }
.componentheadingdark {
        font: bold 8pt Verdana, Arial, Helvetica, sans-serif;
        color: #000000;
        text-align: left }

.componentHeading2 {
	font: bold 8pt Verdana, Arial, Helvetica, sans-serif;
	color: #498AC7;
	text-align: left }
	
.inputbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #1961A5;
	background: #C3D7E7;
	border: 1px solid; }

.newsarticle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
	text-align: left }	

.newspane {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
	text-align: left }	

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

.sectiontableentry2 {

}

.sectiontableheader {
	background-color : #498AC7;
	font-weight : bold;
	color: #000000;
}

.whitetext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 8pt;
        color: #FFFFFF;
        text-decoration: none;
        font-weight: normal}
	
.small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
	text-decoration: none; 
	font-weight: normal}
			
.small2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #498AC7;
	text-decoration: none; 
	font-weight: normal}

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

li { list-style: disc url(none) outside;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	vertical-align: top;
}


/* REDEFINE HTML TAGS */
table {
	margin: 0px;
	padding: 0px;
}
img {
	margin: 0px;
	padding: 0px;
}
a {
	text-decoration: none;
}

/* GLOBAL LAYOUT */
.headerRow {
	background-image: url(../../../images/themes/theme_mt_business/headerRepeat.gif);
	border: 10px solid red;	
	background-repeat: repeat-x;
	text-align: right;
}
#headerLogo {
	position: absolute;
	z-index: 1;
	left: 0px;
	top: 0px;
}
#headerCollage {
	text-align: right;
	position: relative;
	top: 0px;
	right: 0px;
	z-index: 2;
}
#bodyTable {
	width: 759px;
	text-align: center;
	position: relative;
	left: 0px;
	top: 0px;
	height: 100%;
}
#headerCell {
	background-image: url(../../../images/themes/theme_mt_business/headerRepeat.gif);	
	background-repeat: repeat-x;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	text-align: right;
	height: 99px;
}
#navCell {
	background-color: #0367A5;
	width: 200px;
	display: table-cell;
	vertical-align: top;
	padding-top: 20px;
}
#contentCell {
	width: 520px;
	vertical-align: top;
	padding: 20px;
}
#blackCell {
	background-color: #000000;
	height: 5px;
	width: 100%;
	font-size: 1px;
}

 /* NAVIGATION */
.sailCell {
	text-align: right;
	width: 50px;
	vertical-align: top;
	padding-right: 7px;
	background-color: #164C6F;
	background-image: url(../../../images/themes/theme_mt_business/navGradient.gif);
	background-repeat: repeat-x;
	font-size: 2px;
}
.sailPic {
	height: 23px;
	width: 30px;
}
.navL1Cell {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
	/*border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;*/
	background-color: #164C6F;
	vertical-align: middle;
	background-image: url(../../../images/themes/theme_mt_business/navGradient.gif);
	background-repeat: repeat-x;
	height: 23px;
	padding: 0px;

}
.navL1Cell a {
	color: #FFFFFF;
}
.navL1Cell a:hover {
	color: #164C6F;
	background-color: #FFFFFF;
}
.navL2Cell {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
	padding-left: 0px;
}
.navL2Cell a {
	color: #FFFFFF;
}
.navL2Cell a:hover {
	color: #164C6F;
	background-color: #FFFFFF;
}
.subNav {
	margin: 0px 0px 0px 15px;
	padding: 0px;
	list-style-type: none;
}

a.bluebg {
	color: white;
}

/* MODULES */
.solutionsTable {
	position: relative;
	left: 0px;
	top: 0px;
	display: block;
	width: 100%;
	border: 2px solid #164C6F;
	margin-bottom: 20px;
	padding-bottom: 200px;
}
.solutionsHead {
	background-color: #FFFF00;
	background-image: url(../../../images/themes/theme_mt_business/yellowGradient.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	padding-top: 3px;
	padding-right: 20px;
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	border: 2px solid #164C6F;
	padding-bottom: 3px;
}
.solutionsContent {
	background-color: #0367A5;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #164C6F;
	border-bottom-color: #164C6F;
	border-left-color: #164C6F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	line-height: 14px;
}
.moduleTable {
	position: relative;
	left: 0px;
	top: 0px;
	
	border: 0px solid #164C6F;
	margin-top: 20px;
}
.moduleHead {
	background-color: #FFFF00;
	background-image: url(../../../images/themes/theme_mt_business/yellowGradient.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	padding-top: 3px;
	padding-right: 20px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	border: 2px solid #164C6F;
	padding-bottom: 3px;
}

.moduleHeadL {
	background-color: #FFFF00;
	background-image: url(../../../images/themes/theme_mt_business/yellowGradient.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	padding-top: 3px;
	padding-right: 20px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	border-right-width: 0px;
	border-right-color: #164C6F;
	border-right-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #164C6F;
	border-bottom-style: solid;
	border-left-width: 2px;	
	border-left-color: #164C6F;
	border-left-style: solid;	
	border-top-width: 2px;
	border-top-color: #164C6F;
	border-top-style: solid;
	padding-bottom: 3px;
}

.moduleHeadM {
	background-color: #FFFF00;
	background-image: url(../../../images/themes/theme_mt_business/yellowGradient.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	padding-top: 3px;
	padding-right: 20px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	border-right-width: 0px;
	border-right-color: #164C6F;
	border-right-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #164C6F;
	border-bottom-style: solid;
	border-left-width: 0px;	
	border-left-color: #164C6F;
	border-left-style: solid;
	border-top-width: 2px;
	border-top-color: #164C6F;
	border-top-style: solid;
	padding-bottom: 3px;
}

.moduleHeadR {
	background-color: #FFFF00;
	background-image: url(../../../images/themes/theme_mt_business/yellowGradient.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	padding-top: 3px;
	padding-right: 20px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	border-right-width: 2px;
	border-right-color: #164C6F;
	border-right-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #164C6F;
	border-bottom-style: solid;
	border-left-width: 0px;	
	border-left-color: #164C6F;
	border-left-style: solid;	
	border-top-width: 2px;
	border-top-color: #164C6F;
	border-top-style: solid;
	padding-bottom: 3px;
}

.moduleContent {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #164C6F;
	border-bottom-color: #164C6F;
	border-left-color: #164C6F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	line-height: 14px;
}
.doubleModuleHeadL {
	background-color: #FFFF00;
	background-image: url(../../../images/themes/theme_mt_business/yellowGradient.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	padding-top: 3px;
	padding-right: 20px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	border: 2px solid #164C6F;
	padding-bottom: 3px;
	width: 50%;
}
.doubleModuleContentL {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #164C6F;
	border-bottom-color: #164C6F;
	border-left-color: #164C6F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	line-height: 14px;
}
.doubleModuleHeadR {
	background-color: #FFFF00;
	background-image: url(../../../images/themes/theme_mt_business/yellowGradient.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	padding-top: 3px;
	padding-right: 20px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	padding-bottom: 3px;
	border-top: 2px solid #164C6F;
	border-bottom: 2px solid #164C6F;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #164C6F;
}
.doubleModuleContentR {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #164C6F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	line-height: 14px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #164C6F;
}
.moduleHeadPic {
	position: relative;
	height: 15px;
	width: 15px;
	left: 5px;
	top: 5px;
	z-index: 1;
	float: left;
	margin-right: 5px;
	background-image: url(../../../images/themes/theme_mt_business/document.gif);
	background-repeat: no-repeat;
}
#rightCol {
	background-color: #0367A5;
	width: 200px;
	display: table-cell;
	vertical-align: top;
	padding-top: 20px;
}
