/*
Company:	ewsp500.com	
File:		print.css - This contains all the print styles for the website.

All the styles are separted into the following groups:
Global Browser Reset - this is handled by the reset-fonts.css file from YUI
HTML, Body - for the html and body tags
Layout - any style that defines how the site is laid out (position and size of objects)
Nav - navigation bar
Headings - headings like h1, h2, etc
Text Styles - Styles for text
Lists - unordered and ordered lists
Forms - html forms
Links - links
Misc - anything that doesn't fit elsewhere
*/

/* @group HTML, Body */
#header, #navi, #footer_main img {
	display: none!important;
}
#content, #footer {
	width: 85%!important;
	float: none!important;
}
#footer {
	background-image: none!important;
}
body #footer_main p, body #footer_main a {
	color: #000!important;
	margin-top: 0!important;
}
#footer_main {
	height: 20px!important;
}

body {
	font: 11pt/180% Arial, Times, serif;
	color: #000;
}
	
/* @end */

/* @group Layout */
#outer {
	background-image: none;
	background: #fff;
	text-align: center;
}
#wrapper { 
	width: 845px; 
	margin: auto;
	text-align: left;
}

/**********************

Header

**********************/

#header {
	height: 140px; 
}
#header table {
	float: right;
}

#header img { 
	float: left; 
	display: inline; 
	margin-left: 5px; 
} 

#login_box { 
	float: right; 
	display: inline; 
	height: 31px; 
 
	margin: 85px 20px 0 0; 
	padding: 0; 
	color: white; 
	background: #0a1e32 url(../images/bg_login_side.gif) no-repeat top right;
}
#login_box div {
	background: #0a1e32 url(../images/bg_login_side.gif) no-repeat top left;
	height: 31px;
	he\ight: 25px;
	padding: 6px 10px 0 0;
	margin-right: 1px;
}

#login_box strong { 
	/*height: 31px;*/ 
	padding-left: 10px; 
	font-weight: bold;  
} 

#login_box a { 
	color: white; 
} 

#login_box a:hover { 
	text-decoration: none; 
} 

/**********************

Navigation

**********************/

#navi { 
	float: left; 
	width: 230px;
	display: inline;
}

#navi ul { 
	width: 198px; 
	margin: 20px 0 10px 5px; 
	background: url(../images/bg_nav_line.gif) no-repeat bottom;
} 

#navi ul li { 
	width: 198px; 
	padding: 7px 0;
	background: url(../images/bg_nav_line.gif) no-repeat; 
} 

#navi ul li a { 
	color: #0c2b4a; 
	text-decoration: none; 
} 

#navi ul li a:hover { 
	text-decoration: underline; 
} 

#navi a.selected, #navi li.selected a { 
	font-weight: bold!important;
} 

#navi ul li ul li.selected { 
	background: url(../images/nav-dot.gif) no-repeat 7px 10px;
}

#navi ul li ul li { 
	width: auto; 
	background: none;
	padding-left: 15px;
	padding-top: 3px;
	padding-bottom: 3px;
} 

#navi ul li ul { 
	width: auto; 
	margin: 0 !important;
	padding: 0 0 0 0 !important; 
	background: none; 
} 

#navi img { 
	margin-left: 5px; 
} 

/**********************

Content

**********************/

#content {
	float: right;
	width: 580px; 
	padding-bottom: 20px;
	padding-top: 13px;
	margin-right: 26px;
	display: inline;
}

#content h2 { 
	font: normal 2em "trebuchet MS";
	color: #0c2b4a;
	margin-bottom: 5px;
	line-height: 105%;
} 

#content p { 
	margin-bottom: 15px; 
	font: normal 1em arial; 
	line-height: 20px; 
} 

#content p a { 
	color: #740200; 
} 

.chart_box { 
	float: left; 
	width: 290px; 
	padding: 0 20px 0 0; 
}

.chart_box_right {
	padding: 0!important;
	width: 270px!important;
}

.chart_box p { 
	font: bold 1em arial !important; 
} 

.chart_box p a { 
	color: #740200; 
} 

#content p a:hover, .chart_box p a:hover, .pagi_link:hover { 
	text-decoration: none;  
} 

#content h3 { 
	font: bold 1.14em "trebuchet MS"; 
} 

.pagi_link { 
	float: right; 
	display: inline; 
	margin-right: 20px; 
	color: #740200; 
} 

/**********************

Footer

**********************/

#footer {
	clear: both; 
	height: 195px; 
	background: url(../images/bg_footer.gif) repeat-x; 
}

#footer_main { 
	width: 865px; 
	height: 78px; 
	margin: auto; 
} 

#footer_main img { 
	float: left; 
	display: inline; 
	margin: 15px 0 0 20px; 
} 

#footer_main p { 
	float: left; 
	margin: 33px 0 0 10px; 
	color: white;
	font-size: .92em;
} 

#footer_main a { 
	float: right; 
	display: inline; 
	margin: 33px 40px 0 0; 
	color: white;
	font-size: .92em;
} 

#footer_main a:hover { 
	text-decoration: none; 
} 

#disclaimer { 
	width: 100%!important;
	float: none!important;
	font: 9pt/160% Arial, Times, serif;
	color: #000;
	text-align: left;
} 
	
/* @end */

/* @group Nav */
	
/* @end */

/* @group Headings */
h1 { }
h2 { }
h3 { }
h4 { }
h5 { }
h6 { }
/* @end */

/* @group Text Styles */
	
/* @end */

/* @group Lists */
	
/* @end */

/* @group Forms */
	
/* @end */

/* @group Links - link visited hover active */
a:link{ }
a:visited{ }
a:hover{ }
a:active{ }
/* @end */

/* @group Misc */
.clear {
	clear: both;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* @end */