html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
       overflow-y: scroll;
overflow: -moz-scrollbars-vertical;
height: 100%; margin-bottom: 1px;
}

body {
	margin: 0;
height: 100%; margin-bottom: 1px;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button
 {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}



table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body
 {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 0em;

}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
  padding: 0.1em 20px;
}

address {
	margin: 0 0 1em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

table {
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}


input[type="email"],
input[type="url"],
input[type="password"],

input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"]
 {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

select {
	border: 1px solid #ccc;
}


input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,

input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus{
	color: #ddd;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 0.7em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {

}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {

}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

div#col1{
	width:33%;float:left;color:#eee;text-align:center;font-family: Verdana, Geneva, sans-serif;font-weight: bold;font-size:13px;background-color:#17252f;min-height:32px;padding-top:7px;border-radius: 4px;z-index:100;
}
div#col2{
	width:33%;float:left;color:#eee;text-align:center;font-family: Verdana, Geneva, sans-serif;font-weight: bold;font-size:13px;transition: all 0.5s ease;background-color:#17252f;height:32px;padding-top:7px;border-radius: 4px;
}
div#col3{
	width:34%;float:left;color:#eee;text-align:center;font-family: Verdana, Geneva, sans-serif;font-weight: bold;font-size:13px;transition: all 0.5s ease;background-color:#17252f;height:32px;padding-top:7px;border-radius: 4px;
}
div#col1:hover{
	width:33%;float:left;color:#eee;text-align:center;font-family: Verdana, Geneva, sans-serif;font-weight: bold;font-size:13px;text-shadow: 1px 1px 1px #FF0000, -1px -1px 1px #FF0000, -1px 1px 1px #FF0000, 1px -1px 1px #FF0000;
}
div#col2:hover{
	width:33%;float:left;color:#eee;text-align:center;font-family: Verdana, Geneva, sans-serif;font-weight: bold;font-size:13px;text-shadow: 1px 1px 1px #FF0000, -1px -1px 1px #FF0000, -1px 1px 1px #FF0000, 1px -1px 1px #FF0000;
}
div#col3:hover{
	width:34%;float:left;color:#eee;text-align:center;font-family: Verdana, Geneva, sans-serif;font-weight: bold;font-size:13px;text-shadow: 1px 1px 1px #FF0000, -1px -1px 1px #FF0000, -1px 1px 1px #FF0000, 1px -1px 1px #FF0000;
}

div#col1i{
	width:33%;float:left;color:#eee;text-align:center;font-family: Verdana, Geneva, sans-serif;font-weight: bold;font-size:13px;background-color:#17252f;min-height:32px;padding-top:7px;border-radius: 4px;z-index:100;text-shadow: 1px 1px 1px #FF0000, -1px -1px 1px #FF0000, -1px 1px 1px #FF0000, 1px -1px 1px #FF0000;
}
div#col2i{
	width:33%;float:left;color:#eee;text-align:center;font-family: Verdana, Geneva, sans-serif;font-weight: bold;font-size:13px;text-shadow: 1px 1px 1px #FF0000, -1px -1px 1px #FF0000, -1px 1px 1px #FF0000, 1px -1px 1px #FF0000;transition: all 0.5s ease;background-color:#17252f;height:32px;padding-top:7px;border-radius: 4px;
}
div#col3i{
	width:34%;float:left;color:#eee;text-align:center;font-family: Verdana, Geneva, sans-serif;font-weight: bold;font-size:13px;text-shadow: 1px 1px 1px #FF0000, -1px -1px 1px #FF0000, -1px 1px 1px #FF0000, 1px -1px 1px #FF0000;transition: all 0.5s ease;background-color:#17252f;height:32px;padding-top:7px;border-radius: 4px;
}


div#col4{
	width:33%;float:left;color:#eee;text-align:center;font-family:Verdana, Geneva, sans-serif;font-size:13px;background-color:#17252f;transition: all 0.5s ease;height:32px;padding-top:7px;border-radius: 4px;font-weight: bold;
}
div#col5{
	width:34%;float:left;color:#eee;text-align:center;font-family:Verdana, Geneva, sans-serif;font-size:13px;background-color:#17252f;transition: all 0.5s ease;height:32px;padding-top:7px;border-radius: 4px;font-weight: bold;
}

div#col4i{
	width:33%;float:left;color:#eee;text-align:center;font-family:Verdana, Geneva, sans-serif;font-size:13px;text-shadow: 1px 1px 1px #FF0000, -1px -1px 1px #FF0000, -1px 1px 1px #FF0000, 1px -1px 1px #FF0000;background-color:#17252f;transition: all 0.5s ease;height:32px;padding-top:7px;border-radius: 4px;font-weight: bold;
}
div#col5i{
	width:34%;float:left;color:#eee;text-align:center;font-family:Verdana, Geneva, sans-serif;font-size:13px;text-shadow: 1px 1px 1px #FF0000, -1px -1px 1px #FF0000, -1px 1px 1px #FF0000, 1px -1px 1px #FF0000;background-color:#17252f;transition: all 0.5s ease;height:32px;padding-top:7px;border-radius: 4px;font-weight: bold;
}

div#col4:hover{
text-shadow: 1px 1px 1px #FF0000, -1px -1px 1px #FF0000, -1px 1px 1px #FF0000, 1px -1px 1px #FF0000;
}
div#col5:hover{
text-shadow: 1px 1px 1px #FF0000, -1px -1px 1px #FF0000, -1px 1px 1px #FF0000, 1px -1px 1px #FF0000;
}

div#tz1,div#tz2,div#tz3,div#tz4,div#tz5,div#tz12,div#tz22,div#tz32,div#tz42,div#tz52,div#tz6,div#tz62{
position:absolute;z-index:4;
font-family: Lucida Console, Monaco, monospace;
padding:2px;
font-size:13px;
color: #ffffff;
text-align: center;
text-shadow: 1px 1px 2px #17252f, 1px -1px 2px #17252f, -1px -1px 2px #17252f, -1px 1px 2px #17252f;
border-radius: 4px;
}

div#primary2{
font-family: Verdana;
font-size:13px;
width:100%;
color: #ccc;
background-color: #17252f;
border-radius:4px;
}

#primary2 a{
color: #999;
}

div#q{
color: #eee;
font-family: Lucida Console, Monaco, monospace;
font-size:13px;
width:100%;
padding-left:5px;
padding-right:5px;
}

div#rowz{
font-family: Lucida Console, Monaco, monospace;
font-size:13px;
padding-top:3px;
padding-left:3px;
padding-right:5px;
height:20px;
background-color: #17252f;
color:#999;
}

div#rowz2{
font-family: Lucida Console, Monaco, monospace;
font-size:13px;
padding-top:3px;
padding-left:3px;
padding-right:3px;
height:20px;
color: #ccc;
}

div#c1{
width:95px;
float: left;
text-align:right;
color: #666;
font-size:11px;
font-family: Lucida Console, Monaco, monospace;
}
div#c1 a{
width:95px;
font-size:11px;
padding-top:1px;
float: left;
text-align:right;
color: #666;
}
div#c1h{
width:100%;
float: left;
text-align:left;
color: #999;
font-weight: bold;
}
div#c1hw{
width:100%;
float: left;
text-align:left;
color: #ddd;
font-weight: bold;
}
div#c1i{
width:108px;
font-size:11px;
padding-top:1px;
float: left;
text-align:right;
color: #666;
}
div#c1c{
width:115px;
font-size:11px;
padding-top:1px;
float: left;
text-align:right;
color: #666;
}
div#c1c2{
padding-left:2px;
width:140px;
float: left;
text-align:left;
color: #ccc;
}
div#c112{
height:5px;
width:19px;
float: left;
}
div#c12 a{
width:15px;
float: left;
color:#999;
}
div#c2{
padding-left:20px;
white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
color: #ccc;
}

div#c2h{
position:relative;
color: #ccc;
font-size: 20px;
font-weight: 900;
font-family: Lucida Console, Monaco, monospace;
}

div#pager{
padding-top:20px;
padding-left:30px;
padding-right:30px;
padding-bottom:4px;
}

div#cr{
position:relative;
top:0px;
left:0;
font-family: Tahoma, Geneva, sans-serif;
font-size:13px;
color: #ddd;
text-align:center;
background-color:#203442;
border-radius:4px;
}

a{
text-decoration:none;
color: #ccc;
}

.nav-previous a{
	float: right;
font-family: Tahoma, Geneva, sans-serif;
font-size:13px;
padding-left:20px;
padding-right:20px;
padding-bottom:2px;
color: #ccc;
background-color: #203442;
border-radius: 4px;
}

.nav-next a{
	float: left;
padding-bottom:2px;
font-family: Tahoma, Geneva, sans-serif;
font-size:13px;
padding-right:20px;
padding-left:20px;
color: #ccc;
background-color: #203442;
border-radius: 4px;
}

input[type="text"], input[type="search"], input[type="search"]:focus, select, textarea, option{
color: #ddd;
width:100%;
font-size:13px;
background-color: #253c4d;
font-family: Lucida Console, Monaco, monospace;
border: 1px solid #ccc;
border-radius: 3px;
padding: 3px;
}

button{
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	font-size: 10px;
	line-height: 0.2;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

table{
empty-cells: hide;
}

td {
   border: 1px solid #ddd;
text-align:right;
width:100px;
}

div#ad{
height:90px;
width:1024px;
}

div#ad1{
	width:728px;height:90px;float:left;background-color:#203442;
}
div#ad2{
	width:20px;height:90px;float:left;background-color:#17252f;
}
div#ad3{
	width:155px;height:90px;float:left;background-color:#203442;color:#999;text-align:center;font-family: Lucida Console, Monaco, monospace;font-weight: bold;font-size:14px;padding-top:2px;
}
div#ad4{
	width:120px;height:90px;float:left;background-color:#203442;
}
div#copyright{
	font-family: Lucida Console, Monaco, monospace;
	font-size:13px;
	height:20px;
	padding:4px;
	position:relative;
	top:0px;left:0;
	color: #ccc;
	text-align:center;
	width:1024px;
	background-color: #203442;
	border-radius: 4px;
}

div#country{
	font-family: Lucida Console, Monaco, monospace;
	font-size:13px;
	color:#999;
}

div#etw1,#etw2{
  position:absolute;top:0px;z-index:2;height:121px;
  background: rgba(0, 0, 0, 0.8);
  background: -webkit-linear-gradient(left,rgba(0,0,0,0.1),rgba(0,0,0,0.8)); /*Safari 5.1-6*/
  background: -o-linear-gradient(right,rgba(0,0,0,0.1),rgba(0,0,0,0.8)); /*Opera 11.1-12*/
  background: -moz-linear-gradient(right,rgba(0,0,0,0.1),rgba(0,0,0,0.8)); /*Fx 3.6-15*/
  background: linear-gradient(to right, rgba(0,0,0,0.1), rgba(0,0,0,0.8)); /*Standard*/
}

div#mtw1,#mtw2{
  position:absolute;top:0px;z-index:2;height:121px;
  background: rgba(0, 0, 0, 0.8);
  background: -webkit-linear-gradient(right,rgba(0,0,0,0.1),rgba(0,0,0,0.8)); /*Safari 5.1-6*/
  background: -o-linear-gradient(left,rgba(0,0,0,0.1),rgba(0,0,0,0.8)); /*Opera 11.1-12*/
  background: -moz-linear-gradient(left,rgba(0,0,0,0.1),rgba(0,0,0,0.8)); /*Fx 3.6-15*/
  background: linear-gradient(to left, rgba(0,0,0,0.1), rgba(0,0,0,0.8)); /*Standard*/
}

div#datez1,div#datez2,div#datez3,div#datez4,div#datez12,div#datez22,div#datez32,div#datez42{
position:absolute;top:0px;z-index:3;height:121px;
	font-family: Lucida Console, Monaco, monospace;
	font-size:8px;
	vertical-align:text-bottom;
	width:100px;
}

div#inner2{
	left: -27px;
	bottom: 0px;
	position: absolute;
	text-shadow: 1px 1px 0px #203442, 1px -1px 0px #203442, -1px -1px 0px #203442, -1px 1px 0px #203442;
	z-index:4;
	color:yellow;
}

div#sunrise1,div#sunrise2,div#sunrise12,div#sunrise22{
position:absolute;top:0px;z-index:3;width:1px;height:121px;
	background-color: yellow;
	font-family: Lucida Console, Monaco, monospace;
	font-size:9px;
	color:yellow;
	box-shadow: -1px 0px #999;
	vertical-align:text-bottom;
}

div#sunset1,div#sunset2,div#sunset12,div#sunset22{
	position:absolute;top:0px;z-index:3;width:1px;height:121px;
	background-color: yellow;
	font-family: Lucida Console, Monaco, monospace;
	font-size:9px;
	color:yellow;
	box-shadow: 1px 0px #999;
}

div#night1,#night2{
	position:absolute;top:0px;z-index:2;height:121px;background: rgba(0, 0, 0, 0.8);
}

div#inner{
	left: 3px;
	bottom: 0px;
	position: absolute;
	text-shadow: 1px 1px 0px #999, 1px -1px 0px #999, -1px -1px 0px #999, -1px 1px 0px #999;
	z-index:4;
}

div#ws{
	width: 100%;
	position: relative;
	padding-bottom: 15px;
}

#bigly14{margin-left:10px;}

@media all and (max-width: 1023px) {
    #q {height:0px;}
    .bigly{display:none;}

    #marg.bigly{display:none;}
    .bigly12{margin-left:0px;width:10px;}
    #pager.bigly13{padding-left:0px;padding-right:0px;}
    #bigly14{margin-left:0px;}
    textarea.ta2{height:2em;}
    textarea.ta9{height:9em;}
    blockquote {padding: 0em 0px;}
}

div#m1{
  position:relative;width:100%;text-align:center;
}

div#m2{
  position:relative;width:1024px;height:121px;margin:0 auto;background-color:#203442;overflow:hidden;
}

div#m3{
  position:absolute;left:0px;top:0px;z-index:1;
}
  
div#m4{
  position:absolute;left:0px;top:0px;z-index:100;
}

div#l4ad{
  position:absolute;left:0px;top:0px;z-index:4;
}

div#tgt,div#tgt2{
  position:absolute;z-index:5;margin:0px;padding:0px;height:13px;width:13px;
}

div#l5b,div#l5b2{
  z-index:6;margin:0px;padding:0px;vertical-align:top;text-align:left;
}

div#ob{
  position:absolute;z-index:7;margin:0px;padding:0px;height:66px;width:130px;border: 1px solid #203442;
}

div#ib{
  position:absolute;z-index:7;margin:0px;padding:0px;height:64px;width:128px;border: 1px solid #ffa500;
}


		div.centered table 
		{
		    margin: 0 auto; 
		    text-align: left;
		    color:#17252f;
		}

		table {
		    border-collapse: collapse;
		    border-color: #17252f;
		}
 
		td {
		padding: 10px;
		border: 1px solid;
		border-color: #17252f;
		text-align: center;
		font-weight: normal;
		}
 
		th{
		padding: 5px;
		text-align: center;
		font-weight: bold;
		}
 
		td.first{
		text-align: center;
		border: 0px #222233 solid;
		}
 
		td.second{
		padding: 0px;
		text-align: left;
		border: 0px #222233 solid;
		font-weight: bold;
		}

td.l1{
color: #4c8ffc;
font-weight: bold;
}

td.l2{
color: #cb0000;
font-weight: bold;
}

td.l3{
color: #fff;
font-weight: bold;
}

td.l4{
color: #666;
font-weight: bold;
}
td.l5{
color: #999;
font-weight: bold;
}
td.l6{
color: #ffa500;
font-weight: bold;
}
div#notes{
font-family: Lucida Console, Monaco, monospace;
font-size:13px;
color:#999;
}
div.lbl{
position: absolute;font-family: Lucida Console, Monaco, monospace;padding: 2px;font-size: 13px;color: #ffffff;text-align: center;text-shadow: 1px 1px 2px #17252f, 1px -1px 2px #17252f, -1px -1px 2px #17252f, -1px 1px 2px #17252f;border-radius: 4px;
}

div#marg{
float:left;width:10px;height:100%;
}

.sixColor{
color:#666;
}

@-webkit-keyframes blink {
    0% {
        opacity:1;
    }
    50% {
        opacity:0.5;
    }
    100% {
        opacity:1;
    }
}
@-moz-keyframes blink {
    0% {
        opacity:1;
    }
    50% {
        opacity:0.5;
    }
    100% {
        opacity:1;
    }
}
.objblink {
-webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    
    -webkit-animation-direction: normal;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-name: blink;
    -webkit-animation-timing-function: ease-in-out;
    
-moz-animation-direction: normal;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-name: blink;
    -moz-animation-timing-function: ease-in-out;    
}

@-webkit-keyframes blinkr {
    0% {
        opacity:1;
    }
    50% {
        opacity:0;
    }
    100% {
        opacity:1;
    }
}
@-moz-keyframes blinkr {
    0% {
        opacity:1;
    }
    50% {
        opacity:0;
    }
    100% {
        opacity:1;
    }
}
.objblinkr {
-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    
    -webkit-animation-direction: normal;
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-name: blink;
    -webkit-animation-timing-function: ease-in-out;
    
-moz-animation-direction: normal;
    -moz-animation-duration: 1s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-name: blink;
    -moz-animation-timing-function: ease-in-out;    
}

@-webkit-keyframes blink2 {
    0% {
        opacity:1;
    }
    50% {
        opacity:0.75;
    }
    100% {
        opacity:1;
    }
}
@-moz-keyframes blink2 {
    0% {
        opacity:1;
    }
    50% {
        opacity:0.75;
    }
    100% {
        opacity:1;
    }
}
.objblink2 {
-webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    
    -webkit-animation-direction: normal;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-name: blink2;
    -webkit-animation-timing-function: ease-in-out;
    
-moz-animation-direction: normal;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-name: blink2;
    -moz-animation-timing-function: ease-in-out;    
}

@-webkit-keyframes blink3 {
    0% {
        opacity:1;
    }
    50% {
        opacity:0.88;
    }
    100% {
        opacity:1;
    }
}
@-moz-keyframes blink3 {
    0% {
        opacity:1;
    }
    50% {
        opacity:0.88;
    }
    100% {
        opacity:1;
    }
}
.objblink3 {
-webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    
    -webkit-animation-direction: normal;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-name: blink3;
    -webkit-animation-timing-function: ease-in-out;
    
-moz-animation-direction: normal;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-name: blink3;
    -moz-animation-timing-function: ease-in-out;    
}

ul.no_bullet {
list-style-type: none;
padding: 0;
margin: 0;
}

li.b {
background: url('http://ciwnews.com/wp-content/uploads/2016/10/bfnt.png') no-repeat 1px 2px;
background-size:8px;
padding-left: 29px;
}
li.r {
background: url('http://ciwnews.com/wp-content/uploads/2016/10/rfnt.png') no-repeat 1px 2px;
background-size:8px;
padding-left: 29px;
}
li.g {
background: url('http://ciwnews.com/wp-content/uploads/2016/10/gfnt.png') no-repeat 1px 2px;
background-size:8px;
padding-left: 29px;
}
li.bl {
background: url('http://ciwnews.com/wp-content/uploads/2016/10/blfnt.png') no-repeat 0px 2px;
background-size:10px;
padding-left: 29px;
}
li.w {
background: url('http://ciwnews.com/wp-content/uploads/2016/10/wfnt.png') no-repeat 1px 2px;
background-size:8px;
padding-left: 29px;
}