/*******************************************************************************
*
* Style Sheet for Bristol Manufacturing, Inc
*
* Copyright 2004 (c) Bristol Manufacturing, Inc All Rights Reserved.
*
* Revisions
* ------------------------
* Mar 17, 2004 - SEV - Created
*
*******************************************************************************/

/**************************************
* Default Overrides
**************************************/
body {
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
    background: #FFF;
    color: #000;
}
table tr td {
    /*border: none; */
    padding: 0px;
    margin: 0px;
    text-align: left;
    vertical-align: top;
    background: transparent;
    color: #000;
}
h1 {
    font: bold small Verdana, Arial, Helvetica, sans-serif;
    color: #B22222;
    background: transparent;
}
h2 {
    font: bold x-small Verdana, Arial, Helvetica, sans-serif;
    color: #B22222;
    background: transparent;
}
p {
    font: x-small Verdana, Arial, Helvetica, sans-serif;
    color: #363636;
    background: transparent;
}
li {
    font: x-small Verdana, Arial, Helvetica, sans-serif;
    color: #363636;
    background: transparent;
}
img {
    border: none;
}
a:link:visited{
    background: transparent;
    color: #808080;
}
a:visited{
    background: transparent;
    color: #808080;
}
a:link{
    background: transparent;
    color: #808080;
}
a:hover{
    background: transparent;
    color: #A9A9A9;
}
form {
    margin: 0px;
    padding: 0px;
}
strong {
    background: transparent;
    color: #B22222;
}

/**************************************
* Page Styles
**************************************/
table.pagetable {
    width: 770px;
}
td.headcol {
    height: 90px;
    background: #4682B4 url(/images/head_bg.jpg) repeat;
    color: #000;
    border-top: 1px #99CCFF solid;
    border-left: 1px #99CCFF solid;
    border-right: 1px #07284A solid;
    border-bottom: 1px #07284A solid;
}
td.stagecol {
    height: 415px;
}
td.footcol {
    height: 45px;
}

/**************************************
* Head Styles
**************************************/
table.headtable {
    width: 100%;
    height: 100%;
    padding: 0px;
    margin: 0px;
}
td.logocol {
    width: 260px;
    border-bottom: 1px #000 solid;
}
td.searchcol {
    text-align: right;
    font: x-small Verdana, Arial, Helvetica, sans-serif;
    color: #000;
    background: transparent;
    vertical-align: middle;
    white-space: nowrap;
    padding-right: 10px;
    height: 70px;
    border-right: 1px #07284A solid;
}
img.headtag {
    padding-right: 10px;
    font: bold small Verdana, Arial, Helvetica, sans-serif;
    color: #000;
    background: transparent;
    float: left;
    position: relative;
    left: 35px;
    top: 1px;
    border-right: 1px #444 solid;
    border-bottom: 1px #444 solid;
}
td.headnavcol {
    vertical-align: bottom;
    text-align: left;
    white-space: nowrap;
    border-top: 2px #07284A solid;
    border-left: 2px #07284A solid;
    /*border-right: 2px #555 solid;
    border-bottom: 2px #555 solid;*/
    height: 20px;
    padding: 0px;
    margin: 0px;
}
/*div.navbar {
    vertical-align: bottom;
    text-align: left;
    white-space: nowrap;
    background: #FFF url(/images/navbg.png) repeat-x bottom left;
    color: #000;
    width: 100%;
    height: 25px;
}*/
a.navlink{
    background: transparent;
    color: #000;
    text-decoration: none;
    /*border-left: 1px #000 solid;
    border-right: 1px #000 solid;*/
    padding-left: 1px;
    padding-right: 1px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin: 0px;
    height: 20px;
}

/**************************************
* Stage Styles
**************************************/
table.stagetable {
    width: 100%;
    height: 100%;
}
td.stagenavcol {
    width: 160px;
    height: 100%;
    color: #000;
    background: #F5F5F5;
    border-right: 1px #A9A9A9 dotted;
}
td.bodycol {
    height: 100%;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
}

/**************************************
* Foot Styles
**************************************/
table.foottable {
    width: 100%;
    height: 100%;
}
td.foottopcol {
    width: 100%;
    height: 5px;
    background: #FFF url(/images/foothrbg.jpg) repeat-x bottom left;
    color: #FFF;
}
td.footleftcol {
    width: 370px;
    font: xx-small Verdana, Arial, Helvetica, sans-serif;
    color: #808080;
    background: transparent;
    text-align: left;
    vertical-align: middle;
    padding-top: 5px;
    padding-left: 15px;
    padding-right: 5px;
    padding-bottom: 5px;
    white-space: nowrap;
}
td.footrightcol {
    font: xx-small Verdana, Arial, Helvetica, sans-serif;
    color: #808080;
    background: transparent;
    text-align: right;
    vertical-align: middle;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 15px;
    padding-bottom: 5px;
    white-space: nowrap;
}

input.searchbutton {
    position: relative;
    top: 4px;
}

/**************************************
* Form Styles
**************************************/
td.formfieldcol {
    width: 80px;
    padding: 3px;
    font: x-small Verdana, Arial, Helvetica, sans-serif;
    color: #363636;
    background: transparent;
    white-space: nowrap;
}
td.formctrlcol {
    width: 320px;
    padding: 3px;
}
.formbuttonctrl {
    font: x-small Verdana, Arial, Helvetica, sans-serif;
    /*color: #336699;
    background: 363636;*/
    /*border: 1px #336699 solid;
    border-radius: 25% 25%;*/
}
