/* Global */

body {
		background:#f4f4f4;	
}

body, table, td {
	color:#4b4b4b;
}

#wrapper{
	background:white;
}
#footer{
	background:#f4f4f4;
	border-top:1px solid #dbdbdb;
}

#header{
	background:white;
	border-bottom:4px solid #eeeeef;
	
}



#header label{
	color:#8e8e8e;
}



input, textarea, select {
  color: #494949;
}

a:link, a:visited {
  color: #5aa225;
/*background:url('images/dots.gif') bottom left repeat-x;*/
	text-decoration: none;
		border-bottom:1px dotted #5aa225;
}

a:hover {
  color: #528031;
	border-bottom:1px dotted #528031;
}

tr.odd {
  background-color: #EFF5FF;
}

tr.even {
  background-color: #FFF;
}

li a.active {
  color: #494949;
}

/* Tabs */

ul.primary li a:link,
ul.primary li a:visited {
  background-color: #BCD1FF;
  color: #369;
}

ul.primary li a:hover,
ul.primary li.active a:link,
ul.primary li.active a:visited,
ul.primary li a.active:hover {
  background-color: #5A7E99;
  color: #FFF;
}

/* Messages */

.status {
  border: 1px solid #92DA97;
  background-color: #CDFFD1;
}

.help {
  border: 1px solid #369;
  background-color: #D2D9FF;
}

.notice {
  border: 1px solid #C9CB55;
  background-color: #FFFDB5;
}

div.error {
  border: 1px solid #F88;
}

div.error,
tr.error {
  background-color: #FCC;
  color: #494949;
}

/* Nodes */

.submitted {
  color: #777;
}

/* Forms */

.form-item input.error,
.form-item textarea.error,
.form-item select.error {
  border: 1px solid #F88;
}
