/****
Visual Net Applications
http://www.vna.com.au
10 Jun 2004
****/

/*------- CSS 2 -------*/

/**** Structure ****/
body {
	background: #6B947B url("../img/body_bg.gif");
	color: #000;
	font: 400 0.9em 'Times New Roman', Times, serif; 
	letter-spacing: 0.1em;
	margin: 0;
	padding: 0;
	text-align: center;
}

#page {
	background: #fff url("../img/page_bg.gif") repeat-y 0 0;
	border: solid #013423;
	border-width: 1px;
	color: #000;
	margin: 0 auto;
	position: relative;
	text-align: left;
	width: 750px;
}

#content {
	float: left;
	padding: 0 20px;
	
	width: 710px;

}

#maincol {
	float: left;
	font-size: 90%;
	line-height: 1.6em;
	width: 470px;
}
#subcol {
	color: #000;
	display: block;
	float: right;
	font-size: 85%;
	line-height: 1.6em;
	margin-right: 0;
	width: 180px;
}

#maincol, #subcol {
	margin-top: -15px;
}  

/**** Basic Styles ****/
/** Links **/
a {
	color: #618BC5;
	border-bottom: 1px dotted #618BC5;
	text-decoration: none;
}

a:visited {
	color: #009;
}

a:hover {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-color: #666;
	color: #618BC5;
	text-decoration: underline;
}

a img {
	border-width: 0;
}

#subcol a {
	color: black;
	text-decoration: none;
}

#subcol a:hover {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-color: #666;
	text-decoration: underline;
}

#subcol ul a:visited {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-color: #000;
}

span.skip {
	border-width: 0;
	display: block;
	height: 0;
	position: absolute;
	text-indent: -9999px;
}

.readmore {
	display: block;
}


/** Headings **/
h1 {
	color: #009;
	font: 900 1.8em Verdana, Arial, san-serif;
	margin: 0 -20px;
	padding: 8px 20px 4px;
}

h2 {
	color: #009;
	font: 700 1.6em Verdana, Arial, san-serif;
	line-height: 1.8em;
	margin: 1.25em 0 .25em;
}

h2 a, h2 a:visited {
	border: 0;
	color: #009;
}

h2 a:hover {
	color: #618BC5;
	text-decoration: none;
}

h3 {
	font: 500 1.4em Verdana, Arial, san-serif;
	margin: 1em 0 .25em;
}

h4 {
	color: #575;
	font: 500 1.2em Verdana, Arial, san-serif;
	margin: 1em 0 .25em;
}

#header h1 {
	display: none;
}	

#subcol h2, #subcol h2 a, #subcol h2 a:visited {
	color: #000;
}


/** Lists **/
/* Subcolumn lists */

#subcol ul {
	margin: 0;
	padding: 0;
}

#subcol ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-bottom: 5px;
	padding-left: 20px;
}

/* Pricing Lists */

.pricing {
	padding-top: 0;
	margin-right: 50px;
}

.price {
	padding: 0;
	position: relative;
	margin: 0;
	text-indent: 0;
}

/* Hack to follow */
.price li {
	list-style: none;
	margin: 0;
	margin-right: -50px;
	padding: 0;
	position: absolute;
	right: 0;
	top: -1.5em;
}
/* HACK - fixes .price right-margin in WinIE
Don't have a reference for this yet...
\*/
* html .price li {
margin-right: 0;
}
/* end hack */

/** Misc **/
p {
	margin: 0 0 0.75em;
}

#subcol p {
	text-indent: 5px;
}

p.address {
	font-weight: 600;
	margin-top: -10px;
	padding-left: 10px;
}

hr {
	display: none;
}

code {
	color: #464;
	font-family: Monaco,"Courier New",Courier,Monospace;
	font-size: 108%;
}

/* Hack to follow */
abbr, acronym {
	border-bottom: 1px dotted #F93;
	cursor: help;
	text-decoration: none;
}
/* HACK - allows IE to tooltip abbr appropriately (in combination with the 'abbr_for_ie.js' file)
http://www.sovavsiti.cz/css/abbr.html
\*/
span.abbr {
	border-bottom: 1px dotted #F93;
	cursor: help;
	text-decoration: none;
}
/* end hack */

abbr:hover, acronym:hover {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-color: #666;
	text-decoration: underline;
}

span.elucidate {
	border-bottom: 1px dotted #0C6;
	text-decoration: none;
}

span.elucidate:hover {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-color: #666;
	text-decoration: underline;
}




/**** Page Component Styles ****/
/** Header **/
#header {
	background: #000 url("../img/header_bg.gif") no-repeat 0 0;
	float: left;
	height: 170px;
	width: 100%;
}

#logo {
	border-width: 0;
	display: block;
	float: left;
	height: 121px;
	margin: 17px 0 0 13px;
	text-decoration: none;
	text-indent: -9999px;
	width: 120px;
}

/** MainNav **/
#nav {
	background: #013423 url("../img/nav_bg.gif") no-repeat 0 100%;
	float: left;
	height: 65px;
	width: 100%;
}

#nav ul {
	font-size: 85%;
	list-style: none;
	margin: 0;
	padding: 0 20px;
	text-transform: lowercase;
}

#nav li {
	float: left;
	font-weight: bold;
	line-height: normal;
	margin: 0;
	padding: 0 10px;
	position: relative;
	text-indent: 0;
}

#nav a {
	color: #618BC5;
	display: block;
	text-decoration: none;
}

#nav #current {
	color: #FFF;
}

#nav a:hover {
	color: #FFF;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-color: #666;
	text-decoration: underline;
}


/** Footer **/
#footer {
	background: #043726 url("../img/footer_bg.gif") repeat-x 0 0;
	clear: both;
	font-size: 0.85em;
	padding-top: 20px;
	text-align: center;
	position: relative;
}

/* Hack to follow */
#footer p {
	color: #000;
	line-height: 1.6em;
	margin: 0;
	margin-top: 30px;
	padding: 10px 20px;
	text-align: center;
}
/* HACK - fixes the footer height in WinIE
http://www.positioniseverything.net/explorer/escape-floats.html
\*/
* html #footer p {
	height: 1%;
}
/* end hack */


/*------- CSS 3 -------*/
/* This shouldn't interfere with any non-capable browsers, but we'll keep it separated for luck*/

a[href^="mailto:"] {
	background: transparent url('../img/icon_mail.gif') 100% 80% no-repeat;
	padding-right: 25px;
}

#maincol a[href^="http:"] {
	background: transparent url('../img/icon_out.gif') 100% 50% no-repeat;
	padding-right: 25px;
}

#maincol a[href^="http://vna.com.au"],
#maincol a[href^="http://www.vna.com.au"] {
	background: inherit;
	padding-right: 0px;
}



/* Scratch */

#scratch {
	margin: 15px 0;
}

ul#scratchnav {
	color: #009;
	font-size: 1.3em;
	margin: 0;
	padding: 0;
}

ul#scratchnav li {
	display: inline;
	font-weight: bold;
	margin: 0 0 0 2em;
	padding: 0;
}

ul#scratchnav li a {
	color: #009;
	text-decoration: none;
	border: none;
}

ul#scratchnav li a:visited {
	color: #009;
	text-decoration: none;
	border: none;
}

ul#scratchnav li a:hover {
	color: #080401;
	text-decoration: underline;
	border: none;
}

ul#scratchnav li span {
	color: #080401;
	border: none;
}

ul#scratchnav li ul {
	text-indent: 3em;
}

l.toc li a {
	color: #F51219;
	text-decoration: none;
}

l.toc li a:visited {
	color: #F96F72;
	text-decoration: none;
}

l.toc li a:hover {
	color: #080401;
	text-decoration: underline;
}


/**** Examples ****/
div.example {
	clear: both;
	float: right;
	margin: 0 15px;
}

div.example h3 {
	padding: 0;
	margin: 2px;
}

div.example img {
	background-color: #EEE;
	padding: 5px;
}

/**** Figures ****/

div.figure {
	clear: both;
	margin: 15px;
}

div.figure h3 {
	padding: 0;
	margin: 0;
}

ol.codeListing {
	font-family: monospace;
	color: green;
	background-color: #FAFAFA;
	list-style-type: decimal-leading-zero;
	list-style-position: inside;
}
/* HACK - fixes disappearing ol.codeList background in WinIE
http://www.positioniseverything.net/explorer/ie-listbug.html
\*/
* html ol.codeListing {
	position: relative; 
}
/* end hack */


ol.codeListing li {
	background-color: #eee;
	margin: 2px;
}

ol.codeListing li code {
	color: black;
	white-space: pre;
	margin-left: 1em;
}

/* Hack to get Konqueror 3.0 to display blank lines without crunching them up,
courtesy of Jim Dabell. Alternatively use <li><code>&nbsp;</code></li> */
ol.codeListing li code:before {
	content: "";
}
/* end hack */


code.tab1 {
	left: 15px;
	position: relative;
}

code.tab2 {
	left: 30px;
	position: relative;
}

code.tab3 {
	left: 45px;
	position: relative;
}

code.cmnt {
	color: #CCC;
}

li.source {
	color: #000;
	list-style-type: none;
	text-align: right;
}

