html { 
	margin: 0;
  	padding: 0;
}


body{
	margin: 0;
  	border: 0;
  	padding: 0;
  	font-family: "verdana";
  	font-size: 12px;
  	background-color: #eff2f3;
  	background-image: url('./images/body_bg.jpg') repeat-x;
  	color: #0c0c0c;
  	text-align: center;
  	
}
/**********HEADER BACKGROUND***********/
#header_bg {
	height: 103px;
	background: url('./images/header_bg.jpg') repeat-x;
}

/**********NAVBAR BACKGROUND**********/
#navbar_bg {
	top: 77px;
	height: 33px;
	background: url('./images/navbar_bg.jpg') repeat-x;
	position: relative;
}

/**********PAGE_CONTAINER***********/
#page_container {
	margin: 0 auto;
	margin-top: -103px;
	width: 973px;
	text-align: center;
}

/**********HEADER**********/
#header {
	height: 103px;
	text-align: left;
}

.cytoday_logo {
	margin-top: 16px;
	margin-left: 4px;
	float: left;
}

.button_container {
	margin-top: 16px;
	width: 281px;
	height: 51px;
	float: right;
}

.button {
	margin-left: 6px;
	float: right;
}


#currency_column input{
	width: 100px;
}

.form_title{
	height: 10px;
}

.gotiny{
	width: 100px;
}

#currency_column option{
	width: 100px;
}
/**********NAVBAR**********/
#navbar {
	top: 8px;
	height: 31px;
	position: relative;
}

/********MENU********/
#menu {
	width: 800px;
	height: 31px;
	float: left;
}

#menu ul {
   list-style: none;
   margin: 0;
   padding: 0;
   clear: both;
}

#menu ul li {
    float: left;
    background: url('./images/menu_separator.jpg') no-repeat;
    margin: 0;
}

#menu .first {
	background: none;
}

#menu ul li a {
   padding: 10px 15px;
   padding-left: 8px;
   padding-right: 8px;
   float: left;
   text-decoration: none;
   margin: 0;
   color: #6e6d6d;
   font-weight: bold;
}

#menu ul li a:hover {
	color: #2A72BA;
    text-decoration: none;
}

#menu ul li a:hover ul{
	display: block;
}

#menu ul li ul{
	top: 30px;
	display: none;
	width: 200px;
	position: absolute;
  	z-index: 10000;
	float: none;
	background: #F7F7F7;
}

#menu ul li ul li{
  float: none;
  background: none;
  z-index: 10000;
  height: 35px;
  border: 1px solid #E9E9E9;
}

.menu_ext{
	float: left;
	width: 130px;
}







.menu_ext ul {
   list-style: none;
   margin: 0;
   padding: 0;
   clear: both;
}

.menu_ext ul li {
    float: left;
    background: url('./images/menu_separator.jpg') no-repeat;
    margin: 0;
}

.menu_ext .first {
	background: none;
}


.menu_ext a#new_cat{
	background: url('./images/li_last_a.jpg');
}




.menu_ext ul li a {
   padding: 10px 15px;
   padding-left: 8px;
   padding-right: 8px;
   float: left;
   text-decoration: none;
   margin: 0;
   color: #6e6d6d;
   font-weight: bold;
}


.menu_ext ul li a:hover {
	color: #2A72BA;
    text-decoration: none;
}

.menu_ext ul li a:hover ul{
	display: block;
}

.menu_ext ul li ul{
	top: 30px;
	display: none;
	width: 200px;
	position: absolute;
  	z-index: 10000;
	float: none;
	background: #F7F7F7;
}

.menu_ext ul li ul li{
  float: none;
  background: none;
  z-index: 10000;
  height: 35px;
  border: 1px solid #E9E9E9;
}
























/********INNER CONTAINER********/
#inner_container {
	margin-top: 14px;
	z-index: 1;
}

/********LEFT COLUMN********/
#left_column {
	width: 631px;
	/*height: 660px;*/
	float: left;
}

/**CYPRUS TODAY BOX**/
.cyprus_today_top{
	background: url('./images/h_top_l.jpg') no-repeat;
	width: 631px;
	height: 10px;
}

.cyprus_today_bottom{
	background: url('./images/h_bottom_l.jpg')  no-repeat;
	width: 631px;
	height: 10px;
	background-position: bottom;
}


.small_side_top{
	background: url('./images/h_top_s.jpg') no-repeat;
	width: 323px;
	height: 10px;
}

.small_side_bottom{
	background: url('./images/h_bottom_s.jpg')  no-repeat;
	width: 323px;
	height: 10px;
	background-position: bottom;
}


#cyprus_today {
	z-index: 1;
	width: 631px;
	background: #ffffff url('./images/cyprys_today_box_bg.jpg') repeat-x;
	background-position: center bottom;
	text-align: left;
	overflow: hidden;
}

#cyprus_today2 {
	z-index: 1;
	width: 900px;
	background: #ffffff url('./images/cyprys_today_box_bg.jpg') repeat-x;
	background-position: center bottom;
	text-align: left;
	overflow: hidden;
	position: relative;
}

.left_top {
	top: 0px;
	left: 0px;
	width: 10px;
	height: 13px;
	position: absolute;
	background: url('./images/cyprys_today_top_left.jpg') no-repeat;
}

.right_top {
	top: 0px;
	right: 0px;
	width: 11px;
	height: 13px;
	position: absolute;
	background: url('./images/cyprys_today_top_right.jpg') no-repeat;
}

.left_bottom {
	bottom: 0px;
	left: 0px;
	width: 10px;
	height: 12px;
	position: absolute;
	background: url('./images/cyprys_today_bottom_left.jpg') no-repeat;
}

.right_bottom {
	bottom: 0px;
	right: 0px;
	width: 10px;
	height: 12px;
	position: absolute;
	background: url('./images/cyprys_today_bottom_right.jpg') no-repeat;
}

.cyprus_today_title {
	margin-top: 13px;
	margin-left: 42px;
	margin-bottom: 20px;
	width: 220px;
	height: 22px;
	color: #2a72ba;
	font-size: 22px;
	font-family: "Minion Pro";
	font-weight: bold;
	text-align: left;
	position: relative;
	z-index: 2000;
}

.cyprus_today_text_container {
	overflow: hidden;
/*	margin-top: 20px;*/
	margin-left: 40px;
	width: 570px;
	text-align: left;
	margin-top: -33px;
}

.cyprus_today_text_container2 {
	overflow: hidden;
	margin-top: 20px;
	margin-left: 40px;
	width: 850px;
	text-align: left;
}

.newspaper_cover_container {
	width: 169px;
	height: 203px;
	border: 1px solid #e9e9e9;
	text-align: center;
	float: left;
}

.newspaper_cover {
	margin-top: 12px;
	margin-left: auto;
	margin-right: auto;
	width: 121px;
	height: 178px;
}

.cyprus_today_text {
	width: 390px;
	height: 203px;
	border: 1px solid #e9e9e9;
	text-align: center;
	float: right;
}

.cyprus_today_text_inner {
	margin-top: 12px;
	margin-left: auto;
	margin-right: auto;
	width: 367px;
	height: 178px;
	text-align: left;
}

.cyprus_today_text_inner_title {
	height: 42px;
	color: #4475c5;
	font-weight: bold;
	font-size: 16px;
	font-family: "Minion Pro";
	/*text-transform: uppercase;*/
}

.cyprus_today_text_inner_title a {
	height: 52px;
	color: #4475c5;
	font-weight: bold;
	font-size: 16px;
	font-family: "Minion Pro";
	/*text-transform: uppercase;*/
	text-decoration: none;
}

.cyprus_today_text_inner_text {
	top: 18px;
	height: 112px;
	line-height: 18px;
	color: #4c4a4a;
	position: relative;
}

/**BREAKING NEWS**/
.breaking_news_box {
	margin-top: 15px;
	height: 56px;
	width: 631px;
	background: url('./images/breaking_news_bg.jpg') no-repeat;
}

.breaking_news_slide {
	margin-top: 16px;
	margin-right: 16px;
	width: 435px;
	color: #ffffff;
	float: right;
	font-size: 15px;
}

/**LATEST NEWS BOX**/
#latest_news {
	margin-top: 15px;
	background: #ffffff url('./images/latest_news_box_bg.jpg') repeat-x;
	background-position: bottom center;
	text-align: center;
}

.latest_news_left_top {
	top: 0px;
	left: 0px;
	width: 10px;
	height: 11px;
	position: absolute;
	background: url('./images/latest_news_top_left.jpg') no-repeat;
}

.latest_news_right_top {
	top: 0px;
	right: 0px;
	width: 11px;
	height: 11px;
	position: absolute;
	background: url('./images/latest_news_top_right.jpg') no-repeat;
}

.latest_news_left_bottom {
	bottom: 0px;
	left: 0px;
	width: 11px;
	height: 10px;
	position: absolute;
	background: url('./images/latest_news_bottom_left.jpg') no-repeat;
}

.latest_news_right_bottom {
	bottom: 0px;
	right: 0px;
	width: 11px;
	height: 10px;
	position: absolute;
	background: url('./images/latest_news_bottom_right.jpg') no-repeat;
}

.latest_news_title {
	top: 12px;
	margin-left: auto;
	margin-right: auto;
	width: 571px;
	height: 30px;
	position: relative;
	text-align: left;
}

.latest_news_title_text {
	width: 500px;
	height: 22px;
	color: #2a72ba;
	font-size: 22px;
	font-family: "Minion Pro";
	font-weight: bold;
}

.latest_news_text {
	margin-top: 12px;
	margin-left: auto;
	margin-right: auto;
	width: 571px;
	border: 1px solid #e9e9e9;
	text-align: left;
	padding-bottom: 20px;

}

.latest_news_text a {
	margin-bottom: 4px;
	font-size: 11px;
	color: #2A72BA;
	text-decoration: none;
}

.latest_news_text a:hover {
	font-size: 11px;
	color: #4C4A4A;
	text-decoration: underline;
}

.news_provider_logo {
	margin-top: 14px;
	margin-left: 17px;
	width: 111px;
	float: left;
}

.news_provider_logo_most_popular {
	margin-top: 6px;
	margin-left: 17px;
	width: 111px;
	float: left;
}
.giortes_text a{
	color: #2A72BA;
	text-decoration: none;
}
.news_provider_text {
	width: 571px;
	height: 650px;
	overflow-y: scroll;
}

.news_provider_text_title {
	margin-top: 12px;
	width: 385px;
	height: 32px;
	color: #4475c5;
	font-weight: bold;
	font-size: 15px;
	font-family: "Times New Roman";
}

.news_provider_text_title a {
	margin-top: 12px;
	width: 385px;
	height: 32px;
	color: #4475c5;
	font-weight: bold;
	font-size: 15px;
	font-family: "Times New Roman";
	text-decoration: none;
}

.news_provider_text_text {
	margin-top: 12px;
	width: 385px;
	height: 78px;
	font-size: 10px;
}

/*******RIGHT COLUMN********/
#right_column {
	width: 324px;

	float: right;
}

/**TOP BLOGS**/
#top_blogs {
	/*height: 120px;*/
	background: url('./images/cyprys_today_box_bg.jpg') repeat-x;
	background-position: center bottom;
	width: 323px;
}

.weather_outer{
	float: left;
	width: 174px;
}

.top_blogs_title {
	/*margin-top: 13px;*/
	margin-left: 20px;
	width: 280px;
	color: #2a72ba;
	font-size: 22px;
	font-family: "Minion Pro";
	font-weight: bold;
	text-align: left;
}

#reporter_blog_container {
	text-align: left;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	width: 283px;
	height: 55px;
	border: 1px solid #e9e9e9;
	color: #999999;
	font-size: 11px;
}

#reporter_blog_container form{
	padding: 10px;
	border-bottom: 	1px solid #e9e9e9;
}

.reporter_blog {
	margin-left: auto;
	margin-right: auto;
	width: 264px;
	height: 70px;
	border-bottom: 1px solid #e9e9e9;
}

.reporter {
	top: 8px;
	width: 256px;
	height: 52px;
	position: relative;
}

.reporter_image {
	width: 52px;
	height: 52px;
	float: left;
}

.reporter_blog_title {
	margin-left: 10px;
	width: 192px;
	float: left;
	text-align: left;
	color: #4475c5;
}

.reporter_blog_title a {
	color: #4475c5;
	text-decoration: none;
}

.reporter_blog_description {
	margin-top: 10px;
	margin-left: 10px;
	font-size: 10px;
	float: left;
	text-align: left;
}

.reporter_blog_description a {
	color: #0c0c0c;
	text-decoration: none;
}

/**ZODIA**/
#zodia {
	margin-top: 15px;
	height: 58px;
	background: #fff url('./images/zodia_bg.jpg') repeat-x;
	background-position: bottom;
}

.zodia_left_top {
	top: 0px;
	left: 0px;
	width: 10px;
	height: 10px;
	position: absolute;
/*	background: url('./images/zodia_top_left.jpg') no-repeat;*/
}

.zodia_right_top {
	top: 0px;
	right: 0px;
	width: 10px;
	height: 10px;
	position: absolute;
/*	background: url('./images/zodia_top_right.jpg') no-repeat;*/
}

.zodia_left_bottom {
	bottom: 0px;
	left: 0px;
	width: 10px;
	height: 10px;
	position: absolute;
	/*background: #fff url('./images/zodia_bottom_left.jpg') no-repeat;*/
	background-position: bottom;
}

.zodia_right_bottom {
	bottom: 0px;
	right: 0px;
	width: 10px;
	height: 10px;
	position: absolute;
	/*background: url('./images/zodia_bottom_right.jpg') no-repeat;*/
}

.zodia_title {
	margin-top: 16px;
	margin-left: 16px;
	width: 68px;
	height: 22px;
	color: #2a72ba;
	font-family: "Minion Pro";
	font-weight: bold;
	font-size: 22px;
	float: left;
}

.zodia_images {
	margin-top: 16px;
}

/**WEATHER AND CURRENCY BOX**/
#weather_and_currency {
	margin-top: 15px;
	height: 210px;
	background: #fff url('./images/weather_and_currency_bg.jpg') repeat-x;
	background-position: bottom;
}

#weather_and_currency_inner_container {
/*	margin-left: auto;
	margin-right: auto;*/
	text-align: left;
	width: 295px;
	height: 195px;
}

#weather_and_currency_inner_container table{
	width: 110px;
	float: left;
	height: 170px;
	margin-left: 10px;
}


/**WEATHER COLUMN**/
#weather_column {
	width: 160px;
	height: 189px;
	float: left;
	text-align: left;
}

.weather_title {
	width: 71px;
	height: 20px;
	color: #2a72ba;
	font-weight: bold;
	font-size: 22px;
	font-family: "Minion Pro";
}

.weather_content {
	top: 9px;
	width: 169px;
	height: 160px;
	border-right: 1px solid #e9e9e9;
	position: relative;
}

/**CURRENCY COLUMN**/
#currency_column {
	width: 100px;
	float: right;
	text-align: right;
}

.currency_title {
	width: 83px;
	text-align: center;
	height: 20px;
	color: #2a72ba;
	font-weight: bold;
	font-size: 22px;
	font-family: "Minion Pro";
	position: relative;
	z-index: 1000;
}

.currency_content {
	top: 9px;
	width: 100px;
	height: 160px;
	position: relative;
	text-align: left;
	float: right;
}

.form_title {
	margin-top: 4px;
	font-size: 11px;
	color: #8b8b8b;
}

/**GIORTES BOX**/
#giortes {
	margin-top: 15px;
	background: #ffffff url('./images/giortes_bg.jpg') repeat-x;
	background-position: center bottom;
}

.giortes_title {

	color: #2a72ba;
	font-weight: bold;
	font-size: 22px;
	font-family: "Minion Pro";

}

.giortes_text {
	padding-top: 10px;
	padding-bottom: 10px;
	color: #4c4a4a;
	font-size: 11px;
}

/**************BANNERS***************/
#banner_container {
/*	margin-top: 23px;
	height: 60px;
	text-align: left;*/
}

.banner_left {
/*	width: 468px;
	height: 60px;
	float: left;
*/
}

.banner_right {
/*	width: 468px;
	height: 60px;
	float: right;*/
}

/**********FOOTER**********/
#footer {
	margin-top: 21px;
	height: 40px;
	background: url('./images/footer_bg.jpg') repeat-x;
	position: relative;
	text-align: left;
	clear: both;
}

.copyright {
	top: 14px;
	left: 30px;
	color: #4c4a4a;
	font-size: 11px;
	position: relative;
	float: left;
}

.developer {
	top: 14px;
	right: 30px;
	color: #4c4a4a;
	font-size: 11px;
	position: relative;
	float: right;
}

.developer a {
	color: #4c4a4a;
	font-weight: bold;
	text-decoration: none;
}

.developer a:hover {
	color: #2A72BA;
	font-weight: bold;
	text-decoration: none;
}

.clear {
	clear: both;
}

img {
	border: none;
}


/*******INNER TEXT CONTAINER*******/
#inner_text_container {
	height: 660px;
	background: url('./images/inner_text_container_bg.jpg') repeat-x;
	position: relative;
}

#inner_text_container_text {
	top: 40px;
	margin-left: auto;
	margin-right: auto;
	width: 906px;
	height: 588px;
	position: relative;
	border: 1px solid #e9e9e9;
	overflow-y: scroll;
}

#inner_inner_text_container {
	top: 26px;
	margin-left: auto;
	margin-right: auto;
	width: 851px; 
	text-align: left;
	position: relative;
}

.newspaper_cover_big {
	width: 154px;
	height: 179px;
	float: left;
}

.newspaper_article_text {
}

.newspaper_article_text_title {
	color: #4475c5;
	font-size: 16px;
	font-weight: bold;
	margin-left: 154px;
}

.newspaper_article_text_text {
	text-align: justify;
}

.newspaper_article_text_text p {
	margin-left: 10px;
	color: #4475C5;
}

.newspaper_article_text_text a {
	margin-top: 4px;
	padding: 4px;
	color: #646464;
	text-decoration: none;
}

.newspaper_article_text_text a:hover {
	color: #4475C5;
	text-decoration: underline;
}

td {
	font-size : 10px;
}

.news_rss_feed{
	float: left;
	width: 400px;
	margin-left: 20px;
	margin-top: 15px;
}

.news_rss_feed_most_popular{
	float: left;
	width: 147px;
	text-align: left;
	margin-left: 20px;
	margin-top: 0px;
}

marquee a{
	color: #ffffff;
	text-decoration: none;
}

.gallery{
	list-style:none;
	margin: 0px;
	padding: 0px;
}



.field_name{
	float: left;
	margin-left: 110px;
	width: 130px;
	margin-top: 5px;
}

.field_value{
	float: left;
	width: 200px;
	margin-top: 10px;
}








#slider							{ overflow: hidden;
								  position: relative;}
								  
                                /* DEFAULT is for three panels in width, adjust as needed
                                   This only matters if JS is OFF, otherwise JS sets this. */								  
#mover							{ width: 2880px; position: relative; }

.slide							{ width: 631px; /*padding: 5px 30px;*/ width: 570px; float: left; position: relative; }
.slide h1						{ width: 282px; font-family: Helvetica, Sans-Serif; margin: 0px; margin-left: 200px; font-size: 18px; letter-spacing: -1px;
								  color: #ac0000; }
.slide h1 a{
	color: #ac0000;
	text-decoration: none;
}
.slide p						{ color: #999; font-size: 12px; line-height: 20px; width: 300px; margin-left: 200px; padding: 5px;}
.slide img						{ position: absolute; top: 20px; border: 1px solid #e9e9e9; padding: 5px;}
#slider-stopper					{ position: absolute; top: 1px; right: 20px; background: #ac0000; color: white;
								  padding: 3px 8px; font-size: 10px; text-transform: uppercase; z-index: 1000; }
