/* 
    Document   : blog
    Created on : 19-Jul-2010, 17:21:01
    Author     : ivan
    Description:
        Purpose of the stylesheet follows.
*/

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

root { 
  display: block;
}

.odd {
  background-color: #d6f1ca;
}
.even {
  background-color: #a7e08e;
}
.odd, .even {
  padding: 1px;
}

.newsItemText {
  background: white;
  padding: 5px;
  display: block;
}