/*
===================
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:#4D2020 url(../imgs/bg_red.png) -20px repeat;
	}
	
  #layoutdims { /* top navbar colour */
		clear:both;
		background:#8C1717 url(../imgs/gradient_red.jpg) -20px repeat;
	}

	#head {
		background:#4D2020 url(../imgs/bg_red.png) -20px repeat;	
}

  	#head ul li a {
		background:#424242;
		background:url(../imgs/bg4rev_red.png) repeat-x;
	}
	#head ul li a:hover {
		background:#CC9966;
		background:url(../imgs/bg4rev_red.png) repeat-x;
	}
	#head ul li a.active,
	#head ul li a.active:hover {
		background:url(../imgs/bg3rev_red.png) repeat-x;
	}

	.rightmenu {  /* right column colour */
		background:#1B0000;
	}
 
	.rightmenu .body-container {
		background:#481B1B;		/* left column background colour */
	}

	#wrapper {
		background:#481B1B;		/* myce panel background colour */
	}

table {
  background:#1B0000 url(../imgs/bg_diag_red.png) repeat;
  }
  thead {
background:url(../imgs/bg1rev_red.png) repeat-x;
}
tfoot {
background:url(../imgs/bg2rev_red.png) repeat-x;
}
#edit_table {
background:rgb(51,0,0);
}

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

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

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

#switchform select {
background:#4D2929 url(../imgs/gradient_red.jpg);
border: 1px solid #866262;
color:rgb(51,102,255);
	/* font-color:rgb(64,64,64);  */
	padding: .2em;
}     	
	#footer {
		background:#8C1717 url(../imgs/gradient_red.jpg) -20px repeat;
	}
	
.footnotes li {
    color:rgb(138,138,138);
}
