table
{ 
	margin-left: auto;
	margin-right: auto;
}

#chartsHeader
{
	text-align: center;

}
.tab {
	text-align: center;
	font-size: 10pt;
	background: #eeeeee;
}
.tab a
{
	text-align: center;
	color: white;
	text-decoration: none;
	margin-left:30px;
	margin-right:10px;
}

#tabs
{
	width: 880px;
	border: 0px;
}
#searchOptions
{
	width: 880px;
	border: 0px;
}

#volumeBar td {
	border: 1px solid #D4D4D4;
	width: 10px;
	height: 10px;
	color: white;
	background-color: white;
	font-size: 11px;
	text-align: center;
}


.mystats
{
	width: 500px;
	padding:10px;
	text-align: center;
}
#pin
{
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
	z-index: 4;
}
#pin2
{
	position: absolute;
	display: none;
	top: 0px;
	left: 0px;
	z-index: 5;
}
#plot
{
	position: absolute;
	display: none;
	top: 0px;
	left: 0px;
	z-index: 5;
}
#controls
{
	position: absolute;
	bottom: 8px;
	right: 1px;
	Z-index: 34 ;
	vertical-align: middle;
    padding-top: 5px;
    background-color: black;

}
#info
{
	position: absolute;
	bottom: 3px;
	left: 3px;
	background-color: yellow;
	font-size: 12px;
	font-weight: bold;
	Z-index: 31;
	padding: 3px;
}
#mapContainer
{

	background-image: url(/charts/images/m.jpg);
	width: 790px;
	height: 395px;
	z-index: 10;
	display: block;
}

#terminatorId 
{
	position: relative;
	width: 790px;
	height: 395px;
	z-index: 7;
	opacity: 0.65;
	filter: alpha(opacity=65);
	repeat-x: 2;
	display:block;
	background-position: 0px 0px;
	
}
.mapButton {
	border: 1px solid black;
	margin: 0;
	background-color: gray;
	color: white;
	font-size: 0.8em;
	font-weight: bold;
	text-align: center;
}
#grayline
{
	position: relative;
	left: 0px;
	top: 15px;
	z-index: 3;
}
.leaderb
{
	width: 550px;
	border: 1px solid gray;
	overflow: auto;
	color: #000077;
	text-align: left
}
.leaderTitle
{
}
.leader
{
}
.sep
{
	background: #eeeeee;
}
.g
{
font-style: italic;
color: #C91811;
}
#hisCall
{
	width: 200px;
	outline: none;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	background: #e7e7e7 url(/charts/images/inputBg.gif) repeat-x;
}
#searchbutton
{
	margin: 0;
	outline: none;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	padding: 0 12px;
	line-height: 30px;
	background: #d7d7d7;
	cursor: hand;
}
.thegrid
{
	border: 1px solid black;
	color: white;
	background-color: #003399;
}
.thegrid td
{
	background-color: #eee;
}
#spots td
{
	text-align: center;
}
#spots .s
{
	color: gray;
}
/* For Operator PopUP window */

.white
{
	background: #FFFFFF;
	border-left: 1px solid #C8BA92;
	border-right: 1px solid #C8BA92;
	border-bottom: 1px solid #C8BA92;
	padding: 5px;
	width: 150px;
}
.blue {
	background: #DCF4FE;
	border: 1px solid #C8BA92;
	padding: 5px;
	width: 150px;
}
.statTable
{
	border-collapse: collapse;
	text-align: right;
	width:430px;

}
#qsoStats .statTable td 
{
	border: 1px solid #eee;
	text-align: right;
}
.statTable th
{
	background: #98B7C4;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	border: 1px solid #eee;
	text-align: right;
}
.statTable .t
{
	background-color: #eee;
}
.statsTitle
{
}
.footnote1 {
	text-align: center;
	color: #666666;
	font-size: 10px;
	padding:10px;
}
.footnote2
{
}
#spots .f
{
	color: red;
}
#results {

         text-align: center;
}

.tick {
	font-size: 15px; 
	font-weight:bold;
	
	
}

#propagation .propagationChart  td {
	border: 1px solid #E9FFE1;
        background-color: #E9FFE1;
	vertical-align: bottom;
	padding-bottom: 0px; 
        width: 11px;
       height: 100px;
	
}
#propagation .propagationChart  th {
	background-color: white;
        font-weight: normal;
        text-align: center;
	padding: 0px;
}


.button {
	padding: 5px 10px;
	display: inline;
	background: #777 url(/charts/images/button.png) repeat-x bottom;
	border: none;
	color: #fff;
	cursor: pointer;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-shadow: 1px 1px #666;
	}
	
.button a {
	text-decoration: none;
	}	
.button:hover {
	background-position: 0 center;
	}
.button:active {
	background-position: 0 top;
	position: relative;
	top: 1px;
	padding: 6px 10px 4px;
	}
.button.red { background-color: #e50000; }
.button.purple { background-color: #9400bf; }
.button.green { background-color: #58aa00; }
.button.orange { background-color: #ff9c00; }
.button.blue { background-color: #2c6da0; }
.button.black { background-color: #333; }
.button.white { background-color: #fff; color: #000; text-shadow: 1px 1px #fff; }
.button.small { font-size: 75%; padding: 3px 7px; }
.button.small:active { padding: 4px 7px 2px; background-position: 0 top; }
.button.large { font-size: 125%; padding: 7px 12px; }
.button.large:active { padding: 8px 12px 6px; background-position: 0 top; }

.rating_bar {
      width: 80px;
      height: 16px;
      background: url(/charts/images/stars.png);
      background-repeat: repeat-x;
      background-position: 0 0;
      text-align: center;
}
.rating {
      height: 16px;
    background: url(/charts/images/stars.png);
    background-position: 0 -16px;
    background-repeat: repeat-x;
 
   
}
