/* Style sheet for Hostile Intent ECS by Stuart Welch 2007 */

/* Anchors */

a img
{
 border: 0px;
 padding: 0px;
}
a:active, a:visited, a:link
{
 color: #888;
 text-decoration: none;
}
a:hover
{
 color: #BBB;
 text-decoration: underline;
 background-color: transparent;
}

/* HTML elements */

body
{
 color: #BBB;
 font-family: Verdana, sans-serif;
 font-size: 10pt;
 background-color: #134;
 background-image: url(gfx/bg.jpg);
 background-position: top left;
 background-repeat: no-repeat;
}

table
{
 width: 100%;
 border-collapse: collapse;
 border-bottom: 3px solid #000;
 border-right: 3px solid #000;
 margin-bottom: 5px;
 padding-bottom: 0px;
 background-color: #345;
 /*background-image: url(gfx/gradient_table.jpg);
 background-position: top left;
 background-repeat: repeat-x;*/
}
table th
{
 color: #89A;
 text-align: left;
}
table td, table th
{
 padding: 5px;
 border: 1px solid #234;
 vertical-align: top;
}

input, textarea
{
 font-family: Ariel, sans-serif;
 font-size: 10pt;
}
form, fieldset
{
 border: 0px;
 margin: 0px;
 padding: 0px;
}

li
{
 padding-bottom: 5px;
 margin-bottom: 5px;
 border-bottom: 1px solid #345;
}

/* Custom element styles */

h4, div.header
{
 font-size: 10pt;
 font-weight: bold;
 padding: 5px;
 margin-top: 0px;
 margin-bottom: 5px;
 border-top: 1px solid #345;
 border-bottom: 1px solid #345;
 background-color: #567;
}
h4 a, div.header a
{
 color: #BBB !important;
}

div#body, div#footer
{
 margin: auto;
 width: 766px;
}
div#logo_text
{
 color: #CCC;
 text-align: right;
 padding-bottom: 5px;
 margin-right: 16px;
}
div#content_outer
{
 float: left;
 width: 748px;
 background-color: #456;
 background-image: url(gfx/gradient_nav.jpg);
 background-position: top left;
 background-repeat: repeat-x;
 border: 1px solid #000;
}
div#user_controls
{
 font-size: 8pt;
 text-align: right;
 padding: 5px;
 height: 12px;
}
div#navigation
{
 float: left;
 color: #FFF;
 width: 100px;
 height: 270px;
 padding-top: 28px;
 /*border-bottom: 1px solid #000;*/
}
div#navigation div.menu_item
{
 height: 22px;
 width: 90px;
 margin-left: 2px;
 padding-left: 8px;
 padding-top: 2px;
 background-image: url(gfx/button.jpg);
 background-repeat: no-repeat;
 background-position: top left;
}
div#navigation div.menu_item a
{
 color: #FFF !important;
}
div#navigation div.menu_item a:hover
{
 color: #000 !important;
 text-decoration: none;
 margin-left: 2px;
}
div#content_inner
{
 float: right;
 width: 627px;
 color: #FFF;
 border-left: 1px solid #567;
 padding: 10px;
}
div#footer
{
 font-size: 7pt;
}
div#footer, div#footer a
{
 color: #678 !important;
}
div#footer div#footer_left
{
 float: left;
 width: 300px;
}
div#footer div#footer_right
{
 float: right;
 width: 400px;
 text-align: right;
}

div.clear
{
 clear: both;
 overflow: hidden;
}

div.gap
{
 height: 15px;
 overflow: hidden;
}

div.quote
{
 border: 1px solid #234;
 padding: 5px;
 margin: 10px;
 color: #999;
}
div.quote span.quote_caption
{
 color: #BBB;
 font-weight: bold;
}
div.quote span.quote_for
{
 color: #BBB;
 font-style: italic;
}

/* Site links styles */

div#hi_network
{
 border-top: 1px solid #234;
 font-size: 8pt;
 background-color: #345;
 padding: 2px;
 text-align: center;
}

/* Gradient element styles */

div#content_gradient_b
{
 background-image: url(gfx/gradient_b.jpg);
 background-position: bottom left;
 background-repeat: repeat-x;
}
div#content_gradient_r
{
 background-image: url(gfx/gradient_r.jpg);
 background-position: top right;
 background-repeat: repeat-y;
}
div#content_gradient_bl, div#content_gradient_br, div#content_gradient_tr
{
 width: 16px;
 height: 16px;
 background-position: top left;
 background-repeat: no-repeat;
}
div#content_gradient_bl
{
 float: left;
 background-image: url(gfx/gradient_bl.jpg);
}
div#content_gradient_br
{
 float: right;
 background-image: url(gfx/gradient_br.jpg);
}
div#content_gradient_tr
{
 float: right;
 background-image: url(gfx/gradient_tr.jpg);
}

/* User Control buttons */

div#control_button_selected
{
 float: left;
 width: 100px;
 height: 20px;
 border-top: 1px solid #000;
 border-left: 1px solid #000;
 border-right: 1px solid #000;
 padding-top: 5px;
 text-align: center;
}
div#control_button_selected a
{
 color: #FFF !important;
}
div.control_button_gap, div#control_button_gap_fill
{
 float: left;
 height: 25px;
 border-bottom: 1px solid #000;
}
div.control_button_gap
{
 width: 20px;
}
div#control_button_gap_fill
{
 width: 37px;
}
div.control_button_unselected
{
 float: left;
 width: 100px;
 height: 20px;
 margin-top: 4px;
 border-top: 1px solid #666;
 border-left: 1px solid #666;
 border-right: 1px solid #666;
 border-bottom: 1px solid #000;
 text-align: center;
 background-color: #567;
}
div.control_button_unselected, div.control_button_unselected a
{
 color: #AAA !important;
}
div#control_container
{
 border-left: 1px solid #000;
 border-right: 1px solid #000;
 border-bottom: 1px solid #000;
 padding: 8px;
}
