/* 
    Document   : style2
    Created on : 14 ส.ค. 2552, 20:14:00
    Author     : Administrator
    Description:
        Purpose of the stylesheet follows.
*/

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


/* CSS For NewIndex and ArticleIndex */
#newindex {
  width: 100%;
}

#newindex ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#newindex li {
  padding-left:1.0em;
  border-bottom: 1px dotted #6cd000;
  background: url("../images/bullet.gif") left no-repeat;
}

#newindex li a:link, #newindex li a:visited  {
  font-size: 90%;
  display: block;
  padding: 0.4em 0 0.4em 0.5em;
  color: #484848;
  text-decoration: none;
}

#newindex li a:hover {
  background-color: #f2f2f2;
  color: #009100;
}

* html #newindex li a {
  width: 100%;
}


/*CSS For ActivityIndex...*/
#activityindex {
  width: 100%;
}

#activityindex ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#activityindex li {
  padding-left:1.0em;
  border-bottom: 1px dotted #6ac0ff;
}

#activityindex li a:link, #activityindex li a:visited  {
  font-size: 90%;
  display: block;
  padding: 0.4em 0 0.4em 0.5em;
  color: #484848;
  text-decoration: none;
}

#activityindex li a:hover {
  background-color: #f2faff;
  color: #006595;
}

* html #activityindex li a {
  width: 100%;
}

