/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}/* End of Mayerweb reset tool */



body {
	margin: 0;
	padding: 0;
}
#header {
	height: 180px;
	margin-bottom: 9px;
	padding-top: 8px;
	max-width: 965px;
}
#container {
/*	min-width: 600px;*/
/*	margin-top: 20px;*/
}

#left_col {
	float: left;
	width: 245px;
	margin-right: 10px;	
}

#right_col {
	float: right;
	width: 200px;
}

#page_content {
	margin-left: auto;
	width: 700px;
	margin-right: auto;
}
#page_content_2col {
	margin-left: 265px;
	width: 700px;
}
#footer {
}
#wrapper {
	box-shadow: 0px 0px;
	font-family: Arial, Avenir, Calibri, Verdana, Geneva, sans-serif;
/*	width: 965px;*/
	max-width: 965px;
	font-weight: lighter;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	font-size: 0.9em;
}
#surrounding {
}
a:link {
	color: #003366;
	text-decoration: none;
}
a:visited {
	color: #003366;
	text-decoration: none;
}
a:hover {text-decoration:underline;}
a.awhite:link {color:#FFFFFF;text-decoration:none;}
a.awhite:visited {color:#FFFFFF;text-decoration:none;}
a.awhite:hover {text-decoration:underline;}


#main_heading {
	border-radius: 5px;
	box-shadow: 1px 1px 1px 1px #808080;
	margin-left: 100px;
	margin-bottom: 9px;
	width: 212px;
	background-color: #CCCCCC;
}
h1 {
	font-size: 1.1em;
	font-weight: bold;
}
h2 {
	font-size: 1em;
	font-weight: bold;
}
h3 {
	font-size: 1em;
	font-weight: bold;
}
#greenwich {
	width: 300px;
}
#footer_box {
	max-width: 965px;
	height: 75px;
/*	background-color: #333355;*/
	background-color: #001135;
	margin-top: 18px;
	color: #FFFFFF;
	font-size: 0.9em;
}
#main_menu_line {
	border: 1px solid #0066FF;
	height: 5px;
	border-radius: 7px;
	background-color: #006699;
	margin-top: 59px;
}
#main_heading_line {
	margin-bottom: 9px;
	border: 1px solid #0066FF;
	background-color: #006699;
	border-radius: 7px;
	height: 5px;
}
#city_headline {
	margin-left: 130px;
}
#fast_links {
	border: 1px solid #CCCCCC;
	padding: 10px;
	font-size: 1em;
	background-image: none;
	background-color: #FFFFFF;
	overflow-x:auto;
/*	border-collapse: collapse;
	border-spacing: 0;*/
	max-width: 100%;
}
#fast_links_content {/*for fast link to be all the time centered in the middle of the page*/
	margin-left: auto;
	margin-right: auto;
	max-width: 640px;

}
@media only screen and ( max-width: 640px ) {
	#fast_links {
		display: none !important;
	}
}

/*
tr {
	margin-left: auto;
	margin-right: auto;
}
*/

#footer_line1 {
	max-width: 450px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #FFFFFF;
}
#footer_line2 {
	max-width: 180px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
}
.digitSize {
	font-size: 1.3em;
	font-weight: bold;
}
#news {
	border: 1px solid #CCCCCC;
	padding: 10px;
	margin-top: 18px;
	background-image: none;
	font-size: 0.9em;
	background-color: #F3F3F8;
}
#news_heading {
}
.awhite {
	color: #FFFFFF;
}
.textBlue {
	color: #006699;
}
#black_bar_content {
	background-color: #000000;
}
#white_box {
	margin-left: 20px;
	float: left;
	margin-top: 25px;
}
.time_location_size {
	font-size: 0.5em;
	color: #CC0000;
	font-weight: 100;
}
#livesearch {
	position: relative;
	z-index: 99;
	visibility: visible;
	margin-left: 2px;
	font-size: 0.9em;
}
#livesearch ul {
}
#livesearch ul li {
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #A5ACB2;
}
#livesearch ul li a {
	padding: 4px 5px 4px 5px;
	text-decoration: none;
	display: block;
	color: #000000;
}
#livesearch ul li a:hover {
	background-color: #C993FF;
	color: #C0C0C0;
}
.f_dst_headings { /*CHECK IF NEEDED ANYWHERE*/
	text-decoration: underline;
	padding-bottom: 3px;
}
.f_dst_year { /*CHECK IF NEEDED ANYWHERE*/
	color: #000000;
}
.f_dst_data { /*CHECK IF NEEDED ANYWHERE*/
	font-size: 0.8em;
	color: #333333;
	font-weight: 100;
}
.f_no_dst {
	height: 36px;
}
.f_dst_note { /*CHECK IF NEEDED ANYWHERE*/
	color: #333333;
	font-size: 0.8em;
}
#fb_area {
	border: 1px solid #CCCCCC;
	padding: 15px;
	background-image: none;
	font-size: 0.9em;
	background-color: #FFFFFF;
}
#plain_greenwich {
	border: 1px solid #CCCCCC;
	padding: 10px;
	font-size: 0.9em;
	background-image: none;
	line-height: 130%;
	background-color: #FFFFFF;
	margin-bottom: 18px;
}
#input_area {
	padding-left: 0px;
	}
/* Equal input and submit: */
		.eq_submit .eq_search {overflow:hidden;}
		.eq_submit .eq_search .input_wrap, .eq_submit .eq_search .submit_wrap {float:left; border:1px solid #000099;}
		.eq_submit .eq_search .input_wrap {margin-right:0px;}
		.eq_submit .eq_search .textfield, .eq_submit .eq_search .submit {height:38px; line-height:38px; border-width:0px; font-size:100%; padding:0;}
		.eq_submit .eq_search .textfield { background:#FFFFFF;  width:180px; }
		.eq_submit .eq_search .submit {
	color: #FFFFFF;
	background-color: #000099;
	width: 60px;
	font-weight:bold;
	font-size:0.9em;
}
.eq_submit .eq_search .submit:hover {
	background-color: #0066FF;
	width: 60px;
}
#background {
	background-image: url('../images/sky_1600x290.jpg');
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}
/*
@media only screen and ( max-width: 640px ) {
  #background {
    background-image: none !important;
  }
}
*/
#social_box_1 {
	border: 1px solid #CCCCCC;
	padding-top: 10px;
	height: 35px;
	padding-left: 7px;
	background-image: none;
	background-color: #FFFFFF;
}
#social_box_2 {
	border: 1px solid #CCCCCC;
	padding-top: 13px;
	height: 35px;
	padding-left: 7px;
	background-image: none;
	background-color: #FFFFFF;
	margin-top: 18px;
	margin-bottom: 18px;
}
#menu_b_search {
	height: 40px;
	width: 252px;
	float: right;
}
#menu_banner {
	background-color: #0404bf;
	margin-top: 130px;
	height: 50px;
}
#horizontal {
	float: left;
	position: relative;
	z-index: 2;
}
#horizontal ul {
	padding: 0px;
	margin: 0px;
}
#horizontal ul li {
	display: inline;
	float: left;
	height: 40px;
	width: 125px;
}
#horizontal ul li a {
	padding: 11px 15px 15px 15px;
	font-size: 1em;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	background-color: #000099;
}
#horizontal ul li a:hover {
	color: #FFFFFF;
	background-color: #0066FF;
}
#horizontal ul li ul {
	visibility: hidden;
}
#horizontal ul li:hover ul {
	visibility: visible;
}
#horizontal ul li ul li {
	height: 25px;
	font-size: 1em;
	width: 150px;
}
#horizontal ul li ul li a {
	padding-top: 6px;
	padding-bottom: 7px;
	padding-left: 15px;
}
#horizontal ul li ul li a:hover {
}
#horizontal .hor_home {
	width: 95px;
}
#horizontal .timenews {
	width: 129px;
}
#horizontal .ticlo {
	width: 100px;
}
#horizontal .newssub {
	width: 183px;
}
#horizontal #newssubline {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #FFFFFF;
}
#horizontal .timerssub {
	width: 162px;
}
#horizontal .clockssub {
	width: 132px;
}
#social_at_timers {
	margin-left: 270px;
}
#fastline {
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #EAEAEA;
	max-width: 642px;
	margin-top: 9px;
	margin-bottom: 9px;
}
#horizontal .tizone {
	width: 132px;
}
#horizontal .tizonesub {
	width: 198px;
}
#horizontal .tizonesub2 {
	width: 269px;
	position: relative;
	margin-left: 138px;
}
#horizontal ul li ul li ul {
	visibility: hidden;
}
#horizontal ul li ul li:hover ul {
	visibility: visible;
	position: relative;
	top: -25px;
}
#horizontal ul li ul li ul li {
	height: 25px;
	font-size: 1em;
	width: 150px;
}
#horizontal ul li ul li ul li a {
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 15px;
}
#horizontal ul li ul li ul li a:hover {
}
#horizontal ul li:hover ul li ul {
	visibility: hidden;
}
#horizontal ul li ul li:hover ul {
	visibility: visible;
}
.menu_white_line {
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #FFFFFF;
}
#sky_right {
	float: right;
	margin-top: 90px;
}
.h2412off {
	background-color: #4078B1;
	font-family: Arial, Avenir, Calibri, Verdana, Geneva, sans-serif;
	color: #FFFFFF;
	display: block;
	font-size: 10px;
	margin-top: 2px;
	margin-bottom: 2px;
}
.h2412on {
	background-color: #10457B;
	font-family: Arial, Avenir, Calibri, Verdana, Geneva, sans-serif;
	color: #FFF;
	margin: 2px 0;
	display: block;
	font-size: 10px;
}
.h2412_button {
	display: none;
}
#radio_side label {
	float: right;
	margin-left: 9px;
}
.h2412off a {
	display: block;
	padding: 9px 5px 10px 5px;
	height: 9px;
}
.h2412on a {
	display: block;
	padding: 9px 5px 10px 5px;
	height: 9px;
}
.zone_exp {
	font-size: 0.9em;
	float: right;
}
#popularity_bar {
	min-height: 22px;
/*	max-width: 568px;*/
	max-width: 965px;
	margin: 22px auto 5px auto;
}
.pop_fb {
	min-width: 118px;
}
.pop_twitter {
	min-width: 108px;
	padding-left: 12px;
}
.pop_xing {
	min-width: 108px;
	padding-left: 11px;
}
.pop_linkedin {
	min-width: 108px;
	padding-left: 10px;
}
.pop_sharethis {
	min-width: 132px;
	padding-left: 9px;
}
.popularity_buttons {
/*	border:1px blue solid;*/
	height: 22px;
}
#in_p_bar {
/*	max-width: 426px;*/
	max-width: 640px;
	margin-left: auto;
	margin-right: auto;
}
#in_p_bar .popularity_buttons {
	float: left;
}
.for_mobile_element_wall {
	color: white;
	opacity: 0.1;
}