/*---------------------------------------------------------------------------------------
| WWW.JPAPENCEN.GOV.MY - CSS								 |
----------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------
| WWW.JPAPENCEN.GOV.MY-General page style. The scroll bar colors only visible in IE5.5+ |
----------------------------------------------------------------------------------------*/
body {
  scrollbar-3dlight-color: #6699CC;
  scrollbar-highlight-color: #99CCFF;
  scrollbar-face-color: #6699CC;
  scrollbar-arrow-color:  #99CCFF;
  scrollbar-shadow-color: #336699;
  scrollbar-darkshadow-color: #000000;
  scrollbar-track-color: #6699CC; }
/*------------------------------------------------------------
| WWW.JPAPENCEN.GOV.MY-General font families for common tags |
------------------------------------------------------------*/
font,th,td,p {
  font-family: Verdana, Arial, Helvetica, sans-serif; }
a:link,a:active,a:visited {
  text-decoration: none;
  color : #000066; }
a:hover	{
  text-decoration: none;
  color : #6699CC; }
hr {
  height: 0px;
  border: solid #6699CC 0px;
  border-top-width: 1px;}
/*-------------------------------------------------------------------
| WWW.JPAPENCEN.GOV.MY-This is the border line & background color around the entire page |
-------------------------------------------------------------------*/
.bodyline {
  background-color: #99CCFF;
  border: 4px #336699 double; }
/*--------------------------------------------------
| WWW.JPAPENCEN.GOV.MY-This is the outline around the main forum tables |
--------------------------------------------------*/
.forumline {
  background-color: #336699;
  border: 3px #99CCFF ridge; }
.otherline {
  background-color: #C0E0FF;
  border: 3px #99CCFF ridge; }
/*----------------------------------------
| WWW.JPAPENCEN.GOV.MY-Main table cell colors and backgrounds |
----------------------------------------*/
td.row1	{ background-color: #D4EAFE; }
td.row2	{ background-color: #C0E0FF; }
td.row3	{ background-color: #ADD6FE; }
/*---------------------------------------------------------
| WWW.JPAPENCEN.GOV.MY-Header cells - the blue and silver gradient backgrounds |
---------------------------------------------------------*/
th {
  color: #99CCFF;
  font-size: 11px;
  font-weight : bold; 
  background-color: #336699;
  height: 25px; }
td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
  background-color: #ADD6FE;
  border: #FFFFFF;
  border-style: solid;
  height: 28px; }
/*--------------
| General text |
--------------*/
.gen      { font-size : 12px; }
.genmed   { font-size : 11px; }
.gensmall { font-size : 10px; }

.gen,.genmed,.gensmall {
  color : #336699; }
a.gen,a.genmed,a.gensmall,a.gensmallmark {
  color: #336699;
  text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover {
  color: #6699CC;
  text-decoration: none; }
a.gensmallmark:hover {
  color: #FFFFFF;
  text-decoration: none; }

/*----------------------------------------
| The text input fields background color |
----------------------------------------*/
input.post, textarea.post, select {
  background-color: #FAFAFA; }
input {
  text-indent: 2px; }

input.button {
  background-color: #99CCFF;
  color: #336699;
  font-size: 11px;
  font-family: Verdana, Arial, Helvetica, sans-serif; }

input.mainoption {
  background-color: #99CCFF;
  font-weight: bold; }

input.liteoption {
  background-color: #99CCFF;
  font-weight: normal; }
.helpline {
  background-color: #C0E0FF;
  border-style: none; }
