/*-----------------------------------
Custom Styles by Wellington
------------------------------------*/
/*Notes:
------------------------------------
Remove list styling on home page 
latest news ul
-------------------------------------*/
/* colours 
------------------------------------
Table headers: 		#A1C052
Table odd rows: 	#e2ff8e
Table even rows:	#FFFFFF
------------------------------------*/

/* Layout */
/*--------------------*/
/* left side column */
#home #left {margin-left:0px; width:627px; margin-right:14px;} 	/* implicit left side styles for home page */
#left 		{margin-left:20px;width:680px;}						/* left side styles on interior pages */

/* Right side column */
#home #right {width:319px;margin-left:0px;}	/* implicit ride side styles for home page */
#right		{width:200px; margin-left:20px;}	/* right side styles on interior pages */

/* Lists */
/*-------------------*/
/* home page lists */
#home #right ul li { padding-left:0px; }

/* home page latest news list */
.ln-list li{ background:none !important; }

/* standard lists  - created by default in Contribute */
#left ul li {
margin:2px 0 2px 0;
padding-left: 19px;
background:url(white_green/body_arrow.gif) no-repeat 2px 5px;
}

#right ul li {
margin:2px 0 2px 0;
padding-left: 19px;
background:url(white_green/body_arrow.gif) no-repeat 2px 5px;
}


/* Typography */
/*--------------------*/
blockquote {
font-style: italic;
}

/* tables */
table {
border:1px solid #ccc;
}

th {
background-color:#A1C052;
color:#fff;
font-weight:normal;
text-align:left;
padding:4px;
}

td{border-bottom:1px solid #ccc;padding:2px 5px;}
tr.oddrow td{background-color:#fff;}
tr.evenrow td{background-color:#e2ff8e;}


/*  Main Page News Fix */
/*--------------------------*/

#newsfix{
width:285px;

}

#newsfix-content{
padding:0 10px 0 20px;
}

/*.newslist-date{
padding:0 0 15px 0;
}
*/