/* -----------------------------------------------------------------------


 Blueprint CSS Framework 1.0
 http://blueprintcss.org

   * Copyright (c) 2007-Present. See LICENSE for more info.
   * See README for instructions on how to use Blueprint.
   * For credits and origins, see AUTHORS.
   * This is a compressed file. See the sources in the 'src' directory.

----------------------------------------------------------------------- */

/* print.css 
body {line-height:1.5;font-family:Arial, Helvetica, sans-serif;color:#000;background:none;font-size:10pt;}
.container {background:none;}
hr {background:#ccc;color:#ccc;width:100%;height:2px;margin:2em 0;padding:0;border:none;}
hr.space {background:#fff;color:#fff;visibility:hidden;}
h1, h2, h3, h4, h5, h6 {font-family:Arial, "Lucida Grande", sans-serif;}
code {font:.9em "Courier New", Monaco, Courier, monospace;}
a img {border:none;}
p img.top {margin-top:0;}
blockquote {margin:1.5em;padding:1em;font-style:italic;font-size:.9em;}
.small {font-size:.9em;}
.large {font-size:1.1em;}
.quiet {color:#999;}
.hide {display:none;}
a:link, a:visited {background:transparent;font-weight:700;text-decoration:underline;}
a:link:after, a:visited:after {content:" (" attr(href) ")";font-size:90%;}*/





@charset "UTF-8";
/* CSS Document */

/* Logo */

/* Body styles */
body {
	background: #ffffff;
	color: #333;
	font-size: 11px;
	padding: 0;
	font-family: Arial, "Liberation Sans", FreeSans, sans-serif;
}
a {
	color: #000000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color:#544A31;
}
a:visited {
	color: #000;
}
h1 {
}
h2 {
}
h4 {}
/* UPDATED P Styles last update: 15June 2010 */
p {
	margin-bottom:18px;
}

.breadcrumb {
	margin-left:20px;
	margin-top: 10px;
	color: #FFF;
	height:20px;
}
.breadcrumb a {
	color: #e2c780;
}
.breadcrumb a:hover {
	color: #FFF;
}
.breadcrumb_inside {
	margin-left:20px;
	margin-top: 10px;
	height:20px;
	color: #988654;
}
.breadcrumb_inside a {
	color: #000;
}
.breadcrumb_inside a:hover {
	color: #988654;
	text-decoration:underline;
}
/* UPDATED Pagination Styles last update: 15June 2010 */
.pagination { margin-bottom:1.6em; font-size:11px; text-align:right; color:#666; }

.pagination a { color:#2971a7; }
.pagination a:hover { color:#666; }
.pagination a.active { color:#555; cursor:default; text-decoration:none; }
.pagination a.disabled { cursor:default; text-decoration:none !important; opacity:.5; -moz-opacity:.5; filter:alpha(opacity=50); }

.pagination a.previous { padding-left:9px; outline:none; -moz-outline:none; background:url(../images/lessarrow_blue.gif) no-repeat 0 50%; }
.pagination a.next { padding-right:8px; outline:none; -moz-outline:none; background:url(../images/morearrow_blue.gif) no-repeat 100% 50%; }
.pagination a.previous:hover,
.pagination a.next:hover { color:#2971a7; }

.pagination .pages { display:inline; padding:0 2px; }
.pagination .pages a { padding:0 4px 2px 3px; font-weight:bold; background:url(../images/pagination_pages_separator.gif) no-repeat 100% 50%; }
.pagination .pages a.last { background:none; width:auto !important; float:none !important; }

/*-------edit by fendy 20110429-------*/


div.leftmenu, 
div.main03,
div.topmenu,
div.greetings,
div.header2,
div.share,
div.footer  div.span-9,
div.portlet-boundary.portlet-boundary_1_WAR_chatportlet_.chat-portlet {
    display: none;
}

div.banner img {
    width: 690px;
}

div.footer {
    border-top: 1px solid #000;
    margin-top: 10px;
    padding-top: 10px;
}

.logo_hdc {
    visibility: visible;
}

.header {
    height: 130px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
}

.graph_print div.banner img {
    display: none;
}

.ui-widget-content.ui-corner-bottom {
    border: none;
}

table#result,
table#result h4 {
    margin-bottom: 0px;
}