/* --------------------------- */
/* STYLES FOR THE PRINTED PAGE */
/* --------------------------- */

/* -------------- */
/* general layout */
/* -------------- */
body {
	margin: 0;
	font-family: helvetica;
	font-size: 12pt;
}

#header, #nav, #dhtmltooltip, #dhtmlpointer, .articleToolbar, .articleExtras, #submitLoginFormDiv, #errorBlock, #sendToFriendErrorBlock, .sendToFriend { /* don't show most stuff for printouts */
	display: none;
}

#content {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 540px;
	padding-top: 10px; /* makes space between horiz grey line and main menu tab */
	padding-left: 6px; /* makes space between vert grey line and text */
	font-family: helvetica, arial, sans-serif;
	font-size: 9pt;
	color: #000000;
}

a {
	color: #810308;
}

/* -------------- */
/* article styles */
/* -------------- */
.titleBar {
    clear: both;
    width: 529px;
    border: 1px solid #C0C0C0;
    padding: 5px 5px 5px 5px;
    margin: 2px 0px 10px 0px;
	font-family: helvetica, arial, sans-serif;
	font-size: 8pt;
    color: #1C78AE;
    background-color: #FBF9F8;
	font-weight: bold;
}

.titleBar .title h1 {
    float: left;
    width: 60%;
	font-family: helvetica, arial, sans-serif;
	font-size: 8pt;
	color: #1C78AE;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

.titleBar .date {
    text-align: right;
    float: left;
    width: 40%;
	font-weight: normal;
}

.date img {
    vertical-align: middle;
}

.article {
	font-family: helvetica, arial, sans-serif;
	font-size: 9pt;
	color: #000000;
}

.articleImageleft {
	float: left;
	margin: 0px 10px 10px 0px;
}

.articleImageright {
	float: right;
	margin: 0px 0px 10px 10px;
}

.articleExtras {
    clear: both;
    margin-top: 10px;
    margin-bottom: 8px;
	font-family: helvetica, arial, sans-serif;
	font-size: 9pt;
	color: #000000;
}

.articleExtras a {
    color: #1C78AE;
    text-decoration: none;
}

.articleExtras a:hover {
    text-decoration: underline;
}

.commentBlock {
    width: 529px;
    padding: 2px 4px 2px 4px;
    margin: 0px 0px 15px 0px;
	font-family: helvetica, arial, sans-serif;
	font-size: 9pt;
	color: #000000;
}

.commentBlock .commentSubject {
    color: #1C78AE;
    font-weight: bold;
}

.smallText {
	font-size: 8pt;
}

/* ----------- */
/* misc styles */
/* ----------- */
.bold {
	font-weight: bold;
}

.consultingHeading {
	font-weight: bold;
	font-size: 12pt;
	color: #D9766A;
}

.ConsultingBoxHeading {
	border: 1px #C0C0C0 solid;
	padding: 5px;
}

#linksBox {
    width:529px;
    background-color:#FAF9F8;
    border: 1px #C0C0C0 solid;
    padding:5px;
	font-family: helvetica, arial, sans-serif;
	font-size: 8pt;
    color: #1C78AE;
    margin: 20px 0px;
}

#links_heading {
    width: 60px;
    float: left;
}

#links_col1, #links_col2, #links_col3 {
    width: 155px;
    float: left;
}

#linksBox a {
    color: #1C78AE;
    text-decoration: none;
}

#linksBox a:hover {
    color: #1C78AE;
    text-decoration: underline;
}

#dhtmltooltip {
	position: absolute;
	left: -300px;
	width: 150px;
	padding: 5px;
	visibility: hidden;
	border: 1px solid #A3AFC2;
	background-color: #F2F8FA;
	opacity: .9;
	font-family: helvetica, arial, sans-serif;
	font-size: 8pt;
	color: #810308;
	z-index: 100;
	-moz-border-radius: 5px;
	/* Remove below line to remove IE-only shadow */
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

#dhtmlpointer{
	position: absolute;
	left: -300px;
	z-index: 101;
	visibility: hidden;
	opacity: .9;
}

#searchForm {
    margin: 0px 0px 0px 0px;
    padding:  0px 0px 0px 0px;
}

#searchSubjectHeading {
    text-indent: -1000px;
    background-image: url("../img/nav_subhd_search.gif");
    width: 194px;
    height: 15px;
    margin: 2px 0px 0px 4px;
}

#searchBox {
    width: 187px;
    padding: 2px 2px;
    margin: 2px 0px 0px 4px;
    border: 1px #cecece solid;
    font-family: helvetica, arial, sans-serif;
    font-size: 8pt;
    color: #810308;
}
#advancedSearch a {
    display: block;
    width: 73px;
    height: 16px;
    margin: 0px 0px 0px 4px;
    text-indent: -1000px;
    background: url("../img/nav_btn_advanced_search.gif");
    background-repeat: no-repeat;
}

#advancedSearch a:hover {
    background-position: 0px -16px;
}

div.row {
	clear: both;
	padding-top: 5px;
	width: 200px;
}

div.row span.label {
	float: left;
	width: 70px;
	text-align: left;
	font-family: helvetica, arial, sans-serif;
	font-size: 9pt;
	color: #000000;
  }

div.row span.form {
	float: right;
	width: 100px;
	text-align: left;
	font-family: helvetica, arial, sans-serif;
	font-size: 9pt;
	color: #000000;
}

div.formwide {
	float: right;
	width: 200px;
	text-align: left;
	font-family: helvetica, arial, sans-serif;
	font-size: 9pt;
	color: #000000;
}

input, textarea, select {
	border: 1px solid #ededed;
	font-family: helvetica, arial, sans-serif;
	font-size: 9pt;
	color: #000000;
}

.spacer-div {
	padding: 15px;
}
