﻿html { height: 100%; }

body {
    background: #002A68;
    background: -webkit-gradient(radial, left top, left bottom, from(#002A68), to(#021734));
    /* ReSharper disable InvalidValue */
    background: -webkit-radial-gradient(#002A68, #021734);
    background: -moz-radial-gradient(top, #002A68, #021734);
    /* ReSharper restore InvalidValue */
    background: -ms-radial-gradient(#002A68, #021734);
    background: -o-radial-gradient(#002A68, #021734);
    background: radial-gradient(#002A68, #021734);
    color: #011E48;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#002A68', endColorstr='#021734');
    font-family: arial;
    font-size: 12pt;
    height: 100%;
    margin: 0px auto;
    zoom: 1;
}

#container {
    margin: 0px auto;
    max-width: 1024px;
    min-width: 850px;
    overflow: auto;
}

#logo {
    border-width: 0px;
    color: #FFFFFF;
     
    float: left;
    margin-top: -10px;
    position: absolute;
}

#top {
    
    background: #3F3F3F;
    background: -webkit-gradient(linear, left top, left bottom, from(#3F3F3F), to(#2C2C2C));
    background: -webkit-linear-gradient(#3F3F3F, #2C2C2C);
    background: -moz-linear-gradient(top, #3F3F3F, #2C2C2C);
    background: -ms-linear-gradient(#3F3F3F, #2C2C2C);
    background: -o-linear-gradient(#3F3F3F, #2C2C2C);
    background: linear-gradient(#3F3F3F, #2C2C2C);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3F3F3F', endColorstr='#2C2C2C');
    height: 30px;
    margin-top: 100px;
    zoom: 1;
}

#bottom {
    background-color: #000000;
    height: 30px;
    margin-top: 500px;
}

#login {
    background: #FFFFFF;
    background: -webkit-gradient(linear, 0% 0%, 0% 3%, from(#A1A1A1), to(#FFFFFF), color-stop(10%, #BDBDBD));
    background: -moz-linear-gradient(270deg, #A1A1A1, #FFFFFF, #FFFFFF 3%);
    background: -ms-linear-gradient(270deg, #A1A1A1, #FFFFFF, #FFFFFF 3%);
    background: -o-linear-gradient(270deg, #A1A1A1, #FFFFFF, #FFFFFF 3%);
    background: linear-gradient(270deg, #A1A1A1, #FFFFFF, #FFFFFF 3%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#FFFFFF');
    float: right;
    height: 500px;
    width: 30%;
    zoom: 1;
}

#disclaimer {
    font-size: 11px;
    margin-top: 30px;
    width: 250px;
}

#buttons { margin-top: -45px; }

#left {
    background: #FFFFFF;
    background: -webkit-gradient(linear, 0% 0%, 0% 3%, from(#A1A1A1), to(#FFFFFF), color-stop(10%, #BDBDBD));
    background: -moz-linear-gradient(270deg, #A1A1A1, #FFFFFF, #FFFFFF 3%);
    background: -ms-linear-gradient(270deg, #A1A1A1, #FFFFFF, #FFFFFF 3%);
    background: -o-linear-gradient(270deg, #A1A1A1, #FFFFFF, #FFFFFF 3%);
    background: linear-gradient(270deg, #A1A1A1, #FFFFFF, #FFFFFF 3%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#FFFFFF');
    float: left;
    height: 500px;
    overflow: scroll;
    width: 70%;
    zoom: 1;
}

#name {
    font-weight: normal;
    margin-top: 80px;
}

#partlist { margin-left: 15px; }

h1 {
    font-size: 24px;
    font-weight: normal;
}

.partname {
    font-size: 16px;
    font-weight: bold;
    padding-left: 10px;
    text-transform: uppercase;
}

.partdescription {
    font-size: 12px;
    font-weight: normal;
    padding-left: 20px;
    text-transform: uppercase;
}

.partvalid {
    font-size: 12px;
    font-weight: normal;
    padding-left: 20px;
    text-transform: uppercase;
}

.submitgo {
     
    background: #3F3F3F;
    background: -webkit-gradient(linear, left top, left bottom, from(#3F3F3F), to(#2C2C2C));
    background: -webkit-linear-gradient(#3F3F3F, #2C2C2C);
    background: -moz-linear-gradient(top, #3F3F3F, #2C2C2C);
    background: -ms-linear-gradient(#3F3F3F, #2C2C2C);
    background: -o-linear-gradient(#3F3F3F, #2C2C2C);
    background: #3F3F3F;
    border: 0px solid #FF9100;
    color: #FFFFFF;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3F3F3F', endColorstr='#2C2C2C');
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    height: 30px;
    margin-bottom: 5px;
    margin-top: 5px;
    text-transform: uppercase;
    width: 70px;
    zoom: 1;
}

.submitgo:hover {
    background: #FF7300;
    background: -webkit-gradient(linear, left top, left bottom, from(#FF7300), to(#EC5500));
    background: -webkit-linear-gradient(#FF7300, #EC5500);
    background: -moz-linear-gradient(top, #FF7300, #EC5500);
    background: -ms-linear-gradient(#FF7300, #EC5500);
    background: -o-linear-gradient(#FF7300, #EC5500);
    background: linear-gradient(#FF7300, #EC5500);
    cursor: pointer;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF7300', endColorstr='#EC5500');
    zoom: 1;
}

.submitbuy {
    background: #FF7300;
    background: -webkit-gradient(linear, left top, left bottom, from(#3F3F3F), to(#2C2C2C));
    background: -webkit-linear-gradient(#3F3F3F, #2C2C2C);
    background: -moz-linear-gradient(top, #3F3F3F, #2C2C2C);
    background: -ms-linear-gradient(#3F3F3F, #2C2C2C);
    background: -o-linear-gradient(#3F3F3F, #2C2C2C);
    background: linear-gradient(#3F3F3F, #2C2C2C);
    border: 0px solid #444444;
    color: #FFFFFF;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3F3F3F', endColorstr='#2C2C2C');
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    height: 30px;
    margin-bottom: 5px;
    margin-top: 5px;
    text-transform: uppercase;
    width: 70px;
    zoom: 1;
}

.submitbuy:hover { cursor: pointer; }

#HyperlinkHome {
    background: none repeat scroll 0% 0% transparent;
    border: 0px none;
}

a {
    background: none repeat scroll 0% 0% #444444;
    border-color: #444444;
    border-style: solid;
    border-width: 7px;
    color: #FFFFFF;
    float: left;
    font-size: 12px;
    margin-right: 4px;
    margin-top: 5px;
    text-align: center;
    text-decoration: none;
    width: 106px;
}