/* DECOR: COLOURS: GREEN */

/* backgrounds and body text */
body {
	background:#fff;
	color:#555;
	}
#titleblock {
	background:#F3F3F3;
	}

/* links */
a:link {
	color:#216C5F;
	}
a:visited {
	color:#7E1246;
	}
a:hover, a:focus, a:active {
	color:#00977E;
	}
b.selflink {
	color:#666 !important;
	}
#sitename a {
  color:#555;
	}

/* border colours */
#masthead, #masthead-inner, #sidebar-inner, #content-inner, #footer {
	border-color:#999 !important;
	}
#sidebar p.sidehead, #sidebar h1, #sidebar h2, #sidebar h3, #sidebar h4, #sidebar h5, #sidebar h6 {
	border-color:#aaa !important;
	}
#pagetext {
	border-color:#999 !important;
	}
#titleblock, #titleblock .actionlist {
	border-color:#ccc !important;
	}

/* navigation lists */
#titleblock.standard .moreactions a {
	background:#FFFFCC;
	color:#C6005F;
	border-color:#fff #CFCF64 #CFCF64 #fff !important;
	}
#titleblock.standard .moreactions a:hover, #titleblock.standard .moreactions a:focus {
	color:#FF1C88;
	}
#titleblock.standard .moreactions a:active {
	border-color:#CFCF64 #fff #fff #CFCF64 !important;
	}
#titleblock .actionlist a:visited {
	color:#216C5F;
	}
#titleblock .actionlist a:hover, #titleblock .actionlist a:focus {
	background:#fff;
	border-color:#ccc !important;
	}
#titleblock.browse .actionlist li.browse a,
#titleblock.edit .actionlist li.edit a,
#titleblock.diff .actionlist li.diff a,
#titleblock.upload .actionlist li.upload a,
#titleblock.attr .actionlist li.attr a
  {
	background:#fff;
	border-color:#aaa !important;
	color:#216C5F;
	}
#footer ul a {
	border-color:#aaa !important;
	}
#footer ul a:hover, #footer ul a:focus {
	background:#F1F1F1;
	color:#216C5F;
	}
#sidebar .viewswitcher ul li a {
	color:#555;
	}
#sidebar .viewswitcher ul li a:hover, #sidebar .viewswitcher ul li a:focus, #sidebar .viewswitcher ul li a:active {
	border-color:#F3AFD0 !important;
	background:#FBE8F2;
	color:#222;
	}
body.display #sidebar .viewswitcher ul li.display a, 
body.standard #sidebar .viewswitcher ul li.standard a, 
body.author #sidebar .viewswitcher ul li.author a, 
body.admin #sidebar .viewswitcher ul li.admin a 
	{
	border-color:#ccc !important;
	background:#eee;
	color:#000;
	}

/* colours specific to #pagetext */
#pagetext h1, #pagetext h2, #pagetext h3, #pagetext h4, #pagetext h5, #pagetext h6 {
	color:#000;
	}
#pagetext a:link {
	color:#007C66;
	}
#pagetext a:visited {
	color:#7E1246;
	}
#pagetext a:hover, #pagetext a:focus, #pagetext a:active {
	color:#00977E;
	}
#pagetext a.createlinktext:link {
	background:#EEF7F7;
	}
#pagetext a.createlinktext:hover {
	background:#DCEEED;
	color:#007C66;
	}
#pagetext code {
	background:#F7ECF3;
	}
#pagetext table {
	border-color:#aaa !important;
	}
#pagetext th, #pagetext td {
	border-color:#ccc !important;
	}
