#home {
    background-image: url(files/map/bg-page.png);
    background-repeat: repeat-x;
    background-color: #001220;
    padding: 0;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    color: #fff;
}

a {
  color: #84c3dc;
  text-decoration: none;}

a:hover {
  color: #fff;                }

#home #header {
    height: 103px;
    background-image: url(files/map/logo-header.png);
    background-repeat: no-repeat;
    background-position: center top;
}

#home #map {
/*    margin: 0 auto;*/
	float:left;
    width: 670px;
    height: 480px;
    color: #002d42;
	background-color:#fff;
}

#tabs {
	background-color:#FFFFFF;
/*    margin: 0 auto;*/
	float:left;
    width: 288px;
    height: 480px;
	overflow:hidden;
    color: #002d42;
	border-left:1px solid #093e61;
}

#home #map hr {
    height: 1px;
    border-width: 0px;
    border-top: 1px solid #ccc;
    padding: 0;
}

#home #spotlight {
    overflow: hidden;
}


#home #spotlight .box {
    width: 160px;
    height: 80px;
    float: left;
    text-align: center;
    padding: 65px 0 0 0;
}


#home #actions {
    width: 960px;
    margin: 0 auto;
    background-image: url(files/map/bg-actions.png);
    background-repeat: no-repeat;
    background-position: center top;     }

#home #actions #countries {
    color: #19537b;
    text-align: center;
    border-width: 1px 0;
    padding: 20px 0 16px 0;
}

#home #actions #countries #sharing {
    padding: 14px 0 0 0;
}

#home #actions #countries #sharing img {
    margin: 0 0 0 4px;
}

#home #actions #copyright {
    border-top: 1px solid #002e4a;
    color: #002e4a;
    text-align: center;
    padding: 8px 0;
    text-align: center;
}


#iw_kml a{
	color: #19537B;
}

#iw_kml a:hover{
	color: #19537B;
}

#container{
	width:960px;
	margin:0 auto;
	overflow:hidden;
}
#tabs #tab_links{
	float:left;
	height:33px;
	width:289px;
	overflow:hidden;
}
#tabs #tab_links ul{
	float:left;
	overflow:hidden;
	margin:0;
	padding:0;
	list-style:none;
	font:bold 10px/33px Arial,Helvetica,sans-serif;
	text-transform:uppercase;
	width:296px;
	height:33px;
	margin-left:-1px;
	background:url(img/bg-tabs.gif) repeat-x 0 0;
}
#tabs #tab_links ul li{
	float:left;
	display:inline;
	color:#093e61;
	width:33%;
	text-align:center;
	border-left:1px solid #093e61;
	background:url(img/bg-tabs.gif) repeat-x 0 0;
}
* html #tabs #tab_links ul li{
	width:32%;
}
*+html #tabs #tab_links ul li{
	width:32%;
}
#tabs #tab_links ul li.ui-tabs-selected{
	background:url(img/bg-tabs-active.gif) repeat-x 0 0;
}
#tabs #tab_links ul li.ui-tabs-selected a{
	background:url(img/bg-tabs-active-link.gif) no-repeat 50% 100%;
}
#tabs #tab_links ul li a:hover{
	background:url(img/bg-tabs-active-link.gif) no-repeat 50% 100%;
	cursor:pointer;
}
#tabs #tab_links ul li a{
	color:#093e61;
	display:block;
}
#tabs #eventsTab,
#tabs #newsTab,	
#tabs #videosTab{
	float:left;
	width:289px;
	height:447px;
	overflow-y:scroll;
	overflow-x:hidden;
}
#tabs .ui-tabs-hide{
	display:none;
}
#tabs .va_rss_title{
	min-height:65px;
	padding-bottom:10px;
	padding-top:10px;
	border-top:1px solid #ccc;
	margin:0 10px;
	width:253px;
	overflow:hidden;
}
#tabs .va_rss_title a.va_rss_link{
	font:bold 14px/16px Arial,Helvetica,sans-serif;
	color:#333;
} 
#tabs .va_rss_title a.va_rss_link:hover{
	color:#007c9c
}
#tabs .va_rss_title a.read{
	color:#007c9c;
	font-size:13px;
}
#tabs .va_rss_title .va_rss_snippet{
	margin-top:5px;
}
#tabs h2{
	color:#007c9c;
	font:bold 18px/19px Arial,Helvetica,sans-serif;
	margin:15px 0 0;
	width:252px;
	overflow:hidden;
}
#tabs .header{
	padding:0 10px 12px;
	text-transform:uppercase;
	font:10px/12px 17px/19px Arial,Helvetica,sans-serif;
	overflow:hidden;
}
#tabs h2.video{
	margin-bottom:0;
}
#tabs #videosTab .header a{
	color:#007c9c;
	text-decoration:underline;
	display:inline;
	min-height:auto;
	padding-bottom:0;
	padding-top:0;
	border-top:none;
	margin:0;
	width:auto;
	font:10px/13px Arial,Helvetica,sans-serif;
}
#tabs #videosTab a{
	display:block;
	min-height:65px;
	padding-top:10px;
	padding-bottom:5px;
	border-top:1px solid #ccc;
	margin:0 10px;
	width:253px;
	font:bold 15px/17px Arial,Helvetica,sans-serif;
	overflow:hidden;
	color:#333;
}
#tabs #videosTab a:hover{
	color:#007c9c;
}
#tabs #videosTab a img{
	float:left;
	margin-right:11px;
	border:none;
}

.youtube_thumb{
	width: 80px;
	height: 60px;
}

.va_rss_pubdate{
	color:#999999;
	font-family:georgia;
	font-size:1em;
	font-style:italic;
}