@import "reset.css";
@import "jitsys.css";
ul {
	border-bottom:1px solid #aaa;
	list-style:none;
}
ul li {
	border-top:1px solid #aaa;
	padding:2px 0;
}
dl {
	border-bottom:1px solid #ddd;
	list-style:disc url(/img/icon/li.gif);
}
dt {
	border-top:1px solid #ddd;
    color: #777;
    margin-right:2px;
}
dd {
    margin-right:2px;
}
h1 {
	font-family:courier, sans-serif;
    font-weight: bold;
	padding-bottom:5px;
	color: #555;
    font-size: 200%;
}
a:hover img {
	background:yellow;
}
a:link, a:visited {
	text-decoration: underline;
	color: #8B1A1A;
}
a:hover {
	text-decoration: underline;
	color:#ff6600;
}

a:link.title, a:visited.title {
	text-decoration:underline;
	color:#fffff0;
}
a:hover.title {
	text-decoration: underline;
	color:#EEAD0E;
}
body {
	background:#555;
    padding:15px;
	font-family:verdana, sans-serif;
	height:100%;
	color:#aaa;
    width:1024px;
    margin:auto;
}
#main {
    margin: auto;
    margin-top:30px;
	background:#aaa;
	min-height:50em;
	padding:15px;
}
#top {
    width:100%;
    padding:5px;
    color: #aaa;
    position: fixed;
    background:#212121;
    left: 50%;
    transform: translateX(-50%);
    vertical-align:bottom;
    text-align:center;
    top:0;
}
#top a {
    color: #ccc;
}
#nav {
    border:0;
}
#nav li {
	display:inline;
}
#nav li a {
	float:left;
	text-decoration:none;
	padding:4px 8px 6px 8px;
	color:#ddd;
}	
#nav li a:first  {
    border-left: none !important;
}
#nav li a:hover {
	background:#999;
}

#pagenumbers {
	margin:10px;
	font-size: 85%;
	letter-spacing: 1px;
}
#footer {
	background:#eee;
	border-top:double 3px #999;
	font-size:85%;
	padding:5px 0;
}
table {
    background: #777;
    width:100%;
}
th {
    border:1px solid #777;
    padding: 4px 8px;
    background: #333;
    color: #f5f5f5;
    text-align:left;
}
table td {
    color: #f5f5f5;
    border: 1px dotted #999;
    padding: 4px 8px;
}
ul.bc {
    background: #ddd;
    padding:10px;
    width:auto;
}
ul.bc li {
    color: #777;
}
div.pn {
    background:#999;
    padding:10px;
}
div.pn span {
    color: #fff;
    background:#777;
    padding:4px;
}
div.pn a {
    color: #555;
}
input[type="text"] {
    background-image: url('/img/icon/search.png');
    background-size:.8em;
    background-position: 10px 10px;
    background-repeat: no-repeat;
    text-indent:40px;
    border: 2px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
}
input[type="text"]:focus {
    text-indent:0px;
    background-image: none;
}
input[type="text"]:focus::placeholder {
    color:#fff;
}
