﻿/* Put css styles for home view here */
.home-view p {
	padding: 5px;
}

td.green {
    border:1px solid #444;
    padding: 5px;
    text-align:center;
    background-color:#258552;
    color:#fff;
    text-shadow:1px 1px 1px #000;
	font-weight:bold;
	background: linear-gradient(bottom, #086647 21%, #258552 60%);
	background: -o-linear-gradient(bottom, #086647 21%, #258552 60%);
	background: -moz-linear-gradient(bottom, #086647 21%, #258552 60%);
	background: -webkit-linear-gradient(bottom, #086647 21%, #258552 60%);
	background: -ms-linear-gradient(bottom, #086647 21%, #258552 60%);
	
	background: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.21, #086647),
		color-stop(0.6, #258552)
	);
}
td.yellow {
    border:1px solid #444;
    padding: 5px;
    text-align:center;
    background-color:#eef025;
    color:#000;
    text-shadow:1px 1px 1px #fff;
	font-weight:bold;
	background: linear-gradient(bottom, #d4d60a 21%, #eef025 60%);
	background: -o-linear-gradient(bottom, #d4d60a 21%, #eef025 60%);
	background: -moz-linear-gradient(bottom, #d4d60a 21%, #eef025 60%);
	background: -webkit-linear-gradient(bottom, #d4d60a 21%, #eef025 60%);
	background: -ms-linear-gradient(bottom, #d4d60a 21%, #eef025 60%);
	
	background: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.21, #d4d60a),
		color-stop(0.6, #eef025)
	);
}
td.red {
    border:1px solid #444;
    padding: 5px;
    text-align:center;
    color:#fff;
    text-shadow:1px 1px 1px #000;
	font-weight:bold;
    background-color:#852525;
	background: linear-gradient(bottom, #852525 21%, #B81E1E 60%);
	background: -o-linear-gradient(bottom, #852525 21%, #B81E1E 60%);
	background: -moz-linear-gradient(bottom, #852525 21%, #B81E1E 60%);
	background: -webkit-linear-gradient(bottom, #852525 21%, #B81E1E 60%);
	background: -ms-linear-gradient(bottom, #852525 21%, #B81E1E 60%);
	
	background: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.21, #852525),
		color-stop(0.6, #B81E1E)
	);
}
td.grey{
    border:1px solid #444;
    padding: 5px;
    text-align:center;
    background-color:#bdbdbd;
    color:#000;
    text-shadow:1px 1px 1px #fff;
    background:-webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0.39, rgb(189,189,189)),
        color-stop(0.7, rgb(224,224,224))
        );
    background:-moz-linear-gradient(
        center bottom,
        rgb(189,189,189) 39%,
        rgb(224,224,224) 70%
        );
}

td.black{
    border:1px solid #444;
    padding: 5px;
    text-align:center;
    background-color:#000;
    color:#000;
}

table.table1{
    font-family: "Trebuchet MS", sans-serif;
    font-size: 11px;
    font-weight: bold;
    line-height: 1.0em;
    font-style: normal;
    border-collapse:collapse;
    width:100%;
}
.table1 thead th{
    padding:8px;
    color:#fff;
    border:1px solid #02023b;
    border-bottom:3px solid #000000;
    background-color:#2a4c91;
    background:-webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.21, rgb(9,95,186)),
		color-stop(0.6, rgb(42,76,145))
        );
    background: linear-gradient(bottom, rgb(9,95,186) 21%, rgb(42,76,145) 60%);
	background: -o-linear-gradient(bottom, rgb(9,95,186) 21%, rgb(42,76,145) 60%);
	background: -moz-linear-gradient(bottom, rgb(9,95,186) 21%, rgb(42,76,145) 60%);
	background: -webkit-linear-gradient(bottom, rgb(9,95,186) 21%, rgb(42,76,145) 60%);
	background: -ms-linear-gradient(bottom, rgb(9,95,186) 21%, rgb(42,76,145) 60%);
}
.table1 thead th:empty{
    background:transparent;
    border:none;
}
.table1 tbody th{
    border:1px solid #444;
    padding: 5px;
    background-color:#555;
    color:#f0f0f0;
    background:-webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0.39, rgb(85,85,85)),
        color-stop(0.7, rgb(105,105,105))
        );
    background:-moz-linear-gradient(
        center bottom,
        rgb(85,85,85) 39%,
        rgb(105,105,105) 70%
        );
    text-shadow:1px 1px 1px #000;
    min-width:60px;
}

table.table2{
    font-family: "Trebuchet MS", sans-serif;
    font-size: 11px;
    font-weight: bold;
    line-height: 1.0em;
    font-style: normal;
    border-collapse:collapse;
    width:100%;
}
thead.table2 th{
    padding:8px;
    color:#fff;
    border:1px solid #02023b;
    border-bottom:3px solid #000000;
    background-color:#B81E1E;
	background: linear-gradient(bottom, #B81E1E 21%, #852525 60%);
	background: -o-linear-gradient(bottom, #B81E1E 21%, #852525 60%);
	background: -moz-linear-gradient(bottom, #B81E1E 21%, #852525 60%);
	background: -webkit-linear-gradient(bottom, #B81E1E 21%, #852525 60%);
	background: -ms-linear-gradient(bottom, #B81E1E 21%, #852525 60%);
	
	background: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.21, #B81E1E),
		color-stop(0.6, #852525)
	);
}
.table2 thead th:empty{
    background:transparent;
    border:none;
}
.table2 tbody th{
    border:1px solid #444;
    padding: 5px;
    background-color:#555;
    color:#f0f0f0;
    background:-webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0.39, rgb(85,85,85)),
        color-stop(0.7, rgb(105,105,105))
        );
    background:-moz-linear-gradient(
        center bottom,
        rgb(85,85,85) 39%,
        rgb(105,105,105) 70%
        );
    text-shadow:1px 1px 1px #000;
    min-width:60px;
}
