body {
}

.logo {
    height: 100px;
    width: 100%;
    text-align: left;
    background: #ccc url("/images/banner.gif") repeat-x; 
}

#crawler {
    font-family: "DejaVu Sans", "Bitstream Vera Sans", Verdana, sans-serif;
    line-height: 1.2em;
    text-align: center;
    width: 720px;
    margin-left: 25px;
}

#crawler a {
    cursor: pointer;
    cursor: hand;
    color: #860404;
    text-decoration: underline;
    font-weight: bold;
}
#crawler a.external {
    background: url("/images/external.png") center right no-repeat;
    padding: 0px 13px 0px 0px;
}
#crawler a.quickjump {
    font-family: monospace;
    font-size: 14px;
}
#crawler a.disclaimer {
    color: #860404;
    text-decoration: none;
    font-weight: normal;
}
#crawler a:hover.disclaimer {
    color: #860404;
    text-decoration: underline;
}
#crawler a.copyright {
    text-decoration: none;
    font-weight: normal;
}
#crawler a:hover.copyright {
    color: #860404;
    text-decoration: underline;
}

#crawler input, select {
    background: #fff;
    border: 1px solid;
    border-color: #ccc #eee #eee #ccc;
    font-size: 12px;
    color: #966;
    margin: 0;
    padding: 1px;
}

#crawler span.search {
    font-size: 13px;
    color: #910;
}

#crawler .disclaimer {
    font-size: 12px;
    color: #966;
}

#crawler .copyright {
    margin-top: 15px;
    font-size: 11px;
}

#crawler .content
{
    margin-top: 25px;
    margin-bottom: 30px;
}

#crawler .center
{
    text-align: center;
}

#crawler .left
{
    text-align: left;
}

#crawler .right
{
    text-align: right;
}

#crawler .index
{
    width: 1px;
    margin-left: auto;
    margin-right: auto;
}

#crawler .clickable {
    cursor: pointer;
    cursor: hand;
}

#crawler .minimalist
{
    font-size: 12px;
    background: #fff;
    border-collapse: collapse;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
}
#crawler .minimalist tr
{
    border-bottom: 1px solid #ccc;
}
#crawler .minimalist tr.thead
{
    border-bottom: 2px solid #A63434;
}
#crawler .minimalist tr.separator
{
    border-bottom: 2px solid #A63434;
}
#crawler .minimalist tr.tfoot
{
    border-bottom: 0px;
}
#crawler .minimalist th
{
	font-size: 13px;
	font-weight: bold;
	color: #910;
	padding: 10px 8px;
	text-align: center;
}
#crawler .minimalist td
{
	color: #966;
	padding: 6px 8px;
}
#crawler .minimalist tr:hover td.tbody
{
	color: #900;
}

#crawler .minimalist_internal
{
    font-size: 12px;
    background: #fff;
    margin-left: auto;
    margin-right: auto;
    border-collapse: collapse;
    text-align: left;
}
#crawler .minimalist_internal tr
{
    border-bottom: 1px solid #ccc;
}
#crawler .minimalist_internal tr.thead
{
    border-bottom: 2px solid #A63434;
}
#crawler .minimalist_internal tr.separator
{
    border-bottom: 2px solid #A63434;
}
#crawler .minimalist_internal tr.tfoot
{
    border-bottom: 0px;
}
#crawler .minimalist_internal th
{
	font-size: 13px;
	font-weight: bold;
	color: #910;
	padding: 10px 8px;
	text-align: center;
}
#crawler .minimalist_internal td
{
	color: #966;
	padding: 6px 8px;
}
#crawler .minimalist_internal tr:hover td.tbody
{
	color: #900;
}

#crawler ul.star_base {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 85px;
    height: 20px;
    top: -4px;
    position: relative;
    float: left;
    background: url('/images/stars.gif') repeat-x left -25px;
    cursor: pointer;
}
#crawler li.star_fix {
    padding: 0;
    margin: 0;
    float: left;
    display: block;
    width: 85px;
    height: 20px;
    z-index: 20;
    position: absolute;
}
#crawler li.star_fix {
    background: url('/images/stars.gif') left 0px;
}
#crawler li.star_var {
    padding: 0;
    margin: 0;
    float: left;
    display: block;
    width: 85px;
    height: 20px;
    z-index: 20;
    position: absolute;
}
#crawler li.star_var {
    background: url('/images/stars.gif') left 25px;
}
