/* COMMON */

body {
  color: #666;
  font-family: Arial, Helvetica, sans-serif;
  background: url(../themes/skin5images/bg.png) repeat-x #fff;
}

#view {
	border: 2px solid #999;
	-moz-border-radius: 20px;
	-moz-box-shadow: 0px 0px 10px #333;
	border-radius: 20px;
	box-shadow: 0px 0px 10px #333;
	background: #F5FFEB;
}

.button {
	color: #fff;
	background: #599921;
}

a.button:hover {
	background: #A6CB45;
}

a {
  color: #599921;
}
.manage-findmain .right
{
	background: #599921 !important;
}
/* HEADER */

#header {
	background: #304B09;
	-moz-border-radius-topleft: 18px;
	-moz-border-radius-topright: 18px;
	border-radius-topleft: 18px;
	border-radius-topright: 18px;
	-moz-border-radius-bottomleft: 18px;
	-moz-border-radius-bottomright: 18px;
	border-radius-topleft: 18px;
	border-radius-topright: 18px;			
}

a#companyname {
	background: url(../themes/skin5images/logo.png) no-repeat top left; /* render inline */
	width:400px;
	height: 100px;
	text-indent: -9999px;
	overflow: hidden;
	font-size: 40px;
	color: #fff;
	padding:0;
	text-decoration: none;		
}
#tagline{
 color:#fff;
}

#topnav a#home, #topnav #mainLinks{
  background-color: #599921;
}

#topnav a#home {
	background-image: url(../images/home.gif);
  background-position:center center;
}

#topnav a#home:hover, #topnav a:hover, #topnav .activeButton {
	background-color:#A6CB45 !important;
  text-decoration: none;
}

.dropDown{
   color:#FFF;
   background-color:#599921;
}

.dropDown ul li:hover{
    background-color:#A6CB45 !important;
    color:#fff;
}

/* SIDEBAR */
#categories {
	border: 1px solid #999;
	background: #eee;
}

#categoryheader {
	background: #304B09;
}

#categoryheader a {
	color: #fff;
}

#categories a.set, #categories li a {
	color: #666;
	background: #eee;
}

#categories a.current {
	background: #599921;
	color: #fff;
}

#categories a.set:hover, #categories a:hover {
	background: #A6CB45 !important;
	text-decoration: none;
}

/* CONTENT */
#contentheader {
	background: #304B09;
}

#contenttabs a.current {
	background: #599921;
	color: #fff;
}
#contenttabs a.current span
{
	color: #fff;
}
#contenttabs {
	background: #666;
}

#contentactions {
	width: 690px;
	*width: 650px;
	background:url(../themes/skin5images/eco_gradient.png) repeat-x;
	padding: 10px 20px 10px 20px;
}
.manage-background
{
	background-color:#A6CB45 !important;
}
.settings-header
{
	background:#304B09 !important;
}
.header-td
{
	background:#304B09 !important;
}
.inbox-header-td
{
	background:#304B09 !important;
}

.settings-body
{
	border:1px solid #304B09 !important;
}
.advertise-text
{
	color:#fff;
}
