@charset "windows-1253";

/*
	-------------------------------------------------------------
	Η ΝΑΥΤΕΜΠΟΡΙΚΗ - www.naftemporiki.gr
	-------------------------------------------------------------
	(c) 1996-2007 Naftemporiki - P. Athanassiades & Co SA
	http://www.naftemporiki.gr
	info@naftemporiki.gr
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Description:	Article Print Style
	Author:			OgilvyOne worldwide, Athens
	Filename:		naftemporiki.article.print.css
	Version:		1.0
	Date:			Monday, Dec 18, 2006
	-------------------------------------------------------------
*/
	
/*	-------------------------------------------------------------
	Global styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Description:	The following styles apply to the site
					globally.
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
		
		body {
			background-color: #fff;
			font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
			font-size: 12pt; }
					
		a, a:link, a:visited {
			color: #730000; }
		
		a img {
			border:0px; }
			
		form {
			margin: 0px;
			padding: 0px; }
			
		div.clear {
			clear: both; }
			
		acronym {
			font-style: italic;
			background-image: url(../_images/dot_line.gif);
			background-repeat: repeat-x;
			background-position: bottom;
			text-decoration: none;
			border: none;
			cursor: help; }
			
		hr {
			display: none;
			visibility: hidden; }
		
	

/*	-------------------------------------------------------------
	Main Container
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
		#mainContainer { }


/*	-------------------------------------------------------------
	Top Ad Container
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
		#topAdContainer {
			display: none; }


/*	-------------------------------------------------------------
	Login Container
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
		#premiumLogin {
			display: none; }
			
			
/*	-------------------------------------------------------------
	Top Ad Container
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
		#foldAdContainer {
			display: none; }
		

/*	-------------------------------------------------------------
	Header Container
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
		#headerContainer { }

/*	Daily Info
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
		#headerContainer #dailyInfo {
			display: none; }

/*	Logo
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
		#headerContainer h2 a { /* Logo */
			display: inline;
			margin: 0px 0px 0px 0px;
			padding: 0px 0px 0px 0px;
			text-decoration: none; }
			
		#headerContainer h3 { /* Page title */
			width: 100%;
			text-align: right;
			color: #d70000;
			font-family: Georgia, "Times New Roman", Times, serif;
			font-weight: normal;
			font-size: 20px;
			margin: 0px 0px 10px 0px;
			padding: 0px 0px 5px 0px;
			border-bottom: 3px solid #d00; }

/*	Advertisemnt 234x60
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
		#headerContainer #banner {
			display: none; }

/*	-------------------------------------------------------------
	Navigation $ Search Container
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
		#navigation {
			display: none; }

/*	-------------------------------------------------------------
	Breaking News
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
		#breakingNews {
			display: none; }


/*	-------------------------------------------------------------
	Ad text replacement
	(If Flash Player is not installed on client's system)
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
		.advertisementText {
			display: none; }

/*	-------------------------------------------------------------
	Footer
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
		#footer { }

/*	Links
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
		#footerLinks {
			display: none; }

/*	Copyright
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
		#copyright {
			display: none; }

/*	Credits
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
		#credits {
			font-family: Tahoma, Georgia, "Times New Roman", Times, serif;
			font-size: 11px;
			color: #999; 
			float: left;
			margin: 0px;
			padding: 10px 5px 5px 0px; }
			
		#credits a {
			color: #333; }	

/*	Site Index Box
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
		#footerLinks #siteIndex {
			display: none; }
			
			
/*	-------------------------------------------------------------
	Page Container - Above the fold
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
		#AboveContainer { }
			
		h2 {
			font-weight: normal;
			font-size: 14px;
			color: #333; }
		
/*	-------------------------------------------------------------
	Alpha Container
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
		#alpha { }
			
/*	Article Breadcrumbs
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
		#alpha #story-title ul {
			display: none; }
			
/*	Article Tools Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
		#alpha #articleTools {
			display: none; }
			
/*	Article Sidebar
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
		#alpha .sidebar {
			display: none; }
			
/*	Article Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
			
		#alpha a {
			margin: 0px 10px; }	
			
		#alpha a:link:after,
		#alpha a:visited:after {
			content: " (" attr(href) ") ";
			font-size: 90%; }
			
		#alpha .image,
		#alpha .image img {
			padding: 0px;
			margin: 0px;
			border: none; }
			
		#alpha .full {
			display: block;
			width: 290px;
			margin: 0px 0px 6px 0px; }
			
		#alpha .right {
			width: 200px;
			float: right;
			margin: 3px 0px 6px 50px; }
			
		#alpha .left {
			width: 200px;
			float: right;
			margin: 3px 0px 6px 50px; }
		
		#alpha .image a,
		#alpha .image .caption {
			font-size: 11px;
			float: left;
			display: block;
			color: #999;
			padding: 0px;
			margin: 0px; }
		
		#alpha .full a,
		#alpha .full .caption {
			font-size: 11px;
			float: none;
			display: block;
			color: #999;
			padding: 0px;
			margin: 0px; }
		
		#alpha .image .caption {
			margin-top: 5px; }
		
		#alpha .image a img {
			border: 1px solid #333; }
			
		#alpha h2 { /* Main Title */
			font-family: Georgia, "Times New Roman", Times, serif;
			font-weight: normal;
			font-size: 30px;
			line-height: 34px;
			letter-spacing: -1px;
			margin: 0px;
			padding: 0px;
			border: none; }
			
		#alpha h4 { /* Super Title */
			font-weight: normal;
			font-size: 12px;
			color: #666;
			margin: 6px 0px 6px 0px; }
			
		#alpha h5 { /* Article Details */
			font-weight: normal;
			font-size: 12px;
			color: #666;
			margin: 6px 0px 20px 0px;
			padding: 0px 0px 10px 0px;
			border-bottom: 1px solid #999; }
			
			
		#alpha h3 {
			font-family: Georgia, "Times New Roman", Times, serif;
			font-size: 16px;
			color: #000;
			line-height: 21px;
			page-break-after: avoid; }
			
		#alpha p {
			font-family: Georgia, "Times New Roman", Times, serif;
			font-size: 14px;
			color: #000;
			line-height: 21px;
			margin: 0px 0px 21px 0px; }
		
		#alpha blockquote {
			font-family: Georgia, "Times New Roman", Times, serif;
			font-size: 14px;
			color: #000;
			line-height: 21px;
			background-image:url(../_images/blockquote.gif);
			background-position: 0px 0px;
			background-repeat: no-repeat;
			padding: 20px 10px 0px 20px;
			margin: 10px 10px 0px 10px; }
			
/*	Article Navigation
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
		#alpha .articleNav {
			display: none; }

/*	Tab Box
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
		#alpha .boxContent {
			display: none; }

/*	Article Rating
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
		#alpha .articleRating {
			display: none; }

/*	Sponsored Links
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/	
		#alpha .sponsoredLinks {
			display: none; }
		
		
/*	-------------------------------------------------------------
	Beta Container
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
		#beta {
			display: none; }
	
		
/*	-------------------------------------------------------------
	Page Fold
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
		#fold {
			display: none; }
			
			
			
			
			
			
