/* infoarena body */
body#infoarena {
    padding: 0;
    margin: 0;
}

#infoarena #bodyarea {
    margin-left: 20px;
    margin-right: 20px;
}
/* site header */

#header {
    height: 64px;
    border-bottom: 1px solid #333;
    background: url('../images/logo_bg.jpg') repeat-x top left;
    position: relative;
}

#header h1 a {
    background:url('../images/logo.jpg') no-repeat left top;
    height:60px;
    width:300px;
    text-indent:-9999px;
    display: block;
}

/* search box in site header */
#search {
    float:right;
    padding: 12px 15px;
    background:#5C880B url(../images/search.jpg) no-repeat bottom left;
}

#search input {
    vertical-align:middle;
    padding: 0;
    font-size: 10pt;
}

#search #inputbox {
    width:120px;
}

/* userbox in site header */
#userbox {
    float: right;
    background:#5C880B url(../images/search.jpg) no-repeat bottom left;
    width: 250px;
    font-size: 8pt;
    line-height: 1.5em;
}

#userbox img {
    float: right;
    padding: 1px;
    margin: 1px;
    background:#fff;
    display:block;
}

#userbox .user {
    display: block;
    margin: 2px 3px 3px 10px;
    white-space: nowrap;
    overflow: hidden;
    width: 180px;
}

#userbox, #userbox a {
    color: #eee;
}

#userbox a.logout {
    background: url('../images/icons/key.gif') no-repeat center left;
    padding-left: 22px;
}

/* site footer */
#footer {
    border-top:1px solid #B7D285;
    background:url(../images/footer.jpg) repeat-x top;
    margin-top:1px;
    padding:10px 20px;
    font-size:11px;
    color:#999;
}

#footer ul {
}

#footer li {
    display:block;
    float:left;
    margin-right:15px;
}

#footer li.top {
    float:right;
}

#footer li.separate {
    border-left: 1px solid silver;
    padding-left: 15px;
}

#footer .cc {
    font-size:10px;
    margin-top:6px;
    text-align: left;
}

#footer a.badge {
    float: left;
    margin-right: 6px;
}
/* top navigation bar */
#topnav {
    float: left;
    width: auto;
    line-height: normal;
    margin: 0 0 .5em 1em;
    padding: 0 6px 0 0;
    background: url('../images/tab/end.gif') right bottom no-repeat;
}

#topnav ul {
    float: left;
    margin: 0;
    padding: 0 0 0 6px;
    background: url('../images/tab/begin.gif') left bottom no-repeat;
}

#topnav li {
    float: left;
    padding: 0;
    margin: 0 .4em 0 .4em;
    display: inline;
    list-style-type: none;
}

#topnav a {
    display: block;
    color: white;
    font-size: 8pt;
    padding: .1em 0 .5em 0;
}

#topnav a:hover {
    text-decoration: underline;
}

#topnav strong {
    display: block;
    background: url('../images/tab/a_end.gif') right bottom no-repeat;
    padding-right: 4px;
}

#topnav strong a {
    background: url('../images/tab/a_begin.gif') left bottom no-repeat;
    padding-left: 12px;
    padding-right: 6px;
}

/* misc */
.clear {
    height: 1%;
}
.clear:after {
    content:".";
    height:0;
    display:block;
    visibility:hidden;
    clear:both;
}
.hollyfix {
    height: 1%;
}

/* color-coded user ratings */
/* put some extra work to override SMF CSS */
a.rating-badge-1, a.rating-badge-2, a.rating-badge-3, a.rating-badge-4,
a.rating-badge-5,
a.rating-badge-1:link, a.rating-badge-2:link, a.rating-badge-3:link,
a.rating-badge-4:link, a.rating-badge-5:link {
    font-size: 12pt;
    font-weight: normal;
    padding: 0 0 0 .1em;
    margin: .1em .1em .1em 0;
    border: 1px solid white;
}
a.rating-badge-1:hover, a.rating-badge-2:hover, a.rating-badge-3:hover,
a.rating-badge-4:hover, a.rating-badge-5:hover {
    border: 1px solid gray;
    text-decoration: none;
}
a.rating-badge-5:link, a.rating-badge-5:visited { color: #000000; }
a.rating-badge-4:link, a.rating-badge-4:visited { color: #00a900; }
a.rating-badge-3:link, a.rating-badge-3:visited { color: #0000ff; }
a.rating-badge-2:link, a.rating-badge-2:visited { color: #ddcc00; }
a.rating-badge-1:link, a.rating-badge-1:visited { color: #ee0000; }
a.rating-badge-5:hover { border-color: #000000; }
a.rating-badge-4:hover { border-color: #00a900; }
a.rating-badge-3:hover { border-color: #0000ff; }
a.rating-badge-2:hover { border-color: #ddcc00; }
a.rating-badge-1:hover { border-color: #ee0000; }
#header a.rating-badge-1, #header a.rating-badge-2, #header a.rating-badge-3,
#header a.rating-badge-4, #header a.rating-badge-5 {
    padding-right: .1em;
    margin-right: .1em;
    border: 0;
    font-size: 12pt;
}
#header a.rating-badge-5 { color: #000000; }
#header a.rating-badge-4 { color: #00a900; }
#header a.rating-badge-3 { color: #0000ff; }
#header a.rating-badge-2 { color: #ddcc00; }
#header a.rating-badge-1 { color: #ee0000; }

/* stuff displayed in development mode */
#log, #log_active {
    clear: both;
    width: 98%;
    font-family: monospace;
    font-size: 9pt;
    border: 1px solid silver;
    color: gray;
}
#log_active {
    color: black;
    background-color: white;
    border-color: black;
}
#dev_warning {
    float: right;
    color: yellow;
    font-weight: bold;
    margin-right: 1.5em;
}

/* access key */
span.access-key {
    text-decoration: underline;
}

/* star ratings */
span.star-rating {
    white-space: nowrap;
}

/* tables */
table th .sort-field a {
    color: black;
    font-weight: normal;
    padding: 0 .3em 0 .3em;
    text-decoration: none;
}

table th .sort-field a:hover {
    color: white;
    background-color: #006699;
}

table th .sort-field-active a {
    color: white;
    background-color: #006699;
}

table th .sort-field-active a:hover {
    color: #006699;
    background-color: white;
}

table.fill-screen, table.fill-screen tr {
    width: 99%;         /* Internet Explorer 6 doesn't like it when it's 100% */
    margin: 0.5px auto;
}

/* datagrids */

td.number, th.number, td.date, th.date {
    text-align: right;
}

/* Tag lists */
ul.tag_list { 
    list-style-type: none; 
} 
 
li.tag_list_item { 
    padding-left: 15px; 
} 

.sub_tag_name {
    display: inline;
    background-color: #DDE;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    font-size: 11px;
    padding-top: 0.2em;
    padding-bottom: 0.2em;
    padding-right: 0.3em;
    padding-left: 0.3em;
}

.tag_name {
    display: inline;
    color: #FFF0E1;
    font-weight: bold;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    font-size: 10px;
    padding-top: 0.2em;
    padding-bottom: 0.2em;
    padding-right: 0.4em;
    padding-left: 0.4em;
}

a.sub_tag_search_anchor {
    color: #000000;
    outline-style: none;
}

a.sub_tag_search_anchor:hover {
    text-decoration: none;
}

a.tag_search_anchor {
    color: #FFF0E1;
    outline-style: none;
}

a.tag_search_anchor:hover {
    text-decoration: none;
}

.tag_name.color_scheme_0 {
    background-color: rgb(204, 0, 0);
}

.tag_name.color_scheme_1 {
    background-color: #5229A3;
}

.tag_name.color_scheme_2 {
    background-color: rgb(0, 0, 204);
}

.tag_name.color_scheme_3 {
    background-color: rgb(0, 102, 51);
}

.tag_name.color_scheme_4 {
    background-color: rgb(236, 112, 0);
}

.tag_name.color_scheme_5 {
    background-color: rgb(0, 0, 0);
}

.show_tag_anchor {
    font-size: 10px;
}
