/*======================== LAYOUT ============================*/
html,body{margin:0;padding:0;background:#000;}


div#header{position:relative}
div#header h1{height:100px;line-height:50px;margin:0;border: 0;}
div#content p{line-height:1.4}
div#footer p{margin:0;padding:5px 10px}

div#wrapper{margin-left:250px;width:100%}
div#navigation{position:absolute;left:0;top:100px;width:250px;}
div#footer{clear:left;width:100%}

#alp {position:absolute;
	margin-left:50px;left:100px; top:50px; 	}
#alp a,#alp a:visited {display:block; min-width:20px;white-space: nowrap;}
#list td{white-space: nowrap;}

/*======================== STYLE ============================*/
#content {background:#000;color:#c8c8c8;}
#header {color:#f00;background: #000;border-bottom:solid 1px #c8c8c8;}
#footer {font-size:1em; color:#0f0;text-align:center;background:#000;}
#navigation {font-size:1.2em;color:#c8c8c8;background:#000;border-top: solid 1px #c8c8c8;}



a{color: RGB(255,80,80);}
a:visited{color: RGB(200,0,0);}
#alp a,#alp a:visited {
	text-decoration:none; text-align:center;font-size:1em;
	background:#222; color:#ff5050;border:1px solid #000;
}
#alp a:hover {background:#faa; color:#000;}
#content table {color:#c8c8c8;}
#content a{color: RGB(255,80,80);}


.menu {
	padding-top: 25px;
	padding-bottom: 35px;
	width: 170px;
}
.menu td {
	padding-left: 20px;
	border-left: 1px;
	border-right: 1px;
}
.menu td a, .menu td a:visited {
	text-decoration: none;
}
.menu td:hover {
	border-left: 1px solid #f00;
	border-right: 1px solid #f00;
}
div.pager{
	font-size: 80%;
	text-align: left;
}
a.pager-link {
	font-size: small;
}
tr.list{
	background-color: #000000;
}
tr.list:hover{
	background-color: #202020;
}

div.ss{
	font-size: 80%;
	padding: 5px;
}
/*menu*/
#menu {
	padding-top: 25px;
	padding-bottom: 35px;
	width: 170px;
}
#menu a, #menu a:visited {
	text-decoration: none;
}
ul#menu {
	list-style-type: none;
}
ul#menu li {
	margin-top: 3px;
}
ul#menu li:hover {
	padding-left: 10px;
	margin-left: -12px;
	border-left: 2px solid #f00;
}
