* {
margin: 0;
padding: 0;
border: 0;
}

body {
background-color: #fff;
color: #555;
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
font-size: 12px;
margin: 0px;
line-height: 1.5;
}

h1, h2, h3, h4, strong, label {
color: #000;
}

img {
border: 0px;
}

h1 {
border-bottom: 1px solid #000;
clear: both;
font-size: 1.5em;
margin: 0.8em 0;
}

h2 {
border-top: 1px dashed #000;
border-bottom: 1px dashed #000;
clear: both;
font-size: 1.2em;
margin: 0.8em 0;
}

h3 {
font-size: 1.15em;
margin: 0.8em 0;
}

h4 {
font-size: 1em;
margin: 0.8em 0;
}

label {
font-weight: bold;
}

input {
font-size: 13px;
}

input[type="text"] {
border: 1px solid #ccc;
}

input[type="submit"] {
border: 1px outset #000;
}

p {
margin: 0.7em 0;
}

* > .anchor:link, * > .anchor:visited {
visibility: hidden;
}

.anchor:link, .anchor:visited {
color: #999;
font-size: 0.6em;
padding-left: 5px;
text-decoration: none;
vertical-align: text-top;
}

h1:hover .anchor, h2:hover .anchor, h3:hover .anchor, h4:hover .anchor {
visibility: visible;
}

.back_text {

}

.cb {
clear: both;
}

.error {
color: #d00;
font-weight: bold;
}

.bar_wrapper {
background-color: #fff;
border-top: 1px solid #000;
border-bottom: 1px solid #000;
clear: both;
margin: 0px;
padding: 5px 0px 5px 0px;
}

.bar {
background-color: #000;
color: #ccc;
font-size: 0.7em;
margin: 0px auto 0px auto;
padding: 3px 0px 3px 0px;
text-align: center;
vertical-align: middle;
width: 100%;
}

.detail_box_wrapper {
float: right;
margin: 0 5px 10px 10px;
width: 185px;
}

.detail_box {
background-color: #ddd;
border-top: 1px solid #bbb;
border-left: 1px solid #bbb;
border-bottom: 1px solid #000;
border-right: 1px solid #000;
font-size: 0.8em;
padding: 5px; 
}

.drop_shadow {
background-image: url(/public/img/drop_shadow.png);
background-repeat: repeat-x;
height: 10px;
margin: 0px auto -10px auto;
}

#header {
margin: 10px 0px 20px 0px;
}

#header #masthead_wrapper {
background-color: #fff;
margin: auto auto;
padding: 5px 5px 5px 5px;
width: 660px;
}

#header #masthead {
background-color: #fff;
padding: 5px;
}

#header #masthead img {
float: left;
margin: 10px 0;
}

#header #search_constraint {
margin: auto auto;
text-align: right;
width: 660px;
}

#header #main_search input {
font-size: 1.1em;
width: 175px;
}

#header #nav {
float: right;
margin: 10px 0;
}

#header #nav a {
color: #000;
font-weight: bold;
text-decoration: none;
}

#header #nav a:hover {
color: #d00;
}

#header #nav li {
border-left: 1px solid #ccc;
display: block;
float: left;
list-style: none;
margin: 0px 1px 0px 0px;
padding: 3px 10px 3px 10px;
vertical-align: middle;
}

#header #nav li.first { 
border-left: 0;
}

#content {

}

#content form input[type="text"] {
width: 250px;
}

#content form input[type="text"]:focus {
border: 1px solid #000;
}

#content ul {
margin: 0 0 10px 0;
}

#content li {
margin: 0 0 0 15px;
}

#content #main_wrapper {
background-color: #ddd;
border: 1px solid #000;
margin: auto auto;
padding: 5px;
width: 660px;
}

#content #main {
background-color: #fff;
border: 1px solid #000;
padding: 5px 5px 10px 5px;
}

#content .button {
background: transparent url(/public/img/button_left.png) no-repeat scroll left top;
color: #000;
cursor: pointer;
display: block;
font-weight: bold;
height: 24px;
line-height: 24px;
padding: 0 0 0 3px;
text-decoration: none;
width: 100px;
}

#content .button span {
background: transparent url(/public/img/button_right.png) no-repeat scroll right top;
display: block;
height: 24px;
line-height: 24px;
text-align: center;
width: 100px;
}

#content .button:hover {
background-position: left -24px;
}

#content .button span:hover {
background-position: right -24px;
}

#content table.blocklist {
border: 1px solid #bbb;
border-bottom: 0;
border-spacing: 0;
padding: 0 0 0 0;
width: 100%;
}

#content table.blocklist td, #content table.blocklist th {
padding: 3px 7px;
}

#content table.blocklist th {
border-bottom: 1px solid #bbb;
background: #eee url(/public/img/gradient_bottom.png) repeat-x bottom left;
}

#content table.blocklist td {
border-bottom: 1px solid #bbb;
text-align: center;
}
#footer {
margin: 20px 0px 10px 0px
}

#footer #stars {
margin: 10px auto 10px auto;
text-align: center;
}

