/* CSS Document */

body{
	color:#EEE;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	margin:0px
}

div#container {
	/* padding-left:40px; */
	/* padding-right:40px; */
	width:1200px;
	margin-top:-30px;
	margin-left:auto;
	margin-right:auto;

}

div#container table#bans {
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
}

.border_table{
	border-collapse:collapse;
}

div#filter input[type="text"] {
	width:190px;
}

div#filter fieldset legend {
	font-weight:bold;
}

table#filter{
	width:100%;
}

.border_table td, .border_table th{
	/* Border */
	border-color:#CCC;
	border-width:1px;
	border-style:solid;
	/* Padding / Alignment */
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:5px;
}

.border_table th, .border_table_th{
	/* Formatting */
	background-color:#222;
	color:#CCC;
	text-align:center;
	font-weight:bold;
	font-variant:small-caps;
	/* Padding / Alignment */
	padding-left:20px;
	padding-right:20px;
}

div.duration_perm, div.expires_never {
	text-align:center;
	font-size:10px;
	font-style:italic;
	color:#C60;
}

/* I have to prefix these with #container since they screw up the header navbar */
#container a {
	color:#CCC;
	border-bottom-color:#C60;
	border-bottom-width:1px;
	text-decoration:none;
	border-bottom-style:dashed;
}

#container a:hover{
	border-bottom-style:solid;
}

div.reason#undefined{
	text-align:center;
	font-size:10px;
	font-style:italic;
	color:#C60;
}
	
