/*
   Squid cfgman adaptations. Based on default.css
   Meant to be included by the cfgman pages after default.css
*/

body {
	margin: 30px;
}

#content p.cfglinks {
	width: 100%;
	text-align: right;
}

#content li {
	font: courier;
	margin-left: 25px;
}

#content li a {
	text-decoration: none;
}

table.summary tr th {
	width: 150px;
	font-size: 10pt;
	padding-right: 15px;
	text-align: right;
	vertical-align: top;
}

table.summary td#name {
	font-size: 12pt;
	font-weight: bold;
}

table.summary td#alias {
}

table.summary td#requires {
}

table.summary td#config pre {
	width: 400px;
	border: 1px dotted;
	padding: 5px;
}

table.summary td#detail pre {
	font-family: courier;
	font: courier;
	padding: 15px;
}
