﻿body {
background-color: #D8E8DE;
    background-image: url('../images/bodyBG.jpg');
    margin: 0px;
    outline:none;
    background-repeat: repeat-x;
    
}
.soldOut {
    background:url("../images/SoldOut.png") no-repeat;
    background-size: cover;
    z-index:99;
}
.box {
            display:inline-block;
            width:300px;
            margin:1px;
            font-family: Roboto, helvetica, arial, sans-serif;
            text-align:left;
            margin-left:10px;
        }
.box h1 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:12px;
    font-weight:bold;

}
#header  {
    text-align:center;
    font-family: Roboto, helvetica, arial, sans-serif;
    background-color:white;
            
}
#section2 div {
            vertical-align: top;
            font-family: Verdana, Arial, Helvetica, sans-serif;
            font-size:12px;
        }
#section2 td, th {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:12px;
    padding:2px;
    text-align:left;

}
#menu {
    height:31px;
	width:100%;
	background-colorx:black;
	background-image:url(../images/menuOffBG.jpg);
	outline:none;


}
#menu td {
    color:black;
    text-align:center;
    vertical-align: center;
    font-weight:bold;
    font-size:11px;
    color:white;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    background-image:url('images/menuOffBG.jpg');
    background-repeat:repeat-x;
}


.container 
{
    width: 600px ;
    margin: 0 auto;
    padding:0px;
    background-color:white;
}
.header
{
	width:100%;
	font-weight: bold;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 10px;
    align-content:center;
}
.logout {
    color:#CB2730;
    font-family:  Arial, Helvetica, sans-serif;
    font-size:12px;
}


.menu {
	height:31px;
	width:100%;
	background-color:black;
	background-image:url(../images/menuOffBG.jpg);
	outline:none;

}
.content {
    font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
    width:100%;
    padding:2px;
    margin:0px;
}
.menuTDon {
    color:#0873bd;
    text-align:center;
    vertical-align: center;
    font-weight:bold;
    font-size:11px;
    color:white;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    background-image:url('../images/menuOnBG.jpg');
    background-repeat:repeat-x;
}
.menuTD {
    color:black;
    text-align:center;
    vertical-align: center;
    font-weight:bold;
    font-size:11px;
    color:white;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    background-image:url('../images/menuOffBG.jpg');
    background-repeat:repeat-x;
}
.subMenu
{
    
	background-image:url(../images/subMenuBG.jpg);
	outline:none;
}
.subMenuOff {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-left: 7px;
	padding-right: 7px;
	padding-top:0px;
	height:25px;
	text-decoration:none;
	color:#303030;
	outline:none;
}

input,select,textarea {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
table
{
border-collapse:collapse;
}
table.report th, table.report td  {
    font-size:11px;
}
table.jobs th, table.jobs td {
    border:solid 1px black;
    border-collapse:collapse;
}
.footer {
position:absolute;
bottom:0px;
width:950px;
font-family:helvetica;
    font-size:10px;
    text-align:center;

}
#blanket {
background-color:#111;
opacity: 0.65;
filter:alpha(opacity=65);
position:absolute;
z-index: 9001;
top:0px;
left:0px;
width:100%;
height:100%;
}
#popUpDiv {
position:absolute;
background-color:#eeeeee;
width:300px;
height:400px;
z-index: 9002;
top:200px;
left:300px;
}
#popUpContent {
    position:absolute;
    background-color:#eeeeee;
    width:300px;
    height:370px;
    z-index: 9002;
    top:30px;
    left:0px;
    overflow:auto;
    font-size:11px;
}
#popUpTitle {
    font-weight:bold;
    font-size:20px;
}
#popUpDiv2 {
position:absolute;
background-color:#eeeeee;
width:300px;
height:400px;
z-index: 9002;
top:200px;
left:700px;
}
#popUpContent2 {
    position:absolute;
    background-color:#eeeeee;
    width:300px;
    height:370px;
    z-index: 9002;
    top:30px;
    left:0px;
    overflow:auto;
    font-size:11px;
}
#popUpTitle2 {
    font-weight:bold;
    font-size:20px;
}
.graph {
    background-color: #C8C8C8;
    border: solid 1px black;
    margin:10px;
    width:920px;
}

.graph td {
    font-family: verdana, arial, sans serif;
    font-size:10px;
}
.bar {
    background-color: white;
    text-align: right;
    border-left: solid 1px black;
    padding-right: 0.5em;
    width: 400px;
}
      
.bar div { 
    border-top: solid 1px #0077DD;
    background-color: #004080;
    border-bottom: solid 1px #002266;
    text-align: right;
    color: white;
    float: left;
    padding-top: 0;
    height: 1em;
}

.land
{
	fill: #CCCCCC;
	fill-opacity: 1;
	stroke:white;
	stroke-opacity: 1;
	stroke-width:0.5;
}
.state
{
	fill: #CCCCCC;
	fill-opacity: 1;
	stroke:white;
	stroke-opacity: 1;
	stroke-width:0.5;
}