
/***** style sheet for wcsmalaysia.org web site *****/

body {
	font-family: verdana, arial, sans-serif;
	font-size: 80%;
	background-color: #cccccc
  }
  
h1, h2, h3 {
	font-family:arial; 
	font-weight:bold
	}
	
hr {color: #B4D40C }

A { text-decoration:none; color:#0000FF}
A:hover { color: #FF0000 }


/***** reduce font size of main text a tad *****/
p 	{	font-size: 80% }
li 	{	font-size: 80% }

/*** blue bulletted list, with no space before the list ***/
ul.blueBullet  {
	list-style: square inside url('http://www.wcsmalaysia.org/gfx/bullet_blue.gif');
	margin-top: 0;
	margin-left: 0;
	margin-bottom: 0;
	}
	
/*** page contents list, with no space before the list ***/
ul.contents  {
	list-style: square inside url('http://www.wcsmalaysia.org/gfx/cont_arrow.gif');
	margin-top: 0;
	margin-left: 0;
	margin-bottom: 0;
	}

/*** get rid of the gap between a list and the line above ***/
p.prelist { margin-bottom: 0 }
ul.nogap { margin-top: 0 }




/***** the main formatting table and table cells *****/
TD.mainHeader  { 
	background-color:#b4d40c;
	background-image: url('http://www.wcsmalaysia.org/gfx/wcs_sponge.gif');
	font-size: 200%;
	font-family: arial, sans-serif;
	font-weight: bold;
	color: white;
	text-align: center;
	padding: 1em }
	
TD.mainText {
	background-color:#ffffff;
	padding: 3em;
	padding-top: 1em;
}

TD.feature {
	background-color:#ffff99;
	padding: 1em;
}

TD.leftBar  { 
	background-color:#B4D40C;
	background-image: url('http://www.wcsmalaysia.org/gfx/wcs_sponge_vert.gif');
}

TD.smallPrint {
	background-color:#ffffff;
	padding: 0.5em;
	font-size: 70%;
}



/** this one is a quick way to get the right shade of green **/
TD.green  { background-color: #b4d40c }



/*** This is for data tables, ie. those not used for formatting purposes ***/
TABLE.data  {
	font-family: verdana, arial, sans-serif;
	font-size: 80%;    /*** Don't use paragraphs or lists inside data tables! ***/
	text-align: center;
	padding: 0.05cm;
	border-collapse: collapse;
	border-width: thin;
	border-style: solid;
	border-color: #00ff00 }


/*** USE div.box instead! ***/
TD.box  {
	background-color: #FFFF99;
	font-family: verdana, arial, sans-serif;
	padding: 0.1cm }
	
div.box {
    background: #ffff99;
    padding: 0.5em;
    border: none;
}
