@charset "iso-8859-7";

/*
	-------------------------------------------------------------
	Η ΝΑΥΤΕΜΠΟΡΙΚΗ - www.naftemporiki.gr
	-------------------------------------------------------------
	(c) 1996-2007 Naftemporiki - P. Athanassiades & Co SA
	http://www.naftemporiki.gr
	info@naftemporiki.gr
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Description:	Newsroom Page Styles
	Author:			OgilvyOne worldwide, Athens
	Filename:		naftemporiki.newsroom.css
	Version:		1.0
	Date:			Tuesday, Dec 5, 2006
	-------------------------------------------------------------
*/
	
/*	-------------------------------------------------------------
	Import styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Description:	Fetch required styles.
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
		@import url("naftemporiki.header-short.css");
		@import url("naftemporiki.tabBox.css");

	
/*	-------------------------------------------------------------
	Column styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Description:	The following styles apply to the Home Page
					3 Column Layout.
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	

/*	-------------------------------------------------------------
	Page Container - Above the fold
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
		#AboveContainer {
			width: 980px;
			background-image: none;
			background-image: url("../_images/section_above_bg.gif");
			background-position: center;
			background-repeat:repeat-y;
			display: block;
			float: left;
			clear: both;
			color:	#333;
			margin: 0px;
			padding: 0px 0px 10px 0px;
			border-top: 1px solid #e5e5e5; }
			
		
/*	-------------------------------------------------------------
	Alpha Container
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
		#alpha {
			padding: 10px;
			margin: 0px; 
			width: 640px;
			display: block;
			float: left; }

/*	TABS: All for Newsroom
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/				
		#alpha div#main h3,
		#alpha div#finance h3,
		#alpha div#politics h3,
		#alpha div#business h3,
		#alpha div#markets h3,
		#alpha div#world h3,
		#alpha div#maritime h3,
		#alpha div#sports h3,
		#alpha div#media h3 {
			display: none; }
			
		#alpha div#main h3 a,
		#alpha div#finance h3 a,
		#alpha div#politics h3 a,
		#alpha div#business h3 a,
		#alpha div#markets h3 a,
		#alpha div#world h3 a,
		#alpha div#maritime h3 a,
		#alpha div#sports h3 a,
		#alpha div#media h3 a {
			display: block;
			text-indent: -9999px; }
			
		#alpha div#main ul,
		#alpha div#finance ul,
		#alpha div#politics ul,
		#alpha div#business ul,
		#alpha div#markets ul,
		#alpha div#world ul,
		#alpha div#maritime ul,
		#alpha div#sports ul,
		#alpha div#media ul {
			clear: both;
			list-style: none;
			margin: 0px;
			padding: 0px; }
		
		#alpha div#main li,
		#alpha div#finance li,
		#alpha div#politics li,
		#alpha div#business li,
		#alpha div#markets li,
		#alpha div#world li,
		#alpha div#maritime li,
		#alpha div#sports li,
		#alpha div#media li {
			clear: both;
			width: 100%;
			font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
			font-size: 12px;
			padding: 5px 0px 5px 0px;
			border-bottom: 1px solid #e2e2e2;
			background-image: none;
			 }
		
		#alpha div#main li span,
		#alpha div#finance li span,
		#alpha div#politics li span,
		#alpha div#business li span,
		#alpha div#markets li span,
		#alpha div#world li span,
		#alpha div#maritime li span,
		#alpha div#sports li span,
		#alpha div#media li span {
			width: auto;
			padding: 0px;
			margin: 0px 0px 0px 0px; }
		
		#alpha div#main li a,
		#alpha div#finance li a,
		#alpha div#politics li a,
		#alpha div#business li a,
		#alpha div#markets li a,
		#alpha div#world li a,
		#alpha div#maritime li a,
		#alpha div#sports li a,
		#alpha div#media li a {
			color: #004276; }
		
		#alpha div#main li strong,
		#alpha div#finance li strong,
		#alpha div#politics li strong,
		#alpha div#business li strong,
		#alpha div#markets li strong,
		#alpha div#world li strong,
		#alpha div#maritime li strong,
		#alpha div#sports li strong,
		#alpha div#media li strong {
			width: 70px;
			font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
			font-weight: bold;
			display: block;
			float: left;
			font-size: 11px;
			margin: 0px 0px 0px 0px;
			color: #555; }
		
		#alpha div#main li.date span,
		#alpha div#finance li.date span,
		#alpha div#politics li.date span,
		#alpha div#business li.date span,
		#alpha div#markets li.date span,
		#alpha div#world li.date span,
		#alpha div#maritime li.date span,
		#alpha div#sports li.date span,
		#alpha div#media li.date span {
			padding: 3px 0px;
			margin: 10px 0px 0px 0px;
			border: none;
			font-size: 11px;
			font-weight: bold;
			color: #333; }
		
		
/*	-------------------------------------------------------------
	Gamma Container
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
		#gamma {
			padding: 0px;
			margin: 0px;
			width: 320px;
			display: none;
			display: block;
			float: left; }
			
		#gamma .boxContent {
			font-family: Georgia, "Times New Roman", Times, serif;
			display: block;
			margin: auto auto;
			padding: 10px;
			border-bottom: 1px solid #e2e2e2; }

/*	Agenda
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/			
		#gamma .agenda {  }
			
		#gamma .agenda h2 span {
			background-image: url("../_images/h2_icon_agenda.gif"); }
			
		#gamma .agenda table {
			margin: 10px 0px 10px 0px; }
			
		#gamma .agenda table tr td {
			width: 42px;
			font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
			text-align: center;
			padding: 7px 0px; }
			
		#gamma .agenda table thead tr td {
			background-color: #e4e8ed;
			background-image: url(../_images/table-head-bg.gif);
			background-color: #c8d1dc;
			background-position: top;
			background-repeat: repeat-x;
			font-weight: bold; }
			
		#gamma .agenda table tbody tr {
			empty-cells: show; }
			
		#gamma .agenda table tbody tr td {
			border-bottom: 1px solid #ccc; }
			
		#gamma .agenda table tbody tr td a,
		#gamma .agenda table tbody tr td a:visited {
			background-color: #b30007;
			color: #fff;
			font-weight: bold;
			width: 41px;
			display: block;
			margin: 0px 1px 0px 0px;
			padding: 0px 0px; }
			
		#gamma .agenda table tbody tr td a:hover {
			text-decoration: none;
			background-color: #f00; }
			

/*	-------------------------------------------------------------
	Page Container - Below the fold
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
		#BelowContainer {
			width: 980px;
			background-image: url("../_images/section_below_bg.gif");
			background-position: center;
			background-repeat:repeat-y;
			display: block;
			float: left;
			clear: both;
			color:	#333;
			margin: 0px;
			padding: 0px;
			border-top: 1px solid #e5e5e5; }
			
		
/*	-------------------------------------------------------------
	Delta Container
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
		#delta {
			padding: 0px;
			margin: 0px; 
			width: 440px;
			display: block;
			float: left; }
			
		#delta h2 {
			font-size: 18px;
			background-color: #f5f5f5;
			background-image: none;
			font-family: Georgia, "Times New Roman", Times, serif;
			padding: 20px;
			margin: 0px; 
			width: 619px;
			float: left;
			border-style: solid;
			border-color: #e2e2e2;
			border-width: 0px 0px 1px 1px;
			display: block;
			display: none; }
			
		#delta .boxContent {
			font-family: Georgia, "Times New Roman", Times, serif;
			display: block;
			margin: auto auto;
			padding: 10px; }
			
/*	List Block
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
		#delta .listBlock {
			float: left;
			width: 400px;
			padding: 10px 10px 0px 10px;
			margin: 0px; }
			
		#delta .listBlock h3 {
			font-size: 11px;
			margin: 10px 0px 10px 0px;
			padding: 0px 0px 0px 13px;
			text-transform: uppercase;
			font-weight: normal; }
			
		#delta .listBlock h3 a {
			color: #333; }
			
		#delta .listBlock ul {
			margin: 0px;
			padding: 0px;
			list-style: none; }
			
		#delta .listBlock ul li {
			font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
			background-image: url("../_images/bullet.gif");
			background-repeat: no-repeat;
			background-position: 4px 6px;
			*background-position: 2px 8px; /* IE hack (inlcudes IE7) */
			margin: 0px 0px 10px 0px;
			padding: 0px 0px 0px 13px;
			line-height: 1.3em;
			list-style: none; }
			
		#delta .listBlock ul li span {
			color: #666;
			font-size: 11px;
			font-weight: bold;
			margin: 0px 4px 0px 0px; }
			
		#delta .listBlock ul.feature li {
			background-image: url("../_images/bullet_article.gif");
			background-repeat: no-repeat;
			background-position: 0px 2px;
			border-bottom: 1px solid #ccc;
			padding: 0px 0px 10px 13px;
			width: 410px;
			color: #666; }
			
		#delta .listBlock ul.feature li p {
			color: #666;
			line-height: 1.3em;
			margin: 4px 0px 0px 0px; }
			
		#delta .listBlock ul.feature li p span {
			color: #999;
			font-size: 11px;
			font-weight: normal;
			margin: 0px 4px 0px 0px; }
			
		#delta .listBlock ul.feature li a {
			font-weight: bold; }
			
		
/*	-------------------------------------------------------------
	Epsilon Container
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
		#epsilon {
			padding: 0px;
			margin: 0px; 
			width: 220px;
			display: block;
			float: left; }
			
		#epsilon .boxContent {
			display: block;
			margin: auto auto;
			padding: 10px;
			border-bottom: 1px solid #e2e2e2; }
			
/*	List Block
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
		#epsilon .listBlock {
			float: left;
			width: 200px;
			padding: 0px;
			margin: 0px; }
			
		#epsilon .listBlock h3 {
			font-size: 11px;
			margin: 10px 0px 10px 0px;
			padding: 0px 0px 0px 13px;
			text-transform: uppercase;
			font-weight: normal; }
			
		#epsilon .listBlock h3 a {
			color: #333; }
			
		#epsilon .listBlock ul {
			margin: 0px;
			padding: 0px;
			list-style: none; }
			
		#epsilon .listBlock ul li {
			font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
			background-image: url("../_images/bullet.gif");
			background-repeat: no-repeat;
			background-position: 4px 6px;
			*background-position: 2px 8px; /* IE hack (inlcudes IE7) */
			margin: 0px 0px 10px 0px;
			padding: 0px 0px 0px 13px;
			list-style: none; }
			
		#epsilon .listBlock ul li.feature {
			background-image: url("../_images/bullet_article.gif");
			background-repeat: no-repeat;
			background-position: 0px 2px;
			color: #666; }
			
		#epsilon .listBlock ul li.feature a {
			font-weight: bold; }
			
		#epsilon .listBlock ul li.feature p {
			color: #666;
			line-height: 1.3em;
			margin: 4px 0px 0px 0px; }
			
		#epsilon .listBlock ul li.feature p span {
			color: #999;
			font-size: 11px;
			margin: 0px 4px 0px 0px; }
			
/*	Content Block
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
		#epsilon .contentBlock {
			background-color: #f5f5f5;
			background-image: url(../_images/contentBlock-views-bg.gif);
			background-repeat: no-repeat;
			background-position: top right;
			float: left;
			width: 180px;
			padding: 10px 10px 0px 10px;
			margin: 0px; }
			
		#epsilon .contentBlock h3 {
			font-size: 11px;
			margin: 0px 0px 10px 0px;
			padding: 0px 0px 0px 0px;
			text-transform: uppercase;
			font-weight: normal; }
			
		#epsilon .contentBlock h3 a {
			color: #333; }
			
		#epsilon .contentBlock blockquote {
			font-family: Georgia, "Times New Roman", Times, serif;
			font-size: 16px;
			font-style: italic;
			line-height: 1.3em;
			margin: 0px; 
			padding: 0px; }
			
		#epsilon .contentBlock p {
			margin: 5px 0px 10px 0px;
			font-size: 12px;
			text-align: right; }
			
/*	Cloud Block
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
		#epsilon .cloudBlock {
			background-color: #f5f5f5;
			background-image: url(../_images/cloudBlock-bg.gif);
			background-repeat: no-repeat;
			background-position: top right;
			float: left;
			width: 180px;
			padding: 10px 10px 5px 10px;
			margin: 0px; }
			
		#epsilon .cloudBlock h3 {
			font-size: 11px;
			margin: 0px 0px 10px 0px;
			padding: 0px 0px 0px 0px;
			text-transform: uppercase;
			font-weight: normal; }
			
		#epsilon .cloudBlock h3 a {
			color: #333; }
			
		#epsilon .cloudBlock ul {
			margin: 0px;
			padding: 0px;
			list-style: none; }
			
		#epsilon .cloudBlock ul li {
			font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
			background-image: url("../_images/bullet.gif");
			background-repeat: no-repeat;
			background-position: 4px 6px;
			*background-position: 2px 8px; /* IE hack (inlcudes IE7) */
			margin: 0px 0px 5px 0px;
			padding: 0px 0px 0px 13px;
			list-style: none; }
		
/*	-------------------------------------------------------------
	Zeta Container
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
		#zeta {
			padding: 0px;
			margin: 0px; 
			width: 320px;
			display: block;
			float: left; }
			
		#zeta .boxContent {
			font-family: Georgia, "Times New Roman", Times, serif;
			display: block;
			margin: auto auto;
			padding: 10px;
			border-bottom: 1px solid #e2e2e2; }

/*	Agenda
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/			
		#zeta .agenda {  }
			
		#zeta .agenda h2 span {
			background-image: url("../_images/h2_icon_agenda.gif"); }
			
		#zeta .agenda table {
			margin: 10px 0px 10px 0px; }
			
		#zeta .agenda table tr td {
			width: 42px;
			font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
			text-align: center;
			padding: 7px 0px; }
			
		#zeta .agenda table thead tr td {
			background-color: #e4e8ed;
			background-image: url(../_images/navigation_bg.gif);
			background-position: top;
			background-repeat: repeat-x;
			height: 28px;
			font-weight: bold; }
			
		#zeta .agenda table tbody tr {
			empty-cells: show; }
			
		#zeta .agenda table tbody tr td {
			border-bottom: 1px solid #ccc; }
			
		#zeta .agenda table tbody tr td a {
			background-color: #b30007;
			color: #fff;
			font-weight: bold;
			width: 41px;
			display: block;
			margin: 0px 1px 0px 0px;
			padding: 0px 0px; }
			
		#zeta .agenda table tbody tr td a:hover {
			text-decoration: none;
			background-color: #f00; }
			
/*	Extras Links
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/	
		#gamma .extraLinks {
			width: 300px; 
		}	
			
		#gamma .extraLinks h2 span {
			background-image: url("../_images/h2_icon_extralinks.gif"); }
			
		#gamma .extraLinks ul {
			float: left;
			width: 300px;
			list-style: none;
			margin: 8px 0px;
			padding: 0px; }	
			
		#gamma .extraLinks ul.half {
			width: 150px; }
			
		#gamma .extraLinks ul li {
			background-image: url("../_images/bullet.gif");
			background-repeat: no-repeat;
			background-position: 0px 6px;
			padding: 0px 8px;
			margin: 0px 0px 5px 8px; }	
			
		#gamma .extraLinks ul li a {
			font-size: 12px;
			font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
			padding: 2px 0px 2px 0px;
			margin: 0px; }	
			
		#gamma .extraLinks ul li span {
			font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
			font-weight: normal;
			display: inline;
			font-size: 11px;
			color: #999; }
