/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2016/06/03, 16:55:29
    Author     : ooshima
*/

body {
	margin: 0;
	padding: 0;
}

#wrapper {
	/*width: 90%;*/
	margin: 0 2px 0 2px;
	background-color: white;
	border-right: #aaa solid thin;
	border-left: #aaa solid thin;
}
#header {
	position: static;
	padding: 20px 20px 20px 20px;
	margin: 0;
	border: none;
	height: 60px;
	margin-bottom: 10px;
	background-color: #ffe4b5;
}
#site_title {
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	margin: 0;
	padding: 0;
}
#site_title a {
	text-decoration: none;
	color: black;
}
#main {
	/*height: 700px;*/
	padding: 5px 20px 5px 20px;
	margin: 0;
	font-size: 13px;
	/*overflow: scroll;*/
	min-height: 700px;
}
#footer {
	text-align: center;
	position: static;
	font-size: 12px;
	padding: 10px 20px 10px 20px;
	margin: 0;
	border: none;
	height: 40px;
	background-color: #ffe4b5;
}
#main h2 {
	margin: 10px 0;
	padding: 0 10px;
	border-bottom: #aaa solid thin;
}
#main h3 {
	margin: 10px 0 7px 0;
	padding: 0 10px;
	border-bottom: #aaa dashed thin;
}
#main table.table_cover{
	border: none;
	border-collapse: separate;
	border-spacing: 1px;
	margin: 10px 0;
	background-color: #8b4513;
}
#main table.wideTable{
	width: 95%;
}
#main table.table_cover th,td{
	border: none;
	padding: 5px;
	text-align: left;
}
#main table.table_cover th{
	font-weight: bold;
	vertical-align: top;
	font-size: 15px;
	background-color: #ffe4b5;
}
#main table.infoTable th{
	width: 20%;
}
#main table.table_cover td{
	background-color: #f9f9f9;
}


#main span.completed{
	color: green;
}
#main span.running{
	color: orange;
}
#main span.failed{
	color: red;
}
#main span.skipped{
	color: grey;
}

#wrapper #main a:link { color: #0000ff; }
#wrapper #main a:visited { color: #9400D3; }
#wrapper #main a:hover { color: #ff0000; }
#wrapper #main a:active { color: #ff8000; }

#wrapper #main div.warning_zone{
	color: #ff0000;
	background-color: #ffff99;
	border: #000 solid thick;
	padding: 10px;
}
#wrapper #main div.warning_zone h2{
	font-weight: bold;
	font-size: large;
	margin: 10px 0;
	padding: 0;
	border-bottom: #aaa dashed thin;
}
#wrapper #main a.icon_link{
	text-decoration: none;
}
#wrapper #main .description_text{
	white-space: normal;
}