﻿.warningContainer
{
    color: Red;
    border-top: solid 1px black;
    margin-right: 10px;
    margin-top: 10px;
    margin-left: 10px;
    padding: 10px 10px 0px 10px;
}

.warningTitleSpan
{
    font-size: 9pt;
    margin: 0px 0px 5px 0px;
    
}

.warningSubTitleSpan
{
    display: block;
    margin: 0px 0px 5px 0px;
    font-size: 8pt;
}

.warningBodyPara
{
    font-size: 7pt;
    margin: 0px 0px 10px 0px;
    
}

.bold
{
	font-weight: bold;
}

.capitalize
{
    text-transform: uppercase;
}

.indent
{
    margin-left: 30px;
}

.fieldLinkSmall
{
    padding-left: 10px;
    font-size: 9px;
}

#alertBoxBackground
{
    position: absolute;
    top: 0px;
    left: 0px;
    width:100%;
    height: 100%;
    z-index: 10;
}

#alertBoxBackground *
{
    z-index: 11;
}

#searchForProductAlertBox
{
    position: fixed;
    top: 40%;
    margin: 0px auto;
    background-color: White;
    border: 1px solid black;
    padding: 10px;    
    margin-left: 10%;
}

#searchForProductAlertBox h3
{
    background-color:White;
    margin: 0px 0px 0px 0px;
    color: Black;
}

#continueText
{
    display: block; 
    float: left; 
    padding-right: 10px;
    line-height:50px;
    margin: 0px 0px 0px 0px;
    font-size: 13px; 
}

#continueText a
{
    text-decoration: none;
}

#continueText span
{
    text-decoration: none; 
    color: White;
}

.continueImageButton
{
    float: left; 
    padding-top: 12px; 
    padding-right: 10px;
}

.continueImageButton img
{
    border-width: 0px;
}

body
{
	padding: 0px;
	background-color: #333333; 
	margin: 0px auto; 	
	font-size: 11px;
	font-family: Verdana, Arial, sans-serif; 
	color: #000000;	
}

html, body, form
{
    height: 100%;
}

h2
{
    font-size: 17px;
    margin-top: 5px;
}

.applicationLink
{
    list-style: none;    
}

.sizingLink
{
    list-style: none;
}

.resultsLink
{
    list-style: none;
}

.selectionLink
{
    list-style: none;
}