body {
    max-width: 1040px;
    margin-left: auto;
    margin-right: auto;
}

.header {
	xmargin-top: 10px;
	xmargin-bottom: 10px;
	xmargin-left: 0px;
	xmargin-right: 0px;
	height: auto;
	max-width: 100%;
}

.headergradient {
    background-image: linear-gradient(to top, white 0%, #00cc33 100%);
    background-repeat: repeat-x;
	color: #009933;
	font-size: 28px;
	font-weight: bold;
}

dl {
	margin-bottom: 5px;
}
.dl-horizontal dt {
    clear: left;
    float: left;
    overflow: hidden;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: auto;
	margin-right: 0.5em;
}
.dl-horizontal dd {
	margin-left: auto;
}

dt {
    font-weight: normal;
	color: #0055cc;
}
dt, dd {
    line-height: 1.42857;
}

.panel-heading dl {
	font-size: 10px;
}

.panel-title h1, .panel-title h2, .panel-title h3, .panel-title h4, .panel-title h5, .panel-title h6 {
	margin-top: 0px;
	margin-bottom: 0px;
}
	
.horiz-table-centered th, .horiz-table-centered td {
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
}
	
.right-nowrap-col {
	padding-left: 2em;
	vertical-align: top;
	overflow: hidden;
	white-space: nowrap;
}

hr {
	margin-top: 5px;
	margin-bottom: 5px;
}

.notetext {
    border-left: 5px solid #eee;
    margin: 0 0 8px;
    padding: 2px 20px;
}