body {
    color: #999999;
    background: #10151b;
}
a {
  color: #999999;
  font-weight: bold;
  text-decoration: none;
}
a:hover {
  color: #999999;
  text-decoration: none;
}
img {
  border: none;
}


.page_lang a, .page_lang {
	color: #FFFFFF;
	font-family: Tahoma;
	font-size: 10pt;
    text-decoration: none;
}
.page_title, .page_title a {
    text-align: left;
    font-family: Verdana, Tahoma;
    font-size: 12pt;
    font-weight: bold;
    color: #999999;
    text-decoration: none;
    text-transform: capitalize;
}
.page_content {
    direction: ltr;
    vertical-align: top;
    text-align: left;
    font-family: Tahoma;
    font-size: 10pt;
    color: #999999;
}
.table_style {
    font-family: Tahoma;
    font-size: 10pt;
    color: #FFFFFF;
}

#rounded-corner td a {
  color:#c1e9e5;
  text-decoration: none;
  font-weight: bold;
}
marquee a {
    text-decoration: none;
    font-weight: bold;
    color: #ffe300;
    font-family: Tahoma;
}
.poll_table {
	background: url(poll_bg.png) repeat-y;
}
.poll_table2 {
    background: url(poll_bottom_bg.png) repeat-x bottom;
}
.poll_q {
  color: #FFFFFF;
}
.poll_ans {
  color: #FFFFFF;
}

/*
*   News Style
*/
#rounded-corner{
  font-family: "Tahoma","Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
  font-size:12px;
  width:100%;
  text-align:left;
  border-collapse:collapse;
  margin:20px;
}
#rounded-corner thead th.rounded-company{
  background:#255c15;
}
#rounded-corner thead th.rounded-q4{
  background:#255c15;
}
#rounded-corner th{
  font-weight:normal;
  font-size:13px;
  color:#ffe300;
  background:#255c15;
  padding:8px;
}
#rounded-corner td{
  background:#236a12;
  border-top:1px solid #33741f;
  color:#c1e9e5;
  padding:8px;
}
#rounded-corner tfoot td.rounded-foot-left{
  background:#236a12;
}
#rounded-corner tfoot td.rounded-foot-right{
  background:#236a12;
}
#rounded-corner tbody tr:hover td{
  background:#4ca128;
}
/*
*   News Style Ended Here
*/
.certificates {
    text-align: center;
    padding: 35px;
}


.certificates ul li {
  float: right;
  padding: 7px 7px;
  list-style: none;
}
/*
*   Certificates Pagination Style
*/
div.pagination {
	padding: 3px;
	margin: 3px;
	width: 100%;
}

div.pagination a {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 0px solid #AAAADD;

	text-decoration: none; /* no underline */
	color: #CCCCCC;
}
div.pagination a:hover, div.pagination a:active {
	border: 0px solid #CCCCCC;

	color: #000;
}
div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #CCCCCC;

	font-weight: bold;
	background-color: #CCCCCC;
	color: #FFF;
}
div.pagination span.disabled {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 0px solid #EEE;

	color: #DDD;
}

