body {
    height: 100%;
    display: block;
    padding-top: 60px;
    padding-bottom: 40px;
}

.btn-group2 .btn {
    margin: 2px;
}

.boxpane {
    min-height: 270px;
    max-height: 270px;
}

.DashboardContainer {
    min-height: 230px;
    max-height: 230px;
    overflow: auto;
    overflow-x: hidden;
    font-size: .7em;
    margin-bottom: 10px;
}

.DashboardLauncher {
    border-radius: 0 0 0 0;
    font-size: 70%;
    padding: 5px;
    position: relative;
    text-transform: uppercase;
    width: 95%;
}

.well {
    padding: 15px;
    border-radius: 0px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05) inset;
    background-color: white;
}

.logo img {
    max-height: 100px;
}

.logo { 
	float: right !important;
}

h2 {
    border-bottom: 1px solid #D9D7D0;
    border-radius: 0 0 0 0;
    font-weight: normal;
    padding: 35px 5px 5px 0;
    text-transform: uppercase;
}

div.DashboardContainer table caption {
    display: none;
}

div.DashboardContainer table th {
    font-size: 90%;
    background-color: #2862A0;
    color: white;
    padding: 5px;
    vertical-align: middle:
	border-radius:0px;
}

div.DashboardContainer table td {
    line-height: 14px;
    padding: 5px;
}

/* box title */
div.boxhead {
    font-weight: bold;
    padding-bottom: 5px;
    text-transform: uppercase;
    font-size: 110%;
}

div.span4 {
    margin-left: 15px;
    width: 380px;
}

table.Report {
    width:100%;
    border-right:1px solid #ccc;
    border-spacing:0;
    font-size:90%;
    margin:0 0 10px 0;
}

table.Report caption {
    display:none;
}

table.Report td {
    border-left:1px solid #ccc;
    border-bottom:1px solid #ccc;
    padding:5px;
}

table.Report span.ZineReportTitle {
    font-weight:bold;
}

table.Report th {
    background-color: #666;
    border-left: 1px solid #999;
    color: #fff;
    padding: 5px;
    line-height: 120%;
    font-size: 90%;
}

table.Report tr.B {
    background-color: #eee;
}

