/* 
    Document   : ag.css
    Created on : Dec 13, 2009, 7:22:20 PM
    Author     : vladimirroth
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
  display: block;
}

ul {
  list-style: disc;
}

li {
  list-style: disc;
  padding-bottom: 8px;
}

h2 {
  font-size: 140%;
  padding-bottom: 12px;
  padding-top: 12px;
  font-weight: bold;
  color: #fff;
}

h3 {
  font-size: 110%;
  padding-bottom: 2px;
  padding-top: 2px;
  font-weight: bold;
  color: #fff;
}

a {
  color: #000;
  text-decoration: none;
}

.news {
  background:url('search_bg.gif') top left no-repeat;
  width:160px;
  height:22px;
  border:none;
  padding:7px 7px 0px 7px;
  float: left;
}

.news-button {
  text-indent:-9999px;
  font-size: 0px;
  display:block;
  line-height: 0px;
  background:url('go2.png') top left no-repeat;
  width:52px;
  height:28px;
  border:none;
  cursor: pointer;
}

.news-button:hover {
  background:url('go2.png') bottom left no-repeat;
}
