﻿/*
FIle:	sitemap.css
Date:	April 9, 2010
*/

/* passed with url on a 404 error */
p#notfound {width:70%;text-align:right;float:right;}

/* specific adjustments */
/*table.welcome {background:none;}*/
p.dashedline {margin:0;padding:0;width:80%;border:none;border-top:1px dashed #ccc;height:2px;font-size:2px;}
div#admin {width:85%;text-align:center;padding:4px;border:1px solid #ccc;}
div#stats {width:85%;padding:4px;border:1px solid #ccc;}
div#admin, div#stats {-moz-border-radius:10px;border-radius:10px;}
div#admin, div#stats {background-image:url('images/sitemap/boxbackground.jpg');background-position:center -50px; background-repeat:no-repeat;}

/* site content list */
table#sitemap {border-bottom:1px dashed #ccc;}
table#sitemap td {width:50%;vertical-align:top;}
ul li {margin:0 0 0 1.3em;}