body {
	margin: 0;
	padding: 0;
	font-family: bitstream vera sans,sans-serif;
	background-color: #fff;
	color: #555;
	text-align: center;
}

body, td, th {
	font-size: small;
}

#content-body h1, #content-body h2, #content-body h3, #content-body h4, #content-body h5 {
	border-bottom: 1px solid #d3d3d3;	
}
#content-body > h2 {
	margin-top: 3em;
}
#content-body > h2:first-child {
	margin-top: 0;
}

/* Make the external links look cool */
#content-body a[href ^="http://"] {
   background: url(external.png) center right no-repeat;
	padding-right: 13px;
}

a {
	text-decoration: none;
}
a:link {
	color: #66e;
}
a:visited {
	color: #a6a;
}
a:hover {
	color: #f50;
	text-decoration: underline;
}

a img {
	border: 0;
	vertical-align: middle;
}
div.floatright, div.tright, table.floatright {
	clear: right;
	float: right;
	position: relative;
	margin: 0 1em 0.5em 0;
	border: 0
}
div.floatleft, div.tleft, table.floatleft {
	float: left;
	position: relative;
	margin: 0 1em 0.5em 0;
	border: 0
}
.img-inset {
	float:left;
	padding: 0 1em 0.5em 0;
}
.img-alone {
	display: block;
	margin: 0.75em auto;
	text-align: center;
	border: 2px solid transparent;
}
.img-leader {
	float: left;
	margin-right: 12px;
}
a:hover > .img-alone {
	border: 2px solid #f50;
}
.clear {
	border: 0;
	clear: both;
}
hr.dotted {
	border-bottom: 1px dotted #ccc;
}
.spacing {
	margin: 1em auto;
}
.spacing-2 {
	margin: 2em auto;
}
#header {
	margin: 0;
	padding: 0;
	border: 1px solid #aaa;
	background-color: #ccc;
	height: 67px;
	background: #000000 url(bg-header.png);
/*	background: #000000 url(melb-bg-header.jpg); */
}

h1#logo {
	margin: 0;
	position: absolute;
	top: 6px;
	left: 18px;
	z-index: 1;
	font-size: 0;
}
h1#logo a {
	color: #000;
	text-decoration: none;
}
h1#logo img {
	behavior: url("/dragtest/style/pngbehavior.htc");
	border: 0;
}

.nav-bottom {
	list-style: none;
	font-size: 0.8em;
}
.nav-bottom li {
	display: inline;
	margin: 0;
	padding: 7px;
}

#article-info {
	font-size: 0.6em;
}

#nav-top {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	position: absolute;
	left: 105px;
	top: 55px;
	right: 0;
	z-index: 300;
}
#nav-top li {
	margin: 0;
	padding: 0;
	float: left;
	background: #e6e6e6 url(button-bg.png) right repeat-y;
}
#nav-top li a {
	float: left;
	display: block;
	border: 1px solid #3e4e2f;
	border-width: 1px 1px 1px 0px; 
	padding: 3px 10px;
	color: #333;
	text-decoration: none;
	background: transparent url(button-ridge.gif) top left no-repeat;
}
#nav-top li:first-child a {
	border-width: 1px 1px 1px 1px;
}

#nav-top li a img {
	border: 0;
	vertical-align: middle;
	margin-right: 4px;
}

#nav-top li a:hover {
	background: transparent url(button-ridge-hov.gif) top left no-repeat;
	background-color: #777;
	color: #fff !important;
}

#nav-top-search {
	float: right;
   margin: 0;
   padding: 0;
   list-style: none;
   display: block;
/*  position: absolute; */
   top: 55px;
	z-index: 300;
}								


#nav-bottom {
	clear: both;
	text-align: center;
	list-style-type: none;
}
#nav-bottom li {
	margin: 0;
	display: inline;
}
#nav-bottom li a {
	padding: 8px 12px;
	text-decoration: none;
	border-left: 1px dotted #ccc;
}
#content {
	text-align: left;
	margin: 0 auto;
	width: 760px;
	line-height: 1.7em;
}
.with-sidebar #content {
	background: transparent url(divider-vert.png) 540px 0 repeat-y;
}
.with-sidebar #content-body {
	width: 510px;
	float: left;
	padding-right: 50px;
}
#sidebar {
	float: left;
	width: 200px;
	font-size: small;
}
#sidebar h2 {
	font-size: small;
	margin: 1.5em 0 0.5em 0;
}
#sidebar h2:first-child {
	margin-top: 0;
}
#sidebar ul {
	margin: 0;
	padding: 0;
	padding-left: 20px;
	line-height: 1.25em;
}
#sidebar ul > li {
	margin: 0;
}
.summary {
	font-weight: bold;
}
.split-half {
	vertical-align: top;
	width: 46%;
	float: left;
	padding: 1em 2% 1em;
}
.split-third {
	vertical-align: top;
	width: 29.333%;
	float: left;
	padding: 1em 2% 1em;
}
.split-tosize {
	vertical-align: top;
	float: left;
	padding: 1em 2% 1em;
}
.split-half:first-child {
	padding-top: 0;
}
.thumbcaption {
	text-align: center;
}
ul#supported-items {
	margin: 0 0 0 1em;
	padding: 0;
	list-style: none;
	line-height: normal;
}
ul#supported-items > li {
	float: left;
	font-weight: bold;
	width: 50%;
	font-size: small;
	margin-bottom: 1em;
}
ul#supported-items > li > img {
	vertical-align: middle;
	position: relative;
	bottom: 2px;
}
ul#supported-items > li > ul {
	margin: 0;
	padding: 0 0 0 1em;
}
ul#supported-items > li > ul > li {
	font-weight: normal;
	float: left;
	list-style: none;
	padding-left: 6pt;
	color: #999;
	font-size: smaller;
}
span.nowrap {
	white-space: nowrap;
}
ul > li {
	margin-left: 2em;
}
.img-box {
	text-align: center;
}
.img-box strong {
}
.urlexpansion, .printfooter, #toc {
	display: none;
}
div.editsection {
	margin-bottom: -5em;
	font-size: 0.8em;
}
textarea {
	width: 100%;
}
pre {
	font-size: 1.2em;
}
input[type=password], input[type=text], input[type=checkbox], textarea {
	padding:3px;
	background-color: #ffffff;
	border: 1px solid #d3d3d6;
	color: #535356;
   -moz-border-radius: 3px;
}

textarea {
   width:100%;
   font-size:1em;
}

input[type=submit], input[type=button], input[type=reset] {
/*   font-family: "Bitstream Vera Sans", Tahoma, Helvetica, Arial, sans-serif; */
   font-size: 9px;
   color: #555558;
   padding:2px;
   border: 1px solid #d3d3d3;
   background-color: #ffffff;
   -moz-border-radius: 3px;
}

input:focus {
	background-color: #f0f0f0;
}

