/* CSS Document */

body {
	background-color: #edead7;
}

th {
	background-color: #66ff66;
}

a {
	color:#009933;
	text-decoration: none;
}

#login fieldset
{
	background: #D5FFBB;
}

#login legend
{
	background: #66ff66;
}

.form legend
{
	background: #66ff66;
}

input:focus, textarea:focus{
	background:#D5FFBB;
}

#sidelinks #current{
	background:#D5FFBB;
}

/* content */
#content {
	min-height:500px;
	border-color:#D5FFBB;
}

/* main */
.topItem
{
	background-color:#66ff66;
}

.box th{
	background-color:#66ff66;
}

.dragableBoxHeader{	/* Header inside RSS box */
	background-color:#66ff66;
}

div.TabStyleTabActive
{
	border-bottom: 1px solid #66ff66;
	background-color: #66ff66;
}

