/* @override 
	http://navin-new.devbox.org/css/basic/custom.css
	http://www.nam.com.au/css/basic/custom_new.css
*/

/* @group body */

html {
	background: #fff url(/images/interface/page_bkg.png) repeat-x 50% 120px;
	float: left;
	width: 100%;
	font-size: 100%;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	line-height: 1.5;
	margin: 0;
	padding: 0;
	text-align: center;
	background: transparent url(/images/interface/body_bkg2.png) no-repeat 50% 0;
	color: #333;
	float: left;
	width: 100%;
	position: absolute; /* for ie8 background */
}

a:link, a:visited {
	color: #1182c6;
	text-decoration: none;
	outline: none;
}

a:hover, a:active {
	text-decoration: underline;
	outline: none;
}

pre, tt, kbd, code, samp {
	font-family: Monaco, "Courier New", Courier, mono;
	font-size: 0.9em;
	padding: 5px;
	border: 1px dotted #ddd;
	display: block;
	background-color: #eee;
}

acronym, abbr, dfn {
	font-style: normal;
}

acronym[title], abbr[title], dfn[title] {
	border-bottom: 1px dotted #999;
	cursor: help;
}

h1, h2, h3, h4 {
	font-family: Helvetica, Arial, Verdana, sans-serif;
}

h1 {
	font-size: 1.7em;
	margin: 1.5em 0 1.em 0;
	font-weight: normal;
	color: #1182c6;
}

h2 {
	font-size: 1.3em;
	margin: 1.5em 0 0.75em 0;
	font-weight: bold;
	color: #333;
}

h3, caption {
	font-size: 1.2em;
	margin: 1.5em 0 0.75em 0;
	font-weight: bold;
	color: #666;
}

h4 {
	font-size: 1em;
	margin: 1.5em 0 0.75em 0;
}

table {
	clear: both;
	margin: 10px 0;
	border-collapse: collapse;
}

th, td {
	font-size: 0.9em;
}

form {
	margin: 0;
	padding: 0;
	/* hide from mac ie \*/
	/*height: 1%; */
}

select, input, textarea {
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 1em;
}

fieldset {
	border: none;
	margin: 0;
	padding: 0;
}

p, ul, ol, blockquote, address {
	margin-top: 0.8em;
	margin-bottom: 0.9em;
	font-style: normal;
}

p.error {
	font-size: 0.9em;
	padding: 10px 10px 20px 10px;
	color: #fff;
	font-weight: bold;
	text-shadow: #f30 2px 2px 0;
	background-color: #f60;
	border: 1px solid #fff;
}

.clear {
	clear: left;
	font-size: 0;
	line-height: 0;
	padding: 0;
	margin: 0;
	border: 0;
}

.hidden {
	/* used to hide accessibility items */
	position: absolute;
	left: -9999px;
}

.standfirst {
	font-size: 1.35em;
	font-weight: bold;
	color: #1182c6;
	margin-top: 0;
	padding: 0 0 0 10px;
	border-left: 5px solid #bcdaee;
	position: relative;
}

.note, .caption {
	font-size: 0.9em;
	color: #666;
	font-weight: normal;
}

.caption {
	margin-top: -8px;
	color:  #999;
}

.information {
	padding: 0 10px;
	background-color: #ddedf6;
	color: #1182c6;
	font-size: 0.9em;
	border: 1px solid #fff;
}

.img_left {
	float: left;
	margin: 0 20px 0 0;
	padding: 0 20px 0 0;
	border-right: 3px solid #ccc;
}

.img_right {
	float: right;
	margin: 0 0 0 20px;
	padding: 0 0 0 20px;
	border-left: 3px solid #ccc;
}

/* @end */

/* @group layout */

#wrapper {
	width: 900px;
	margin: 0 auto;
	text-align: left;
	position: relative; /* logo position relies on this */
}

#container {
	float: left;
	width: 100%;
	padding-bottom: 54px;
	background: transparent url(/images/interface/footer_logos_bw.gif) no-repeat 260px 100%;
}

#header {
	/*background: transparent url(/images/interface/header_bkg.gif) no-repeat 100% 0;*/
	float: left;
	width: 100%;
	height: 120px;
	position: relative;
}

#nav {
	margin: 0;
	position: absolute;
	bottom: 0;
	right: 0;
}

#content {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
}

#columns {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
}

#main {
	float: left;
	width: 560px;
	display: inline; /* combat IE6 Doubled float-margin bug */
	margin: 0 0 10px 0;
	padding: 45px 30px 0 50px;
	background-color: #fff;
	height: 350px;
	min-height: 350px;
}

html>body #main {
	height: auto;
}

#sidebarL {	
	float: left;
	width: 260px;
	display: inline; /* combat IE6 Doubled float-margin bug */
	margin: 0;
	padding: 0;
	background: transparent url(/images/interface/lev2_bkg.gif) no-repeat 100% 0;
	min-height: 350px;
}

#footer {
	float: left;
	width: 640px;
	display: inline; /* combat IE6 Doubled float-margin bug */
	font-size: 0.9em;
	margin: 0 0 0 260px;
	padding: 12px 0 18px 0;
	color: #999;
	/*clear: both; apparently redundant because of width */
	background: transparent url(/images/interface/footer_bkg.gif) repeat-x 0 50%;
}

/* @end */

/* @group header */

#header h1 {
	float: left;
	padding: 0;
	margin: 0;
}

#header h1 a {
	width: 260px;
	height: 120px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	/*background: transparent url(/images/interface/logo.gif) no-repeat 50% 50%;*/
	padding: 0;
	margin: 0;
	z-index: 10; /* display above sidebarR margin-top */
}

/* @end */

/* @group nav */

/* @group lev1 */

#nav .lev1 {
	float: left;
	/*width: 100%;*/
	margin: 0 10px 0 0;
	padding: 5px 0 0 0;
	list-style: none;
}

#nav .lev1 li {
	float: left;
	margin: 0 0 0 10px;
	padding: 0 5px 0 0;
	display: inline; /* combat IE Doubled float-margin bug */
	overflow: visible; /* required because IE6 doesn't overflow by default */
	text-transform: capitalize;
	background: transparent url(/images/interface/lev1_li_bkg.gif) no-repeat 100% 0;
}

#nav .lev1 li.hilite {
	background: transparent url(/images/interface/lev1_li_hilite_bkg.gif) no-repeat 100% 0;
}

#nav .lev1 li a:link, #nav .lev1 li a:visited {
	background: transparent url(/images/interface/lev1_li_bkg.gif) no-repeat 0 0;
	font-weight: bold;
	line-height: 2.5;
	text-decoration: none;
	color: #333;
	border: none;
	margin: 0 0 0 -5px;
	padding: 0 5px 0 10px;
	float: left;
	position: relative; /* required to enable overflow in IE6 */
}

#nav .lev1 li a:hover {
	color: #666;
}

#nav .lev1 li.hilite a:link, #nav .lev1 li.hilite a:visited {
	background: transparent url(/images/interface/lev1_li_hilite_bkg.gif) no-repeat 0 0;
}

#nav .lev1 li.hilite a:hover, #nav .lev1 li.hilite a:active {
	color: #000;
}

/* @end */

/* @group lev1 (sidebar) */

#sidebarL .lev1 {
	text-align: right;
	padding: 20px 0;
	margin: 0 0 10px 0;
	list-style-type: none;
	/*background: #b1d7ee url(/images/interface/lev2_bkg.gif) no-repeat 100% 0;*/
	clear: left;
}

#sidebarL .lev1 li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	/*white-space: nowrap;*/
	background: transparent url(/images/interface/lev2_li_bkg.gif) no-repeat 100% 100%;
	position: relative; /* required to prevent ie6 bkg peek-a-boo */
}

#sidebarL .lev1 li.folioquery, #sidebarL .lev1 li.contact {
	background-image: none;
}

#sidebarL .lev1 li.praemium {
	margin: 20px 0 0 0;
	background: transparent url(/images/interface/praemium_bkg.gif) no-repeat 50% 50%;
}

#sidebarL .lev1 li.praemium a:link, #sidebarL .lev1 li.praemium a:visited {
	padding: 0;
	margin: 0;
	font-size: 1.1em;
	font-weight: normal;
	color: #fff;
	text-align: center;
}

#sidebarL .lev1 li a:link, #sidebarL .lev1 li a:visited {
	display: block;
	line-height: 2.5;
	padding: 0px 25px 0 10px;
	text-decoration: none;
	color: #000;
	margin: 0;
	font-weight: normal;
	/* hide from mac ie \*/
	height: 1%; /**/
}

#sidebarL .lev1 li a:hover, #sidebarL .lev1 li a:active {
	background: transparent url(/images/interface/lev2_hilite_bkg.gif) no-repeat 100% 50%;
	color: #000;
}

#sidebarL .lev1 li.hilite a:link, #sidebarL .lev1 li.hilite a:visited {
	background: transparent url(/images/interface/lev2_hilite_bkg.gif) no-repeat 100% 50%;
	font-weight: bold;
}

#sidebarL .lev1 li.hilite a:hover, #sidebarL .lev1 li.hilite a:active {
}

#sidebarL .lev1 li.hilite {
 	background: #73b5de url(/images/interface/lev2_li_hilite_bkg.gif) repeat-y 100% 0;
}

/* @end */

/* @group lev2 (sidebar) */

#sidebarL .lev2 {
	margin: 0;
	padding: 0;
	width: 100%;
	border-top: 1px solid #fff;
	position: relative; /* required for IE6 to clear lev3 items */
}

#sidebarL .lev2 li {
	background: none;
	width: 100%;
}

#sidebarL .lev1 li.hilite .lev2 li a:link, #sidebarL .lev1 li.hilite .lev2 li a:visited {
	font: normal 11px/16px Verdana, "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 0.9em;
	padding: 3px 25px 3px 10px;
	background: none;
	color: #16456a;
	/*background: transparent url(/images/interface/lev2_li_bkg.gif) repeat-y 100% 100%;*/
}

#sidebarL .lev1 li.hilite .lev2 li a:hover, #sidebarL .lev1 li.hilite .lev2 li a:active {
	color: #000;
}

#sidebarL .lev1 li.hilite .lev2 li.hilite a:link, #sidebarL .lev1 li.hilite .lev2 li.hilite a:visited {
	font-weight: bold;
}

/* @end */

/* @end */

/* @group main */

#main .article, #main .article .article {
	line-height: 1.4;
	padding: 0; /* 1px padding to prevent margin collapse */
	margin: 0 0 0 0;
	float: left; /* required to stop images escaping */
	width: 100%; /* required beause float collapses width */
	display: inline; /* combat IE6 Doubled float-margin bug */
	position: relative;
	margin-right: -3px; /* combat IE6 duplicate character bug */
}

#main .home {
	padding: 0;
	margin: 0;
	background: none;
	width: 100%;
}

#main h1.pagetitle, #main h1.embedtitle {
	color: #1182c6;
	font-weight: bold;
	font-size: 1.85em;
	margin: 0 0 1.25em 0;
}

#main h1.embedtitle {
	font-size: 1.75em;
	margin: 1.25em 0 0.9em 0;
}

#main .article .body {
	margin: 0 0 1.25em 0;
	padding: 0 0 1.75em 0;
	border-bottom: 1px solid #ccc;
	/*float: left;
	width: 100%;*/
}

#main .article .article .body {
	margin: 0;
	padding: 0;
	border: none;
}

#main .article.home .body {
	margin: 0;
	border-bottom: none;
}

/*#main .body div {
	margin: 0.9em 0;
}*/

#main .body a:link, #main .body a:visited {
	border-bottom: 1px dotted #ccc;
	text-decoration: none;
}

#main .body a:hover, #main .body a:active {
	border-bottom: 1px solid #666;
	text-decoration: none;
}

#main .body ul {
	list-style: none;
	margin: 0.9em 0 0.9em 1.5em;
	padding: 0;
}

#main .body ol {
	margin: 0.9em 0 0.9em 1.5em;
	padding: 0;
}

#main .body ul li {
	margin: 0;
	padding: 0 0 0 1.25em;
	background-image: url(/images/interface/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 0.6em;
	position: relative; /* required because IE6 loses the bullets */
}

/* @group tables */

#main .body table {
	border: 1px solid #ccc;
	border-width: 3px 0 1px 0;
	width: 100%;
	float: left;
	clear: both;
}

#main .body table caption {
	margin: 0;
	padding: 1.0em 0 0.5em 0;
	text-align: left;
}

#main .body table td, #main .body table th {
	border: 1px solid #ccc;
	border-width: 1px 0;
	padding: 0.5em;
	font-size: 0.85em;
/* 	white-space: nowrap; */
}

#main .body table th {
	text-align: left;
	white-space: nowrap;
	vertical-align: top;
}

#main .body table thead th {
	text-align: center;
	padding-left: 0.9em;
}

#main .body table thead th.col1 {
	text-align: left;
	width: 40%;
	padding-left: 0.5em;
}

#main .body table .thead th {
	color: #1182c6;
	padding: 1.25em 0 0.25em 0;
	border-bottom: 2px solid #666;
}

#main .body table td {
	text-align: center;
	white-space: nowrap;
}

#main .body table th span {
	font-weight: normal;
	color: #666;
}

#main .body table tr.focus td {
	font-weight: bold;
	color: #1182c6;
}

/* @end */

/* @group children */

.children ul {
	margin-left: 0;
	padding-left: 0;
	border-top: 1px solid #ddd;
	background-image: url(/images/trans_pixel.gif); /* required because IE6 loses the border on LI with summary */
	clear: both;
}

.children li {
	position: relative;
	padding: 8px 0;
	margin: 0 0 0 20px;
	border-bottom: 1px solid #ddd;
}

.children li.thumbnail {
	list-style-type: none;
	margin-left: 0;
}

.children li a:link, .children li a:visited, .children li a:hover, .children li a:active {
	font-size: 0.95em;
	font-weight: bold;
}

.children li .summary  {
	font-size: 0.9em;
	color: #999;
	margin: 1px 0 5px 0;
	display: block;
}

.children li .arrows {
	position: absolute;
	right: 0;
	top: 0.95em;
	z-index: 10;
}

/* @group children table */

.children table {
	border-spacing: 5px;
	width: 100%;
}

.children table td .childtitle  {
	margin-top: 0;
}

.children table td.child {
	border-collapse: collapse;
	padding: 5px;
	vertical-align: top;
	background-color: #fff;
	border: 1px solid #eee;
	width: 33.33%;
}

.children table td .summary  {
	clear: both;
	margin-bottom: 0;
}

.children table td .thumbnail {
	padding: 0;
	margin-bottom: 5px;
}

.children .details {
	line-height: 1.4;
	margin: 0 -1px;
	padding: 0;
	border: 1px solid #ccc;
	color: #000;
	float: left;
	width: 100%;
}

.children .details .price {
	float: left;
	margin: 5px;
	padding: 0;
	font-weight: bold;
	color: #333;
}

.children .details .options {
	float: right;
	margin: 6px 5px;
	padding: 0;
}

.children .details .options a img {
	padding: 2px;
	margin: 0 0 0 5px;
	background: #eee;
	border: 1px solid #ccc;
	/*display: block;*/
	float: right;
	width: 12px;
	height: 12px;
}

.children .details .options a img:hover {
	border: 1px solid #666;
}

/* @end */

/* @end */

/* @group files */

.files {
	border: 1px solid #eee;
	margin: 5px 0;
	padding: 5px;
}

.files dl {
	margin: 0;
	padding: 0 5px;
	background-color: #f8f0cb;
}

.files dl dt {
	border: 1px solid #f8f0cb;
	border-top: 2px solid #fff;
}

.files dl dt.first {
	border: 1px solid #f8f0cb;
}

.files dl span, .files dl strong {
	display: none;
}

.files dl span.s_size {
	display: inline;
	font-weight: normal;
}

.files dl dt {
	font-weight: bold;
	margin: 0;
	padding: 3px 0 0 0;
	background-image: url(/images/interface/arrow_right.gif);
	background-repeat: no-repeat;
	background-position: 0px 50%;
	padding-left: 16px;
}

.files dl dd {
	border: 1px solid #f8f0cb;
	margin: 0;
	padding: 0 0 5px 0;
	padding-left: 16px;
	color: #f7b82c;
	position: relative;
}

.files dl dd p {
	margin: 0;
	padding: 0;
}

.files dl dd div.s_notes {
	color: #333;
}

.files dl dd div.s_notes p {
	margin: 5px 0 0 0;
}

.files dl dd p.s_toggle {
	position: absolute;
	right: 0;
	top: 0;
	font-weight: bold;
	cursor: pointer;
}

.files dl dt.forSale {
	background-image: url(/images/interface/forSale.gif);
}

.files dl dt.requireUser {
	background-image: url(/images/interface/locked.gif);
}

/* @end */

/* @end */

/* @group sidebar */

#sidebarL .article, #sidebarL .article .article {
	padding: 45px 20px 0 20px; /* 1px padding to prevent margin collapse */
	margin: 0 0 0 0;
	float: left; /* required to stop images escaping */
	width: 220px; /* required beause float collapses width */
	display: inline; /* combat IE6 Doubled float-margin bug */
	position: relative;
	margin-right: -3px; /* combat IE6 duplicate character bug */
	/*font-size: 0.95em;*/
	color: #333;
	color: #1182c6;
	font-weight: bold;
	
}

#sidebarL .standfirst {
	font-size: 1em;
	border: none;
	padding: 0;
}

/* @end */

/* @group footer */

#footer .left {
	float: left;
	color: #ccc;
	margin: 0 10px;
}

#footer .right {
	float: right;
	color: #666;
	margin: 0 10px;
}

#footer .right .sitename {
	font-weight: normal;
	color: #333;
}

#footer a:link, #footer a:visited {
	color: #1182c6;
	border-bottom: 1px dotted #666;
}

#footer a:hover, #footer a:active {
	text-decoration: none;
	border-bottom: 1px solid #000;
}

#footer a.hilite {
	border-bottom: 1px solid #000;
}

/* @end */

/* @group search */

/* @group request */

.search table  {
	margin: 0;
	padding: 10px 0;
}

.search th, .search td {
	text-align: left;
}

.search th {
	padding: 5px 3px 5px 0;
}

.search .help {
	font-size: 0.9em;
	color: #666;
}

/* @end */

/* @group results */

/* @group title */

.search dt {
	font-weight: bold;
	margin: 5px 0;
}

.search dt a:link, .search dt a:visited {
	color: #1182c6;
	text-decoration: none;
}

.search dt a:hover, .search dt a:active {
	text-decoration: none;
	border-bottom: 1px solid #333;
}

/* @end */

.search dd {
	margin-left: 20px;
}

.search dd .s_excerpt {
	font-size: 0.85em;
	color: #666;
}

.search dd strong, .search dd b, .search dt b {
	font-weight: bold;
	color: #333;
	border-bottom: 1px dotted #666;
	background-color: #fe9;
}

/* @group score */

.search p.s_scoreC, .search span.s_scoreB {
	font-size: 1px;
	height: 8px;
	display: block;
}

.search p.s_scoreC {
	position: absolute;
	right: 15px; /* pc ie workaround */
	top: 5px;
	width: 50px;
	border: 1px solid #ccc;
	background-color: #fff;
}

html>body .search p.s_scoreC {
	right: 0; /* override for everything but ie */
}

.search span.s_scoreB {
	/*background: #f60 url(/images/interface/score.gif) repeat-x 0px 50%;*/
	background-color: #999;
	border-right: 1px solid #000;/**/
}

/* @end */

.search dd p {
	color: #333;
}

.search dd div {
	border: 1px solid #eee;
	margin-top: 5px;
}

.search dd div div {
	background-color: #eee;
	border: 1px solid #eee;
	margin: 5px;
	padding: 2px 0;
	position: relative;
}

.search dd div p, .search dd div div p {
	margin: 5px;
}

.search dd div div div {
	border-top: 2px solid #fff;
	margin: 5px 5px 0 5px;
}

.search dd div div p {
	font-size: 0.85em;
	margin: 0 5px;
	color: #000;
}

.search dd div div p span {
	font-weight: bold;
	color: #545e6b;
}

/* @group files */

.search dd div div div p {
	color: #000;
	margin: 0;
	background: url(/images/interface/arrow_right.gif) no-repeat 0px 50%;
	padding-left: 16px;
}

.search dd div div div p.s_notes, .search dd div div div p.s_filename {
	background: 0;
}

.search dd div div div p a {
	text-decoration: none;
	border-bottom: 0;
	font-weight: bold;
}

.search dd div div div p a:hover {
	text-decoration: none;
	border-bottom: 1px solid #333;
}

.search dd div div div p span {
	font-weight: bold;
	color: #48146a;
	display: none;
}

.search dd div p.s_description {
	font-weight: bold;
	color: #333;
}

.search dd div p.s_description span.s_size {
	font-weight: normal;
	display: inline;
	color: #000;
}

.search dd div div div p.s_filename {
	color: #f7b82c;
	font-weight: normal;
}

/* @end */

/* @end */

/* @group pagination */

.search .pages {
	padding: 10px 0;
	border-top: 1px solid #ddd;
}

.search p.pages a {
	font-weight: bold;
}

.search p.pages strong {
	color: #666;
}

/* @end */

/* @end */

/* @group sitemap */

.sitemap {
	list-style: none;
	padding-left: 0;
	margin-left: 0;
}

.sitemap li {
	padding: .2em 0;
	margin: 0;
}

.sitemap li li {
	padding: 0;
	margin: 0;
}

.sitemap ul ul {
	list-style: inherit;
}

/* @end */

/* @group formmail */

.formmail table {
	border-top: 1px solid #eee;
	border-collapse: collapse;
	width: 100%;
}

.formmail th, .formmail td {
	font-size: 0.9em;
	padding: 3px;
	border-bottom: 1px solid #eee;
	text-align: left;
	border-collapse: collapse;
}

.formmail th {
	padding-top: 7px;
	color: #999;
	border-right: 1px solid #eee;
	vertical-align: top;
	white-space: nowrap;
}

#main .body .formmail td {
	text-align: left;
}

/* @end */

/* @group InPlaceEditor */

/* @group common */

.editor_control {
	width: 24px;
	height: 17px;
	text-indent: -9999px;
	background: transparent url(/images/admin/vtc/buttons/inplace.gif) no-repeat 100% 50%;
	z-index: 1000;
	margin: 0;
	padding: 0;
	left: -29px;
}

.editor_control_hilite {
	width: 48px;
	background-image: url(/images/admin/vtc/buttons/inplaceH.gif);
	left: -53px;
}

.inplaceeditor-form {
	margin-bottom: 10px;
	clear: both;
}

.inplaceeditor-form .editor_field {
	width: 100%;
	/*width: 461px;*/
	margin: 0;
	padding: 0;
	border: 0;
}

.inplaceeditor-form .editor_cancel {
	font-weight: bold;
}

.inplaceeditor-form .editor_ok_button {
	margin-right: 5px;
}

/* @end */

/* @group main */

#main .body .editor_control, #main .body .editor_container {
	margin: 0;
	padding: 0;
}

#main .inplaceeditor-form input.editor_field {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 1.85em;
	font-weight: bold;
	color: #1182c6;
	background-color: #fff;
	margin: 0;
}

#main .inplaceeditor-form textarea.editor_field {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.5;
	background-color: #fff;
	margin-bottom: 10px;
}

/* @end */

/* @group sidebar */

#sidebarL .inplaceeditor-form input.editor_field {
	font-family: "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	font-size: 1.0em;
	line-height: 1.25;
	font-weight: bold;
	color: #333;
	background-color: #eee;
	margin: 10px 0;
}

#sidebarL .inplaceeditor-form textarea.editor_field {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.1;
	color: #666;
	background-color: #eee;
	margin-bottom: 10px;
}

/* @end */

/* @end */