/* CSS Styles */
@import url("fonts.css");
body { margin: 0; }
a.linkstyles {font-family: 'Raleway';}
hr.divider {
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.container {
    /* total width is width + padding + border + margin. body width will be 800px */
    width: 800px;
    margin: auto;
    padding: 10px;
    font-family: 'Raleway';
    font-size: 14px;
}
.separator {
    border: 0; 
    background-color: #eeeeee;     /* <-------------------  vaihdetaan värimaailmaa kun sivut toimintavalmiit */
    border-top: 3px solid #117711; /* <-------------------  vaihdetaan värimaailmaa kun sivut toimintavalmiit */
    height: 16px;
}
.header3 {
	font-size: 13.5pt;
}
.linkbar {
	background-color: #eeeeee;
	border-top: 3px solid #228822;
	padding: 8px;
	margin: 8px 0 0 0;
}

.linkbar a {
	text-decoration: none;
	color: #444444;
	font-weight: bold;
}

.gradient {
    border: 1px;
	background-color: #eeeeee;
	background-image: url("images/gradient90.gif");
	background-repeat: repeat-x;
}

th.gradient {
	background-image: url("images/gradient24.gif");
	border-bottom: 1px solid #cccccc;
	color: #444444;
}

td.gradient {
	background-image: url("images/gradient32.gif");
	border: 1px solid #cccccc;
	/* color: #444444; */
}

.whitebg {
	background-color: white;
}

.bordered {
	border: 1px solid #cccccc;
}

.bordered-dark {
    border: 1px solid #888888;
}

.bb { /* border-bottom */
    border-bottom: 1px solid #cccccc;
}

.fullWidth {
	width: 100%;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.clear {
	clear: both;
}

.bold {
	font-weight: bold;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.top {
	vertical-align: top;
}

.middle {
    vertical-align: middle;
}

.center {
	text-align: center;
}

.margin8 {
	margin: 8px;
}

.pad2 { 
	padding: 2px;
}

.pad04 {
	padding: 4px 0 4px 0;
}

.pad4 {
	padding: 4px;
}

.pad8 {
	padding: 8px;
}

.greybg {
	background-color: #eeeeee;
}

.whitebg {
	background-color: #ffffff;
}

.yellowbg {
    background-color: #fcfdef;
}

.yellowfg {
    color: #997744;
}

.greyfg {
    color: #444444;
}

.orangefg {
    color: #dd6622;
}

.archivePopup {
	position: absolute;
	z-index: 10;
	width: 35em;
	bottom: 0px;
	right: 20px;
	text-align: left;
}
a {
    color: #000088;
    font-family: 'Raleway';
/*    text-decoration: none; */
}

a:hover {
    text-decoration: underline;
    font-family: 'Raleway';
}

a img {
    border: 0;
}

table {
	font-size: 12px;
}
/* One particular table styled individually. */

table.statusHistory {
	border-collapse: collapse;
}

table.statusHistory  th, table.statusHistory td {
	height: 32px;
	border: 1px solid #cccccc;
}

table.statusHistory th {
    color: #444444;
    background-color: #eeeeee;
    background-image: url("images/gradient32.gif");
	vertical-align: middle;
	text-align: center;
    font-weight: normal;
}

table.statusHistory td {
	background-color: white;
}

table.statusHistory table td {
	text-align: left;
	border: 0;
}

table.statusHistory table td div {
	width: 100%;
}

div.statusHistoryContentParent {
    overflow: visible;
    /* width: 470px;
	height: 100%;
	background-color: #cc4444;
    margin-left: -1px;
    margin-right: -1px;
    z-index: 0;
    vertical-align: top;
    position: relative; */
}

table.statusHistoryContent {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 454px;
    z-index: 0;
	/* display: none; */
}

table.statusHistoryContent td, table.statusHistoryContent th{
    width: 58px;
    text-align: center;
    vertical-align: middle;
}

table.statusHistoryContentLeft {
    width: 300px;
	margin-right: -1px;
}

table.statusHistoryContentLeft td {
    padding-left: 8px;
    padding-right: 8px;
}

table.statusHistoryContentRight {
    width: 32px;
    border-collapse: collapse;
	/* margin-left: -1px; */
}

table.statusHistoryContentRight td {
    width: 32px;
    background-image: url("images/gradient32.gif");
    background-color: #eeeeee;
}
/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.8.0r4
*/
.yui-skin-sam .yui-navset .yui-nav .tabStandard a { 
  text-decoration: none;
  font-size: 13px;
  color: black;
  border-top: #B9B8B6 1px solid;
  border-left: #B9B8B6 1px solid;
  border-right: #B9B8B6 1px solid;
  border-bottom: #B9B8B6 1px solid;
  padding: 8px 15px;
  background: url("yui/assets/skins/sam/sprite.png") repeat scroll 0 0;
} 
.yui-skin-sam .yui-navset .yui-nav .selected a { 
  border-top: #FF9900 2px solid;
  border-left: #B9B8B6 1px solid;
  border-right: #B9B8B6 1px solid;
  border-bottom: white 1px solid;
  font-weight:bold;
  background: white none repeat scroll 0 0;
  background-color: white;
}
.yui-skin-sam .yui-navset .yui-nav .selected a { 
  border-top: #FF9900 2px solid;
  border-left: #B9B8B6 1px solid;
  border-right: #B9B8B6 1px solid;
  font-weight:bold;
  background: white none repeat scroll 0 0;
  background-color: white;
}
.yui-skin-sam .yui-navset .yui-nav .selected span { 
  border-top: #FF9900 2px solid;
  border-left: #B9B8B6 1px solid;
  border-right: #B9B8B6 1px solid;
  border-bottom: white 1px solid;
  font-weight:bold;
  background: white none repeat scroll 0 0;
  background-color: white;
}
.yui-skin-sam .yui-navset .yui-nav .selected span { 
  border-top: #FF9900 2px solid;
  border-left: #B9B8B6 1px solid;
  border-right: #B9B8B6 1px solid;
  font-weight:bold;
  background: white none repeat scroll 0 0;
  background-color: white;
}
.yui-skin-sam .yui-navset ul { 
  border-bottom: 1px solid white;
}
.yui-skin-sam .yui-navset li { 
  position: relative;
  top: 2px;
}
.awsc-notice {
  font-family: "Helvetica Neue",Roboto,Arial,"Droid Sans",sans-serif;
  height: 20px;
  line-height: 20px;
  padding: 5px;
  background-color: yellow;
  color: black;
  text-align: center;
}
/* YUI SKIN BUILDER - https://yui.github.io/skinbuilder/ */

/* default space between tabs */
.yui-navset .yui-nav li {
    margin-right:0.5em; /* horizontal tabs */
}
.yui-navset-left .yui-nav li, .yui-navset-right .yui-nav li {
    margin:0 0 0.5em; /* vertical tabs */
}
/* default width for side tabs */
.yui-navset-left .yui-nav, .yui-navset-right .yui-nav { width:6em; }
.yui-navset-left { padding-left:6em; } /* map to nav width */
.yui-navset-right { padding-right:6em; } /* ditto */
/* core */
.yui-nav, .yui-nav li {
    margin:0;
    padding:0;
    list-style:none;
}
.yui-navset li em { font-style:normal; }
.yui-navset {
    position:relative; /* contain absolute positioned tabs (left/right) */
    zoom:1;
}
.yui-navset .yui-content { zoom:1; }
.yui-navset .yui-hidden { display:none; }
.yui-navset .yui-nav li {
    display:inline-block;
    display:-moz-inline-stack;
    *display:inline; /* IE */
    vertical-align:bottom; /* safari: for overlap */
    cursor:pointer; /* gecko: due to -moz-inline-stack on anchor */
    zoom:1; /* IE: kill space between horizontal tabs */
}
.yui-navset-left .yui-nav li, .yui-navset-right .yui-nav li {
    display:block;
}
.yui-navset .yui-nav a {
    outline:0; /* gecko: keep from shifting */
}
.yui-navset .yui-nav a { position:relative; } /* IE: to allow overlap */
.yui-navset .yui-nav li a {
    display:block;
    display:inline-block;
    vertical-align:bottom; /* safari: for overlap */
    zoom:1;
}
.yui-navset-left .yui-nav li a, .yui-navset-right .yui-nav li a {
    display:block;
}
.yui-navset-bottom .yui-nav li a {
    vertical-align:text-top; /* for inline overlap (reverse for Op border bug) */
}
.yui-navset .yui-nav li a em { display:block; }
/* position left and right oriented tabs */
.yui-navset-left .yui-nav, .yui-navset-right .yui-nav { position:absolute; z-index:1; }
.yui-navset-left .yui-nav { left:0; }
.yui-navset-right .yui-nav { right:0; }
h3.headers { 
    display: block;
    font-size: 1.34em;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
    font-family: 'Raleway-extrabold';
    font-weight: bold;
    color: #000000;
}
h3.status_maintenance { 
    display: block;
    font-size: 1.17em;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
    font-family: 'Raleway-extrabold';
    font-weight: bold;
    color: #000000;
}
h3.status_operational { 
    display: block;
    font-size: 1.17em;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
    font-family: 'Raleway-extrabold';
    font-weight: bold;
    color: #006600;
}
h3.status_operational_info { 
    display: block;
    font-size: 1.17em;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
    font-family: 'Raleway-extrabold';
    font-weight: bold;
    color: #006600;
}
h3.status_degr_perf { 
    display: block;
    font-size: 1.17em;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
    font-family: 'Raleway-extrabold';
    font-weight: bold;
    color: #FFCC33;
}
h3.status_part_out { 
    display: block;
    font-size: 1.17em;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
    font-family: 'Raleway-extrabold';
    font-weight: bold;
    color: #FF9900;
}
h3.status_major_out { 
    display: block;
    font-size: 1.17em;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
    font-family: 'Raleway-extrabold';
    font-weight: bold;
    color: #F00000;
}