@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: #7a8402; }
#content a:hover { color: #636b02; }

#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 ul {
  padding: 0 0 10px 18px;
  *padding: 0 0 10px 20px;
  font-size: 120%;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
  #content ul {
    padding: 0 0 10px 22px;
  }
}

#content ol {
  padding: 0 0 10px 24px;
  *padding: 0 0 10px 26px;
  font-size: 120%;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
  #content ol {
    padding: 0 0 10px 28px;
  }
}

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

#content table { margin: 10px 0 10px 0; }

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

#content table thead,
#content table tbody {
  border: 1px solid #949b1a;
}

#content table th,
#content table td {
  padding: 0;
  line-height: 11px;
  vertical-align: middle;
  font-size: 9px;
}

#content table th {
  padding: 10px;
  background: #949b1a;
  border: 0 none;
  border-left: 1px solid #fff;
  color: #fff;
  font-weight: bold;
  text-align: right;
}
#content table th.first,
#content table th:first-child { border-left: 0 none; }

#content table tr td {
  padding: 10px;
  background: #eeecdf;
  border: 0 none;
  border: 1px solid #949b1a;
  color: #000;
  text-align: right;
}

#content table tr.odd td { background: #fff; }

#content table th.first,
#content table td.first,
#content table th:first-child,
#content table td:first-child { text-align: left; }




#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;
  color: #393e02;
  font-weight: bold;
  font-size: 10px;
}

.box_blog_categories li a {
  padding: 0 0 0 5px;
  color: #393e02;
  font-weight: normal;
  font-size: 12px;
}
.box_blog_categories li a:hover { color: #141c00; }

.box_blog_categories a.newarticles_inemail {
	display: block;
  margin: 0 0 0 32px;
  color: #939f00;
  text-decoration: none;
}
.box_blog_categories a.newarticles_inemail:hover { color: #788201; }


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


/* all categories */
.categories_all {
  padding: 0 0 20px 10px;
  text-align: center;
}

.categories_all h3 { padding: 0 0 10px; }

.categories_all a,
.categories_all span {
  padding: 0 10px;
  line-height: 20px;
  border-right: 1px solid #585858;
  color: #7a8402;
}
.categories_all .last { border: 0 none; }
.categories_all a:hover { color: #636b02; }

.categories_all span { color: #585858; }


/* categories after news */
p.categories {
  padding: 0 0 25px;
  line-height: 16px;
  color: #666;
  font-weight: bold;
}

p.categories a { color: #939f00; }
p.categories a:hover { color: #788201; }

p.category_message a { color: #7a8402; }
p.category_message a:hover { color: #636b02; }

