/*
===================
iNove CSS Styles
===================
Inspired by: iNove Wordpress Theme from http://www.neoease.org 
-------------------

Name: iNove
Author: Mechatroniker & mg12 & Zeuder
Version: 0.1
Module: common.css
*/

body {
		background:#074320 url(../imgs/bg_green.png) -20px repeat;
	}
	
  #layoutdims {
		clear:both;
		background:green url(../imgs/gradient_green.jpg) -20px repeat;
	}

	#head {
		background:#074320 url(../imgs/bg_green.png) -20px repeat;
	}

  	#head ul li a {
		background:#424242;
		background:url(../imgs/bg4rev_green.png) repeat-x;
	}
	#head ul li a:hover {
		background:#CC9966;
		background:url(../imgs/bg4rev_green.png) repeat-x;
	}
	#head ul li a.active,
	#head ul li a.active:hover {
		background:url(../imgs/bg3rev_green.png) repeat-x;
	}
	
	.rightmenu {  /* right column colour */
		background:#001B00;
	}
 
	.rightmenu .body-container {
		background:#003E1B;		/* left column background colour */
  }
  
	#wrapper {
		background:#003E1B;		/* myce panel background colour */
	}
   
table {
  background:#001B00 url(../imgs/bg_diag_green.png) repeat;
  }
    thead {
background:url(../imgs/bg1rev_green.png) repeat-x;
}
tfoot {
background:url(../imgs/bg2rev_green.png) repeat-x;
}
#edit_table {
background:rgb(0,51,0);
}

		#vertmenu1box {
			background:#001B00;    /* MyCE Panel menu background*/
			border-bottom:10px solid #001B00;	
		}

#vertmenu1 li a.active {
background: #608060 url(../imgs/gradient_green.jpg) -20px repeat;
}
#vertmenu1 li a.active:hover {
background: #608060;
}

input, textarea {
	background-color: rgb(204,204,153);
	border: 1px solid rgb(128,128,128);
	color: rgb(64,64,64);
}

select {
background:#003E1B;
border: 1px solid #628662;
color:#fff;
	/* font-color:rgb(64,64,64);  */
	padding: .2em;
} 

	#footer {
		background:green url(../imgs/gradient_green.jpg) -20px repeat;
	}

.footnotes li {
    color:rgb(138,138,138);
}
