/* Ministry of Transport
Handheld Style Sheet for Internet Site
Version: 1
Date: 21 November 2007 */

body {
	background: #fff;
	color: #333;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	margin: 0;
	border-top: 2px solid #34359f;
	padding: 0;
}

a {
	color: #339;
}

a:visited {
	color: #909;
}

a:focus, a:hover, a:active {
	color: #339;
	text-decoration: none;
}

b, strong {
	font-weight: bold;
}

big {
	font-size: 12px;
}

center {
	text-align: center;
}

h1 {
	color: #323498;
	font-weight: bold;
	font-size: 13px;
	margin: 0;
	padding: 0;
}

h1 small {
	font-size: 8px;
}

h2 {
	color: #339;
	font-size: 12px;
	margin: 15px 0 10px 0;
	padding: 0;
}

h3 {
	color: #333;
	font-size: 11px;
}

h4 {
	color: #333;
	font-size: 10px;
}
	
h5 {
	font-size: 8px;
}

hr {
	border: 1px solid #999;
}

i, em {
	font-style: italic;
}

small, .small {
	font-size: 8px;
}

sub {
	font-size: smaller;
	vertical-align: sub;
}

sup {
	font-size: smaller;
	vertical-align: super;
}

ul {
	list-style-image: url(/images/arrow-ul.gif);
}

ul ul {
	list-style-image: url(/images/arrow-ulul.gif);
}

ul ul ul {
	list-style-image: url(/images/arrow-ulul.gif);
}

/*#############################################################*/

.clearleft {
	clear: left;
}

.clearright {
	clear: right;
}

.clearboth {
	clear: both;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

/*#############################################################*/

/* HEAD */

#head {
	background: #fff url(/images/bg-head.jpg) repeat-x top;
}

#skiplinks {
	position: absolute;
	top: 2px;
	right: 2px;
	font-size: 9px;
	z-index: 100;
}

#logo {
	position: relative;
	top: 5px;
	left: 2px;
	height: 70px;
	width: 82px;
	border: 0;
}

#logo-print {
	display: none;
}

#nswgovtlink {
	display: none;
}

#headtxt {
	font-weight: bold;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	padding-top: 5px;
}

#headtxt #nswgovt {
	color: #597ea8;
	font-size: 12px;
	margin-bottom: 4px;
	border-bottom: 1px solid #597ea8;
	padding-bottom: 5px;
	padding-left: 4px;
}

#headtxt #mot {
	display: block;
	color: #323498;
	font-size: 11px; 
	padding-top: 8px;
	padding-left: 4px;
}

#infoline {
	display: none;
}

/*#############################################################*/

/* TOP NAVIGATION BAR */

#nav1wrap {
	background: #fff url(/images/bg-feature.jpg) repeat-x top;
	margin-top: 5px;
}

#nav1apps {
	text-decoration: none;
	padding: 5px 0 0 4px;
}

#nav1 {
	text-decoration: none;
	padding: 8px 0 4px 0;
}

#nav1 ul {
	list-style: none;
	margin: 0 0 0 -35px;
}

#nav1 li {
	display: inline;
	margin: 0;
}

#nav1 #searchform {
	padding-left: 5px;
}

#nav1 #searchform #searchinput {
	font-size: 10px;
	margin-top: 5px; 
	border: 1px solid #666;
}

#nav1 #searchform input.go {
	background: #597ea8;
	color: #fff;
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	border: 1px solid #ccc;
	padding: 0 2px;
	cursor: pointer;
}

/*#############################################################*/

/* BREADCRUMBS */

#breadcrumbs {
	display: none;
}

/*#############################################################*/

/* MAIN NAVIGATION */

#navbar {
	background: #fff url(/images/bg-feature.jpg) repeat-x top;
	margin: 0;
	padding: 6px;
}

#nav2 {
	margin: 0;
}

#nav2 ul {
	margin: 0 0 0 -25px;
}

.levelone li a, .levelone li a em, .levelone li span, .levelone li span em {
	font-style: normal;
}

/*#############################################################*/

/* CONTENT */

#content {
	background: #fff url(/images/bg-feature.jpg) repeat-x top;
	padding: 4px;
}

#contentcopy ul#functions {
	display: none;
}

#contentcopy img {
	display: none;
}

.tablecontent {
	border: 1px solid #d0d0d1;
	border-spacing: 0;
	border-collapse: collapse;
}

.tablecontent th, .tablecontent td {
	background: #fff;
	padding: 3px;
	border: 1px solid #d0d0d1;
}

/*##########################################################*/

/* FOOT */

#functionsfoot {
	display: none;
}

#foot {
	background: #fff url(/images/bg-feature.jpg) repeat-x top;
	margin: 0;
	padding: 4px;
}

#foot img {
	display: none;
}

#foot ul {
	display: inline;
	list-style: none;
	padding: 0;
}

#foot li {
	display: inline;
}

#foot li a {
	display: inline;
}

#footlinks {
	margin-top: 10px;
}

/*##################################################################*/

/* MISCELLANEOUS */

.button {
	background: #323498;
	color: #fff;
	font-weight: bold;
	font-size: 10px;
	margin: 5px;
	border: 1px solid #999;
	padding: 0;
	cursor: pointer;
}

.button:focus, .button:hover, .button:active {
	background: #fff;
	color: #323498;
}

.displaynone {
	display: none;
}

.redtext {
	color: #b40000;
	font-weight: bold;
}

