﻿latestTitle@keyframes mymove {50% {outline:3px solid #600000;}}
@-webkit-keyframes mymove {50% {outline:3px solid #600000;}}
@keyframes fadein				{ from	{opacity:0;} to { opacity:1;}}
@-moz-keyframes fadein			{ from	{opacity:0;} to { opacity:1;}} /* Firefox */
@-webkit-keyframes fadein		{ from	{opacity:0;} to { opacity:1;}} /* Safari and Chrome */
@-o-keyframes fadein 			{ from	{opacity:0;} to { opacity:1;}} /* Opera */

@font-face {
font-family: "DigitalMonoItalic";
src: url( ../fonts/digital-7-mono-italic-webfont.eot ); /* IE */
src: local("DigitalMonoFonts2"), url(../fonts/digital-7-mono-italic-webfont.ttf) format("truetype"); /* non-IE */
} 
@font-face {
font-family: "DigitalMono";
src: url( ../fonts/digital-7-mono-webfont.eot ); /* IE */
src: local("DigitalMonoFonts1"), url( ../fonts/digital-7-mono-webfont.ttf ) format("truetype"); /* non-IE */
}
@font-face {
font-family:"SnowCaps";
src:url("../fonts/SNOWCAPS.eot?") format("eot"),url("../fonts/SNOWCAPS.woff") format("woff"),url("../fonts/SNOWCAPS.ttf") format("truetype"),url("../fonts/SNOWCAPS.svg#SnowCaps") format("svg");
font-weight:normal;
font-style:normal;
} 

div#time-h, div#time-m,div#time-colon {
	display: inline-block;
	margin-top: 28px; 
	font-family: "DigitalMonoItalic", sans-serif;
	font-size: 18px;
/*	font-weight: bold;*/
	color: #000;
/*	text-shadow: -1px -1px 1px #666;*/
}
div#time-h {
	margin-left: 34px;
	letter-spacing:1px;
}
div#time-colon {
	width:5px;
	margin-left: -2px;
	margin-right: 0px;
	font-weight:bold;
}
div#time-m {
	margin-left: 1px;
	letter-spacing:1px;
}

div#langSelect {
	display: inline-block;
	margin: 0px 5px 0px 0px;
	padding: 0px 3px;
	font-size: 10px;
	float: right;
	opacity: 0.9; -moz-opacity: 0.9; filter: alpha(opacity=90);
	-webkit-transition: opacity 0.5s linear; -moz-transition: opacity 0.5s linear; -o-transition: opacity 0.5s linear; transition: opacity 0.5s linear;
}
div#langSelect:hover {
	opacity: 1; -moz-opacity: 1; filter: alpha(opacity=99);
}

div#langSelect form {
	display:inline-block;
	border: 1px #555 solid;
}
html { width: 100%; height: 100%; }
body {
	width:100%;
	height:100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    -webkit-background-size: 100% 100%; 
    background-size: 100% 100%;
	margin: 0; font-size: 100%; font-family: Arial, Helvetica, sans-serif;
}
a 			{ color: #666; font-style: normal; font-variant: normal; text-decoration: none;} /*dddddd*/
a:link 		{ color: #666; font-style: normal; font-variant: normal; text-decoration: none;} /*dddddd*/
a:visited 	{ color: #666; font-style: normal; font-variant: normal; text-decoration: none;} /*dddddd*/
a:hover 	{ color: #FFF; font-style: normal; font-variant: normal; text-decoration: none;}
a:active 	{ color: #FFF; font-style: normal; font-variant: normal; text-decoration: none;}

.searchDiv {
	display:inline-block;
	margin:-10px 0px -10px 0px;
	padding:0;
	text-align: left;	
}
form { }
.btnSubmitStyle {
	margin-left:7px;
	margin-right:2px;
	margin-bottom:3px;
}
.btnSubmitSearch {
	margin-right:2px;
	margin-bottom:3px;
}
.styleMessage {
	display:inline-block;
	opacity: 0; -moz-opacity: 0; filter: alpha(opacity=0);
	float:none;
	-moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;
	border:1px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.styleMessageShow {
	opacity: 1; -moz-opacity: 1; filter: alpha(opacity=99);
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.stylePanel {
	height:28px;
	opacity: 0.4; -moz-opacity: 0.4; filter: alpha(opacity=40);
	-webkit-transition: opacity 0.5s linear; -moz-transition: opacity 0.5s linear; -o-transition: opacity 0.5s linear; transition: opacity 0.5s linear;
}
.stylePanel:hover {
	opacity: 1; -moz-opacity: 1; filter: alpha(opacity=99);
}
.header {
	display: block;
	width: 1084px;
	height: 78px;
	line-height: 18px;
    margin: 0px auto;
	overflow: hidden;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 13px;
}
.smallBoxShadow {
	text-shadow: none !important;
}
.tbl_tv_root_1x5 form {
	margin-bottom: 0px;
}

.checkboxCell {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	text-align: left;
	color: #404040;
}
.checkbox {
	border: 1px solid #606060;
	color: #404040;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	text-align: left;
/*	vertical-align:middle;*/
	margin-bottom:14px;
}
#checkbox1Label {
	display:inline-block;
	margin-bottom: 8px;
    vertical-align: middle;
}
.searchtxt {
	display: inline-block;
/*	width:150px;*/ height:18px;
	color: #444; 
	background-color: #d2d2d2;
    background: rgba(210,210,210,0.95);
	-moz-box-shadow: -1px -1px 1px 1px rgba(0,0,0,0.5); -webkit-box-shadow: -1px -1px 1px 1px rgba(0,0,0,0.5); box-shadow: -1px -1px 1px 1px rgba(0,0,0,0.5);
	-moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px;
	border:0;
	font-family: Verdana, Geneva, Tahoma, sans-serif; /*text-align: center;*/
	margin-bottom:0px; margin-top:1px;
	padding:0px 3px;
	z-index:9999;
}
.radiosearchtype { vertical-align:middle; margin-bottom:4px; padding:0px; }
.radioStyleLight { margin-right:6px; margin-left:9px; }
.radioStyleDark { margin-right:2px; margin-left:7px; }
.header a { color: #f0f0f0;}
.header a:hover { color: #FFFFFF; font-style: normal; font-variant: normal; /*text-decoration: underline;*/}
.td-header { vertical-align: middle;}

.mainTableWrapper {
	display: inline-block;
	clear:both; /*Used in combination with class verticalcenteringDiv to vertically center this mainTableWrapper*/
	width: 1088px;
	height: 980px;
}
table { 
	border-spacing:0px; padding:0px; margin:0px; border-spacing: 0px;
	-moz-border-radius: 12px; -webkit-border-radius: 12px; border-radius: 12px;
	box-shadow: 2px 2px 25px 0px #222;
}
table .table-latest { 
	background:none;
	box-shadow: 2px 2px 20px 0px #444;
}
#I1 { float: none; text-align:center;}
.tbl_tv_root_1x1 		{ box-shadow: 0px 12px 12px -12px #000 inset; border-width: 0; vertical-align:top;	background-image: url('../images/tv_root_9/led-tv-root_1x1.png'); font-size: 0.9em;}
.tbl_tv_root_1x2 		{ box-shadow: 0px 12px 12px -12px #000 inset; border-width: 0; text-align: center; background-image: url('../images/tv_root_9/led-tv-root_1x2.png');}
.tbl_tv_root_1x3 		{ box-shadow: 0px 12px 12px -12px #000 inset; border-width: 0; text-align: left; vertical-align: middle; background-image: url('../images/tv_root_9/led-tv-root_1x3-5.png'); 
							color: #000000; font-family: Verdana, Geneva, Tahoma, sans-serif; font-size:0.85em;} /*0.75*/
.tbl_tv_root_1x4 		{ box-shadow: 0px 12px 12px -12px #000 inset; border-width: 0;  text-align: center; background-image: url('../images/tv_root_9/led-tv-root_1x4.png'); 
							color: #000000; font-family: Verdana, Geneva, Tahoma, sans-serif;}
.tbl_tv_root_1x4_JUL 	{ box-shadow: 0px 12px 12px -12px #000 inset; border-width: 0;  text-align: center; background-image: url('../images/tv_root_9/led-tv-root_1x4_JUL.png'); 
							color: #000000; font-family: Verdana, Geneva, Tahoma, sans-serif;}
.tbl_tv_root_1x4 img 	{ margin-top:-10px;}
.tbl_tv_root_1x4_JUL img{ margin-top:-6px;}
.tbl_tv_root_1x5 		{ box-shadow: 0px 12px 12px -12px #000 inset; border-width: 0; text-align: right; background-image: url('../images/tv_root_9/led-tv-root_1x5.png'); 
							color: #000000; font-family: Arial, Helvetica, sans-serif; font-size:0.85em;}
.tbl_tv_root_1x5_JUL 	{ box-shadow: 0px 12px 12px -12px #000 inset; border-width: 0; text-align: right; background-image: url('../images/tv_root_9/led-tv-root_1x5_JUL.png'); 
color: #000000; font-family: Arial, Helvetica, sans-serif; font-size:0.85em;}
.tbl_tv_root_1x6 		{ box-shadow: 0px 12px 12px -12px #000 inset; border-width: 0; text-align: right; background-image: url('../images/tv_root_9/led-tv-root_1x6_clock.png'); 
							/*padding-top:5px;*/ color:#000000; font-family: Verdana, Geneva, Tahoma, sans-serif; font-size: 13px; vertical-align:top;}
#tbl_tv_root_1x6_div 	{ display: block; margin-top: 17px; text-align: center; } /*3px*/
#tbl_tv_root_3x4_div 	{ display: block; margin-bottom: 4px; }
.tbl_tv_root_1x6_JUL 	{ box-shadow: 0px 12px 12px -12px #000 inset; border-width: 0; text-align: right; background-image: url('../images/tv_root_9/led-tv-root_1x6_JUL.png'); padding-top:5px; color:#000000;
							font-family: Verdana, Geneva, Tahoma, sans-serif; font-size:13px; vertical-align:top; }
.tbl_tv_root_2x1 		{ border-width: 0px; text-align: center; background-image: url('../images/tv_root_9/led-tv-root_2x1.png');}
.tbl_tv_root_2x1_JUL 	{ border-width: 0px; text-align: center; background-image: url('../images/tv_root_9/led-tv-root_2x1_JUL.png');}
.tbl_tv_root_2x2 		{ border-width: 0px; text-align: center; background-image: url('../images/tv_root_9/led-tv-root_2x2.png');}
.tbl_tv_root_2x3 		{ border-width: 0px; text-align: center; padding: 0px; margin: 0px; }
.tbl_tv_root_2x4 		{ border-width: 0px; text-align: center; background-image: url('../images/tv_root_9/led-tv-root_2x4.png');}
.tbl_tv_root_2x4_JUL 	{ border-width: 0px; text-align: center; background-image: url('../images/tv_root_9/led-tv-root_2x4_JUL.png');}
.tbl_tv_root_3x1 		{ border-width: 0px; text-align: center; background-image: url('../images/tv_root_9/led-tv-root_3x1.png');}
.tbl_tv_root_3x2 		{ border-width: 0px; text-align: center; background-image: url('../images/tv_root_9/led-tv-root_3x2.png');}
.tbl_tv_root_3x3 		{ border-width: 0px; text-align: center; background-image: url('../images/tv_root_9/led-tv-root_3x3.png');font-family: Arial, Helvetica, sans-serif; font-size: x-small;}
.tbl_tv_root_3x3_JUL 	{ border-width: 0px; text-align: center; background-image: url('../images/tv_root_9/led-tv-root_3x3_JUL.png'); font-family: Arial, Helvetica, sans-serif; font-size: x-small;}
.tbl_tv_root_3x4 		{ border-width: 0px; text-align: center; background-image: url('../images/tv_root_9/led-tv-root_3x4.png'); 
font-family: Arial, Helvetica, sans-serif; font-size: x-small; color: #808080; vertical-align: bottom;}
.tbl_bck_c0c0c0 		{ border-width: 0px; background-image:url('../images/backgrounds/main_background.jpg'); text-align: center; vertical-align: bottom;}
.tbl_bck_808080, .tbl_bck_808080_pipes, .tbl_bck_404040 { border-width: 0px; text-align: center; font-family: Arial, Helvetica, sans-serif; font-size: 0.8em; color: #C0C0C0; vertical-align: bottom;}
.tbl_bck_808080 		{ background-image:url('../images/backgrounds/main_background.jpg'); }
.tbl_bck_404040 		{ 		}
.tbl_bck_808080_pipes 	{ background-image: url('../images/tv_root_9/root-middle-pipes-tansp.png');}
.tbl_bck_808080_bckimg 	{ }

div#addThis {
	display: inline-block;
/*	width: 120px;*/
/*	padding: 2px;*/
/*	position: relative;*/
	margin: 0px 0px 0px 14px;
}
div#addThis:hover {
	opacity: 1; -moz-opacity: 1; filter: alpha(opacity=99);
}
div#ssl, div#non-ssl {
    display: inline-block;
    height: 16px;
    float:left;
    margin: 0px 0px 0px 4px;
    font-size: 13px;
    line-height: 13px;
/*    background-color: #666*/
    padding: 0px 2px 1px 2px;
/*	border: 1px #666 inset;
    -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;*/
}
div#ssl {
	color:#c0c0c0;
}
div#non-ssl {
	color:#600000;
	font-style:normal;
}
div#ssl a {
	color: #80c080;
	font-style:normal;
	border-bottom:0px;
}
div#non-ssl a {
	color:#d0d0d0;
	font-style:normal;
	border-bottom:0px;
}
div#latestTitle {
	display: inline-block;
	position:relative;
	top:6px;
	left:10px;
	float: left;
	margin-right: -150px;
	padding-top: 5px;
	text-align: left;
	font-size: 1em;
	font-weight: bold;
	
}
div#latestMain {
	display:inline-block;
	width:1084px;/* height: 102px;*/
    line-height: 17px;
	font-size: 13px;
	text-align: left;
	font-family:Verdana, Geneva, Tahoma, sans-serif;
	text-align: left;
	overflow: hidden;
	-webkit-user-select: none; -khtml-user-select: none; -moz-user-select: -moz-none; -o-user-select: none; -ms-user-select: none; user-select: none;
/*    text-shadow: 0px 0px 2px #000;*/
}
.lightShadow {
	text-shadow: 0px 0px 3px #888;
}
.darkShadow {
	text-shadow: 0px 0px 3px #000;
}
.link_Light	a 			{ color: #fff !important; font-style: normal; font-variant: normal; text-decoration: none; border-bottom: 1px #eee solid !important;}
.link_Light	a:link 		{ color: #fff !important; font-style: normal; font-variant: normal; text-decoration: none; border-bottom: 1px #eee solid !important;}
.link_Light	a:visited 	{ color: #fff !important; font-style: normal; font-variant: normal; text-decoration: none; border-bottom: 1px #eee solid !important;}
.link_Light	a:hover 	{ color: #eee !important; font-style: normal; font-variant: normal; text-decoration: none; border-bottom: 1px #fff solid !important;}
.link_Light	a:active 	{ color: #eee !important; font-style: normal; font-variant: normal; text-decoration: none; border-bottom: 1px #fff solid !important;}

.link_Dark	a 			{ color: #000 !important; font-style: normal; font-variant: normal; text-decoration: none; border-bottom: 1px #000 solid !important;}}
.link_Dark	a:link 		{ color: #000 !important; font-style: normal; font-variant: normal; text-decoration: none; border-bottom: 1px #000 solid !important;}}
.link_Dark	a:visited 	{ color: #000 !important; font-style: normal; font-variant: normal; text-decoration: none; border-bottom: 1px #000 solid !important;}}
.link_Dark	a:hover 	{ color: #fff !important; font-style: normal; font-variant: normal; text-decoration: none; border-bottom: 1px #fff solid !important;}}
.link_Dark	a:active 	{ color: #fff !important; font-style: normal; font-variant: normal; text-decoration: none; border-bottom: 1px #fff solid !important;}}

div#latestLine1,div#latestLine2,div#latestLine3,div#latestLine4 {
	display:block; height:15px; line-height:15px; margin:0px; padding: 0px 5px; }
.bckcol1-3_Light { margin:0;padding:0;}
.bckcol2-4_Light { margin:0;padding:0;}
.bckcol_Light { background-color: #aaa; margin-bottom: 2px; padding-top: 2px; color:#000; }
.bckcol1-3_Dark { margin:0;padding:0; }
.bckcol2-4_Dark { margin:0;padding:0; }
.bckcol_Dark { background-color: #222; margin-bottom: 2px; color: #B0B0B0;}
div#rootFooter { display:inline-block; height:38px; color:#222;}
div#rootFooterLine1 { display:inline-block; margin: 0px; font-size: 1.3em;}
div#rootFooterLine1 a, div#rootFooterLine1 a:link, div#rootFooterLine1 a:visited {
	display:inline-block; width:76px; font-size:13px; font-style: normal; font-variant: normal; text-decoration: none;
}
div#rootFooterLine1 a:active, div#rootFooterLine1 a:hover { color: white; font-style: normal; font-variant: normal; text-decoration: none;}

div#rootFooterLine2_Light, div#rootFooterLine2_Dark { 
	display: inline-block;
	height: 13px;
	min-width: 600px;
	font-size: 12px;
	line-height: 14px;
	margin-top: 4px;
	padding: 2px 12px 1px 12px;
	-moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;
}
div#rootFooterLine2_Light { 
    background: #c0c0c0;
    background: -webkit-gradient(linear, left top, left bottom, from(#808080),to(#ffffff));
    background: -moz-linear-gradient(top center,rgba(128,128,128,1) 0%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColor=#808080, endColorStr=#ffffff);
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr=#808080, endColorstr=#ffffff);
	border: 1px #888 ridge;
}
div#rootFooterLine2_Dark { 
	background: #808080;
    background: -webkit-gradient(linear, left top, left bottom, from(#707070),to(#d0d0d0));
    background: -moz-linear-gradient(top center,rgba(112,112,112,1) 0%, rgba(208,208,208,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColor=#707070, endColorStr=#d0d0d0);
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr=#707070, endColorstr=#d0d0d0);
}
.latestHeaderBottom { display: block; height: 10px; position: relative; bottom: 0px; font-size: 0.8em; text-align: right; margin-right: 8px;}
.tbl_font_404040 { font-size: xx-small; color: #404040;}
.tbl_bck_808080_head { font-variant:small-caps; font-variant-caps:small-caps;}
.boxShadow1 { border-top-right-radius: 12px; border-top-left-radius: 12px;}

.rootFooterBack 		{ background-color: #c0c0c0; background-image:url('../images/backgrounds/main_background.jpg'); }
.rootFooterBackDark 	{ background-color: #c0c0c0; background-image:url('../images/backgrounds/main_background.jpg'); }

.rootFooterBack01,.rootFooterBack02,.rootFooterBack03,.rootFooterBack04,.rootFooterBack05,.rootFooterBack06,.rootFooterBack07 {
	background-image:url('../bck_images/btm_back_alum.png');
	color:#ccc;
}
.rootFooterBackDark01,.rootFooterBackDark02,.rootFooterBackDark03,.rootFooterBackDark04,.rootFooterBackDark05,.rootFooterBackDark06,.rootFooterBackDark07 {
	background-image:url('../bck_images/btm_back_alum.png'); /*btm_back_alum_Dark.png*/
	color:#ccc;
}
.rootHeaderBack { 		box-shadow: 0px 0px 6px 2px #222 inset; height: 96px; }
.rootHeaderBack_JUL { 	box-shadow: 0px 0px 8px 1px #222 inset; height: 96px; }
.rootFooterBack01_JUL 		{ }
.rootFooterBackDark01_JUL 	{ }
.rootFooterBack02_JUL 		{ }
.rootFooterBackDark02_JUL 	{ }
.rootFooterBack03_JUL 		{ }
.rootFooterBackDark03_JUL 	{ }
.rootFooterBack04_JUL 		{ }
.rootFooterBackDark04_JUL 	{ }
.rootFooterBack05_JUL 		{ }
.rootFooterBackDark05_JUL 	{ }
.rootFooterBack06_JUL 		{ }
.rootFooterBackDark06_JUL 	{ }
.rootFooterBack07_JUL 		{ }
.rootFooterBackDark07_JUL 	{ }

.tbl_bck_808080_btm { height:102px; font-size: 0.8em; font-family: Arial, Helvetica, sans-serif;text-align: center;}
.tbl_bck_808080_btm2 { font-size: 12px; font-family: Arial, Helvetica, sans-serif;text-align: center; border-bottom-right-radius: 12px; border-bottom-left-radius: 12px;}
.tbl_bck_161616_btm { margin: 0px; border-width: 0px; color: #C0C0C0; background-color: #161616; font-size: x-small; font-family: Arial, Helvetica, sans-serif; text-align: center; vertical-align: middle;}
.tbl_bck_161616_player { margin: 0px; border-width: 0px; border-spacing: 0px; color: #C0C0C0; font-size: 0.8em; font-family: Arial, Helvetica, sans-serif; text-align: center;vertical-align: middle;}
#submit1 { font-size:12px; }
#submit2 { font-size:13px; }

#submit1 { margin-bottom:18px;}
.rootButtonMain { 
	display: inline-block; width: 80px; font-size: 1.0em;
/*	height: 20px;
	line-height: 14px;*/
}
.outlineAnim { }

div.notes {
	display:inline-block;
	width: 99%;
/*	height:14px;*/
	margin: 32px 0px 0px 0px;
	color:#444;
	background: rgba(210,210,210,0.95);
	border-radius: 4px;
	box-shadow: -1px -1px 1px 1px rgba(0,0,0,0.5);
	font-family: arial;
	text-align:center; vertical-align:bottom; font-size: 14px;
	overflow: hidden;
    padding: 2px 2px 1px 2px;
	-moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;
}

div.note_Light,div.note_Dark {
	display:inline-block;
	width: 748px;
	height:14px;
	margin: 32px 0px 4px 0px;
	font-family: arial;
	text-align:center; vertical-align:bottom; font-size: 12px;
	overflow: hidden;
    padding: 2px 2px 1px 2px;
	-moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;
}

/*NEW*/
td.tbl_tv_root_1x3 form#searchformRoot {
	display:block;
	text-align:right;
}
td.tbl_tv_root_1x3 form#frmRootButtonMain {
	display:inline-block;
}
td.tbl_tv_root_1x3 form#frmRootButtonMain {
	display:inline-block;
}
/* WAS:
td.tbl_tv_root_1x3 form {
	margin-bottom:0px;
}
*/
div.note_Light {
	color: #202020;
    background: #c0c0c0;
    background: -webkit-gradient(linear, left top, left bottom, from(#808080),to(#ffffff));
    background: -moz-linear-gradient(top center,rgba(128,128,128,1) 0%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColor=#808080, endColorStr=#ffffff);
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr=#808080, endColorstr=#ffffff);
	border: 1px #888 ridge;
}
div.note_Dark {
	color: #202020;
    background: #808080;
    background: -webkit-gradient(linear, left top, left bottom, from(#707070),to(#d0d0d0));
    background: -moz-linear-gradient(top center,rgba(112,112,112,1) 0%, rgba(208,208,208,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColor=#707070, endColorStr=#d0d0d0);
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr=#707070, endColorstr=#d0d0d0);
	border: 1px #888 ridge;
}
.divTopBtm 	{ display:block; position:relative; height:20%;}
.content 	{ display:block; position:relative; height:60%;}
.mainWrapper {
 /* Setting width/height manually*/
	width: 100%; height:100%;
 /* Centering code */
	margin:auto;
	position:absolute;
	top:0;bottom:0; /* Aligns Vertically */
	left:0;right:0; /* Aligns Horizontally  */
 /* Prevent div from overflowing main window */
	max-width:100%;
	max-height:100%;
	overflow:auto;
	text-align: center;
}
.verticalcenteringDiv { /*Center mainTableWrapper vertically*/
	float: left;
	height: 50%;
	width: 100%;
	margin-bottom: -490px; /*Half the total height of mainTableWrapper*/
}
#background {
    width: 100%; 
    height: 100%; 
    position: absolute; 
    left: 0px; 
    top: 0px; 
    z-index: 0;
}
.stretch {
/*ALT 1 : */	width:100%; height:100%;
/*ALT 2 : */	/*min-width:100%; min-height:100%; width:auto; height:auto;*/
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    -webkit-background-size: 100% 100%; 
    background-size: 100% 100%;
}
div#FlightsimNorway2, div#FlightsimNorway2_JUL {
	display:block;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: -moz-none;
	-o-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;
}
div#FlightsimNorway2 div#line1, div#FlightsimNorway2_JUL div#line1 { display: block; text-align: center; font-size: 15px; line-height: 20px; /*margin-top: 12px;*/ }
div#FlightsimNorway2 div#line2, div#FlightsimNorway2_JUL div#line2 { display:block; margin: 0px; line-height: 37px; }
.headerLine2Light { color: #DDD; background: rgb(40, 40, 40); background: rgba(20, 20, 20, 0.2); }
.headerLine2Dark { color: #DDD; background: rgb(80, 80, 80); background: rgba(80, 80, 80, 0.2); }
div#FlightsimNorway2 { color: #FFF; text-shadow: 0px 0px 3px #000;}
div#FlightsimNorway2_JUL { color: #FFF; margin: 0px 0px;  text-shadow: 0px 0px 3px #400;}

div#FlightsimNorway2 div#line2 {
	font-size: 26px;
	-moz-border-radius: 6px;-webkit-border-radius: 6px;border-radius: 6px;
}
div#FlightsimNorway2_JUL div#line2 {
	font-size: 26px;/* *** 1.8em*/
	font-family: "SnowCaps", sans-serif;
	color: #622;
/*	padding:0px;*/ /* *** */
	background: rgb(200, 200, 200);
	background: rgba(250, 250, 250, 0.2);
}
.christmasDecorationXSmall, .christmasDecorationSmall, .christmasDecorationMedium, .christmasDecorationLarge, .nonchristmasDecorationXSmall, .nonchristmasDecorationSmall, .nonchristmasDecorationMedium, .nonchristmasDecorationLarge {
	display:inline-block;
}
div#line2 div.flightsimNorwayComText { display:inline-block; margin: 0px 8px 0px 8px;}
.christmasDecorationXSmall {
	height:4px;	width:4px;
	margin: 9px 4px 9px 4px;
	-o-box-shadow: 0px 0px 10px 3px #ccb; -moz-box-shadow: 0px 0px 10px 3px #ccb; -webkit-box-shadow: 0px 0px 10px 3px #ccb; box-shadow: 0px 0px 10px 3px #ccb;
	-moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px;
}
.christmasDecorationSmall {
	height:8px;	width:8px;
	margin: 7px 4px 7px 4px;
	-o-box-shadow: 0px 0px 10px 3px #ccb; -moz-box-shadow: 0px 0px 10px 3px #ccb; -webkit-box-shadow: 0px 0px 10px 3px #ccb; box-shadow: 0px 0px 10px 3px #ccb;
	-moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
}
.christmasDecorationMedium {
	height:12px; width:12px;
	margin: 5px 4px 5px 4px;
	-o-box-shadow: 0px 0px 10px 3px #ccb; -moz-box-shadow: 0px 0px 10px 3px #ccb; -webkit-box-shadow: 0px 0px 10px 3px #ccb; box-shadow: 0px 0px 10px 3px #ccb;
	-moz-border-radius: 6px; -webkit-border-radius: 6px; border-radius: 6px;
}
.christmasDecorationLarge {
	height:14px; width:10px;
	margin: 4px 20px 0px 20px;
	-o-box-shadow: 0px 0px 10px 1px #ccb; -moz-box-shadow: 0px 0px 10px 1px #ccb; -webkit-box-shadow: 0px 0px 10px 1px #ccb; box-shadow: 0px 0px 10px 1px #ccb;
	-moz-border-radius: 7px; -webkit-border-radius: 7px; border-radius: 7px;
	background: #C5C5AC;
	border: 2px #D5BE93 inset;
}
.nonchristmasDecorationXSmall {
	height:4px;	width:4px;
	margin: 9px 4px 9px 4px;
	-o-box-shadow: 0px 0px 10px 3px #ccb; -moz-box-shadow: 0px 0px 10px 3px #ccb; -webkit-box-shadow: 0px 0px 10px 3px #ccb; box-shadow: 0px 0px 10px 3px #ccb;
	-moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px;
}
.nonchristmasDecorationSmall {
	height:8px;	width:8px;
	margin: 7px 4px 7px 4px;
	-o-box-shadow: 0px 0px 10px 3px #ccb; -moz-box-shadow: 0px 0px 10px 3px #ccb; -webkit-box-shadow: 0px 0px 10px 3px #ccb; box-shadow: 0px 0px 10px 3px #ccb;
	-moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
}
.nonchristmasDecorationMedium {
	height:12px; width:12px;
	margin: 5px 4px 5px 4px;
	-o-box-shadow: 0px 0px 10px 3px #ccb; -moz-box-shadow: 0px 0px 10px 3px #ccb; -webkit-box-shadow: 0px 0px 10px 3px #ccb; box-shadow: 0px 0px 10px 3px #ccb;
	-moz-border-radius: 6px; -webkit-border-radius: 6px; border-radius: 6px;
}
.nonchristmasDecorationLarge {
	height:14px; width:10px;
	margin: 4px 20px 0px 20px;
	-o-box-shadow: 0px 0px 10px 2px #cca; -moz-box-shadow: 0px 0px 10px 2px #ccc; -webkit-box-shadow: 0px 0px 10px 2px #ccc; box-shadow: 0px 0px 10px 2px #ccc;
	-moz-border-radius: 7px; -webkit-border-radius: 7px; border-radius: 7px;
	background: #bbb;
	border: 2px #A5A5A5 inset;
}
div#FlightsimNorway2 div#line3, div#FlightsimNorway2_JUL div#line3 {
	display:block; font-size: 15px; text-align:center; padding:0px;}
div#FlightsimNorway2 div#line4 { display:block; margin: 0px; padding:0px;height:18px;}
div#ChristmasDecorLeft { display:block; position:fixed; left:1px; top:200px; } /*NBNBNB Dersom POS endres - endre også i js/jquery.shaker.left.js */
div#ChristmasDecorRight { display:block; position: fixed; right: 1px; top:200px; } /* NBNBNB Dersom POS endres - endre også i js/jquery.shaker.right.js */
.jumpToHeader { 
    display: inline-block;
    float: left;
    color: #000;
    font-size: 15px;
    font-variant: small-caps;
    text-shadow: 1px 1px 0px #ccc;
    margin-left: -67px;
    line-height: 22px;
}
.jumpTo { display:inline-block; width:90px; height:18px; font-size: 13px; }
.jumpToWrapper { margin-top:0px; margin-left:2px; margin-right:2px;}
.jumptoDiv { display:inline-block; margin: 0px auto 10px auto; }

#alertImgDark {
	margin-bottom: -1px; -o-box-shadow: 0px 0px 4px 1px #111; -moz-box-shadow: 0px 0px 4px 1px #111; -webkit-box-shadow: 0px 0px 4px 1px #111; box-shadow: 0px 0px 4px 1px #111;
	-o-border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; padding: 1px 2px 1px 3px; }
#alertImgLight { margin-bottom: -1px; -o-border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; padding: 1px 2px 1px 3px;}

td a.loginButtonRight, td a.loginButtonLeft { display: inline-block; width: 70px; /*font-size:12px;*/ }
td a.loginButtonTop 						{ display: inline-block; width: 144px; /*font-size:12px;*/ }
.dimmed {
	opacity: 0.6; -moz-opacity: 0.6; filter: alpha(opacity=60);
}
.copyright-bottom {
    display: inline-block;
    margin: 10px auto 0px auto;
    color: #000;
    text-shadow: 1px 1px 0px #ccc;
    font-size: 14px;
    font-variant: small-caps;
}
.christmasDecorationTop { display:inline-block; width:365px; position:relative; margin-top:-34px; }
#christmasDecorationTopLeft { margin-left:-30px; }
#christmasDecorationTopRight { margin-left:-32px; }
.christmasDecorationBottom { display:inline-block; width:365px; position:absolute; }
#christmasDecorationBottomLeft { margin-left:-380px; margin-top:-35px; }
#christmasDecorationBottomRight { margin-left:0px; margin-top:-30px; }
#toggleSnow { display:inline-block; margin-bottom: 30px; cursor:pointer; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; font-size:13px; }
#toggleSnowLevel { display:inline-block; margin-top:0px; cursor:pointer; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; font-size:13px; }
#toggleSnowButton, #toggleSnowButtonLevel { display:inline-block; width:70px; z-index:1000; }
#snowIndicator, #snowIndicatorLevel,#snowIndicatorOFF { display:inline-block; float:right; height:4px; width:4px; margin-top: 6px; margin-right: 3px;-moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px;}
#snowIndicator { }
#snowIndicatorLevel { background-color:#000; box-shadow: 0px 0px 0px 0px #000; }
.loginStatusName { display:inline-block; margin-right:-2px; }
.loginStatusName2 { display:inline-block; float:left; margin-left: 10px; margin-top: 8px;}
#toggleSnowButtonTxt { margin-right:-8px; }
#toggleSnowButtonTxtLevel { margin-right:-8px; }
.shadow_Right_Inset { box-shadow: inset -4px 0px 5px -2px #222; -webkit-box-shadow: inset -4px 0px 5px -2px #222; }
.shadow_Left_Inset { box-shadow: inset 4px 0px 5px -2px #222; -webkit-box-shadow: inset 4px 0px 5px -2px #222; }
.shadow_TopAndRight_Inset { box-shadow: 0px 12px 12px -12px #000 inset, inset -4px 0px 5px -2px #222; -webkit-box-shadow: 0px 12px 12px -12px #000 inset, inset -4px 0px 5px -2px #222; }
.shadow_TopAndLeft_Inset { box-shadow: 0px 12px 12px -12px #000 inset, inset 4px 0px 5px -2px #222; -webkit-box-shadow: 0px 12px 12px -12px #000 inset, inset 4px 0px 5px -2px #222; }
.shadow_LeftAndRight_Inset { box-shadow: inset 4px 0px 5px -2px #222, inset -4px 0px 5px -2px #222; -webkit-box-shadow: inset 4px 0px 5px -2px #222, inset -4px 0px 5px -2px #222; }
.shadow_LeftAndRightAndTop_Inset { box-shadow: inset 3px 0px 5px -2px #333, inset -3px 0px 5px -2px #333, inset 0px 1px 3px -1px #444; -webkit-box-shadow: inset 3px 0px 5px -2px #333, inset -3px 0px 5px -2px #333, inset 0px 1px 3px -1px #444;}
.shadow_Top_Inset { box-shadow: inset 0px 5px 3px -3px #000; -webkit-box-shadow: inset 0px 5px 3px -3px #000; }
.shadow_Bottom_Inset { box-shadow: inset 0px -3px 2px 0px #000; -webkit-box-shadow: inset 0px -3px 2px 0px #000; }
.shadow_LeftAndRightAndBottom_Inset_Light { box-shadow: inset 3px 0px 5px -1px #222, inset -3px 0px 5px -1px #222, 0px 0px 2px 0px #aaa, 0px -2px 2px 0px #222; -webkit-box-shadow: inset 3px 0px 5px -1px #222, inset -3px 0px 5px -1px #222, 0px 2px 2px 0px #ccc, 0px -2px 2px 0px #222;}
.shadow_LeftAndRightAndBottom_Inset_Dark { box-shadow: inset 2px 0px 5px -1px #000, inset -3px 0px 5px -2px #554, 0px 0px 2px 0px #aaa, 0px -2px 2px 0px #222; -webkit-box-shadow: inset 2px 0px 5px -1px #000, inset -3px 0px 5px -2px #554, 0px 2px 2px 0px #ccc, 0px -2px 2px 0px #222;}
.shadow_LeftAndRightAndBottom_Header_Inset_Light { box-shadow: inset 2px 0px 5px -1px #000, inset -3px 0px 5px -2px #554, 0px 0px 2px 0px #000, 0px -2px 2px 0px #222; -webkit-box-shadow: inset 2px 0px 5px -1px #000, inset -3px 0px 5px -2px #554, 0px 2px 2px 0px #000, 0px -2px 2px 0px #222;}
.shadow_LeftAndRightAndBottom_Header_Inset_Dark { box-shadow: inset 2px 0px 5px -1px #000, inset -3px 0px 5px -2px #554, 0px 0px 2px 0px #000, 0px -2px 2px 0px #222; -webkit-box-shadow: inset 2px 0px 5px -1px #000, inset -3px 0px 5px -2px #554, 0px 2px 2px 0px #000, 0px -2px 2px 0px #222;}
.headerSmallText { display:inline-block; font-size:14px; margin-bottom: -6px; margin-left:3px; color: #fff; }
#snowtitle { display:inline-block; font-size:14px; width: 145px; color: #222; text-align: center; font-variant: small-caps; text-shadow: 2px 2px 1px #ddd; }

span.blink 	{ display:inline-block;min-width:152px; }
span.noblink{ display:inline-block;min-width:152px; }
.bckLight 	{ background-color:#ddd; }
.bckDark 	{ background-color:#222; }

span .darkShadow a {
	color: #fff !important;
    border-bottom: 1px solid rgb(200, 200, 200) !important;
}
span .lightShadow a {
	color: #000 !important;
    border-bottom: 1px solid rgb(32, 32, 32) !important;
}
div#fb-like-DIV {
	margin-bottom:5px;
	z-index: 9999
}
div#fb-like-DIV iframe { background:none !important; }
#progressbarContainer {
    position: relative;
    text-align: left;
    background-color: #222;
    background-image:url('../images/icons/rwy_1078x15_v6.png');
    width: 99%;
    height: 15px;
    border-radius: 5px;
    margin: -10px 0px 6px 4px;
    border: 1px #666 solid;
}
#progressbar {
    background-image:url('../images/icons/stripe_15x15.png');
    position: relative;
    height: 15px;
    top: -14px;
    color: #fff;
/*    background-color: #582;*/
    border-radius: 4px;
    padding-left: 5px;
    z-index:1
}
#progressbarText {
    background: #222;
    position: relative;
    display: inline-block;
    margin-left: 430px;
    color: #fff;
    padding: 0px 8px;
    border-radius: 3px;
    text-shadow: 1px 1px 1px #000;
    z-index: 10;
}
#progressbarImage {
	position: relative; 
	top: -48px;
	z-index:4;
}
#progressbarImagel, #progressbarImager  {
    position: relative;
	z-index:3;
}
#progressbarImagel {
    margin-left: 1.2%;
	top: 1px;
}
#progressbarImager {
    margin-left: 97.7%;
    top: -78px;
}