@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; }

#tabnav ul li#red a { background: transparent no-repeat url(/src/tabs.png) 0px bottom; }
#sidenav ul li { background: #f3cccc; }
#sidenav ul li a { background: transparent no-repeat url(/src/iconaup.png) top left; }
#sidenav ul li a.selected { background: transparent no-repeat url(/src/iconadn.png) top left; }
#sidenav ul li a:hover { background: transparent no-repeat url(/src/iconadn.png) top left; }

}