﻿/*==============================================================================
	Author:				MDP
	Last Edited Date:	20060210
						Added Font formatting for textbox classes.
	Author:				MDP
	Edited Date:		20060208
	Remarks:			Added Documentation.
==============================================================================*/

/* Main Objects */
body
{
	font-family: Verdana, Arial;
	font-size: small;
	margin: 0;
	padding: 0;
	background-image: url(../../images/site/fadeblue.jpg);
}

A
{
	color: #191970;
	font-weight: bold;
	text-decoration: none;
}

A:Hover
{
	font-weight: bold;
	text-decoration: underline;
}

.Header
{
	height: 100px;
	padding-left: 20px;
	background: #000000 url(../../images/site/header.gif) no-repeat;
}

.Header SPAN
{
	display: block;
	width: 0;
	overflow: hidden;
	/*font-size: 48pt;
	font-weight: bold;*/
}


.NavBar
{
	background: #DEDEDE;
	color: #FFFFFF;
	font-size: 15px;
	height: 25px;
	border-width: 2px;
	border-color: #000000;
	border-top-style: solid;
	border-bottom-style: solid;
}

.Menu
{
	border: 2px solid #191970;
	background-color: #F7F7F7;
		width: 200px;
		position: absolute;
	left: 0px;
	top: 126px;
	height: 190px;
}

.Main
{
	position: absolute;
	top: 126px;
	left: 205px;
	width: 750px;
	padding: 5px 0px 0px 10px;
	height: 52px;
	
}

/* Module for Menu Bar Area */
.SmallModule
{
	width: 100%;
}

.SmallModuleHeader
{
}

.SmallModuleFooter
{
}

.SmallModule SPAN.Parameter
{
	color: #27408B;
}

/* Module for Main Area */
.MainModule
{
	width: 100%;
	border-style: solid;
	border-width: 2px;
	border-color: #191970;
	background-color: #FFFFFF;
}

.MainModule TABLE
{
	width: 100%;
}

.MainModuleHeader
{
}

.MainModule SPAN
{    
    font-family: Arial, Helvetica, sans-serif;
    font-size: x-small;
}

.MainModuleHeader SPAN
{
	font-size: larger;
	font-weight: bolder;
}

.MainModuleFooter
{
	
}

.MainModule SPAN.ParameterListHeader
{
	font-weight: bold;
	color: #000000;
}

.MainModule SPAN.Parameter
{
	color: #27408B;
}

.MainModule SPAN.ImportantParameter
{
	color: #FF0000;
}

.MainModule SPAN.Information
{
	font-size: smaller;
	color: #FF0000;
}

.ConfigurationSettings
{
}

.ConfigurationSettings TD
{
	vertical-align: top;
}

.ConfigurationSettings .ConfigMenu A
{
	border-style: none;
	background-color: Transparent;
}

SPAN.Required
{
	color: #FF0000;
}

TD.Half
{
	width: 50%;
}

SPAN.Error
{
	color: #FF0000;
}

/* Page Selector Object */
.PageSelector
{
}

.PageSelector A
{
	font-size: smaller;
	background-color: Transparent;
	border-style: none;
}

TD.PageSelectorRight
{
	width: 100px;
}

/* Grid Objects */
.Grid
{
	width: 700px;
}

.Grid A
{
	border-style: none;
	background-color: Transparent;
}

.Grid TD
{
	text-align: center;
}

.GridHeader
{
	background-color: #36648B;
	color: #C6E2FF;
}

.GridHeader A
{
	color: #FFFFFF;
}

.GridRow
{
}

.AlternateGridRow
{
	background-color: #CCCCCC;
}

.AlternateGridRow A
{
}

/* View Cart Page */
.ViewCartNavCell
{
	width: 33%;
	text-align: center;
}

/* Order Detail Page */
TD.OrderDetailBelowGrid
{
	text-align: right;
}

TD.OrderDetailBelowGridCentered
{
	text-align: center;
}

/* Check Out Page */
TD.CheckOutTopLeft
{
	width: 40%;
}

TD.CheckOutTopRight
{
	width: 60%;
}

TD.CheckOutLeft
{
	width: 40%;
	text-align: right;
}

TD.CheckOutRight
{
	width: 60%;
	text-align: left;
	vertical-align: top;
}

/* Submitted Page */
TD.SubmittedCell
{
	text-align: center;
}

/* Text Boxes */
.txtLogin
{
	width: 140px;
	font: inherit;
	font-size: smaller;
}

.txtQuantity
{
	width: 80px;
	font: inherit;
	font-size: smaller;
}

.txtPONumber
{
	width: 140px;
	font: inherit;
	font-size: smaller;
}

.txtRequestedShipDate
{
	width: 140px;
	font: inherit;
	font-size: smaller;
}

.txtUserName
{
	width: 280px;
	font: inherit;
	font-size: smaller;
}

.txtCompanyName
{
	width: 280px;
	font: inherit;
	font-size: smaller;
}

.txtAccountId
{
	width: 140px;
	font: inherit;
	font-size: smaller;
}

.txtContact
{
	width: 140px;
	font: inherit;
	font-size: smaller;
}

.txtEmail
{
	width: 280px;
	font: inherit;
	font-size: smaller;
}

.txtPassword
{
	width: 140px;
	font: inherit;
	font-size: smaller;
}

.txtNumberOfEmployees
{
	width: 140px;
	font: inherit;
	font-size: smaller;
}

.txtHowLongInTheBusiness
{
	width: 140px;
	font: inherit;
	font-size: smaller;
}

.txtName
{
	width: 280px;
	font: inherit;
	font-size: smaller;
}

.txtAddress
{
	width: 280px;
	font: inherit;
	font-size: smaller;
}

.txtCity
{
	width: 200px;
	font: inherit;
	font-size: smaller;
}

.txtState
{
	width: 35px;
	font: inherit;
	font-size: smaller;
}

.txtZip
{
	width: 80px;
	font: inherit;
	font-size: smaller;
}

.txtCountry
{
	width: 200px;
	font: inherit;
	font-size: smaller;
}

.txtPhone
{
	width: 200px;
	font: inherit;
	font-size: smaller;
}

.txtFax
{
	width: 200px;
	font: inherit;
	font-size: smaller;
}

.txtComments
{
	width: 500px;
	height: 60px;
	font: inherit;
	font-size: smaller;
}

.txtCommentsSmaller
{
	width: 280px;
	height: 60px;
	font: inherit;
	font-size: smaller;
}

.txtShipperNo
{
	width: 140px;
	font: inherit;
	font-size: smaller;
}

.txtCreditCardNumber
{
	width: 200px;
	font: inherit;
	font-size: smaller;
}

.txtCreditCardName
{
	width: 280px;
	font: inherit;
	font-size: smaller;
}

.txtSiteStringValue
{
	width: 500px;
	height: 200px;
	font: inherit;
	font-size: smaller;
}

.txtExceptionType
{
	width: 500px;
	font: inherit;
	font-size: smaller;
}

.txtErrorMessage
{
	width: 500px;
	height: 100px;
	font: inherit;
	font-size: smaller;
}

.txtStackTrace
{
	width: 500px;
	height: 200px;
	font: inherit;
	font-size: smaller;
}

.txtTrackingUrl
{
	width: 350px;
	font: inherit;
	font-size: smaller;
}

.ContentArea
{
	width: 100%;
	font-family: Verdana, Arial;
	font-size: x-small;
}

.NonButtonLinkArea
{
	border-style: none;
	background-color: Transparent;
}

table.ContactList tr td
{
	font-size: x-small;
}

.lbl
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: x-small;
}

.txt
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: x-small;
}

.chk
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: x-small;
}
