
body {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	color: #333;
}

#header {
	background-image: url(/i/enumcrawler-header.png);
}

#header h1 {
	font-size: 24px;
	font-weight: normal;
	color: #999;
	height: 50px;
	margin-left: 80px;
	margin-top: 14px;
	margin-bottom: 0px;
}

h1 {
	font-size: 20px;
	font-weight: bold;
	color: #0067b7;
	margin-top: 12px;
	margin-bottom: 4px;
}

p {
	margin-top: 4px;
	margin-bottom: 4px;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	color: #0067b7;
	margin-top: 10px;
	margin-bottom: 4px;
}

a {
	text-decoration: underline;
	color: #0067b7;
}

a:hover {
	text-decoration: none;
	color: #80b7ff;
}

#footer {
	text-align: center;
}

div.statusbar {
        color: #777;
        font-size: 11px;
        background-color: #f7f7f7;
        border: solid 1px #ddd;
        padding: 4px 10px 4px 10px;
}

div.statusbar p {
        margin: 0px;
        padding: 0px;
}

em {
       font-weight: bold;
}

td {
       text-align: right;
       padding-left: 4px;
       padding-right: 4px;
       border-top: solid 1px #ddd;
}

.small {
      font-size: 11px;
}

.left {
       text-align: left;
}

th {
     font-size: 10px;
     text-align: center;
     color: #bbb;
     font-weight: bold;
     border-bottom: solid 1px #888;
     padding-left: 2px;
     padding-right: 2px;
}
     
#footer {
	margin-top: 20px;
	border-top: solid 1px #eee;
}

li {
	list-style: none;
}

.dim {
        color: #bbb;
}

li ul li {
     margin-left: 20px;
}

p.breadcrumbs {
	font-size: 11px;
	margin-left: 66px;
}


