﻿body
{
    font-size: 12px;
    font-family: Trebuchet MS;
    font-weight: bold;
    background-color: #333333;
    color: #ffffff;
}

h1
{
    font-size: small;
	color: #ffffff;
}
.InLineWithText
{
	margin-top: 5px;
}
a
{
	color: #ff6600;
}
a:hover
{
    color: #ffffff;
}
.popUp_
{
    background-color: #dcdcdc;
    color: White;
    padding: 10px;
    border: solid 2px #ff6600; 
    
    
}

.linkLabel
{
   color: #ff6600;
   text-decoration: underline;
   cursor: hand; 
}

.Cloud1
{
	font-size: 9px;
	font-weight: normal;
}
.Cloud2
{
	font-size: 9px;
	font-weight: bold;
}
.Cloud3
{
	font-size: 10px;
	font-weight: normal;
}
.Cloud4
{
	font-size: 12px;
	font-weight: bold;
}
.Cloud5
{
	font-size: 16px;
	font-weight: normal;
}
.Cloud6
{
	font-size: 18px;
	font-weight: bold;
}
.Cloud7
{
	font-size: 22px;
	font-weight: bold;
}
.button
{
	font-size: large;
}
#layerHeader
{
    width: 100%; 
    height: 40px; 
    background-color: #333333;
}
#layerLeft
{
    width: 50%; 
    float: left; 
    background-color: #333333;
    border: solid 2px Gray;
}
#layerRight
{
    width: 49%; 
    float: right; 
    background-color: #333333;
    border: solid 2px Gray;
}
#layerFooter
{
    width: 100%; 
    height: 50px; 
    background-color: #333333;
}
.map {
   position: absolute;
   top: 20;
   left: 50;
   width: 600px;
   height: 400px;
   border:#555555 2px solid;
}
.gross {
	
	font-size: xx-large;
	font-weight: bold;
	color: #ff6600;
}
.smallWhite {
	font-size: small;
	color: #ffffff;
}
.smallRed {
	font-size: small;
	color: #ff0000;
}
.textBoxText
{
    font-size: medium;
}
.textSuccess
{
    color: Green;
    font-weight: bold;
}