/* Style sheet for Hostile Map Database by Stuart Welch 2007 */

/* HTML elements */

body
{
 font-family: Verdana, sans-serif;
 font-size: 10pt;
 background-color: #CCC;
 background-image: url(gfx/bg.png);
 margin: 8px;
 color: #333;
}
h4, h5 {
 text-align: left;
 color: #079;
 font-size: 10pt;
 background-color: #DDD;
 background-image: url(gfx/gradient_btm.jpg);
 background-position: center left;
 background-repeat: repeat-x;
 border: 1px solid #AAA;
 padding: 4px;
}
h4
{
 margin-top: 0px;
 margin-bottom: 10px;
}
h5
{
 height: 15px;
 margin-top: 10px;
 margin-bottom: 0px;
}
p
{
 margin: 0px 0px 5px 5px;
}
table
{
 background-color: #CCC;
 border: 1px solid #AAA;
 border-collapse: collapse;
 width: 100%;
 margin-bottom: 10px;
}
table td, table th
{
 border-top: 1px dashed #999;
 border-bottom: 1px dashed #999;
 font-size: 10pt;
 padding: 5px;
 text-align: left;
 vertical-align: top;
}
table th
{
 font-variant: small-caps;
}
textarea, input
{
 font-family: Verdana, sans-serif;
 font-size: 10pt;
}

/* Anchors */

a img
{
 border: 0px;
 padding: 0px;
}
a:active, a:visited, a:link
{
 color: #555;
 text-decoration: underline;
}
a:hover
{
 color: #000;
 text-decoration: none;
 background-color: transparent;
}

/* Custom element styles */

div#body
{
 margin: auto;
 width: 750px;
}
div#navigation
{
 border-top: 1px solid #000;
 border-left: 1px solid #000;
 border-right: 1px solid #000;
 background-color: #BBB;
 text-align: center;
 height: 20px;
 background-image: url(gfx/gradient_top_part1.jpg);
 background-position: top left;
 background-repeat: repeat-x;
 overflow: hidden;
}
div#navigation div#menu
{
 font-weight: bold;
 margin: auto;
 width: 626px;
 margin-top: 1px;
}
div#navigation div.menu_item
{
 float: left;
 width: 98px;
 margin-left: 2px;
 margin-right: 2px;
 height: 17px;
 background-color: #CCC;
 border: 1px solid #666;
 font-variant: small-caps;
}
div#navigation div.menu_item a
{
 color: #005;
 text-decoration: none;
}
div#navigation div.menu_item a:hover
{
 color: #05F;
}
div#navigation div#games,
div#navigation div#types_hi,
div#navigation div#types_hipr,
div#navigation div#categories,
div#navigation div#links_list
{
 position: absolute;
 top: 130px;
 padding: 5px;
 background-color: #EEE;
 border: 1px solid #000;
 text-align: left;
 width: 300px;
}
div#navigation div#links_list
{
 width: 220px;
}
div#content_outer
{
 border-bottom: 1px solid #000;
 border-left: 1px dashed #000;
 border-right: 1px dashed #000;
 background-color: #EEE;
 background-image: url(gfx/gradient_btm.jpg);
 background-position: bottom left;
 background-repeat: repeat-x;
}
div#content_inner
{
 padding: 10px;
 background-image: url(gfx/gradient_top_part2.jpg);
 background-position: top left;
 background-repeat: repeat-x;
}
div#footer_left
{
 float: left;
 width: 200px;
 height: 20px;
}
div#footer_right
{
 float: left;
 width: 550px;
 font-size: 7pt;
 text-align: right;
 height: 20px;
 color: #333;
}
div#col_left
{
 float: left;
 padding-right: 10px;
}
div#col_left ul
{
 margin-left: 0;
 padding-left: 10px;
}
div#col_right
{
 float: left;
 padding-left: 10px;
 border-left: 1px solid #AAA;
}
table.gradient
{
 background-image: url(gfx/gradient_btm_small.jpg);
 background-position: bottom left;
 background-repeat: repeat-x;
}

/* Browse downloads styles */

li#selected_section
{
 background-color: #FFF;
 border-right: 1px solid #F00;
}

/* Rating styles */

div.rating_stars_on, div.rating_stars_off
{
 float: left;
 height: 13px;
 background-repeat: repeat-x;
 overflow: hidden;
}
div.rating_stars_on
{
 background-image: url(gfx/rating_star1.gif);
 background-position: top left;
}
div.rating_stars_off
{
 background-image: url(gfx/rating_star2.gif);
 background-position: top right;
}
div.rating_stars_info
{
 float: left;
 width: 70px;
 text-align: right;
 font-style: italic;
}

/* General custom element styles */

div.gap {
 clear: both;
 height: 15px;
}
div.hr {
 border-bottom: 1px solid #AAA;
 height: 1px;
 margin-top: 6px;
 margin-bottom: 6px;
 overflow: hidden;
}

/* Quick search form styles */
form fieldset#quick_search
{
 border: 0px;
 padding: 0px;
 margin: 0px;
}
form fieldset#quick_search div#search
{
 float: right;
 width: 300px;
 text-align: right;
 margin-right: 5px;
 font-size: 8pt;
}
form fieldset#quick_search div#search input
{
 width: 150px;
 background-color: #CCC;
 border: 1px solid #000;
}
form fieldset#quick_search div#submit_button
{
 float: right;
 width: 40px;
}
form fieldset#quick_search div#submit_button input
{
 width: 40px;
 height: 20px;
 margin: 0px;
 padding: 0px;
}

/* Download page specific styles */

div#ratings
{
 margin: auto;
 width: 280px;
 height: 230px;
 border: 1px solid #000;
 padding: 10px;
 background-color: #EEE;
}
div.rating_container
{
 float: left;
 height: 230px;
 margin-left:  10px;
 margin-right: 10px;
 width: 20px;
}
div.rating_bar
{
 background-image: url(gfx/rating.jpg);
 background-position: bottom left;
 background-repeat: no-repeat;
 border-bottom: 1px solid #000;
 overflow: hidden;
}
div.rating_gap, div.rating_bar_base
{
 font-size: 7pt;
 text-align: center;
}
div#rating_graph_details
{
 font-size: 7pt;
 text-align: right;
}
div.rating_bar_base, div#rating_details_bottom
{
 height: 15px;
}
div#rating_details_top
{
 height: 215px;
}
div#rating_graph_details
{
 float: left;
 width: 50px;
}
div#rating_graph
{
 float: right;
 width: 210px;
}
