/**
* @author:    Shane Martin
* @package:   site template css
* @copyright: (C) 2009. All Rights Reserved.
* @website:   witwebbing.com.au
**/

/* Standard HTML tags */

body {
	background-color: #FFF;
	background-image: url('../images/mainback1.png');
	background-repeat: repeat-x;
	font-family: Arial;
	font-size: 10pt;
	margin: 0px;
	color: #000000;
  padding: 0px;
}
a:link    { color:#003366; }
a:visited { color:#003366; }
a:hover   { color:#666666; }

/* Main Content Containers */
#container {
  width: 100%;
  text-align: center;
  padding: 0px;
	margin: auto;
}
.content {
  width: 965px;
  padding: 0px;
	border-collapse: collapse;
	margin: auto;
}
.content-mid {
  background-image: url('../images/bodyback.png');
  padding: 0px;
	margin: 0px;
	border-collapse: collapse;
}
.menu {
  width:221px;
  text-align:left;
  float: left;
  margin-left: 15px;
  /*padding: 5px 25px 0px 0px;*/
}
.menu a:link {
  height: 15px;
  overflow: hidden;
}
.menu a:visited {
  height: 15px;
  overflow: hidden;
}
.fleches {
  background-image: url('../images/body_back.png');
  background-repeat: no-repeat;
}
.text-div {
  width: 680px;
  float: right;
  padding: 5px 20px 0px 20px;
}
.bottom {
  background-image: url('../images/body_bottombottom.png');
  background-repeat: no-repeat;
  height:15px;
	border-collapse: collapse;
}
.formLabel {
  float:left;
	position:relative; 
	width:80px; 
	padding: 0px 0px 0px 0px;
	display:inline;
}
.chart img      { display: none; }
.chart .powered { display: none; }
