/*
		Title _____ default.css
		Author ____ webmaster@kalkadoon.net
		URL _______ www.kalkadoon.net
		Desc ______ Main Style
		Created ___ 2006/07/28
		Modified __ 2006/08/01
		Copyright _ Kalkadoon Corporate Solutions 2002-2006


		Page Legend   ))<<>>(( - - - >> 
		
		page
			header
				ads
			top
				navTop
			sub
				navSub
			wrap
				again
					main
						content
							area
							side
			footer
*/


/*  global   ))<<>>(( - - - >> */
* { padding: 0; margin:0; list-style: none; }

body {
	margin: 0;
	background-color: #fff;
}

body, table, td, input, select, textarea {
	font-family: Verdana, Tahoma, Arial, sans-serif; 
	color: #666; 
}

a:link		{ color: #F7941D; text-decoration: underline; }
a:visited	{ color: #F7941D; text-decoration: underline; }
a:link:hover, a:visited:hover	{ color: #000; text-decoration: none; }
a:link:active, a:visited:active	{ color: #ccc; text-decoration: none; }

a[href^="http:"] { 
	background: url(/assets/images/bg/external-link.gif) 100% 20% no-repeat; 
	padding-right: 12px;
}

a[href^="http://www.doctordisk.com.au"], a[href^="http://doctordisk.net.au"] { 
	background: none; 
	padding-right: 0;
}

.even { background-color: #F9F9F9; }

abbr, acronym, span.abbr {
	cursor: help;
	border-bottom: 1px dashed #000;
}


blockquote {
	margin: 1em;
	background: #fff url(/assets/images/bg/blockquote-t-l.png) top left no-repeat;
}

blockquote p {
	padding: 2em 1em 0 2em;
	background: url(/assets/images/bg/blockquote-t-r.png) top right no-repeat;
	color: #333;
	font-size: 120%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
}

strong, b { }

img.left { float: left; }
img.right { float: right; }

img.left {
	margin: 1em 1em 1em 0;
	padding: 4px;
	border: 1px solid #ededed;
	border-width: 0 0 2px 2px;
}

img.left:hover { 
	border: 1px solid #ccc;
	border-width: 0 0 2px 2px;
}

img.right {
	margin: 1em;
	padding: 4px;
	border: 1px solid #ededed;
	border-width: 0 2px 2px 0;
}

img.right:hover { 
	border: 1px solid #ccc;
	border-width: 0 2px 2px 0;
}

#area span:hover, #side span:hover { cursor: help; }
#contact #area p span, #company-details #area p span  { float: left; width: 150px;}

/*  toolTip for titles on <a> tags  ))<<>>(( - - - >> */
#toolTip {
	padding: 0.5em;
	background-color: #fff;
	border: #ededed solid 2px ;
	display: none;
	color: #000;
	font: bold 85% Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	position: absolute;
	z-index: 1000;
	-moz-border-radius:10px;
	opacity: 0.7;
}

#toolTip p {
	color: #f00;
	padding-top: 0.5em;
	margin-top: 0.5em;
	border: #333 solid 1px;
	border-width: 1px 0 0 0;
}



/*  font - general   ))<<>>(( - - - >> */
html { font-size: 100%; }
body { font-size: 80%; }
table, input, select, textarea { font-size: 100%; }

/*  topography - general  ))<<>>(( - - - >> */
h2 { 
	margin: 0 0 0.4em 0; 
	padding: 0 0 0.2em 0; 
	font-size: 200%; 
	font-family: Impact, Arial, Helvetica, sans-serif; 
	font-weight: normal; 
	color:#666;
	border: 1px dashed #ededed;
	border-width: 0 0 2px 0;
	text-transform: capitalize;
}

h3 { 
	margin: 1em 0 0.4em 0; 
	padding: 0 0 0.2em 0; 
	font-size: 160%; 
	font-weight: normal; 
	color:#666;
	text-transform: capitalize;
}


/*  layout - general   ))<<>>(( - - - >> */
* { margin: 0; padding: 0; }
img { border: none; }
acronym { cursor: help; }
.clear { clear: both; line-height: 0px; }
.logo {
	position: relative;
	overflow: hidden;
	cursor: pointer;
}
.logo span {
	position: absolute;
	width: 100%;
	height: 100%;
}

/*  layout - specific   ))<<>>(( - - - >> */
body {
	background: #fff;
	text-align: center;
	padding: 0 0 20px 0;
	position: relative;
}
#page {
	position: relative;
	text-align: left;
	margin: 0px auto 0 auto;
	background: #fff;
	width: 100%;
	min-width: 950px;
	padding: 0;
}
#header {
	height: 72px;
	width: 100%;
	overflow: hidden;
	background: url("../images/banners/saving-data.gif") no-repeat right;
}
#header h1 {
	width: 291px;
	overflow: hidden;
	color: #fff;
	font-size: 120%;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#header h1 a {
	display: block;
	float: left;
	width: 291px;
	height: 72px;
	color: #fff;
}
#header h1 a span {
	background: url(/assets/images/bg/logo.png) no-repeat 0 0;
}

#banner {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 460px;
	height: 72px;
	z-index: -1;
}

#top{}

#navTop {/* see 'top navigation' section below */}

#sub {
	/* background: url(/assets/images/bg/bg-find.png); */
	background-color: #ededed;
	color: #330;
	line-height: 18px;
}

#sub div { width: 100%;  background: url(/assets/images/bg/find-b-r.png) no-repeat 100% 100%; }

#sub div div { width: 97%; background: url(/assets/images/bg/find-b-l.png) no-repeat 0% 100%; }

#navSub{/* see 'sub navigation' section below */}

#wrap {
	width: 100%;
	overflow: hidden;
	background: url(/assets/images/bg/bg-content.png) repeat-x 0 0;
	/*display: inline-block;*/
	display: inline-table;
}

/* clearfix */
#again:after {
	content: '*'; 
	display: block;
	height: 0; 
	clear: both; 
	visibility: hidden;
}
#again { 
	/*display: inline-block;*/
	display: inline-table;
}
/*\*/
* html #again { height: 1%; }
#again { display: block; }
/* */

#again { 
	margin: 14px;
	background-color: #fff;
}


#main {
	float: left;
	width: 100%;
	background: url(/assets/images/bg/content-t-r.png) no-repeat 100% 0%;
}

#content {
	margin-right: 20em;
	background: url(/assets/images/bg/content-t-l.png) no-repeat 0% 0%;
	padding-top: 10px;
	min-height: 350px;
}

#home #content { /*padding-top: 37px;*/ }



#area {
	/*padding-top: 23px;*/
	padding-left: 15px;
	color: #333; 
}

#area p { margin: 0; padding-bottom: 0.5em; line-height: 1.3em; }

#area ul, #area ol { margin: 0 0 0 1em; padding: 1em 0 1em 0; }
#area li { margin: 0; padding: 0 0 0.5em 24px; background: url(/assets/images/bg/bg-bullet.gif) no-repeat 0% 15%; }
#area ul#filesys ul { margin: 0.5em 0;  }
#area ul#filesys li { background: none;  }
#area ul#filesys li li { background: url(/assets/images/bg/bg-bullet-site-map.gif) no-repeat 1% 30%;  }

#area dl#resources dd { margin: 0 0 0.5em 1em; font-size: 85%; font-style: italic;}
#area dl#resources dt { margin: 0 0 0.1em 0;}
#side { 
	display: block;
	float: left;
	width: 19em;
	margin-left: -20em;
	padding-top: 11px;
	font-size: 85%;
}

.sideBox {
	margin: 0 0 1em 0;
	/*background: #fff url(/assets/images/bg/bg-sidebox.png) top repeat-x;*/
	background: #fff url(/assets/images/bg/sidebox-t-l.png) top left no-repeat;
}

.sideBox div {
	background: url(/assets/images/bg/sidebox-t-r.png) top right no-repeat;
}

.sideBox h4 {
	font-size: 120%;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom: 2px dashed #ddd;
	padding: 12px 0 8px 50px;
	text-transform: capitalize;
	color: #56799E;
	margin: 0 3px 0.5em 1px;
}

.sideBox dl {
	clear: both;
	padding: 0.2em 1em 0.4em 1em;
}

.sideBox dt {
/*	display: block;
	float: left;
	text-align: center;
	width: 1em;
	padding: 0.1em 0.3em 0.3em 0.3em ; 
	height: 1em;
	border: 1px solid #999;
	font-size: 90%; 
	color: #000;
	margin-right: 0.5em;*/
	font-weight: bold;
	margin: 0 1em 0.5em 0;
	padding: 0 0.5em 0.2em 0.5em;
	font-style:italic;
	font-size: 110%;
	color: #ccc;
	border-bottom: 1px dashed #ccc;
	
}

.sideBox dd {
	padding-right: 2em;
	line-height: 1.5em;
	text-align: right;
}

.sideBox p {
	padding: 0.5em 1em;
}

.sideBox ul {
	padding: 1em;
}

.sideBox li {
	padding-bottom: 0.4em;
}

.sideBox li a {
	font-size: 100%;
	padding-left: 20px;
	background: url(/assets/images/bg/bg-bullet-black.gif) center left no-repeat;
	text-decoration: none;
	display: block;
}

/*  top navigation   ))<<>>(( - - - >> */
#navTop {
	position: relative;
	width: 100%;
	height: 2.4em;
	background: #F7941D url(/assets/images/bg/bg-navbar.png) top repeat-x;
	border-top: solid 1px #fff;
	margin: 0;
	padding: 0;
	overflow: hidden;
	clear: both;
	text-transform: lowercase;
}

#navTop ul { margin: 0; padding: 0; }

#navTop ul a {
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
	display: block;
	float: left;
	height: 100%;
	border-right: 1px solid #FCD19F;
}

#navTop ul a:hover { 
	color: #000; 
}
#navTop ul a.active, #navTop ul a.active:hover { color: #777; }
#navTop ul { height: 2.4em; }

#navTop ul li {
	display: inline;
	padding: 0;
	margin: 0;
	list-style-type: none;
	line-height: 2.3em;
}
#navTop ul li a:hover {
	background: #F7941D url(/assets/images/bg/bg-navbar-hover.png) top repeat-x;
}

/*  sub navigation   ))<<>>(( - - - >> */
#navSub {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
	padding-left: 20px;
	overflow: hidden;
	clear: left;
	text-transform: lowercase;
}

#navSub em, #navSub p { display: none; }
#home #navSub em { 
	display: block; 
	line-height: 1.5em; 
	padding: 0.5em 0.6em; 
	font-style: normal; 
	font-size: 140%; 
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333;
	text-transform: none;
}
#navSub p img { margin: 0 0.5em; padding: 2px; background-color: #ededed; border: 1px solid #ccc; }

#navSub ul { margin: 0; padding: 0; }

#navSub ul a {
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 10px;
	padding-right: 10px;
	display: block;
	float: left;
	height: 100%;
}

#navSub ul a:hover { 
	color: #000; 
}
#navSub ul a.active, #navSub ul a.active:hover { color: #777; }
#navSub ul { height: 2.4em; }

#navSub ul li {
	display: inline;
	padding: 0;
	margin: 0;
	list-style-type: none;
	line-height: 2.3em;
}
#navSub ul li a:hover {
	/* background: url(/assets/images/bg/bg-find.png); */
	background-color: #fff;
}


/*  footer   ))<<>>(( - - - >> */
#footer {
	margin: 5px 14px 0 14px;
	position: relative;
	background: url(/assets/images/bg/footer-b-l.png) bottom left no-repeat;
	font-size: 85%;
}
#footer div {
	background: url(/assets/images/bg/bg-footer.png) bottom repeat-x;
	margin-left: 10px;
}
#footer div div {
	padding: 20px 0 0px 0;
	margin: 0 0 0 0px;
	height: 80px;
	background: url(/assets/images/bg/footer-b-r.png) bottom right no-repeat;
}

ul#footerMenu { padding-top: 26px; }

ul#footerMenu li { 
	display: inline;
}

ul#footerMenu li a { 
	border: 1px solid #ccc;
	border-width: 0 0 0 1px;
	padding: 0 4px 0 8px;
}

ul#footerMenu li a.listFirst { border-left: none; }
ul#footerMenu li a { color: #666; text-decoration: none; }
ul#footerMenu li a:hover { text-decoration: underline; }

#copyright {
	margin: 10px 0 0 7px;
	color: #999;
	clear: both;
}
#copyright a:link, #copyright a:visited { color: #999; }

#powered {
	margin: 1em 0 0 0;
	padding: 0;
	font-size: 85%;
	color: #ccc;
	text-align: center; 
}
#powered a:link, #powered a:visited { color: #ccc; }
#powered a:hover { color:#666; text-decoration: underline; }

#extlinks { display: none; }


/*  Tables   ))<<>>(( - - - >> */


/*  Sortable tables  ))<<>>(( - - - >> */

/*  Bread Crumbs  ))<<>>(( - - - >> */
#area ul#breadcrumb { list-style: none; padding: 0; margin: 0; font-size: 85%; margin-bottom: 1em;}
#area ul#breadcrumb a { text-decoration: none; color: #999;  }
#area ul#breadcrumb a:hover { text-decoration: underline;  }
#area ul#breadcrumb li {
	display: inline;
	padding: 0;
	margin: 0;
	background: none;
}
#area ul#breadcrumb li a { padding: 0.2em; }
#area ul#breadcrumb li.first a { background: none; padding-left: 0; }
#home #area ul#breadcrumb { display: none;  }

/*  Page Tools  ))<<>>(( - - - >> */
ul#tools { list-style: none; padding: 0; margin: 0; float: right; }
ul#tools li{ list-style: none; padding: 0; margin: 0; display: inline; background: none; }

/*  FORM FIELDS ))<<>>(( - - - >> */
form em { color: #f00; font-size: 120%;}
input, textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#404040;
}

fieldset { 
	border: 2pc solid #ccc; 
	border-width: 2px 0 0 0; 
	border-style: solid none none none; 
	padding-bottom: 1em;
	width: 460px;
}

legend { padding: 0 1em; margin: 0 2em 1em 2em; color: #06c; }

label {
	color:#333;
	cursor:pointer;
	padding: 5px 5px 5px 2px;
	line-height:20px;
	width: 150px;
	float: left;

}

.textinput, .required  {
	float: left;
	width:236px;
	height:15px;
	/*background: url(/assets/images/bg/bg-button.gif);*/
	background-color: #ededed;
	border:inset 1px #ccc; 
	padding:4px 8px;
	margin-bottom: 1em;
}
.button {
	cursor:pointer;  
	border:outset 1px #ccc; 
	font-size: 1em; 
	color:#666; 
	font-weight:bold; 
	background: #999 url(/assets/images/bg/bg-button.gif); 
	padding: 0.2em 0.5em;
	margin: 0.5em 1em 1em 0;
	clear: both;
}

.selectinput {
	float: left;
	width: 209px;
	height: 22px;
	/*background: url(/assets/images/bg/bg-button.gif);*/
	background-color: #ededed;
	border:inset 1px #ccc; 
	padding: 2px;
	margin-bottom: 1em;
}

.button:focus {	background: #ededed; }

.clear { clear: both; }

fieldset#userdetails { width: 100%; }
fieldset#userdetails label { width: 170px; }
fieldset#userdetails input { width: 190px; }

fieldset#additionalinformation { width: 100%;  }
fieldset#additionalinformation label { display: none; }
fieldset#additionalinformation textarea { width: 370px; height: 100px; background: none; background-color: #ededed; }

fieldset#survey { width: 100%; }
fieldset#survey label { width: 170px; }
fieldset#survey select { width: 150px; }

#status { color: #f00; } 








