/*start of EPPING CSS*/

html, body {
	margin: 0;
	padding: 0;
}

body {
	font: 76% arial,sans-serif;
	text-align: center;
	margin-top: 10px;
}

* { /* Set all default values to zero */
	padding: 0;
	margin: 0;
}

.Hide {
	visibility: hidden;
	position: absolute;
}

.None {
	background: url('none') !important;
	border:0px solid #f00 !important; 
}



/****************************************************************************
* Main Layout Div's                                                         *
****************************************************************************/

div#Container {
	width: 768px;
	margin: 0 auto;
	text-align: left;
	/*background: #EE0;*/
}

div#Header {
	position:relative; /* Containing block - Give the included divs a starting point */
	height: 80px;
}

div#Breadcrumb {
	display: block;
	clear: both;
	/*border: 10px solid #0f0;*/
	background: url('http://www.eppingforestdc.gov.uk/includes/site_images_06/dash_full.gif') repeat-x bottom left;; font-style:normal; font-variant:normal; font-weight:normal; font-size:86%; font-family:arial; margin-left:0; margin-right:0; margin-top:10px; margin-bottom:1px; padding-left:0; padding-right:0; padding-top:0; padding-bottom:10px
}
div#BackgroundWrapper {
	width: 100%;
	background: #e9e9e9 url('http://www.eppingforestdc.gov.uk/includes/site_images_06/home_bg.gif') repeat-x bottom left;
}
div#Wrapper {
	float: left;
	width: 100%;
	/*background: #e9e9e9 url(http://www.eppingforestdc.gov.uk/includes/site_images_06/home_bg.gif) bottom left repeat-x;*/
	/*border-bottom: 10px solid #f00;*/
}

div#Content {
	width: 248px;
	margin: 0 0 20px 221px; /*10 + 170 + 41*/
}
div#ChildContent {
	width: 537px;
	margin-left: 221px; /*10 + 170 + 41*/
}
div#ChildContent div#InnerChild {
	background: #fff url('http://www.eppingforestdc.gov.uk/includes/site_images_06/dotted_line.gif') repeat-x bottom left;; margin-left:0; margin-right:0; margin-top:0; margin-bottom:20px; padding-left:10px; padding-right:10px; padding-top:10px; padding-bottom:20px	
}

div#News {
	position:relative; /* Containing block - Give the included divs a starting point */
	float: left;
	width: 248px;
	margin: 0 0 20px -258px;

}

div#Navigation {
	position:relative; /* Containing block - Give the included divs a starting point */
	float: left;
	width: 170px; /*150*/
	margin: 0 0 20px -758px;
	background: transparent;
}

div#Contact {
	clear: both;
	width: 748px;
	height: 103px;
	background: #fff url('http://www.eppingforestdc.gov.uk/includes/site_images_06/contact_bottom_bg.gif') repeat-x bottom left;
	color: #636362; font-style:normal; font-variant:normal; font-weight:normal; font-size:86%; font-family:arial; margin-left:10px; margin-right:10px; margin-top:10px; margin-bottom:20px
}

div#Footer {
	clear: left;
	width: 100%;
	background: url('http://www.eppingforestdc.gov.uk/includes/site_images_06/dash_full.gif') repeat-x top left;
	color: #636362; font-style:normal; font-variant:normal; font-weight:normal; font-size:86%; font-family:arial; padding-left:0; padding-right:0; padding-top:10px; padding-bottom:10px
}


/****************************************************************************
* = Logo                                                                    *
****************************************************************************/

#Logo {
	position: absolute; /*From containing block*/
	top: 10px;
	left: 10px;
	width: 213px;
	height: 60px;
	text-indent: -9999px;
	display: block;	
	background: url('http://www.eppingforestdc.gov.uk/includes/site_images_06/epping_forest_dc_logo.gif') no-repeat top left;
}
#Logo a {
	display: block;	
	text-decoration: none;
	width: 100%;
	height: 100%;
	background: url('http://www.eppingforestdc.gov.uk/includes/site_images_06/epping_forest_dc_logo.gif') no-repeat top left;
}
#Logo a:hover {
	text-decoration: none;
}


/****************************************************************************
* = Top site links                                                          *
****************************************************************************/

#TopLinks {
	position: absolute; /*From containing block*/
	bottom: 14px;
	/*top: 60px;*/
	right: 10px;
	/*left: auto;*/
	text-align: right;
	font: normal 94% arial;
}

div#TopLinks ul {
	width: 525px;
	margin: 0;
	padding: 0;
	background: #fff;
}
div#TopLinks li {
	display: inline;
	list-style-type: none;
	background: #fff;
	margin: 0;
	padding: 0;
}
div#TopLinks a {
	padding: 0 10px 0 8px;
	border-right: 1px solid #ccc;
	background: #fff;
	/*color: #009b67;*/
	text-decoration: none;
}
div#TopLinks a.None {
	padding: 0 0 0 8px;
}
div#TopLinks a:visited {
	color: #009b67;
} 
div#TopLinks a:hover {
	/*color: #000;*/
	text-decoration: underline;
}


/****************************************************************************
* = Top main navigation                                                     *
****************************************************************************/

/* If pixels are used for spacing in the following list the following applies */
/* IE Win increases the height of the horizonal div / list according to the height of the contents */
/* Firefox retains the height of the horizonal div / list regardless of the height of the contents */
/* Em's are used to cope with users text size settings */


div#MainNavContainer {
	/*position:relative;*/ /* Containing block - Give the included divs a starting point */
	background: #000;
	border-top: 5px solid #494949;
	/*border-right: 10px solid #0f0;*/
	border-bottom: 5px solid #494949;
	/*border-left: 10px solid #0f0;*/
}

#MainNav, #MainNav ul {
	list-style: none;
	margin: 0;
	padding: 0 7px 0 7px; /*Adjusted due to padding on links so the BG change has nice padding*/
	border-top: 1px solid #c7c7c7;
	border-bottom: 1px solid #c7c7c7;
	height: 1.80em; /*Spot on level with li's and alinks for Firefox. IE expands height of ul according to contents*/
	font: normal 96% arial;
	background: #747474;	
}

#MainNav li {
	position: relative;
	float: left;
	/*width: 10em;*/
	display: block;
	margin: 0;
	padding: 0.15em 1.15em 0.15em 0;
}
#MainNav a, 
#MainNav a:link, 
#MainNav a:visited, 
#MainNav a:hover, 
#MainNav a:active {
	padding: 0.25em;
	text-decoration: none;
	cursor: pointer;
	color: #fff;
	display: block;
}
#MainNav a:hover {
	color: #fff;
	background: #555;	
}	

/* hide from IE mac \*/
#MainNav li {
	width: auto;
}
/* end hiding from IE5 mac */


/****************************************************************************
* = Breadcrumb                                                              *
****************************************************************************/

div#Date {
	float: right;
	width: 258px;
	color: #333;
	white-space: nowrap;
	background: #fff;
}
div#Date b {
	color: #000;
}

div#Breadcrumb ul {
	width: 459px;
	margin: 0 0 0 10px;
	padding: 0;
	background: #fff;
}
div#Breadcrumb li {
	display: inline;
	list-style-type: none;
	background: #fff url('http://www.eppingforestdc.gov.uk/includes/site_images_06/dash.gif') no-repeat 0px 5px;
	padding-left:5px; padding-right:1px; padding-top:0; padding-bottom:0
}
div#Breadcrumb li.None {
	padding: 0 1px 0 0;
}
div#Breadcrumb a {
	color:#165b9f;
	text-decoration: none;
}
div#Breadcrumb a:hover {
	color: #009b67;
	text-decoration: underline;
}


/****************************************************************************
* = Tree menu navigation                                                    *
****************************************************************************/

ul#Tree {
	/*For IE*/
	font: normal 90% arial;
	width: 170px; 
	margin: 0;
	padding: 0;
}
body#Home ul#Tree {
	margin: 0 0 20px 0; /*To create a decent gutter from the BBC elements on the homepage*/
}
ul#Tree ul,
ul#Tree ul ul,
ul#Tree ul ul ul,
ul#Tree ul ul ul ul {
	/*For IE*/
	padding: 0 !important;
	margin: 0 0 3px 0 !important;
}
html>body ul#Tree ul {
	/*All standards browsers*/
	padding: 0 !important;
	margin: 0 0 3px 0 !important;
}

ul#Tree li {
	list-style-type: none;
}
ul#Tree li a { /* All tree links */
	/*color: #165b9f; */
	display: block; 
	text-decoration: none; 
}
ul#Tree li a:visited { /* All tree links */
	/*color: #5789bb; */
}
ul#Tree li a.On { /*All highlights inside the tree*/
	color: #000;
	display: block; 
	text-decoration: none; }
ul#Tree li a:hover { /*All hovers inside the tree*/
	/*color: #000;*/ }


ul#Tree li a { /*Level 0 links only*/
	background: url('http://www.eppingforestdc.gov.uk/includes/site_images_06/i.gif') no-repeat 0px 3px;; padding-left:12px; padding-right:8px; padding-top:1px; padding-bottom:1px }
ul#Tree li a.On { 
	background: url('http://www.eppingforestdc.gov.uk/includes/site_images_06/i_n.gif') no-repeat 0px 3px; 
}
ul#Tree li a:hover {
	background: #e8eCf0 url('http://www.eppingforestdc.gov.uk/includes/site_images_06/i.gif') no-repeat 2px 3px; }
	
ul#Tree li li a	{ /*Level 1 links only*/
	background: url('http://www.eppingforestdc.gov.uk/includes/site_images_06/i.gif') no-repeat 10px 3px;; padding-left:22px; padding-right:8px; padding-top:1px; padding-bottom:1px }
ul#Tree li li a.On	{
	background: url('http://www.eppingforestdc.gov.uk/includes/site_images_06/i_n.gif') no-repeat 10px 3px; }
ul#Tree li li a:hover {
	background: #e8eCf0 url('http://www.eppingforestdc.gov.uk/includes/site_images_06/i.gif') no-repeat 12px 3px; }
	
ul#Tree li li li a { /*Level 2 links only*/
	background: url('http://www.eppingforestdc.gov.uk/includes/site_images_06/i.gif') no-repeat 20px 3px;; padding-left:32px; padding-right:8px; padding-top:1px; padding-bottom:1px }
ul#Tree li li li a.On	{
	background: url('http://www.eppingforestdc.gov.uk/includes/site_images_06/i_n.gif') no-repeat 20px 3px; }
ul#Tree li li li a:hover {
	background: #e8eCf0 url('http://www.eppingforestdc.gov.uk/includes/site_images/i.gif') no-repeat 22px 3px; }
	
ul#Tree li li li li a { /*Level 3 links only*/
	background: url('http://www.eppingforestdc.gov.uk/includes/site_images_06/i.gif') no-repeat 30px 3px;; padding-left:42px; padding-right:8px; padding-top:1px; padding-bottom:1px }
ul#Tree li li li li a.On	{
	background: url('http://www.eppingforestdc.gov.uk/includes/site_images_06/i_n.gif') no-repeat 30px 3px; }
ul#Tree li li li li a:hover {
	background: #e8eCf0 url('http://www.eppingforestdc.gov.uk/includes/site_images_06/i.gif') no-repeat 32px 3px; }



/****************************************************************************
* = Contact details area                                                    *
****************************************************************************/

#Contact div#Address,
#Contact div#ContactDetails,
#Contact div#Links {
	float: left;
	clear: none;
}
#Contact h4 {
	text-indent: 211px;
	background: #fff url('http://www.eppingforestdc.gov.uk/includes/site_images_06/contact_top_bg.gif') no-repeat bottom left;	
	font-size: 1.8em;
	letter-spacing: -1px;
	font-weight: normal;
	color: #333; margin-left:0; margin-right:0; margin-top:0; margin-bottom:10px; padding-left:0; padding-right:0; padding-top:0; padding-bottom:5px
}
#Contact a,
#Contact a:visited {
	color: #165b9f; 
}

#Contact div#Address {
	width: 165px; /*Pshop 165*/
	background: #fff url('http://www.eppingforestdc.gov.uk/includes/site_images_06/contact_img.jpg') repeat-y top left;
	font-style: normal; padding-left:211px; padding-right:0; padding-top:0; padding-bottom:0
}
#Contact div#Address address {
	font-style: normal;
}

#Contact div#ContactDetails {
	width: 166px; /*Pshop 166*/
	margin: 0 0 0 20px;
	background: #fff;	
}

#Contact div#Links {
	width: 166px; /*Pshop 166*/
	margin: 0 0 0 20px;
	background: #f00;	
}
#Contact div#Links ul {
	list-style-type: none;
	background: #fff;
	margin: 0;
}
#Contact div#Links ul li a {
	display: block; 
	text-decoration: none; 
	background: url('http://www.eppingforestdc.gov.uk/includes/site_images_06/i.gif') no-repeat 0px 3px;; padding-left:12px; padding-right:0; padding-top:1px; padding-bottom:2px
}
#Contact div#Links ul li a:hover {
	background: #e8eCf0 url('http://www.eppingforestdc.gov.uk/includes/site_images_06/i.gif') no-repeat 2px 3px;
}


/****************************************************************************
* = Footer & Essex Online Link                                              *
****************************************************************************/

div#Footer ul {
	margin: 5px 0 5px 2px;
	padding: 0;
	background: #fff;
}
div#Footer li {
	display: inline;
	list-style-type: none;
	background: #fff;
}
div#Footer li a {
	padding: 0 10px 0 8px;
	border-right: 1px solid #ccc;
	background: #fff;
	/*color: #009b67;*/
	text-decoration: none;
}
div#Footer a.None {
	padding: 0 0 0 8px;
}
div#Footer a:visited {
	color: #009b67;
} 
div#Footer a:hover {
	color: #165b9f !important;
	text-decoration: underline;
}

#Footer p,
#EssexOnlineLink p {
	margin: 0 10px;
	/*padding: 21px 0 5px 0;*/
}

#Footer #TopOfPage {
	float: right;
}
#Footer #TopOfPage a {
	color: #1c59a8;	
}

div#EssexOnlineLink {
	clear: left;
	width: 100%;
	border-bottom: 20px solid #fff;	
	background: url('http://www.eppingforestdc.gov.uk/includes/site_images_06/dash_full.gif') repeat-x top left;
	color: #636362; font-style:normal; font-variant:normal; font-weight:normal; font-size:86%; font-family:arial; padding-left:0; padding-right:0; padding-top:10px; padding-bottom:10px
}
div#EssexOnlineLink p a {
	display: inline;
	/*text-indent: 58px;*/
	/*Logo BG width is 57px */
	color: #636362;
	background: url('http://www.eppingforestdc.gov.uk/includes/site_images_06/essex_online.gif') no-repeat 0px 0px;; padding-left:63px; padding-right:0; padding-top:0; padding-bottom:0
}


/****************************************************************************
* = General CMS Content                                                     *
****************************************************************************/

p, ul, ol, hr, blockquote, table {
	margin: 0 0 1.5em;
}
u {
	text-decoration: none;
}
font { /*To override legacy CMS code and keep things consistent*/
	font: 100% arial,sans-serif;
	color: #000;
	background-color: transparent !important;
}
img {
	border: none;
} 
hr {
	background: #f2f2f2;
	height: 10px;
	color: #f2f2f2;
	border: none;
	clear: both;
}
blockquote	{
	font-size: 130% !important;
	color: #fff !important;
	line-height: 1.4em;	
	background: #a5a594 url('http://www.eppingforestdc.gov.uk/includes/site_images_06/blockquote.gif') no-repeat top left;; padding-left:40px; padding-right:40px; padding-top:10px; padding-bottom:10px
}
blockquote p {
	margin: 0;
}


#InnerChild ol {
	padding: 6px 0 12px 20px;
	background: #eee;
}

#InnerChild ol li  {
	margin: 12px 14px;
	padding: 0 5px;
}

a,
a:link {
	text-decoration: none;
	background: transparent;
	cursor: pointer;
} 
a:link {
	color: #009b67; /*#165b9f*/
	text-decoration: none;
} 
a:visited {
	/*color:#6E95BB;*/
	color:#01A31E;
} 
a:hover,
a:active {
	color:#165b9f;
	text-decoration: underline;
}


/*************************************
* = Template Headings                *
*************************************/

body#Home h1.ColHeader,
body#Home h2.ColHeader,
body#Home h3.ColHeader,
div#Child h1.ColHeader,
div#Child h2.ColHeader,
div#Child h3.ColHeader {
	margin: 10px 0;
	background: url('http://www.eppingforestdc.gov.uk/includes/site_images_06/dash_full.gif') repeat-x bottom left;	
	font-weight: normal;
	letter-spacing: -1px; padding-left:0; padding-right:0; padding-top:0; padding-bottom:5px
}
body#Home h1.ColHeader,
body#Home h2.ColHeader,
body#Home h3.ColHeader {
	font-size: 1.5em;
	color: #333;
}

div#Child h2.ColHeader {
	font-size: 1.5em;
	color: #333;	
	padding-top: 0.16em !important;
}
div#Child h1.ColHeader {
	margin: 10px 0 0 0 !important;
	font-size: 1.8em;
	color: #000;	
}


/*end of EPPING CSS*/















/*start of NIS CSS*/



	.dataview 
				{
					font-family: Arial, Helvetica, sans-serif;
					width:100%;
					border-top: #000000 solid 1px;
					border-left: #000000 solid 1px;
					border-right: #000000 solid 1px;
					background-color:#FFFFFF;
					color:#000000;
					text-decoration: none;
					font-size:1.0em;
					
				}
	.dataview UL.list
				{
					margin:0px; 
					padding: 0px;
					list-style:none;
				}
	.dataview UL.list LI
				{
					border-bottom: #000000 solid 1px;
					width:100%;
				}
	.dataview LI.noHR
				{
					border-bottom: #000000 solid 0px;
					width:100%;
				}
	.dataview LI.Row0
				{
					background-color: #DCDCDC;
					color:#000000;
				}
				
	.dataview UL.list LI.noHR
				{
					border-bottom: #000000 solid 0px;
					width:100%;
				}
				
	.dataview LI.Row1 DIV SPAN
				{
					background-color: #FFFFFF;
					color:#000000;
					cursor: pointer;
				}
				
	.dataview LI.Row1 DIV A
				{
					background-color: #F8F8F8;
				}
	.dataview LI.Row1 DIV A:hover
				{
					background-color: #F8F8F8;
				}
	.dataview LI.Row1 DIV A:visited
				{
					background-color: #F8F8F8;
				}
	.dataview LI.Row1 DIV A:active
				{
					
				}
	
	.dataview LI.Row1
				{
					color:#000000;
				}
	.dataview LI.Row0 DIV A
				{
					background-color: #DCDCDC;
				}
	.dataview LI.Row0 DIV A:hover
				{
					background-color: #DCDCDC;
				}
	.dataview LI.Row0 DIV A:visited
				{
					background-color:#DCDCDC;
				}
	.dataview LI.Row0 DIV A:active
				{
					
				}
	.dataview LI.Row1
				{
					background-color: #F8F8F8;
					color:#000000;
				}
	.dataview UL.bullet
				{
					margin: 20px;
					padding-left: 20px;
					list-style: disc;   
		        }
    	.dataview UL.bullet LI
				{
					border:none;
				}
	.dataview DIV
				{
					padding: 5px 5px 5px 5px;
				}
	.dataview DIV A
				{

					width:100%;
					background-color: #F8F8F8;
					
				}
	.dataview DIV A:hover
				{
					background-color: #F8F8F8;
				}
	.dataview A.noborder
				{
					background-color: inherit;
					border: 0px;
				}
	.dataview A.noborder:hover
				{
					background-color: inherit;
					border: 0px;
				}
	.dataview A.noborder:active
				{
					padding: 0px;
				}
	.dataview DIV A:visited
				{
					background-color:#FFFFFF;
				}
	.dataview DIV A:active
				{
					
				}
	.dataview DIV.error UL
				{
					color:#ff3366;
					font-weight:bold;	
					background-color: #FFFFFF;
					line-height:1.4em;
					margin:0px; 
					padding: 0px;
					list-style:none;
				}
	.dataview SPAN
				{
					text-align: right;
					padding-right: 10px;
					width: 13.0em; 
					float: left;
					font-weight: bold; 
					color: #000000;
					height:100%;
					background-color: #FFFFFF;
				}
	.dataview SPAN.long
				{
					width: 25.0em; 
					float: left;
					font-weight: bold; 
					color: #000000;
					height:100%;
					background-color: #FFFFFF;
				}
	.dataview SPAN.text
				{
					font-family: Arial, Helvetica, sans-serif;
					float: none;
					color: #000000;
					background-color:#FFFFFF;
				}
	.dataview H1
				{
					padding: 5px 5px 5px 5px;
					background-color: #009B67;
					font-weight: bold; 
					color: #FFFFFF;
					margin: 0px;
					font-size:1.2em;
				}
	.dataview H1 span
				{
					float:none;
					padding: 1px 5px 5px 1px;
					background-color: #009B67;
					font-weight: bold; 
					color: #FFFFFF;
					margin: 0px;
					font-size:1em;
				}
	.dataview H2.head, .dataview SPAN.headtext
				{
					float:none;
					padding: 5px 5px 5px 5px;
					background-color: #009B67;
					font-weight: bold; 
					color: #FFFFFF;
					margin: 0px;
					font-size:1em;
				}
	.bottom_border
				{
					border-bottom: #000000 solid 1px;
				}
	.dataview A.noborder
				{
					background-color: inherit;
					border: 0px;
				}
	.dataview A.noborder:hover
				{
					background-color: inherit;
					border: 0px;
				}
	.dataview A.noborder:active
				{
					padding: 0px;
				}

	.dataview A.results_page_number
				{
					color: #121212;
					border:none;
					font-weight: bold;
					cursor: pointer;
					background-color: #FFFFFF;
					padding:5px;
				}
	.dataview A.results_page_number:visited
				{
					color: #000000;
					background-color: #FFFFFF;
				}
	.dataview A.results_page_number:hover, .dataview A.results_page_number:active
				{
					color: #FFFFFF;
					background-color: #009B67;
				}
	.dataview SPAN.results_page_number_sel																
				{
					color: #FFFFFF;
					background-color: #009B67;
					border:none;
					font-weight: bold;
					float: none;
					padding:5px;
				}

	/*Standard Button Formatting*/
	.button_basic 
				{
					font-family: Arial, Helvetica, sans-serif;
					font-weight: normal;
					border:none;
					color: #FFFFFF;
					background-color: #009B67;
					cursor: pointer;
					float: right;
				}
	h2 
				{
					margin:0px;
					padding:0px;
					font-size:1em;
				}
	.display_table
				{
					width:100%;
				}
	.display_table TR.Row0
				{
					background-color: #DCDCDC;
					color:#000000;
				}
	.display_table TR.Row1
				{
					background-color: #F8F8F8;
					color:#000000;
				}
	.display_table A, .display_table A:visited, .display_table A:active
				{
					background-color: inherit;
				}
	.display_table A.noborder
				{
					background-color: inherit;
					border: 0px;
				}
	.display_table A.noborder:hover
				{
					background-color: inherit;
					border: 0px;
				}
	.display_table A:hover
				{
					background-color: inherit;
				}
	.align_center
				{
					text-align: center;
				}
	A.dotted, A.dotted:visited, .A.dotted:active
				{
					background-color: inherit;
				}
	A.dotted:hover
				{
					background-color: inherit;
				}

	.textbox_error
				{
					background-color:#00CCCC;
					color:#000000;
				}
				
/*Non AA Compliant Classes For Planning Explorer StreetFinder*/				
.DataTable
{
    border-right: 0px;
    border-top: 0px;
    vertical-align: baseline;
    border-left: 0px;
    width: 100%;
    border-bottom: 0px;
    text-align: left
}
.StreetFinderButton
{
    border-left-color: black;
    border-bottom-color: black;
    color: #ffffff;
    border-top-color: black;
    background-color: #009B67;
    border-right-color: black
}
.QueryTableData
{
    width: 100%
}
.SearchTableBorder
{
    border-right: black 1px solid;
    border-top: black 1px solid;
    border-left: black 1px solid;
    border-bottom: black 1px solid
}
.Instructions
{
	 font-weight: normal;
	 font-size: 10pt;
    color: #000000;
    font-family: Arial
}
.Row0
{
    background-color: #DCDCDC;
}
.Row1
{
    background-color: #F8F8F8;
}
.ResultsTable
{
	 vertical-align: baseline;
	 width: 100%;
    text-align: left
}
.ResultsTableBorder
{
    border-right: black 1px solid;
    border-top: black 1px solid;
    border-left: black 1px solid;
    border-bottom: black 1px solid
}
.CmdButtonSmallSelected
{
    border-left-color: black;
    border-bottom-color: black;
    border-top-color: black;
    background-color: #009B67;
    border-right-color: black
}
.CmdButtonSmall
{
    border-left-color: black;
	 border-bottom-color: black;
    color: #ffffff;
    border-top-color: black;
    background-color: #009B67;
    border-right-color: black
}
/*end of page CSS*/













