/* @override http://btim.vtc.net.au/css/basic/print.css */

/* @group body */

body {
	font: 12px/18px Helvetica, Arial, Verdana, sans-serif;
	color: #000;
	margin: 20px;
}

a:link, a:visited {
	color: #666;
	text-decoration: none;
}

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

pre, tt, kbd, code, samp {
	font-family: Monaco, "Courier New", Courier, mono;
	font-size: 10px;
	line-height: 12px;
	padding: 5px;
	border: 1px solid #ddd;
	display: block;
	background-color: #ddd;
}

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

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

h1 {
	margin: 20px 0 10px 0;
	color: #000;
	border-bottom: 2px solid #6A8CA5;
	font: bold 18px/22px Georgia, "Times New Roman", Times, serif;
}

h2 {
	margin: 20px 0 10px 0;
	font: bold 16px Georgia, "Times New Roman", Times, serif;
}

h3 {
	margin: 10px 0 5px 0;
	padding: 0;
	color: #999;
	font: bold 14px Georgia, "Times New Roman", Times, serif;
}

h4 {

}

p, ul, ol, blockquote, address {
	margin-top: 10px;
	margin-bottom: 10px;
	font-style: normal;
}

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

th, td {
	font-size: 12px;
}

form {
	margin: 0;
	padding: 0;
}

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

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

p, ul, ol, blockquote, address {
	margin-top: 10px;
	margin-bottom: 10px;
	font-style: normal;
}

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

.note, .case {
	font-size: 11px;
	line-height: 14px;
	padding: 0 14px;
	color: #666;
	margin: 10px 0;
	border: 1px solid #ddd;
}

/* @end */

/* @group layout */

#nav, #sidebarL, #sidebarR {
	display: none;
}

/* @end */

/* @group header */

#header h1 {
	padding: 20px 0;
	font-size: 20px;
	line-height: 20px;
	margin: 0 0 20px 0;
}
p.headerimg {
	display: none;
}
#midnav {
	display: none;
}
.topnav {
	display: none;
}
/* @end */

/* @group footer */

#footer {
	font-size: 11px;
	padding: 10px 0;
	border-top: 2px solid #ccc;
}

#footer .left, #footer .right {
	display: block;
}

#footer .left {
	display: none;
}

#footer .sitename {
	font-weight: bold;
}

/* @end */

/* @group main */

#main .article {
	margin: 0;
}

#main h1.pagetitle, #main h1.embedtitle {
	padding: 10px 0;
	border-bottom: 2px solid #999;
	clear: both;
}

#main .body div img {
	float: left;
	padding-right: 10px;
	clear: both;
}

/* @group tables */

#main .body table {
	
	width: 100%;
}

#main .body table caption {
	display: none;
}

#main .body table td, #main .body table th {
	border: 1px solid #ccc;
	padding: 3px;
	font-size: 12px;
}

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

/* @end */

/* @group children */

.children {
	margin: 10px 0;
	border-top: 1px solid #999;
}

/* @end */

/* @group files */

.files {
	border: 2px solid #ddd;
	margin: 5px 0 20px 0;
	padding: 5px;
}

.files dl {
	margin: 0;
	padding: 1px 5px; /* 1px padding to prevent margin collapse */
	background-color: #fff;
	border: 1px solid #ddd;
}

.files dl dt {
	border-top: 1px solid #ddd;
	font-weight: bold;
	margin: 0;
	padding: 4px 1px; /* 1px padding to prevent margin collapse */
}

.files dl dt.first {
	border: none;
}

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

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

.files dl dt {
}

.files dl dd {
	margin: 0;
	padding: 1px 1px 5px 1px; /* 1px padding to prevent margin collapse */
	color: #666;
	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 formmail */

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

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

.formmail th {
	padding-top: 7px;
	padding-right: 10px;
	font-size: 11px;
	color: #666;
	border-right: 1px solid #ddd;
	vertical-align: top;
	white-space: nowrap;
}

.formmail td {
	width: 100%;
}

/* @end */

/* @group overrides */

a:link, a:visited, a:hover, a:active {
	color: #036;
}

#header h1 {
	border-color: #036;
}

#main .article, #main .body div {
	clear: both;
}

#main .body div img {
	margin-right: 10px;
	padding-right: 10px;
	border-right: 5px solid #ccc;
	float: left;
	clear: both;
}

/* @end */

/* Custom AR Print css
#
#
#
*/
ul{
margin-left:0;
}
ul.fh{
margin-bottom:0.5em;
margin-left:0;
padding-left:0;
list-style-position:inside;
list-style: none;
font-size: 18px;
}
.shadBox{
	width: 250px;
	float:left;
	border: solid 2px #CCC;
	margin: 10px 5px 0px 0px;
	min-height: 100px;

}

.shadBox_cont {
	padding: 10px;
}
.shadBox_cont span{
	font-size: 18px;
}
.shadBox_top{
	display:none;
}
#main div {
	clear: none !important;
}

/* Making sure all content boxes are open when someone prints */
/* Hide closed boxes*/
#box1_closed { display:none;}
#box2_closed { display:none;}
#box3_closed { display:none;}
#box4_closed { display:none;}
#box5_closed { display:none;}
/* Show open boxes*/
#box1_open { display:block !important; height: 620px;}
#box2_open { display:block !important; height: 620px;}
#box3_open { display:block !important; height: 620px;}
#box4_open { display:block !important; height: 620px;}
#box5_open { display:block !important; height: 620px;}

/* Basically cleans up the shadow boxes */
.thinLine{
	display: none;
}
.sideBarR{
	margin-left: 10px;
}
ul.fixed, ul.black{
	padding-left: 10px;
}
ul.fixed li{
	font-weight: bold;
}

.cust_col1{
	width: auto !important;
}

p.subhead{
	font-weight: bold;
}
table {

}
table td,table td{
border:1px solid #CCCCCC;
font-size:12px;
padding:3px;
}
.chartHeaddings{
height: 50px;

}
.cheading2{
	float: left !important;
}
.img204Right {
	float: right;
}
/* Industry page */
.printable{
	display: block !important;
}
.notPrintable{
	display: none !important;
}
.printReset, .printReset td{
	float: none !important;
	width: auto !important;
	height:auto !important;
	border: none !important;
}

#aw1 {display:block !important; float:left !important; height:300px !important;}
#aw2 {display:block !important; float:left !important;height:300px !important;}
#aw3 {display:block !important; float:left !important;height:300px !important;}
#aw4 {display:block !important; float:left !important;height:300px !important;}
#aw5 {display:block !important; float:left !important;height:300px !important;}
#shadBox1, #shadBox2, #shadBox3, #shadBox4, #shadBox5, #shadBox6, #shadBox7, #shadBox8, #shadBox9, #shadBox10, #shadBox11, #shadBox12, #shadBox13, #shadBox14, #shadBox15, #shadBox16{
	height: 160px !important;
}

.accoladesTb{
	margin: 20px 10px 10px 0px !important;
	width: 200px !important;
	float: left !important;
}
#disclaimer {
float: left !important;
width: 100% !important;
display: block !important;
}
