/*
--------------------------------------------------------------------------
  This software is the sole property of 
  Fusion Business solutions 
  MTA House - Level 1 , 83 Greenhill Rd 
  Wayville SA 5034 
  +61 8 8208 4888 
  info@fusion-solutions.com.au
  All rights reserved 2007
  Written By John Kamuchau
  www.kjventures.com
--------------------------------------------------------------------------
Deafult stylesheet with 
#  Core page layout(headers and footers)
#  Styles for inputs
#  Styles for page effects
*/

/**
--------------------------------------------------------------------------
Body and general html
--------------------------------------------------------------------------
**/
body {
	color: black;
	background-color:#FFFFFF;
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 71%;  /* Enables font size scaling in MSIE */
	margin: 0;
	min-width:1000px;
	padding: 0;
}

html > body {
  font-size: 8.5pt;
}

acronym, .titleTip {
  border-bottom: 1px dotted rgb(153,153,153);
  cursor: help;
  margin: 0;
  padding: 0 0 0.4px 0;
}

.doNotDisplay {
  display: none;
}
#do_Not_Print {
}
.do_Not_Print {
}

.smallCaps {
  font-size: 110%;
  font-variant: small-caps;
}
.title
{
	font-weight: bold;
	color: #538CC6;
}

/**
--------------------------------------------------------------------------
Header content
--------------------------------------------------------------------------
**/

.superHeader {
  color: white;
  background-color: rgb(100,135,220);
  height: 2em;
}

.superHeader a {
  color: white;
  background-color: transparent;
  text-decoration: none;
  font-size: 91%;
  margin: 0;
  padding: 0 0.5ex 0 0.25ex;
}

.superHeader a:hover {
  text-decoration: underline;
}

.superHeader .left {
  position: absolute;
  left: 1.5mm;
  top: 0.75ex;
}

.superHeader .right {
  position: absolute;
  right: 1.5mm;
  top: 0.75ex;
}

.midHeader 
{
	color: rgb(39,78,144);
	height:70px;
	background-color: #FFFFFF;
}
#companyLetterHead
{
display:none;
visibility:hidden;
}
#midHeaderLogo {
	float:left;
	text-align:left;
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 70px;
	width: 380px;
	padding-left:18px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	font-weight: bold;
}
#midHeaderLogoText {
	float:left;
	text-align:left;
	text-transform: capitalize;
}
#headerText {
	bottom:0px;
	float:right;
	text-align:right;
	vertical-align:middle;
	width:550px;
	height:70px;
	padding-right:10px;
	padding-top:0px;
	color:#3D3D5A;
	font-size:11px;
}
#headerText  a
{
	color: #DD0000;
	text-decoration: none;
}
.headerTitle {
  font-size: 337%;
  font-weight: normal;
  margin: 0 0 0 4mm;
  padding: 0.25ex 0;
}

.subHeader {
  color: white;
  background-color: rgb(0,51,153);
  margin: 0;
  padding: 1ex 1ex 1ex 1.5mm;
}

.subHeader a {
  color: white;
  background-color: transparent;
  text-decoration: none;
  font-weight: bold;
  margin: 0;
  padding: 0 0.75ex 0 0.5ex;
}  

.subHeader a:hover {
  text-decoration: underline;
}

.superHeader .highlight, .subHeader .highlight {
  color: rgb(253,160,91);
  background-color: transparent;
}
/* ##### Main Copy ##### */

#mainContent {
	color: black;
	background-color: white;
	text-align: justify;
	line-height: 1.5em;
	border-left: 1px solid rgb(153,153,153);
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 15em;
	padding-top: 0.5mm;
	padding-right: 8px;
	padding-bottom: 5mm;
	padding-left: 8px;
	min-height:375px;
}
#mainContent_alignLeft {
	color: black;
	background-color: white;
	text-align: justify;
	line-height: 1.5em;
	margin-top: 0;
	margin-right: 20em;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0.5mm;
	padding-right: 8px;
	padding-bottom: 5mm;
	padding-left: 8px;
	min-height:375px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: rgb(153,153,153);
}
#mainContent_3Column
 {
	color: black;
	background-color: white;
	text-align: justify;
	line-height: 1.5em;
	margin-top: 0;
	margin-right: 19em;
	margin-bottom: 0;
	margin-left: 15em;
	padding-top: 0.5mm;
	padding-right: 8px;
	padding-bottom: 5mm;
	padding-left: 8px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: rgb(153,153,153);
	min-height:375px;
}

/* ##### Main Copy for the welcomepage##### */
#mainContentindex {
	color: black;
	background-color: white;
	text-align: justify;
	line-height: 1.5em;
	margin: 0 0 0 0em;
	padding: 0.5mm 5mm 5mm 5mm;
}

#mainContent p ,#mainContentindex p,#mainContent_3Column p
{
  margin: 1em 1ex 2em 1ex;
  padding: 0;
}

#mainContent a, #mainContentindex a ,#mainContent_3Column a,mainContent_alignLeft a,{
	background-color: transparent;
	text-decoration: none !important;
	color: #333333;
}

#mainContent a:hover , #mainContentindex a:hover ,#mainContent_3Column a:hover,mainContent_alignLeft a:hover,{
	color: #34699E;
	text-decoration: none  !important;
}

#mainContent.topOfPage ,#mainContentindex.topOfPage , #mainContent_3Column.topOfPage {
  color: white;
  background-color: transparent;
  font-size: 91%;
  font-weight: bold;
  text-decoration: none;
  margin: 2.5ex 1ex 0 0;  /* For MSIE */
  padding: 0;
  float: right;
}

#mainContent > .topOfPage {
  margin: 2.75ex 1ex 0 0;  /* For fully standards-compliant user agents */
}
#mainContentindex > .topOfPage {
  margin: 2.75ex 1ex 0 0;  /* For fully standards-compliant user agents */
}
dl {
  margin: 1em 1ex 2em 1ex;
  padding: 0;
}

dt {
  font-weight: bold;
  margin: 0 0 0 0;
  padding: 0;
}

dd {
  margin: 0 0 2em 2em;
  padding: 0;
}
/* ####  Headings tags */
h1.dashboards
{
	background-image: url(images/icons/chart_bar.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 20px;
}
h1.reports
{
	background-image: url(images/icons/chart_pie.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 20px;
}
h1.settings
{
	background-image: url(images/icons/settings.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 20px;
}
h1.sales
{
	background-image: url(images/icons/sales.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 20px;
}
h1.home
{
	background-image: url(images/icons/home.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 20px;
}
h1.traffic
{
	background-image: url(images/icons/car.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 20px;
}
h1.performance
{
	background-image: url(images/icons/curve2.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 20px;
}
h1.users
{
	background-image: url(images/icons/icon_user.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 20px;
}
h1.user
{
	background-image: url(images/icons/page_user.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 20px;
}
h1.location
{
	background-image: url(images/icons/icon_location.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 20px;
}
/* ##### Footer ##### */

#footer {
	font-size: 91%;
	margin: 0;
	padding: 1em 2.5mm 2.5ex 2.5mm;
	clear: both;
	height:45px;
	color: #666666;
	background-color: #FDFDFD;
	background-image: url(images/footer.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

#footer .left {
	line-height: 1.45em;
	float: left;
	clear: left;
	color: #999999;
}

#footer .right {
	text-align: right;
	line-height: 1.45em;
	color: #666666;
}

#footer a {
	color: #666666;
	background-color: transparent;
	text-decoration: none;
}

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


