html
{
	margin: 0px;
	padding: 0px;
	direction:ltr;
}
td, body, input, textarea
{
	font-size:11px;
	color:#999999;
	font-family: Tahoma, Arial;
	text-align:justify;
	direction:rtl;
	background-color:#111111;
	
}
body
{
	margin: 0px;
	padding: 0px;
	background-image:url(../images/background-blue.gif);
	background-repeat:repeat-x;
}

p
{
	margin:8px;
	text-align:justify;
}

a
{
	color:#999999;
	text-decoration:none;
}
a:hover
{
	color:#CCCCCC;
	text-decoration:underline;
}

/* main divisions in the page */

div#everything
{
	width:965px;
}

div#right_side
{
	padding-top:5px;
	float:right;
	width:200px;
}

div#center
{
	float:right;
  	width:665px;
  	text-align:center;
}

div#left_side
{
	float:right;
	width:100px;
}

div#flags
{
	float:left;
}

.flag, .flag_selected
{
	width:33px;
	height:33px;
	margin-right:5px;
	margin-bottom:5px;
	float:left;
	border:1px solid #333333;

}

.flag:hover, .flag_selected
{
	border:1px solid #999999;
}

div#calendar
{
	margin: 0px;
	margin-top:10px;
	float: left; 
}

div#text
{
	padding-top:12px;
}
div#title
{
	background-image:url(../images/logo-viva.jpg);
	background-repeat:no-repeat;
	width:965px;
	height:128px;	
}

/**************** NAVIGATION ********************/
div#navigationHorizontal, div#footer
{
	border-bottom:5px solid #111111;
	border-top:5px solid #111111;
	width:646px;
	height:35px;
	float:left;	
	background-color:#333333;
	padding-left:6px;
	padding-right:8px;
}


.date_bg_large, .date_bg_medium, .date_reset, .zoom_bg, .zoom_bg_selected
{
	height:33px;
	float:left;
	font-family:"Courier New", Courier, monospace;
	font-size:18px;
	font-weight:bold;
	color:#cccccc;
	position:relative;
	top:1px;
}

.date_bg_large
{
	width:66px;
	background-image:url(../images/date_bg_large.gif);
}

.date_bg_medium
{

	width:44px;
	background-image:url(../images/date_bg_medium.gif);
}

.date_reset
{
	width:44px;
	background-image:url(../images/date_reset.gif);
}

.date_reset:hover
{
	background-image:url(../images/date_reset_hover.gif);
	cursor:pointer;
}

.date_text, .zoom_text
{
	position:relative;
	top:7px;
}

.date_text
{
	cursor:default;
}

.zoom_bg, .zoom_bg_selected
{
	float:right;
	width:66px;
}

.zoom_bg {background-image:url(../images/zoom_bg.gif);}
.zoom_bg_selected {background-image:url(../images/zoom_bg_selected.gif);}
.zoom_bg_selected:hover {text-decoration:none;}
.zoom_bg:hover {background-image:url(../images/zoom_bg_selected.gif);text-decoration:none;}


/************ MAIN CONTENT *****************/

div#content
{
	padding-top:8px;
	padding-right:5px;
	width:655px;
	float:left;
	background-color:#cccccc;
}


div#footer
{
	height:100%;
}

table.footer td, table.footer a
{
	background-color:#333333;
	color:#999999;
	text-align:center;
}

div.status_new, div.status_old, div.status_weekly
{

	font-size:9px;
	height:13px;
	margin-left:0px;
	margin-right:4px;
	
}

div.status_old
{
	color:#ffffff;
	background-color:#993333;
}

div.status_weekly
{
	color:#ffffff;
	background-color:#333399;	
}

div.frontPage_large, div.frontPage_medium, div.frontPage_small, div.frontPage_large_new, div.frontPage_medium_new, div.frontPage_small_new, div.banner
{
	vertical-align:top;	
	float: right;
	margin:1px;
	padding-right:2px;
	background-repeat:no-repeat;
	
}
div.frontPage_large, div.frontPage_large_new
{ 
	width:644px;
	height:1066px;
}

div.frontPage_medium, div.frontPage_medium_new
{
	width:320px;
	height:536px;
} 

div.frontPage_small, div.frontPage_small_new
{
	width:212px;
	height:356px;
}

div.frontPage_large
{background-image:url(../images/np_border_large.gif);}

div.frontPage_large_new
{background-image:url(../images/np_border_large_new.png);padding-top:10px;}

div.frontPage_medium
{background-image:url(../images/np_border_medium.gif);}

div.frontPage_medium_new
{background-image:url(../images/np_border_medium_new.png);padding-top:10px;}

div.frontPage_small
{background-image:url(../images/np_border_small.gif);}

div.frontPage_small_new
{background-image:url(../images/np_border_small_new.png);padding-top:10px;}



div.video_top, div.video_bottom
{
	vertical-align:top;	
	float: right;
	padding-right:2px;
	background-repeat:no-repeat;
}

div.video_top
{
	background-image:url(../images/video_border_top.gif);
	padding-top:1px;
	padding-left:1px;
	margin-bottom:0px;
	width:644px;
	height:240px;
	text-align:center;
	overflow:hidden;
}
div.video_bottom
{
	background-image:url(../images/video_border_bottom.gif);
	margin-bottom:16px;
	padding-left:1px;
	width:644px;
	height:5px;
}

div.banner
{
	margin-top:12px;
	margin-bottom:16px;
	width:644px;
	height:100px;
	text-align:left;
}


div.flash_banner
{
	border:1px solid #666666;
	width:639px;
	height:100px;
	margin-top:-6px;
	margin-right:2px;
	cursor:pointer;
}

a.frontPageThumb
{
	
	vertical-align:top;
	width:74px;
	height:24px;
	float: right;
	margin:6px;
	padding:0px;
	border:1px solid #666666;
}


div.clear
{
	clear:both;
}

img.frontPage, img.frontPageThumb, img
{
	border:none;
}



/** BANNERS **/

div.banner_full, div.banner_skyscraper, div.banner_half, div.banner_micro, div.banner_wide_skyscraper
{
	border:1px solid #cccccc;
	background:#eeeeee;
}
div.banner_full
{
	width:468px;
	height:60px;
}
div.banner_half
{
	width:234px;
	height:60px;
}

div.banner_skyscraper
{
	width: 120px;
	height: 600px;
	margin:12px;
}

div.banner_wide_skyscraper
{
	width:160px;
	height:600px;
}

div.banner_micro
{
	border:1px solid #333333;
	width: 88px;
	height: 31px;
}

