﻿/* Exchangerates.net.au SETS BASIC HTML DEFINITIONS */

html {
	height: 100%; 
	margin-bottom: 1px;
}

body {
	background-color: #fff;
	color: #000;
	font-family: Arial, Verdana, sans-serif; 
	font-size: 80%;
	text-align: center; 
	margin: 5px 0;
}

table, td {
	padding: 0px; 
	margin: 0; 
	border-collapse: collapse; 
	font-size: 100%;
}

ul li {
	list-style-image: url('images/bullet.gif'); 
	font-size: 100%;
}

li {
	margin-bottom:7px;
}

hr {
	background-color: #dc7c44; 
	color: #dc7c44; 
	height: 1px; 
	width: 100%;
}

img {
	border: none;
}

form {
	margin: 5px 0 0 0; 
	padding: 0; 
	font-size: 100%;
}

.forminput {
	background-color: #303030; 
	color: #fff; 
	border: 1px solid #c0c0c0; 
	padding: 2px; 
	font-size: 100%; 
	font-family: Verdana, Arial, sans-serif;
	margin: 2px 0;
}

/* SETS HEADING PROPERTIES */

h1 {
	font-family: Georgia, Times, serif; 
	color: #003366; 
	text-align: left; 
	font-size: 23px; 
	font-weight: bold; 
}

h2 {
	font-family: "Trebuchet MS", "Comic Sans MS", Arial, sans-serif; 
	color: #ec7242; 
	text-align: left; 
	font-size: 15px; 
	font-weight: normal; 
}

h3 {
	font-family: "Trebuchet MS", "Comic Sans MS", Arial, sans-serif; 
	color: #dc7c44; 
	text-align: left; 
	font-size: 20px; 
	font-weight: normal;
}

h4, h5 {
	font-family: "Trebuchet MS", "Comic Sans MS", Arial, sans-serif; 
	font-size: 18px; 
	font-weight: normal; 
	color: #ec7242; 
}

h6 {
	font-family: "Trebuchet MS", "Comic Sans MS", Arial, sans-serif; 
	font-size: 15px; 
	font-weight: bold; 
	color: #ec7242; 
	margin-bottom: 3px;
	margin-top: 8px;
}

/* SETS THE VARIOUS HYPERLINK PROPERTIES */

a:link  {
	color: #cc6600; 
	text-decoration: none; 
	font-weight: bold;
}

a:visited {
	color: #cc6600; 
	text-decoration: none; 
	font-weight: bold;
}

a:hover {
	color: #999999; 
	text-decoration: underline; 
	font-weight: bold;
}

a:active {
	color: #cc6600; 
	text-decoration: none; 
	font-weight: bold;
}

.codetable a:link  {
	color: #000; 
	text-decoration: none; 
	font-weight: bold;
}

.codetable a:visited {
	color: #000; 
	text-decoration: none; 
	font-weight: bold;
}

.codetable a:hover {
	color: #000; 
	text-decoration: underline; 
	font-weight: bold;
}

.codetable a:active {
	color: #000; 
	text-decoration: none; 
	font-weight: bold;
}

.codetablecode a:link  {
	color: #000; 
	text-decoration: none; 
	font-weight: normal;
}

.codetablecode a:visited {
	color: #000; 
	text-decoration: none; 
	font-weight: normal;
}

.codetablecode a:hover {
	color: #000; 
	text-decoration: underline; 
	font-weight: normal;
}

.codetablecode a:active {
	color: #000; 
	text-decoration: none; 
	font-weight: normal;
}

.navigation a:link  {
	color: #000; 
	text-decoration: none; 
	font-weight: normal;
}

.navigation a:visited {
	color: #000; 
	text-decoration: none; 
	font-weight: normal;
}

.navigation a:hover {
	color: #fff; 
	text-decoration: underline; 
	font-weight: normal;
}

.navigation a:active {
	color: #000; 
	text-decoration: none; 
	font-weight: normal;
}

.navigationbottom a:link  {
	color: #000; 
	text-decoration: none; 
	font-weight: normal;
	font-size: 11px
}

.navigationbottom a:visited {
	color: #000; 
	text-decoration: none; 
	font-weight: normal;
    font-size: 11px
}

.navigationbottom a:hover {
	color: #fff; 
	text-decoration: underline; 
	font-weight: normal;
    font-size: 11px
}

.navigationbottom a:active {
	color: #000; 
	text-decoration: none; 
	font-weight: normal;
    font-size: 11px
}
.footer a:link  {
	color: #808080; 
	text-decoration: none; 
	font-weight: normal;
	font-size: 10px
}

.footer a:visited {
	color: #808080; 
	text-decoration: none; 
	font-weight: normal;
    font-size: 10px
}

.footer a:hover {
	color: #808080; 
	text-decoration: underline; 
	font-weight: normal;
    font-size: 10px
}

.footer a:active {
	color: #808080; 
	text-decoration: none; 
	font-weight: normal;
    font-size: 10px
}

/* SETS THE CLASS PROPERTIES */

.wrapper {
	width: 750px; 
	background: #fff;
	color: #000; 
	text-align: left;
	margin: 0 auto;
}

.header {
    background-image: url('images/header.png');
	color: #000;
	text-align: right;
	vertical-align: bottom;
	font-size: 12px; 
	font-weight: bold;
	padding-left: 0px;
	padding-right: 20px;
	height: 130px;
}

.header H1 {
	font-family: Georgia, Times, serif; 
	color: #000; 
	text-align: left; 
	font-size: 30px; 
	font-weight: bold;
	margin: 20px 0 40px 0; 
}

.header H2 {
	font-family: Georgia, Times, serif; 
	color: #000; 
	text-align: left; 
	font-size: 20px; 
	font-weight: bold;
	margin: 10px 0 10px 0; 
}

.header p {
	color: #000;
	font-size: 125%;
	line-height: 20px;
}

.navigation {
	background: #00CC00;
	color: #000; 
	text-align: center;
	height: 30px;
	letter-spacing: 2px;
}

.navigationbottom {
	background:  #00CC00;
	color: #000; 
	text-align: center;
	height: 30px;
	font-size: 11px
}

.sidebar {
	background-color: #fff;
	width: 200px; 
	padding: 10px; 
	vertical-align: top; 
	font-size: 90%; 
	text-align: left;
	border-left: 1px dotted #505050;
}

.maintext {
	background-color: #fff;
	width: 550px; 
	padding: 10px 15px; 
	vertical-align: top; 
	text-align: justify; 
}

.catalog {
	width: 50%; 
	padding: 10px; 
	text-align: left; 
	vertical-align: top; 
}

.mainwide {
	background-color: #fff;
	width: 750px; 
	padding: 10px 20px; 
	text-align: justify; 
	vertical-align: top; 
}

.footer {
	background-color: #fff;
	text-align: center;
	font-size: 10px; 
	font-weight: normal;
    color: #808080;
    padding: 3px 3px;
    
}

.googlesearch {
	background-color: #fff;
	text-align: center;
    padding: 10px;
    
}

.imageleft {
	margin: 3px 10px 2px 0px; 
	float: left; 
	border: 3px double #c0c0c0;
}

.imageright {
	margin: 3px 0px 2px 10px; 
	float: right; 
	border: 3px double #c0c0c0;
}

.imagecenter {
	margin: 0px 5px; 
	border: 3px double #c0c0c0;
}
.googleadtop {
	text-align:center;
	height: 90px;
	padding-top:10px;
	}
.bottombanner {
	text-align:center;
	height: 90px;
	padding-bottom: 10px;
	padding-top: 5px;
}
.googleadinline {
	padding-bottom:8px;
	padding-top:2px;
	padding-left:3px;
}

.codetable {
	width: 100%;
}
.codetabletoptr {
	background-color:#E9E9E9; 
	padding:8px 0px 8px 0;
	font-size:16px;
}
.codetablecountry {
	width: 275px;
	text-align:left;
	padding: 7px 0px 4px 3px;
}
.codetablecode {
	width: 110px;
	text-align:center;
	padding:7px 0px 4px 0px;
}
.codetablesymbol {
	width: 110px;
	text-align:center;
	padding:7px 0px 4px 0px;
}
.codetablehidden {
	width: 495px;
	height: 0px;
	text-align:left;
	padding:0px 3px 5px 3px;
}
.codetablecolor {
	background-color:#E9E9E9;
}
