/* Author : Anup Ujawane  */
/* By : Meltmagic-India.com  */
/* For : Overheard  */
/* Date : 24th Sept. 2007 */


/* form classes */

form {
margin-bottom: 0px;
}

input, textarea, select {
border-style: solid;
border-width: 1px;
}

.no-border {
border-style: solid;
border-width: 0px;
}


/* page default settings */

body, td {
font-family: Verdana, Geneva,Arial, Helvetica, sans-serif;
color: #333;
font-size: 80%    ;
line-height: 1.7em;

}

body {
margin: 0px;
padding: 0px;
background-image: url("images/back.jpg");
background-repeat : repeat;
}

.full-size-table {
width: 778px;
height: 100%;
}

.row1 {
height: 5%;
vertical-align : top;
background-color: #fff;
}

.row2 {
height: 90%;
vertical-align : top;
background-color: #fff;
}

.row3 {
height: 5%;
vertical-align : top;
background-color: #fff;
}

a {
color: #e26300;
text-decoration: none;
}

a:hover{
color: #000;
}

b {
font-family: arial;
}

/* images */

.header {
background-image: url("images/header-melbourne.jpg");
background-repeat : no-repeat;
}

.headera {
background-image: url("images/header-melbourne1.jpg");
background-repeat : no-repeat;
}

.headerb {
background-image: url("images/header-melbourne2.jpg");
background-repeat : no-repeat;
}

.headerc {
background-image: url("images/header-sydney.jpg");
background-repeat : no-repeat;
}

.tile {
background-image: url("images/tile.jpg");
background-repeat : repeat-x;
padding-left: 10px;
padding-right: 10px;
}

.h-dot-line {
background-image: url("images/h-dot-line.gif");
background-repeat : repeat-x;
background-position: center center;
}

/* links */

.left-link a {
font-family: arial;
color: #000;
font-size: 11px;
text-decoration: none;
background-color: #fad992;
background-image: url("images/bullet.gif");
background-repeat : no-repeat;
background-position: 8px 7px;
border-bottom : #fff 1px solid;
padding: 3px 5px 4px 25px;
font-weight: bold;
display: block;
}

.left-link a:hover{
background-color: #e9ce9a;
color: #000;
}

/* background colours */

.orange {
background-color: #f68408;
}

.gray {
background-color: #eee;
}

.white {
background-color: #fff;
}

/* borders */

/* text */

.orange-txt {
color: #e26300;
}

.white-txt {
color: #fff;
}

/* Heading */

h1, h2, h3, h4, h5, h6 {
font-family: arial;
margin: 0px;
}
