@import url(../reindeer/styles.css); /*--------------------------------------------------------------- Application Layout ---------------------------------------------------------------*/ .v-csslayout-margin-top { padding-top: 0; } .v-csslayout-margin-right { padding-right: 0; } .v-csslayout-margin-bottom { padding-bottom: 0; } .v-csslayout-margin-left { padding-left: 0; } .v-csslayout-container { height: 100%; width: 100%; } .application-container { height: 100%; } .application-container>.v-csslayout-margin { margin: 5px auto; height: 98%; width: 90%; -moz-border-radius: 5px; border-radius: 5px; background: #333; } .application-header { height: 15%; } .application-header>.v-csslayout-margin { margin: 5px auto; height: 95%; width: 98%; } .application-title { height: 50%; color: white; font-size: xx-large; font-weight: bold; color: white; vertical-align: middle; } .application-subtitle { height: 50%; color: #b6d7e8; font-size: normal; vertical-align: middle; } .application-body { height: 80%; background: white; } .application-body>.v-csslayout-margin { padding: auto; height: 98%; width: 98%; } .application-footer { height: 5%; text-align: center; vertical-align: middle; color: white; } .application-footer>.v-csslayout-margin { padding: auto; height: 98%; width: 98%; } /*--------------------------------------------------------------- Reindeer Layout Overrides ---------------------------------------------------------------*/ .v-generated-body,.v-app { background: url(images/back01.gif); }