


/* ============================================================
 *
 *                   common_content_all.css
 *
 * ============================================================ */

/* formatted bodies */
#content td.bodytext { padding: 0.1em 1em 0.3em 1em !important; }
#content .bodytext p { margin: 0.8em 0; }
#content .bodytext p.wcauth { margin: 0.8em 0 -0.7em 1em; padding-left: 0; padding-bottom: 2px; border-bottom: 1px dotted #9ac; width: 251px; }
#content .bodytext p.wcauth a:hover { color: blue !important; }


/* whirlcode */
#content .wcrep1 { color: #45A; }
#content .wcrep2 { color: #9F6E19; } /* #B70 */
#content .wcgrey { color: #555; }
#content .wcsml  { font-size: 10px; }
#content .wcserif{ font-family: serif; }
#content .wcauth { color: #45A; font-size: 11px; font-weight: bold; padding-left: 15px; }
#content .wcauth a { text-decoration: none !important; color: #45A !important; cursor: pointer !important; }
#content .wcauth a:hover { text-decoration: underline !important; color: blue !important; }


/* whirlcode2 */
#content span.wcspoil { color: #E5E1DE !important; background-color: #E5E1DE !important; cursor: default; }
#content span.wcspoil span { color: #E5E1DE !important; }
#content span.wcspoil:hover { color: black !important; }
#content span.wcspoil:hover span { color: black !important; }
#content span.wcspoil a { opacity: 0; } /* hack to hide all links */
#content span.wcspoil:hover a { opacity: 1; }
#content .bodytext pre {
	font: 0.9em consolas, monospace;
	margin-left: 1em;
	padding: 0.5em 1em;
	border-left: 2px dashed #D1C9C0;
	overflow-x: auto;
	width: 40em;
}
#content .bodytext hr {
	border: 0;
	color: #C0C0C0;
	background-color: #C0C0C0;
	height: 1px;
	margin: 1.2em 1em;
	width: auto;
}
#content .bodytext p.reference {
	margin: 0.8em 0 -0.6em 1em;
	padding-bottom: 2px;
	border-bottom: 1px dotted #9ac;
	width: 25em;
	color: #45A;
	font-size: 11px;
	font-weight: bold;
}
#content .bodytext p.reference a {
	text-decoration: none !important;
	color: #45A !important;
	cursor: pointer !important;
}
#content .bodytext p.reference a:hover {
	text-decoration: underline !important;
	color: blue !important;
}

/* inter-links */
#content .bodytext a.internal { padding-right: 7px; background: transparent url(/img/intlink.gif) no-repeat top right; }
#content .bodytext a.internal,
#content .bodytext a.internal:link,
#content .bodytext a.internal:active,
#content .bodytext a.internal:visited { color: #730; text-decoration: none; }
#content .bodytext a.internal:hover { color: #A50; text-decoration: underline; }
#content .bodytext a.internal img { display: none; }

/* inter-links */
#content .bodytext a.external { padding-right: 7px; background: transparent url(/img/extlink.gif) no-repeat top right; }
#content .bodytext a.external img { display: none; }

/* inter-links */
#content .bodytext a.email { padding-right: 7px; background: transparent url(/img/exteml.gif) no-repeat top right; }
#content .bodytext a.email img { display: none; }




/* links */
#content a,
#content a:link,
#content a:active,
#content a:visited { color: #029; text-decoration: none; }
#content a:hover { color: #04F; text-decoration: underline; }
#content .showvisited a:visited { color: #015; } /* different shade for visited threads */

/* inter-links */
#content a.inter,
#content a.inter:link,
#content a.inter:active,
#content a.inter:visited { color: #730; text-decoration: none; }
#content a.inter:hover { color: #A50; text-decoration: underline; }

/* wiki links */
#content a.wiki,
#content a.wiki:link,
#content a.wiki:active,
#content a.wiki:visited { text-decoration: none; color: #730; border-bottom:1px dotted #730; }
#content a.wiki:hover { color: #A50; text-decoration: none; border-bottom:1px solid #730; }

/* red links */
#content a.redlink,
#content a.redlink:link,
#content a.redlink:active,
#content a.redlink:visited { color: #730 /* #700 */; text-decoration:none; }
#content a.redlink:hover { color: #A50 /* #A00 */; text-decoration:underline; }

/* grey links */
#content a.greylink,
#content a.greylink:link,
#content a.greylink:active,
#content a.greylink:visited { color: #777; text-decoration:none; }
#content a.greylink:hover { color: #00E; text-decoration:underline; }


/* misc */
#content .concealed { display: none; }
#content .small { font: 10px 'Lucida Grande',Verdana,Arial,Helvetica,sans-serif; }
#footer .concealed { display: none; }


/* ============================================================
 *
 *                   common_grid_all.css
 *
 * ============================================================ */

.grid p {
	font: normal 13px Arial, sans-serif;
}
.grid table {
	background-color: white;
	border: 1px solid #AAA;
	border-collapse: collapse;
	font: 11px Tahoma, sans-serif;
	margin: 0px 10px 10px 0px;
}
.grid tr {
}
.grid th {
	background-color: #3a437b;
	border-bottom: 1px solid #999;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding: 4px 8px;
	text-align: left;
}
.grid th a {
	color: white !important;
	text-decoration: underline;
}
.grid td {
	border: 1px solid #bbb;
	border-collapse: collapse;
	font-size: 11px;
	margin: 0px;
	padding: 4px 8px;
}
.grid input {
	font: 11px Tahoma, sans-serif;
}
.grid .button {
	padding: 2px;
	text-align: center;
}
.grid .button button {
	background-color: #ddd;
	border: 1px outset #ddd;
	color: black;
	font-size: 11px;
	width: 100%;
}
.grid .subheading td {
	background-color: #626da3;
	border: 1px solid #bbb;
	color: white;
	font-weight: bold;
}
.grid .subheading a {
	color: white !important;
}
.grid .input {
	background-color: #dddfff;
	padding: 2px 3px;
}


/* ============================================================
 *
 *                   forum_replies_all.css
 *
 * ============================================================ */

#replies {
	position: relative;
}
body.mobile #replies {
	margin-top: 2em;
}
#replies .buttons {
	display: block;
	position: absolute;
	top: -27px;
	bottom: auto;
	left: auto;
	right: 0;
	width: auto;
	height: auto;
}
#replies .buttons a {
	border: none;
	display: block;
	float: right;
	margin: 0 0 0 2px;
}
#replies .buttons a.breply {
	height: 36px;
	width: 128px;
}
#replies .buttons a.breply span {
	display: none;
}
#replies .buttons a.bwatch,
#replies .buttons a.bwatching,
#replies .buttons a.bmod {
	font: bold 13px Arial, sans-serif;
	background-color: #3a437b;
	color: white;
	padding: 0.3em 0.6em;
	margin: 6px 0 0 2px;
}
#replies .buttons a.bwatch:hover,
#replies .buttons a.bwatching:hover,
#replies .buttons a.bmod:hover {
	background-color: #525D94;
}
#replies .buttons a.bwatching {
	background-color: #D87400;
}
#replies .buttons a.bwatching:hover {
	background-color: #FF9922;
}
#replies div.topbar {
	background-color: #3a437b;
	-moz-border-radius-topleft: 8px; -webkit-border-top-left-radius: 8px; -khtml-border-top-left-radius: 8px; border-top-left-radius: 8px;
	box-shadow: 0 2px 14px rgba(0, 0, 0, 0.25);
}
#replies div.footbar {
	background-color: #78644F;
	-moz-border-radius-bottomright: 8px; -webkit-border-bottom-right-radius: 8px; -khtml-border-bottom-right-radius: 8px; border-bottom-right-radius: 8px;
	border-top: 1px solid #bbb;
	box-shadow: 0 2px 14px rgba(0, 0, 0, 0.25);
}
body.IE6 #replies .footbar {
	border-bottom: 1px solid #D1C9C0;/* For some reason this makes the background color not bleed into the content margin */
}
#replies.threadclosed div.topbar {
	background-color: #555;
}
#replies.threadclosed div.footbar {
	background-color: #555;
}






/*============================ LEGACY TABLE LAYOUT ==============================*/


#replies table {
	border-spacing: 0;
	margin: 0;
	width: 100%;
	box-shadow: 0 2px 14px rgba(0, 0, 0, 0.25);
}
body.IE6 #replies table,
body.IE7 #replies table {
	border-collapse: collapse; /* Otherwise table borders don't work */
}
body.webkit #replies col.c1,
body.webkit #replies col.c3 {
	width: 15em !important; /* narrower widths because of typeface */
}
body.IE6 #replies col.c1,
body.IE7 #replies col.c1,
body.IE6 #replies col.c3,
body.IE7 #replies col.c3 {
	width: 20em !important; /* different widths needed for IE */
}
#replies table tr td {
	padding: 0.5em;
	text-align: center;
	font: normal 10px 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
}
#replies table tr td table tr td {
	font: 1em 'Lucida Grande', Arial, Helvetica, sans-serif;
	padding: 0.1em 0.5em;
	text-align: left;
}
#replies table tr td.bodytext,
#reply td.bodytext {
	font: normal 13px Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}
#replies span.bu_name {
	font: bold 15px/16px Arial, Helvetica, sans-serif;
}
#replies table tr td.bodyuser,
#replies table tr td.bodymore {
	vertical-align: top;
}
#replies table tr td.bodytext {
	padding: 8px 12px 10px 12px;
	vertical-align: middle;
}
body.IE6 #replies table tr td.bodytext,
body.IE7 #replies table tr td.bodytext {
	border-bottom: 1px solid #bbb;
	border-top: none;
	padding-top: 10px; 
}
#replies table tr td.bodypost {
	vertical-align: bottom;
}
#replies table tr td.herringed {
	border-left: 3px solid #B70;
}
#replies table tr td.admin {
	border-bottom: 2px solid #828DBB;
}
#replies table tr td.bodytext div.edited,
#replies table tr td.bodytext div.op {
	float: right;
	font: 10px 'Lucida Grande',Verdana,Arial,Helvetica,sans-serif;
	margin-bottom: 15px;
	text-align: right;
}
#replies table tr td.bodytext div.edited {
	color: #888;
	width: 150px;
}
#replies table tr td.bodytext div.op {
	color: #bbb;
	width: 20px;
}
#replies table tr td.bodytext div.op {
	color: #bbb;
	width: 20px;
}
#replies table tr td.bodypost div.tools {
	padding-bottom: 2px;
}


















#replylist  {
	box-shadow: 0 2px 14px rgba(0, 0, 0, 0.25);
}


/* Forum/Thread titles in recent user posts view */
#replylist h3 {
	background-image: url(/img/forum/grad-grey.gif);
	font: bold 14px Arial, sans-serif;
	padding: 0.4em;
	margin: 0;
	border-bottom: 1px solid #BBB;
	text-align: center;
}

#replylist div.moderation {
	background: url(/img/forum/grad-ltorange.gif) repeat-x top #E5E5E5;
	font: 10px 'Lucida Grande',Verdana,Arial,Helvetica,sans-serif;
	padding: 0.5em;
	border-bottom: 1px solid #BBB;
	text-align: center;
}

/* Notices */
#replylist div.notice {
	background: url(/img/forum/reply-e5e5e5.gif) repeat-x top #E5E5E5;
	font: 10px 'Lucida Grande',Verdana,Arial,Helvetica,sans-serif;
	padding: 0.5em 0;
	border-bottom: 1px solid #BBB;
	text-align:center;
	position: relative;
}
#replylist div.notice div.replyuser,
#replylist div.notice div.replytools {
	position: absolute;
	top: 0; bottom: 0; width: 190px;
	padding: 0.5em;
	text-align: center;
}
#replylist div.notice div.replyuser {
	left: 0; right: auto;
}
#replylist div.notice div.replytools {
	left: auto; right: 0;
}
#replylist div.notice div.replytext {
	margin: 0 210px;
}

/* Notices, mobile */
body.mobile #replylist div.notice div.replyuser,
body.mobile #replylist div.notice div.replytools {
	position: relative;
	top: auto; bottom: auto; left: auto; right: auto;
}
body.mobile #replylist div.notice div.replytext {
	margin: 0 10px;
}

/* Reply */
#replylist div.reply {
	background: url(/img/forum/reply-eeeeee.gif) repeat-x bottom #eee;
	padding: 0;
	border-top: 2px solid #f2f2f2;
	border-bottom: 1px solid #bbb;
	position: relative;
	min-height: 90px;
	vertical-align: middle;
}
#replylist div.reply-archived {
	min-height: 55px;
}
#replylist div.reply.hidden {
	background: #E5D8D3;
	box-shadow: 0 10px 20px rgba(255, 255, 255, 0.5) inset;
}

/* Reply body, global */
#replylist div.reply div.replytext div.edited,
#replylist div.reply div.replytext div.op {
	float: right;
	font: 10px 'Lucida Grande',Verdana,Arial,Helvetica,sans-serif;
	margin-bottom: 15px;
	text-align: right;
}
#replylist div.reply div.replytext div.edited {
	color: #888;
	width: 150px;
}
#replylist div.reply div.replytext div.op {
	color: #bbb;
	width: 20px;
}
#replylist div.reply div.replytext div.op {
	color: #bbb;
	width: 20px;
}

/* Reply body, desktop */
body.not_mobile #replylist div.reply div.replytext {
	margin: 10px 232px;
	text-align: left;
	font: normal 13px Verdana, Arial, Helvetica, sans-serif;
}

/* Reply sidebars */
#replylist div.reply div.replyuser div.usergroup {
	color: #555;
}

/* Reply sidebars, desktop */
body.not_mobile #replylist div.reply div.replyuser div.username {
	margin: 1px;
}
body.not_mobile #replylist div.reply div.replyuser,
body.not_mobile #replylist div.reply div.replytools {
	position: absolute;
	top: 0; bottom: 0;
	width: 210px;
	padding: 3px 4px;
	text-align: center;
	background: url(/img/forum/reply-e5e5e5.gif) #e5e5e5 repeat-x top;
}
body.not_mobile #replylist div.reply.hidden div.replyuser,
body.not_mobile #replylist div.reply.hidden div.replytools {
	background: rgba(214, 184, 175, 0.2);
}
body.not_mobile #replylist div.reply div.replytools div.replytools-inner {
	position: absolute;
	bottom: 0;
	top: auto;
	left: 0; right: 0;
	padding: 5px 4px;
}
body.not_mobile #replylist div.reply div.replyuser div,
body.not_mobile #replylist div.reply div.replytools div {
	font: normal 10px 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
}
body.not_mobile #replylist div.reply div.replyuser {
	left: 0;
	right: auto;
}
body.not_mobile #replylist div.reply div.replytools {
	left: auto;
	right: 0;
	vertical-align: bottom;
	display: table-cell;
}
body.not_mobile #replylist div.reply div.replytools div.tools {
	padding-bottom: 2px;
}

/* Reply body, mobile */
body.mobile #replylist div.reply {
	padding-bottom: 5em;
}
body.mobile #replylist div.reply div.replytext {
	margin: 0 10px;
	text-align: left;
	font: normal 13px Verdana, Arial, Helvetica, sans-serif;
	/* overflow-x: scroll;*/
}

/* Reply sidebars, mobile */
body.mobile #replylist div.reply div.replymeta {
}
body.mobile #replylist div.reply.hidden div.replymeta {
	background: rgba(214, 184, 175, 0.2);
}
body.mobile #replylist div.reply div.replymeta div.replyuser {
	background-color: #ddd;
	padding: 3px 4px;
	text-align: left;
}
body.mobile #replylist div.reply div.replymeta div.replyuser span.bu_name {
	font-size: 1.3em;
}
body.mobile #replylist div.reply div.replymeta div.replytools {
	padding: 5px 5px;
	text-align: right;
	opacity: 0.6;
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	top: auto;
}
body.mobile #replylist div.reply div.replymeta div.replyuser div {
	display: inline;
	padding: 0 3px;
}
body.mobile #replylist div.reply div.replymeta div.replyuser br {
	display: none;
}
body.mobile #replylist div.reply div.replymeta div.replyuser div.userstats,
body.mobile #replylist div.reply div.replymeta div.replyuser div.voteblock,
body.mobile #replylist div.reply div.replymeta div.replytools div.shortcode {
	display: none;
}












div.voteblock {
	font: bold 10px monospace !important;
	padding: 5px;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
div.voteblock span.voteitem,
div.voteblock span.voteactive,
div.voteblock span.votecrusty,
div.voteblock span.votewait {
	border: 1px solid #ccc;
	background-color: #ccc;
	cursor: pointer;
	padding: 1px 2px 1px 2px;
	color: #fff;
}
div.voteblock span.voteactive {
	background-color: #fff;
	border: 1px solid #fff;
	color: black;
	cursor: default;
}
div.voteblock span.votecrusty {
	background-color: #f5f0cc;
	border: 1px solid #fff;
	color: black;
}
div.voteblock span.votewait {
	background-color: #777;
	border: 1px solid #777;
}









#replies .search_mini {
	color: #78644F;
	float: right;
	margin-top: 1em;
	text-align: right;
}
#replies .search_mini .searchbox {
	border: 1px solid #78644F;
	width: 9em;
}
#replies .foot_reply {
	color: #78644F;
	font: bold 1.6em Arial;
	margin-top: 0.4em;
	text-align: right;
}
#replies .foot_reply a {
	color: #78644F !important;
	text-decoration: underline;
}
#replies .foot_reply a:hover {
	color: #3D3327 !important;
}
#replies .foot_subs {
	color: #78644F;
	float: left;
	margin: 1em 0 -1.5em 0;
}
#replies .foot_subs a {
	color: #78644F !important;
	text-decoration: underline;
}
#replies .foot_subs a:hover {
	color: #3D3327 !important;
}









/* Jump to reply */
#replies tr.scrolling td.bodytext { background: url(/img/forum/reply-e5e5e5.gif) #e5e5e5 repeat-x top !important; }


/* ============================================================
 *
 *                   forum_replies_print.css
 *
 * ============================================================ */

#replies {
	position: relative;
}
#replies .buttons,
#replies .topbar,
#replies .footbar,
#replies .search_mini,
#replies .foot_reply,
#replies .foot_subs,
#replies table div.voteblock,
#replies .abvertibing_block {
	display: none;
}


#replies table .bodypost .tools,
#replies table .bodypost .actions,
#replies table .bodypost .date a {
	display: none;
}


#replies table {
	border-collapse: collapse;
	margin: 0 auto -1pt auto; /* -1px mashes one table's border into the next */
}
#replies table td {
	border: 0.5pt solid silver;
}

#replies table tr {
	page-break-inside: avoid;
}

#replies table td.bodytext a:link,
#replies table td.bodytext a:visited {
	padding-right: 0 !important;
}
#replies table td.bodytext a:link:after,
#replies table td.bodytext a:visited:after {
	content: " (" attr(href) ") ";
	font-size: 80%;
	color: black !important;
	text-decoration: none !important;
	border-bottom: none !important;
}
#replies table td.bodytext a[href^="/"]:after,
#replies table td.bodytext a[href^="http://forums.whirlpool.net.au"]:after {
	content:"";
}


/* ============================================================
 *
 *                   jobs_all.css
 *
 * ============================================================ */

/* Home page element */

#latestjobs .job {
	border-bottom: 1px solid #D1C9C0;
	margin-bottom: 0.6em;
	padding-bottom: 0.6em;
}
#latestjobs .job:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
#latestjobs .job strong {
	font-size: 11px;
	margin-right: 0.3em;
	white-space: nowrap;
}
#latestjobs .job em {
	color: #937F68;
	font-size: 12px;
	font-style: normal;
	margin-left: 0.3em;
	white-space: nowrap;
}

/* Job list */

#jobs h4 {
	background-color: #f8f8f8;
	border-bottom: 2px solid #D1C9C0;
	font-size: 1.4em;
	font-weight: normal;
	margin: 2em 0 0.2em 0;
	padding: 0.4em 0.7em;
}
#jobs ul {
	margin: 0;
	padding: 0;
}
#jobs li {
	border-bottom: 1px dashed #bbb;
	list-style: none;
	margin: 0;
	padding: 0.5em 1em;
}
#jobs li a {
	font-weight: bold;
}
#jobs li span {
	color: #888;
}
#jobs li.none {
	border-bottom: none;
	color: #888;
}
#jobs li span.mark {
	color: red;
	font-weight: bold;
}
#jobs li.new {
}
#jobs li.pending,
#jobs li.edit-pending {
	background-color: #FFFFDD;
}
#jobs li.deleted {
	background-color: #fdd;
}
#jobs li.ended {
	background-color: #ddd;
	color: gray !important;
}
#jobs li.ended a {
	color: #779;
}
#jobs li span.when {
	display: block;
	float: right;
	font-size: 0.85em;
}
#jobs li span.when.ditto {
	display: none;
}
#jobs .blammo {
	display: none;
}

/* Pills */

#jobs span.job-new,
#jobs span.job-pending,
#jobs span.job-edit-pending,
#jobs span.job-ended,
#jobs span.job-deleted {
	position: relative;
	top: -1px;
	background-color: gray;
	color: white !important;
	font: bold 10px arial, sans-serif;
	padding: 2px 4px 3px 4px;
	margin-right: 0.5em;
	-moz-border-radius: 4px; -webkit-border-radius: 4px; -khtml-border-radius: 4px; border-radius: 4px;
}
#jobs span.job-new {
	background-color: #3B4A9F;
}
#jobs span.job-pending {
	background-color: #974;
}
#jobs span.job-edit-pending {
	background-color: #B74;
}
#jobs span.job-ended {
	background-color: #999;
}
#jobs span.job-deleted {
	background-color: maroon;
}

/* Job ad */

#jobad {
	background: #eee;
	border: 1px solid gray;
	margin: 0 0.5em 2em 0.5em;
	padding: 2em 3em;
	z-index: 2;
}
#jobad.preview {
	background: #F2EBE5;
}
#jobad h2 {
	font: normal 2.2em Arial, sans-serif;
	margin: 0 0 0.1em 0;
	/*padding: 0 0 0.2em 0;*/
}
#jobad h3 {
	font: normal 1.6em Arial, sans-serif;
	margin: 0 0 0.6em 0;
	/*padding: 0 0 0.2em 0;*/
}
#jobad .whirlcode2 {
	font: normal 1.2em/1.4em Arial, sans-serif;
}
#jobad .whirlcode2 p {
	margin: 1em 0;
}
#jobad .whirlcode2 ul,
#jobad .whirlcode2 ol {
	margin: 1em 0;
	padding: 0 0 0 2em;
}
#jobad .whirlcode2 h2 {
	color: #3D3327;
	font-size: 1.3em;
	font-weight: bold;
	margin: 0.5em 0;
}
#jobad .whirlcode2 h3 {
	color: #3D3327;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0.5em 0;
}
#jobad .whirlcode2 h4 {
	color: #3D3327;
	font-size: 1.1em;
	font-weight: bold;
	margin: 0.5em 0;
}
#jobad a.button {
	border: 2px outset white;
	font: bold 18px Arial, sans-serif;
	padding: 0.3em 1em;
}
#jobad a.button:link,
#jobad a.button:visited {
	background-color: #ddd !important;
	color: black !important;
	text-decoration: none !important;
}
#jobad a.button:hover,
#jobad a.button:active {
	background-color: #eee !important;
	color: black !important;
	text-decoration: none !important;
}
#jobad h3 small {
	color: gray;
	font-size: 1em;
	font-weight: normal;
}


/* ============================================================
 *
 *                   news_all.css
 *
 * ============================================================ */

#news .article {
	background: #eee;
	border: 1px solid rgba(0, 0, 0, 0.35);
	box-shadow: 0 2px 14px rgba(0, 0, 0, 0.25);
	margin: 0 0.5em 2em 0.5em;
	padding: 2em 3em;
	z-index: 2;
}
#news .article.index {
	margin: 0 1.5em 1.5em 0;
	padding: 1.2em 1.5em 0.5em 1.5em;
}
#news .article h1 {
	font: normal 2.5em Arial, sans-serif;
	margin: 0 0 0.3em 0;
	padding: 0 0 0.2em 0;
}
#news .article.index h1 {
	font: bold 1.8em Arial, sans-serif;
	margin: 0 0 0.3em 0;
	padding: 0 0 0.2em 0;
}
#news .article h1.title {
	border-bottom: 1px dashed #888;
}
#news .article h3 {
	float: right;
	font: normal 1.2em Arial, sans-serif;
	margin: 0 0 0 1em;
	text-align: right;
}
#news .article.index h3 {
	font: bold 1.0em Arial, sans-serif;
}
#news .article h6.note {
	color: red;
	font: bold 1.3em Arial, sans-serif;
	margin: 0 0 -1em 0;
	text-align: right;
}
#news .article span.whirlcode1 {
	font: normal 1.3em/1.5em Arial, sans-serif;
	margin: 1em 0;
}
#news .article.index span.whirlcode1 {
	font: normal 1em/1.35em Arial, sans-serif;
}
#news .article span.whirlcode1 .wptitle {
	color: #77634F;
	font-weight: bold;
}
#news .article span.whirlcode1 .wpquote {
	color: #3A437B;
	font-style: italic;
}
#news .article.roundup h3 {
	margin-top: 0.3em;
}
#news .article.roundup h4 {
	color: #937F68;
	font-size: 1em;
	font-weight: normal;
	margin: 0.5em 0 0.3em 0;
}
#news .article.roundup h4 a {
	font-weight: bold;
}
#news .article.roundup h4 a:visited {
	color: #779;
}
#news .article.roundup p {
	color: #3D3327;
	font-size: 0.85em;
	margin: 0.3em 0 1em 0.7em;
}
#comments {
	background: #eee;
	border: 1px solid gray;
	margin: 2em 0.5em;
	padding: 2em 3em;
}
#comments .mainrhed {
	font: 18px/24px 'Trebuchet MS',Verdana,Geneva,sans-serif;
}
#comments .mainsml {
	color: #559;
	font: 11px/11px Verdana,Geneva,sans-serif;
}
#comments .mainrtop {
	background: #DDE2EE;
	color: black;
	font: 11px Verdana,Geneva,sans-serif;
}
#comments .mainrtopHigh {
	background: #EED19A;
	color: black;
	font: 11px Verdana,Geneva,sans-serif;
}
#comments .mainrtopDel {
	background: #AAA;
	color: black;
	font: 11px Verdana,Geneva,sans-serif;
}
#comments .mainbod {
	color: black;
	font: 14px/17px 'Trebuchet MS',Verdana,Geneva,sans-serif;
}
#comments .mainbodHigh {
	background: #FFF8EB;
	color: black;
	font: 14px/17px 'Trebuchet MS',Verdana,Geneva,sans-serif;
}
#comments .mainbodDel {
	background: #CCC;
	color: black;
	font: 14px/17px 'Trebuchet MS',Verdana,Geneva,sans-serif;
}
#comments .mainUserMark {
	border-right: 4px solid #D87400;
	padding-right: 5px;
}


/* ============================================================
 *
 *                   skin_core_print.css
 *
 * ============================================================ */

body {
	margin: 2pt;
	padding: 0;
	border: none;
	font-size: 12.8px;
	font-family: arial, helvetica, sans-serif;
}

a:link,
a:visited {
	color: #00C;
}

#content ul#breadcrumb {
	margin: 1em 0 0.5em 0;
	padding: 0;
	display: block;
}
#content ul#breadcrumb li {
	display: inline;
	list-style: none;
	margin: 0 0.3em 0 0;
	font: normal 2em Georgia, Cambria, Charter, 'Century Schoolbook', serif;
}
#content ul#breadcrumb li a {
	font-size: 0.5em;
	text-decoration: none;
}
#content ul#breadcrumb li:before {
	content: "\00BB \0020";
}

#content ul#breadcrumb_footer {
	display: none;
}


#content ul#breadcrumb ~ div {
	clear: both;
}


/* ============================================================
 *
 *                   skin_footer_print.css
 *
 * ============================================================ */

#footer {
	display: none;
}


/* ============================================================
 *
 *                   skin_leftnav_print.css
 *
 * ============================================================ */

#printlogo {
	display: block !important;
	float: right;
	width: 160px;
	height: 100px;
}
#printlogo img {
	width: 160px;
	height: 138px;
}
#logosub {
	display: none;
}
#left {
	display: none;
}



