﻿/* GENERAL
----------------------------------------------------------*/
body
{
    font-size: .75em;
    font-family: Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
}

a:link, a:visited, a:hover, a:active
{
    color: #000000;
}

p, ul
{
    margin-bottom: 20px;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
}

h1
{
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}

h2
{
    font-size: 1.5em;
}

h3
{
    font-size: 1.2em;
    margin-bottom: 5px;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/
.page
{
    width: 990px;
    margin-left: auto;
    margin-right: auto;
}

#header
{
    position: relative;
    padding: 0 0 10px;
    border-bottom: 1px solid;
}

#footer
{
    padding: 5px 0;
    text-align: center;
    line-height: normal;
    margin: 0;
    font-size: .9em;
    border-top: 1px solid;
}

/* CONTACT PAGE
----------------------------------------------------------*/
.contactdiv
{
    padding: 0 0 75px;
}

.contacttable
{
    float: right;
    background: #333333;
    border: 3px ridge #ff0000;
    width: 25%;
}

.contacttable th
{
    text-align: left;
    color: #ffffff;
    vertical-align: top;
}

.contacttable td
{
    text-align: left;
    color: #dddddd;
}

.contacttable td a:link
{
    text-align: left;
    color: #dddddd;
}

/* TAB MENU   
----------------------------------------------------------*/
ul#menu
{
    position: relative;
    margin: 0 0 0 310px;
    text-align: right;
    background: url(../Content/Images/MenuBackground.gif) center center repeat-x;
}

ul#menu li
{
    display: inline;
    list-style: none;
}

ul#menu li a
{
    padding: 10px 10px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    color: #ffffff;
}

ul#menu li a:hover
{
    background: url(../Content/Images/MenuActive.gif) center center repeat-x;
    text-decoration: none;
}

/* GLOBAL TIME Table
----------------------------------------------------------*/
.globalclock
{
    background: url(../Content/Images/MenuActive.gif) center center repeat-x;
    border: outset 2px #ff0000;
    float: right;
    width: 20%; /*width: 45%;*/
}

.globalclock th
{
    color: #ffffff;
    font-size: 13px;
}

.globalclock td
{
    background: url(../Content/Images/MenuBackground.gif) center center repeat-x;
    border: outset 1px #ff0000;
    color: #ffffff;
    font-size: 13px;
    font-weight: bold;
}

/* FORM TABLE
----------------------------------------------------------*/
.th
{
    text-align: center;
}

.tblCheckbox
{
    font-weight: bold;
    padding: 4px;
}

.tblLabel
{
    font-weight: bold;
    text-align: right;
    padding: 4px;
}

.tblSub
{
    text-align: right;
    font-size: xx-small;
}

.tblData
{
    text-align: left;
    padding: 4px;
}

.tblFooter
{
    font-weight: bold;
    text-align: right;
    padding: 4px;
}

/* FORMS
----------------------------------------------------------*/
.textbox
{
    width: 200px;
}

.numberbox
{
    width: 70px;
    text-align: right;
}

/* GRIDVIEW
----------------------------------------------------------*/
.clsgridview
{
    border: 2px solid #000000;
    padding: 0;
}

.clsgridview th a
{
    background: url(../Content/Images/MenuActive.gif) center center repeat-x;
    color: #ffffff;
    text-decoration: none;
}

.clsgridview th
{
    border: 2px solid #000000;
    background: url(../Content/Images/MenuActive.gif) center center repeat-x;
    color: #ffffff;
}

.clsgridview td
{
    font-size: 11px;
    text-align: center;
}

.clsgvfooter
{
    background-color: #ff8888;
    font-weight: bold;
}

/* Create RFQ Table
----------------------------------------------------------*/
.createRFQ
{
    border-width: 1px;
    border-color: Gray;
    border-collapse: collapse;
    border: 2px solid #000000;
}

.createRFQ th
{
    display: table-header-group;
    background: url(../Content/Images/MenuActive.gif) center center repeat-x;
    background-color: Red;
    color: White;
    font-weight: bold;
    border: 2px solid #000000;
}

.createRFQheader td
{
}

.createRFQ td
{
    background-color: #f0f0f0;
}

/* RFQ GRIDVIEW DATA MODS
----------------------------------------------------------*/
.routenames
{
    font-size: 10px;
    text-align: left;
    padding: 0 0 0 2px;
}

.routeheader
{
    font-size: 10px;
    font-weight: bold;
    text-align: left;
    padding: 0 0 0 2px;
}

.refreshtime
{
    font-size: 10px;
    font-weight: bold;
    text-align: left;
}

.statusdata
{
    color: Red;
}

.closedtime
{
    font-size: 80%;
}

/* ERROR MESSAGES
----------------------------------------------------------*/
.error
{
    color: #ff0000;
}

.field-error
{
    text-align: center;
    color: #ff0000;
}

.input-error
{
    text-align: center;
    border: 1px solid #ff0000;
    background-color: #ffeeee;
    width: 500px;
}

.summary-errors
{
    text-align: center;
    font-weight: bold;
    color: #ff0000;
}

.textbox-error
{
    border: 1px solid #ff0000;
}

/* MISC  
----------------------------------------------------------*/
#popup
{
    position: absolute;
    display: none;
    z-index: 10;
    width: 200px;
    color: #000000;
    background-color: #999999;
    border: 1px #ffffff;
}

.clear
{
    clear: both;
}

.rfqheader
{
    font-size: 110%;
    font-weight: bold;
    vertical-align: top;
}

.rfqoptions
{
    width: 300px;
    border: 3px #ff0000;
    border-style: ridge;
}

.button
{
    background: url(../Content/Images/MenuBackground.gif) center center repeat-x;
    background-color: #000000;
    color: #ffffff;
    font-weight: bold;
}

.dropdown
{
    width: 175px;
}

#menucontainer
{
    margin-top: 30px;
}

#title
{
    display: block;
    float: left;
    text-align: left;
    width: 25%;
}

#logindisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    margin: 10px 0 0 0;
}

#globaltime
{
    padding: 5px 0 0 0;
}

.footer
{
    font-size: 80%;
    font-weight: bold;
}

.invisibletextbox
{
    display: none;
}

.inputFocused
{
    border: 2px solid red;
}

form p
{
    position: relative;
}

label
{
    position: absolute;
    top: 3px;
    left: 15px;
}
