﻿@charset "utf-8";

.BrowserProgram{
}

#pickupgreen{
  display: block; 
}
#pickuplime{
  display: block;
}
#pickuporange{
  display: block;
}

#newstab{
width: 550px;
height: auto;
overflow: visible;
}

#newstab li{ 
  display:block;
  float:left;
  padding-top: 5px;
  font-size: small;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  line-height: 30px;
  vertical-align: middle;
}

#newstab li A{ 
  text-decoration:none;
}

#newstab li A:link{ 
  color: black;
  text-decoration:none;
}


#newstab li A:hover{ 
  color: #800080;
  text-decoration:none;
}

#newstab li A:active{ 
  color: black;
  text-decoration:none;
}

#newstab li.li_green{ 
  width: 165px;  
  height: 30px;
  padding-left: 17px;
  text-align: left;
} 

#newstab li.li_lime{ 
  width: 98px;
 height: 30px;
  text-align: left;
} 


#newstab li.li_orange{ 
  width: 98px;
  height: 30px;
  text-align: left;
} 

#pickupgreen
{
margin-left: 0px;
}

#pickuplime
{
margin-left: 0px;
}

#pickuporange
{
margin-left: 0px;
}

