a:link {color: #008F00; text-decoration: underline; background-color: transparent }
a:visited { color: #008F00; text-decoration: underline; background-color: transparent }
a:hover { color: #008F00; text-decoration: underline; background-color: transparent }
a:active { color: #008F00; text-decoration: underline; background-color: transparent }

a.nounderline:link {color: #008F00; text-decoration: none; background-color: transparent }
a.nounderline:visited { color: #008F00; text-decoration: none; background-color: transparent }
a.nounderline:hover { color: #008F00; text-decoration: underline; background-color: transparent }
a.nounderline:active { color: #008F00; text-decoration: underline; background-color: transparent }

a.white:link {color: #FFFFFF; text-decoration: none; background-color: transparent }
a.white:visited { color: #FFFFFF; text-decoration: none; background-color: transparent }
a.white:hover { color: #FFFFFF; text-decoration: underline; background-color: transparent }
a.white:active { color: #FFFFFF; text-decoration: underline; background-color: transparent }

body {
	background: #fff url(images/bggreyfade.png) center repeat-y;
	margin: 0px;
}

#map {
	width: 100%;
	height: 570px;
        z-index: 1;
}

.titleTable {
	color: #FFFFFF;
	background-color:#008F00; 
	padding:10px;
}

.snCell { 
	padding:5px;
	text-align:right;
}

.miniTable {
	width:100%;
	font-family:Arial, Helvetica, sans-serif; 
}

.underlineCell {
	font-size:14px;
	border-bottom:1px solid #ccc;
}

.row0 {

}

.row1 {

	background-color:#F8F8F8; 
}

.watchListPrice {
        text-align:center;
}

.mainTable {
	width:960px;
	font-family:Arial, Helvetica, sans-serif;
        border-spacing:0px;
	border:0px solid #ccc;
	background-color:#f2f2f2;
}



.petrolHeader {
	color: #008F00;
	background-color:#FFFFFF; 
        text-align:center;
	font-weight: bold;
	font-size:18px;
}

.dieselHeader {
	color: #FF0000;
	background-color:#FFFFFF; 
        text-align:center;
	font-weight: bold;
	font-size:18px;
}

.menuButton {
	color: #FFFFFF;
        text-align:left;
	background-color:#008F00; 
	font-size:18px;	

}

.accountBar {
	color: #008F00;
	font-weight: bold;
	font-size:14px;	
        text-align:right;	
}

.chooseLocation{
	background-color:#d2d6e8; 
	border-color:#6e7cb6;
}

.chooseFuel{
        font-weight:bold;
	text-align:center;
}

.stationListHeader{
	background-color:#d2d6e8;
	font-size:12px;
}

.stationListBody{
	font-size:11px;
}

.graphKey{
	font-size:11px;
	font-weight:bold;
}

.stationWatchListHeader{
	background-color:#d2d6e8;
	font-size:18px;
}

.stationWatchListBody{
	font-size:14px;	
}

.borderTable{ 

}

.contentTable{
	background-color:#FFFFFF;
}

.sectionHeader{
	background-color: #008F00; 
	color: #FFFFFF;
	text-align: center;
	font-size:20px;
}

.greenTable{
	background-color: #008F00; 
	color: #FFFFFF;
}

.watchlistItemHeader{
	background-color: #008F00; 
	color: #FFFFFF;
	text-align: center;
	font-size:18px;
}

.sectionBody{
	text-align:left;
	font-size:12px;
}


.developmentMini{
	font-size:10px;
}

.tinytext{
	font-size:10px;
}


.smalltext{
	font-size:12px;
}

.bigPrices{
	font-size:30px;
	font-weight:bold;
}

.mediumText{
	font-size:16px;
	font-weight:bold;
}

.bigText{
	font-size:25px;
	font-weight:bold;
}

.miniHeader
{
	border-bottom:1px solid #ccc;
	background-color:#008F00;
	text-align:left;
	color:#BFFFBF;
	padding:3px;
	font-size:13px;
}

.miniaddr
{
	font-size:12px;
	text-align:left;
}

.miniStationName
{
	font-size:18px;
	text-align:left;
}

.miniupdate
{
	font-size:11px;
	text-align:left;
}

.label
{
	font-size:16px;
}

.updatelabel
{
	font-size:15px;

}

.minilabel
{
	font-size:12px;

}

.input-box
{
	color: #008F00;
	background: #fff;
	border: #008F00 solid 1px;
	font-size:13px;	
}

.alertHeader
{
	color: #FFFFFF;
	background: #FF0000;
	font-weight: bold;
	text-align:center;
}

.alertBody
{
	font-size: 1em;
}

.highlightTab
{
        background-color: #008F00;
        color: #FFFFFF;
        text-align: center;
}

.unhighlightTab
{
        text-align: center;
}

.faded{
	color: #888888;
}

.newsTitle {
	font-size:24px;
        font-weight: bold;
}


.postTitle {
	font-size:20px;
	color: #008F00;
}

.postDate {
	font-size:14px;
	color:#999999;
}

.postBody {
        padding:3px;
}

.postBody2 {
        padding:3px;
	font-size:14px;        
}

.postLinks {
	font-size:12px;
}

.postFoot {
	font-size:14px;
	color:#999999;
}

/* Sortable tables */
table.sortable thead {
    background-color:#eee;
    color:#666666;
    font-weight: bold;
    cursor: default;
}

#sddm
{       margin: 0;
        padding: 0;
        z-index: 30}

#sddm li
{       margin: 0;
        padding: 0;
        list-style: none;
        float: left;
        font: 18px arial}

#sddm li a
{       display: block;
        margin: 0 1px 0 0;
        background: #008F00;
        color: #FFF;
        text-align: left;
        text-decoration: none}

#sddm li a:hover
{       background: #008F00}

#sddm div
{       position: absolute;
        visibility: hidden;
        margin: 0;
        padding: 0;
        background: #;
        border: 1px solid #5970B2}

        #sddm div a
        {       position: relative;
                display: block;
                margin: 0;
                padding: 5px 10px;
                width: auto;
                white-space: nowrap;
                text-align: left;
                text-decoration: none;
                background: #FFF;
                color: #008F00;
                font: 11px arial}

        #sddm div a:hover
        {       background: #008F00;
                color: #FFF}



.spiffy{display:block}
.spiffy *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#008F00}
.spiffy1{
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #870000;
  border-right:1px solid #870000;
  background:#9f0000}
.spiffy2{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #008F00;
  border-right:1px solid #008F00;
  background:#a30000}
.spiffy3{
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #a30000;
  border-right:1px solid #a30000;}
.spiffy4{
  border-left:1px solid #870000;
  border-right:1px solid #870000}
.spiffy5{
  border-left:1px solid #9f0000;
  border-right:1px solid #9f0000}
.spiffyfg{
  background:#008F00;
        text-align:centre;}

.priceBoard{
        background-color: #008F00;
        color: #FFFFFF;
        text-align:right;
}

.priceNumbers{
        background-color: #FFFFFF;
        color: #008F00;
        font-style: italic; 
	padding:3px;
}