@charset "utf-8";

/******************************************************
 * project   cig-cms
 * date      16-2-2010
 * author    netpositive[worbyd]
 ******************************************************/

#content {
  color: #585858;
  font-size: 10px;
}

#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
  margin: 0;
  padding: 0 0 10px 0;
  font-weight: bold;
}

#content h1 {
  padding: 0 0 20px 0;
  line-height: 24px;
  color: #939f00;
  font-size: 220%;
}

#content h2 {
  line-height: 20px;
  color: #939f00;
  font-size: 180%;
}

#content h3 {
  line-height: 20px;
  color: #939f00;
  font-size: 180%;
  font-weight: normal;
}

#content h4 {
  line-height: 18px;
  font-size: 160%;
}

#content h5 {
  line-height: 18px;
  font-size: 150%;
}

#content h6 {
  line-height: 16px;
  font-size: 130%;
}

#content a {
  color: #648100;
  text-decoration: underline;
}

#content blockquote {
  padding: 20px;
  font-style: italic;
}

#content sub { vertical-align: sub; }
#content sup { vertical-align: super; }

#content p {
  padding: 0 0 10px 0;
  font-size: 120%;
}

#content ol,
#content ul {
  padding: 0 0 10px 0;
  font-size: 120%;
}

#content ol li,
#content ul li {
  list-style-position: inside;
}

#content ol li { list-style-type: decimal; }
#content ul li { list-style-type: disc; }

#content table {
  margin: 10px 0 10px 0;
  border: 1px solid #ffffff;
}

#content table caption {
  padding: 5px 0 5px 0;
  font-size: 13px;
  font-weight: bold;
  text-align: left;
}

#content table th,
#content table td {
  padding: 7px 14px;
  border: 1px solid #ffffff;
}

#content table thead th {
  background: #9f4600;
  color: #ffffff;
  font-weight: bold;
}

#content table td {
  background: #f9f7f0;
  color: #585858;
}
#content table tr.odd td { background: #f6f3e9; }

#content table tr:hover td,
#content table tr.odd:hover td { background: #f0ecdb; }

#content div.highlight {
  padding: 20px 15px 30px 15px;
  background: #f9f9f6;
}


/* blog categories */
.box_blog_categories h2 {
  padding: 12px 0 0 19px;
  width: 296px;
  height: 27px;
}

.box_blog_categories .boxbody { padding: 0 13px 0 13px; }

.box_blog_categories ul {
  padding: 0 32px 0 32px;
}

.box_blog_categories li {
  padding: 5px 0 0 0;
  font-weight: bold;
  font-size: 10px;
}

.box_blog_categories li a {
  padding: 0 0 0 5px;
  color: #585858;
  font-weight: normal;
  font-size: 12px;
}


/* category | news items list */
p.category_message {
  margin: 0 0 10px 20px;
  line-height: 15px;
}

p.category_message a {
  color: #7a8402;
  text-decoration: underline;
}