#header
{
	background: 0%;
    height: 80px;
	/*border-width: 0px;
	border-bottom: 3px;
	border-color: red;
	border-style: solid;*/
}

#header #branding img{
    height: 80px;
}

body
{
	background: white;
}

.module caption {
    margin: 0;
    padding: 10px 3px 10px 10px;
    font-size: 11px;
    text-align: left;
    font-weight: bold;
    background: red;
}


.module td, .module th {
	padding-top: 10px;
	padding-bottom-width: 10px;
}


#logout-form button, #user-tools a:link {
    color: red !important;
}
#user-tools {
	color: red !important;
}

#user-tools a:link, #user-tools a:visited{
	color: gray;
}

div.breadcrumbs {
	color: red;
	height: 25px;
	padding-top: 10px;
}

div.breadcrumbs a:link, div.breadcrumbs a:visited {
	color: gray;
}

div#changelist-filter li.selected a {
	color: red !important;
}

a.button {
    padding: 10px 15px;
    margin: 0;
    line-height: 15px;
    float: right;
}
.comment {
    background-color: LightYellow;
}

.problem {
    background-color: #FEA2A2;
}

#id_comment {
    width: 97%;
}

.inline-group > .has_original > h3 {
    display: none;
}