﻿.header {
    color: black; 
    padding: 0 0.5em;
    background: url(../images/banner.jpg) 99% center no-repeat;
    border-bottom: 1px solid #94c0d2;
    
}
.footer {
    padding: 0 0.5em;
    
}
.header { font-size: 1.4em; }
.body, .pane {  }
.right.col {  }
.right.col .body { padding: 0 1em; }
.listview { padding: 0; margin: 0;   color: #444; }
.listview li { list-style-type: none; background: #eee; padding: 1em; border-top: 1px solid #aaa; border-bottom: 1px solid #fff; cursor: pointer; }
.listview li.selected { background-color: #37F; color: White; }
            
.listview.inset { margin: 1em 0; }
.listview.inset li { background: white; border: 2px solid #aaa; border-bottom-width: 0; }
.listview.inset li:first-child { border-radius: 1em 1em 0em 0em }
.listview.inset li:last-child { border-radius: 0em 0em 1em 1em; border-bottom-width: 2px; }
            
.tiles { overflow-y: hidden; }
.tiles > ul { width: 1175px; }
.tiles ul { margin: 0; padding: 0; white-space: nowrap; }
.tiles li { list-style-type: none; display: inline-block; background-color: #080; width:150px; height: 150px; padding: 1em; color: White; margin: 5px; font-weight: bold; zoom:1; *display: inline; }

