@charset "utf-8";

@import url(/src/core.css);

@media screen {

/* Curved Borders */

.tl { background: transparent no-repeat url(banner.png) top left; }
.tr { background: transparent no-repeat url(tr.png) top right; }
.bl { background: transparent no-repeat url(bl.png) bottom left; }
.br { background: transparent no-repeat url(br.png) bottom right; }
.b { background: transparent repeat-x url(border.png) bottom; }
.t { background: transparent repeat-x url(topfill.png) top left; }
.l { background: transparent repeat-y url(border.png) left; }
.r { background: transparent repeat-y url(border.png) right; }

#centre { min-height: 400px; padding: 20px 10px 10px 10px; }
#sidenav ul li { background: #c0c0c0; }
#sidenav ul li a { background: transparent no-repeat url(/src/iconbup.png) top left; }
#sidenav ul li a.selected { background: transparent no-repeat url(/src/iconbdn.png) top left; }
#sidenav ul li a:hover { background: transparent no-repeat url(/src/iconbdn.png) top left; }

}