/*your custom style goes in this file*/
/*if you're overriding style blocks from genstyle.css, you only need to include the attributes you're overriding, not the whole block*/

.bar {
	background-color:#AA0000;
}

.fieldnamebacksave {
	background-color:#AA0000;
}

.databacksave {
	background: #FFE9A9;
}

div.innercontainer, ul.tngdd .langmenu, ul.tngdd .stubmenu, ul.tngdd .menulink {
	background-color: #FFE9A9;
}

a:link, a:active, div.icons a {
	color: #AA0000;
}

ul.tngdd .menulink:hover, ul.tngdd .menuhover {
	background-color: #AA0000;
}