/**
 * Developed for Money Depot
 * @author Michael Cathie & Cameron Fraser, WebPlace
 * @url www.webplace.com.au
 * @email michaelc@webplace.com.au
 */


/******************************* THE STYLES BELOW CONTROL THE PAGE STRUCTURE *****************/


body {
	margin: 0px 0px 0px 0px;
	background: #DEDEDE;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:center;
	color:#666666;
	background-image:url("../images/bg_fadeB.jpg");
	background-repeat:repeat-y;
	background-position:center;
}
 
p {
	font-size: 11px;
	line-height: 160%;
	color: #333333;
}

td {
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
/*	line-height: 17px; */
}

li {
	font-size: 11px; 
	line-height: 140%;
	font-weight: normal;
}

table.main {
	background: #FFFFFF;
	height: 100%
}

td.top {
	height: 149px;
}

tr.top1 {
	background-image: url(../images/topbanner_stretch.jpg);
}

td.rightarea {
	background-image: url(../images/right_area.jpg); width: 15px;
}

/* GENERIC LINK STYLE */

a:link {color: #333333; font-weight: bold; text-decoration: none}
a:visited {color: #333333; font-weight: bold; text-decoration: none}
a:hover {color: #ff0000; font-weight: bold; text-decoration: none}
a:active {color: #333333;font-weight: bold; text-decoration: none}

/** HEADINGS **/

h1 {
	font-size: 13px; font-style: normal; 
	font-variant: normal; text-transform: none; color: #FF0000
}

h2 {
	font-size: 12px; font-style: normal;
	font-variant: normal; text-transform: none; color: #000000
}

.subhead
{ 
  font-size: 11px; 
  font-weight: bold; 
  font-variant: normal; 
  text-transform: none; 
  color: #CC0000;
}
.com_subhead {
  font-size: 11px; 
  font-weight: bold; 
  font-variant: normal; 
  text-transform: none; 
  color: #0093D1;
}
.contentheading
{ 
  font-size: 23px; 
  font-style: normal; 
  font-variant: normal; 
  text-transform: none;
  letter-spacing: -1px; 
  color: #444444;
  padding-bottom:14px;
  border-bottom: 1px dotted #999999;
  line-height: 140%;
}

.contentheadingb
{ 
  font-size: 14px; 
  font-weight: bold; 
  font-variant: normal; 
  text-transform: none;
  color: #CC0000;
  padding-top:14px;
  padding-bottom:14px;
  line-height: 140%;
}
 
.componentheading {
  font-size: 23px; 
  font-style: normal; 
  font-variant: normal; 
  text-transform: none;
  letter-spacing: -1px; 
  color: #444444;
  padding-bottom:14px;
  border-bottom: 1px dotted #999999;
  line-height: 140%;
}
 
td.componentheading
{
  font-size: 13pt; 
  font-style: normal; 
  font-variant: normal; 
  text-transform: none; 
  color: #FF0000;
  padding-bottom:14px;
}

span.small
{
  font-size: 10pt; 
  font-style: normal;
  line-height: 17px; 
  font-weight: normal; 
  font-variant: normal; 
  text-transform: none;
  color: #000000
}

span.createdate
{
  font-size: 10pt; 
  font-style: normal;
  line-height: 17px; 
  font-weight: bold; 
  font-variant: normal; 
  text-transform: none;
  color: #000000
}




/* Navigation Section */

.menu td a:link,.menu td a:visited, .menu td a:active{
  border-right: 1px solid #999999;
  
  height: 15px;
}

td.nav {
  background-image: url(../images/nav_stretch1.gif); 
  background-repeat: repeat-y; 
  vertical-align: top;
  padding-right: 8px
}

td.navbody {
	padding-right: 8px;
}

td.bottom {
  background-image: url(../images/bottom_stretch.gif); height: 22px; vertical-align: bottom
}

div.indented_navcontents
{
  margin-left: 22px;
  padding: 0px;
}

span.mainlevel{
  border-right: 1px solid #999999;
}

table.mainmenu td{
  text-align:left;
  padding-top:7px;
  height:34px;
}

td.greeting{
	padding-left:30px;
	font-size:14px;
	color:#9900FF;
	font-weight: bold;
	text-align:right;
}

td.mainlevel
{
  background-image: url('../images/navbar_divider.jpg');
  background-repeat: no-repeat;
  background-position: bottom left;
  margin: 0;  
  padding-top: 0;  
  padding-left: 0;  
  padding-right: 0;  
  padding-bottom: 1px;
  width:100%;
}

a.mainlevel, a.mainlevel:link, a.mainlevel:visited, a.mainlevel:active
{
  color: #FFFFFF;
  font-size: 11px;
  text-decoration: none;
  margin-left:5px;
  padding-right: 5px;
}
a.mainlevel:hover {
  color:#FF0000;
  text-decoration: none;
}

a.mainlevelusermenu, a.mainlevelusermenu:link, a.mainlevelusermenu:visited, a.mainlevelusermenu:active
{
  color: #000000;
  font-size: 10px;
  text-decoration: none;
  margin-left:5px;
}
a.mainlevelusermenu:hover {
	color: #FF0000;
	text-decoration: none;
}
table.usermenu  {
	border-bottom: 1px #CCCCCC dotted;
}

a.sublevel, a.sublevel:link, a.sublevel:visited, a.sublevel:active
{
  color: #FFFFFF;
  font-size: 8pt;
  text-decoration: none;
  margin-left:5px;
  font-weight: normal;
}

a.sublevelusermenu, a.sublevelusermenu:link, a.sublevelusermenu:visited, a.sublevelusermenu:active
{
  color: #FFFFFF;
  font-size: 8pt;
  text-decoration: none;
  margin-left:22px;
  font-weight: normal;
}

/* GENERIC MODULE STYLE */
table.moduletable
{
  width: 100%;
  margin: 0;
}

table.moduletable tr
{
  margin: 0;
  padding: 0;  
}


/* THIS IS THE FRANCHISE LOCATOR AND USER LOGIN BAR */
table.moduletable_welcome{
  padding:0px;
  margin:0px;
}


table.frontpage_infobar {
	background: #F0F0F0;
	border-bottom: 1px #CCCCCC dotted;
	color: #9A9A9A;
}
	
table.frontpage_infobar td{
	text-align:center;
	padding-top: 7px;
	padding-bottom: 0px;
}

table.moduletable_mainmenu
{
  text-align:left;
}

span.searchheading
{
  color: #b3b3b3;
  font-weight: bold;
}

td.topbanner_right
{
  width: 274px;
  height: 149px;
  background-image: url(../images/topbanner_right.jpg);
  background-position: top right;
  background-repeat: no-repeat;  
}

div.sitedate
{
  color: white;
  margin-top: 95px;
  margin-right: 23px;
}

div.content_panel
{
  padding: 8px;
}

div.searchbox
{
}

td.navbody
{
  padding-top: 8px;
}

.rightside
{
	padding:10px;
	border-left: 1px solid #CCCCCC;
  	background-color: #F3eeee;
}

.newstableheader {
	background-color:#999999;
	color: #fff;
	font-weight: bold;
}

.sectiontableentry1 {
}

.sectiontableentry2 {
	background-color: #F3F3F3;
	}
	
	
.sectiontableentry1 a {
	color:#666666;
}

.sectiontableentry2 a{
	color:#666666;
	}

.poweredby {
	color: #333333;
	font-size: 10px;
	}

a.poweredby, a.poweredby:link, a.poweredby:visited {
	color: #333333;
	text-decoration: none;
	}

a.poweredby:hover {
	text-decoration: underline;
	}

.copyright {
	color: #FFFFFF;
	font-size: 10px;
	padding-right: 10px;
	}

a.copyright, a.copyright:link, a.copyright:visited {
	color: #FFFFFF;
	text-decoration: none;
	}

a.copyright:hover {
	text-decoration: underline;
	}
	
#container {
		width: 900px;
		background: #F7F7F7;
		margin: 0 auto 0 auto;
		display:block;
	}
	
#leftmain {
  width:580px;
  display:inline;
}

#rightmain{
  width:180px;
  display:inline;
  text-align:left;
  vertical-align:top;
}

#logo {
	background: url(../images/mockup.jpg) no-repeat;
	width: 800px;
	height: 303px;
}

#logoDD {
	background: url(../images/head.jpg) no-repeat;
	width: 900px;
	height: 176px;
}

#com_logoDDD {
	background: url(../images/com_mockupDDB.jpg) no-repeat;
	width: 800px;
	height: 188px;
}

#topmenu {
	background: url(../images/top_menu.gif) repeat-x;
	color: #000000;
	height:34px;
	padding-top:9px;
	padding-left:20px;
	text-align:left;
}

#top2menu {
	background: url(../images/top_usermenu.gif) repeat-x;
	color:#000000;
	height:34px;
	padding-top:9px;
	text-align:left;
}

#formstyle
{
  margin: 6px 0 0px 0;
}

td.frontpage_ozdistributer {
	padding-top: 0px;	
}

#spaceline td {
  width:1px;
  background-image:url("../images/spacerLine.gif");
  background-repeat:no-repeat;
}

#ozdistribute td {
  padding-top:10px;
}

#login td {
  padding-top:10px;
}

#info_logo {
	text-align:left;
	vertical-align:top;
}

#frontpage_container {
	width: 800px;
	height: 165px;
	display:block;
	padding-bottom: 15px;
	background-color:#FFFFFF;
}

#front_2container {
	width: 580px;
	display: inline;
	float:left;
	padding: 15px 0px 15px 20px
}
#frontleft_box {
	width: 270px;
	margin-left: 20px;
	display:inline;
	float:left;
		text-align:left;
}
#frontmiddle_box {
	width: 270px;
	margin-left: 20px;
	margin-right: 0px;
	display:inline;
	float:right;
		text-align:left;
}
#frontright_box {
	width: 180px;
	display:inline;
	float: right;
	margin-right:15px;
}

#greyline {
	background: #CCCCCC;
	width: 100%;
	height: 10px;
}

#animation {
  width:800px;
  height:100px;
}

td.greytop {
	background-color: #CCCCCC;
	height:10px;
}

#footertable {
	background-color: #F7F7F7;
	width: 900px;
	display:inline;
	text-align:center;
}

#frontpage_footer {
	background: #F7F7F7;
	width: 900px;
	height: 40px;
	display:inline;
	text-align:center;
}

.footertext {
	color: #A3A3A3;
	font-size: 10px;
	text-align:right;
	margin: 0px 6px 0px 0px;
	float:right;
}

.footertext a, .footertext a:link, .footertext a:visited {
	color: #A3A3A3;
	font-size: 10px;
	text-decoration: none;
}

.footertext a:hover {
	text-decoration: underline;
}

#containbody {
	padding: 10px;
}

.advert1 {
  padding-top: 8px;
  padding-right: 3px;
  padding-bottom: 0px;
  padding-left: 3px;
/*  padding: 8px 3px 0px 3px; */
}

td.rightbar{
}

/* ROUNDED BOX */
/* set millions of background images */
.rbroundbox { background: url(../images/topGreyRnd.gif) no repeat; }
.rbroundbox1 { background: url(../images/nt.gif) repeat; }
.rbtop div { background: url(../images/tl.gif) no-repeat top left; }
.rbtop { background: url(../images/tr.gif) no-repeat top right; }
.rbbot div { background: url(../images/bl.gif) no-repeat bottom left; }
.rbbot { background: url(../images/br.gif) no-repeat bottom right; }

/* ROUNDED BOXES FOR FRONT PAGE */

/* FRONT PAGE CONTENT BOXES -GREY */

#greyroundbox {
  width: 270px;
  float:left;
}

#greyroundtop {
  background:url('../images/topGreyRnd.gif') no-repeat;
  width:270px;
  height:8px;
  vertical-align:bottom;
  margin:0px;
  padding:0px;
  background-color: #F0F0F0;
}

#greymiddle {
  background-color: #F0F0F0;
  padding: 0px 0px 0px 0px;
  width:270px;
  text-align:left;
}


#greyroundbottom {
  background:url('../images/bottomGreyRnd.gif') no-repeat;
  width:270px;
  height:8px;
  vertical-align:top;
}



/* FRONT PAGE CONTENT BOXES - WHITE */
#whiteroundbox {
  width: 270px;
  float:left;
  margin-left:18px;
}

#whiteroundtop {
  width:270px;
  height:8px;
  vertical-align:bottom;
  margin:0px;
  padding:0px;
}

#whitemiddle {
  padding: 0px 0px 0px 0px;
  width:270px;
  text-align:left;
}


#whiteroundbottom {
  width:270px;
  height:8px;
}


/* height and width stuff, width not really neccessary. */
.rbtop div, .rbtop, .rbbot div, .rbbot {
  width: 100%;
  height: 7px;
  font-size: 1px;
}
.rbcontent { margin: 0 7px; }
.rbroundbox { width: 250px; margin: 1em auto; }
.rbroundbox1 { width: 200px; margin: 1em auto; }

/* FORM ELEMENT */
.input{
	background:#F7F7F7;
	border:1px #909090 solid;
	font-size: 11px;
	color: #999999;
}
.select {
	background:#F7F7F7;
	border:1px #909090 solid;
	font-size: 11px;
	color: #999999;
}
.button {
	background: #C1C1C1;
	color: #FFFFFF;
	border: 1px #A0A0A0 solid;
	font-weight: bold;
	font-size:11px;
	/*padding: 0 2px 0 2px;*/
}
p.largetext {
	color: #333333;
	font-size: 16px;
	font-weight: bold;
}
p.intextheading {
	color: #F70F0F;
	font-weight:bold;
	margin: 4px 6px 0px 10px
}

p.intext {
	color: #666666;
	font-weight:normal;
	margin: 4px 6px 0px 10px;
	line-height: 140%;
}

#contentbody {
	padding:10px;
	text-align:left;
}

#contentbodyDD {
	padding:30px;
	text-align:left;
	background-color: #FFFFFF;
}

#login {
	margin-right:10px;
	float:right;
}
