﻿html {
    background: #6C7989;
    background: #6c7989 -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #6c7989), color-stop(100%, #434b55)) fixed;
    background: #6c7989 -webkit-linear-gradient(#6c7989, #434b55) fixed;
    background: #6c7989 -moz-linear-gradient(#6c7989, #434b55) fixed;
    background: #6c7989 -o-linear-gradient(#6c7989, #434b55) fixed; 
    background: #6c7989 linear-gradient(#6c7989, #434b55) fixed;
}

body {
    padding-top: 50px;
    padding-bottom: 20px;
    background: none;
}

MarginAdjust {
    margin: -10px;
}

.body-grid {
    background-image: url("grid.png");
    background-repeat: repeat;
    background-attachment: fixed;
} 
.tab {
    text-indent: 40px;
}

.body-content {
} 

.dl-horizontal dt {
    white-space: normal;
}
 
.panel-transparent {
    background: none;
}
    .panel-transparent .panel-heading {
        background: rgba(255, 255, 255, 0.8) !important;
    }

    .panel-transparent .panel-body {
        background: rgba(255, 255, 255, 0.65) !important;
    }
     