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

General Styles of the Print-Friendly version



version : 1.0

moddification date : 31/5/2007

author : Giannis Tsevdos

tel: (+30) 210 6876608

email : Giannis.Tsevdos@intrasoft-intl.com

website : http://www.intrasoft-intl.com/

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





/* =General Style setups

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

/* Remove padding and margin */

* {

	margin: 0;

	padding: 0;

}



body {

	background: #fff;

	color: #000;

	font: 1em Arial, Verdana, Helvetica, sans-serif;

}



/* Class for clearing floats */

.clear {

	clear: both;

}



/* Remove border around linked images */

img {

	border: 0;

}



/* Remove accessibility navbar.  */

#accessibilitybar {

	display: none;

}



/* Container styles. */

#container {

	margin: 0 5%;

	border: 1px solid #000;

}





/* =Header, Subheader, Utilities and Logo section

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

#header #image, #header #legal, #languagediv, #subheader, #breadcrumbs, #tools, #utilities {

	display: none;

}



#logo {

	margin-top: 10px;

	border-bottom: 1px solid #000;

}



#logo #issuenumber {

	float: right;

	position: relative;

	top: -50px;

	right: 5px;

	color: #636563;

	font-weight: bold;

	font-size: 0.8em;

}



/* =Left Side bar (Menu and PDF section)

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

#leftsidebar {

	display: none;

}





/* =General Content styles (apply to ALL print-styles)

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

#content {

	width: auto;

	padding: 0;

	border: 0;

}



/* Content paragraphs text. */

#content p {

	margin: 1em 0 0 5px;

	color: #000;

	font: 0.8em Arial, Verdana, Helvetica, sans-serif;

}



/* Content lists (unordered and ordered). */

#content ul, #content ol {

	margin: 1em;

	font-size: 0.8em;

}



#content ul li, #content ol li {

	margin-left: 2em;

	text-align: justify;

}



/* Content notes. */

#content .notes {

	margin-top: 1em;

}



#content .notes ol {

	margin-left: 2em;

	font-size: 0.8em;

}



#content .notes ol li {

	list-style-type: decimal;

}



/* And since links are useless in print styles we apply a general rule to ALL links. */

#content a:link, #content a:visited {

	color: #000;

	background: transparent;

	text-decoration: none;

        

	/* Prints the href property of the link (in other words the URL) in all valid CSS2 browsers. */

	content: " (" attr(href) ") ";

}



/* Remove all "Top" anchors. */

#content .top {

	display: none;

}





/* =Footer.

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



#footer {

	display: none;

}



/* =Tables

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

table { 

	border-spacing: 0;

	border-collapse: collapse;

}





td {

	text-align: left;

	font-weight: normal;

}