
/************************* Standard Elements *******************************/
[disabled] {
  color:#444444;
  background:#cccccc;
}

form {
    margin-bottom : 0;
}

body{
	background-color : Black;
	color : white;
	font-family : "Verdana";
	font-style : normal;
	font-size : 10pt;
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
	border : 0px none;
}

input, select, textarea {
  padding: 1px 1px 1px 1px;
  font-size: 13px;
  line-height: 15px;
  font-style: normal;
  font-family: Arial, "Century Gothic", Helvetica, sans-serif;
}

h1 {
    FONT-SIZE: 32px;
    LINE-HEIGHT: 36px;
    font-weight: bold;
    FONT-STYLE: normal;
    FONT-FAMILY: "Franklin Gothic Demi", "Comic Sans MS",Verdana, Arial, Helvetica, sans-serif;
    border: 5px;
    margin: 3px;
    padding: 5px;

}

h2 {
    FONT-SIZE: 20px;
    LINE-HEIGHT: 22px;
    FONT-WEIGHT: bold;
    FONT-STYLE: normal;
    FONT-FAMILY: arial, geneva, sans-serif;
   border: 5px;
}

h3 {
    FONT-WEIGHT: bold;
    FONT-SIZE: 12px;
    LINE-HEIGHT: 15px;
    FONT-STYLE: normal;
    FONT-FAMILY: arial, geneva, sans-serif;
}

.master_table{
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
	border : 0px none;
	left : 0px;
	top : 0px;
	align : center
	position : absolute;
	background: url('http://www.stealthtracking.com/images/Backgroundimage.jpg')
}

/************************* Links *******************************/
a:link
{
    color: #0700BF;
    text-decoration : none;
}

a:visited
{
    COLOR: #0700BF;
    text-decoration : none;
}

a:active
{
    COLOR: #881234;
    text-decoration : none;
}

a:hover
{
    color: #881234;
    text-decoration : none;
}

/* header links */
a:link.header
{
    COLOR: #000000;
    text-decoration : none;
}

a:visited.header
{
    COLOR: #000000;
    text-decoration : none;
}

a:active.header
{
    COLOR: #880000;
    text-decoration : none;
}

a:hover.header
{
    color: #880000;
    text-decoration : none;
}

a:link.footer
{
    COLOR: #000000;
    text-decoration : underline;
}

a:visited.footer
{
    COLOR: #000000;
    text-decoration : underline;
}

a:active.footer
{
    COLOR: #880000;
    text-decoration : underline;
}

a:hover.footer
{
    color: #880000;
    text-decoration : underline;
}

/* Horizontal Menu */

#navcontainer ul
{
padding-left: 0;
padding-top: 0;
margin-top: 0;
margin-left: 0;
background-color: #000000;
color: White;
float: left;
width: 100%;
font-family: arial, helvetica, sans-serif;
font-size: 13px;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
padding: 3px 6px;
background-color: #000000;
color: White;
text-decoration: none;
float: left;
border-right: 1px solid #fff;
}

#navcontainer ul li a:hover
{
background-color: #888866;
color: #fff;
}

