
/* ================================
    CSS STYLES FOR THE COMMERCE STARTER KIT 
    v1.0, 10/2002
   ================================
*/   

.OrderLayout
{
	border-top-width: 1px;
	border-right: 1px solid;
	border-left: 1px solid;
	width: 588px;
	border-bottom: 1px solid;
	position: relative;
	background-Color: "lightyellow";
}
	
.ReviewLayout
{
	border-top-width: 1px;
	border-right: 1px solid;
	border-left: 1px solid;
	border-bottom: 0px solid;
	width: 588px;
	position: relative;
	background-Color: "lightyellow";
}


.SummaryLayout
{
	border-top-width: 1px;
	border-right: 1px solid;
	border-left: 1px solid;
	width: 590px;
	border-bottom: 1px solid;
	position: relative;
	background-Color: "white";
}

.SummaryHeader
{
	font-weight: bold;
	font-size: 11px;
	text-decoration:  underline;
	color: Black;
	direction: ltr;
	text-indent: 2pt;
	font-family: Verdana, Helvetica, sans-serif;
	height: 20px;	
	padding-top: 3px;
	
}


.BorderAdd
{
	border-right: maroon 8px solid;
	padding-right: 20px;
	border-top: maroon 8px solid;
	padding-left: 20px;
	font-weight: bold;
	font-size: 13px;
	padding-bottom: 20px;
	border-left: maroon 8px solid;
	width: 110px;
	height: 100px;
	color: black;
	direction: ltr;
	padding-top: 30px;
	border-bottom: maroon 8px solid;
	font-family: Verdana, Arial;
	background-color: white;
	text-align: center;
	word-spacing: 2px;	
	line-height: 20px;
}

.OrderLayout
{
	background: lightyellow;
	border-top-width: 1px;
	border-right: 1px solid;
	border-left: 1px solid;
	width: 588px;
	border-bottom: 1px solid;
	position: relative;
	
}


/* */
.HomeHead
{
	padding-left: 60px;
	font-weight: bold;
	font-size: 20px;
	color: #999966;
	font-family: Arial;
	line-height: 55px;
	letter-spacing: 1.5;
}

/* */
.HomeHeadLeft
{
	padding-left: 190px;
	font-weight: bold;
	font-size: 20px;
	color: #999966;
	font-family: Arial;
	
	letter-spacing: 1.5;
	
}

/* */
.SubContentHead
{
    color: dimgray;
    font-family: Verdana, Arial;
    font-size: 11px;
    font-weight: bold;
    line-height: 16px;
    height: 120px;
}

.SubContentHead p
{
	line-height: 7px;
}
/* */
.ContentHead
{
    color: white;
    font-family: Verdana, Arial;
    font-size: 20px;
    font-weight: normal;
    height: 25px;
    letter-spacing: 1.5px;        
}

.TopPadding
{
	padding-top: 5px;
}

.MoveDown
{
	padding-top: 5px;
	padding-left: 2px;
}

/* */
.ErrorText
{
    color: red;
    font-family: Verdana, Arial;
    font-size: 12px;
    line-height: 20pt
}

.HomeSummaryHeader
{
	border-right: #cccccc solid;
	padding-right: 0px;
	border-top: #cccccc solid;
	font-weight: bold;
	font-size: 11px;
	padding-bottom: 53px;
	border-left: #cccccc solid;
	color: black;
	direction: ltr;
	padding-top: 35px;
	border-bottom: #cccccc solid;
	font-family: Verdana, Arial;
	background-color: white;
	vertical-align: top;
	text-align: justify;
	line-height:14px;
	
}

.BorderCell
{
	border-bottom: #cccccc solid;
	background: #1d4b4a;	
	text-align:center;
	font-family: Arial;
	color: White;
	font-size: 12px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	letter-spacing: 1.5px;
	vertical-align: top;
}

#BorderCellBottomRight
{
	background: url(images/ClockWaterMark.jpg) no-repeat;
	border-bottom: #cccccc solid;
	border-right: #cccccc solid;
	border-left:  #cccccc solid;
	width: 478px;
	height:200px;
	padding-left: 15px;
	padding-top: 0px;

}

#BorderCellBottomLeft
{
	border-bottom: #cccccc solid;
	border-left:  #cccccc solid;
	padding-left: 15px;
	padding-top: 35px;	
	height: 165px;
	text-align: center;
	font-weight: bold;
	padding-right: 15px;
	font-family: Arial;
	color: Maroon;
	font-size: medium;
	line-height: 30px;
	
}

.ListHead
{
	font-weight: bolder;
	font-size: 14px;
	color: black;
	line-height: 14pt;
	font-family: Verdana, Arial;
	padding-left: -10px;
}
 
.NoPadding
{
	padding-bottom:-3px;
}

#List
{
	padding-left: 10px;
}

.ListItem
{	
	font-weight: normal;
	font-size: 10px;
	color: black;	
	font-family: Verdana, Arial;		
}

.ListItemAlt
{
    background-color: #f2f2f2;
    border-bottom: dimgray;
    border-left: dimgray 1px solid;
    color: black;
    font-family: Verdana, Arial;
    font-size: 11px;
    padding-left: 5px
}

.ListFooter
{
    background-color: #dddca3;
    line-height: 10pt
}

.WelcomeHeader
{
    color: darkred;
    font-family: Verdana, Arial;
    font-size: 13px;
    font-weight: bolder;
    padding-top: 5px;
    padding-left: 5px;
}
/* text style for the links */


a.SiteLinkWhite, a.SiteLinkWhite:link, a.SiteWhiteLink:visited
{
	font-family: Verdana, Helvetica, sans-serif;
    text-decoration: none;
    color: White;
    font-size: 9pt;
}   

a.SiteLinkWhite:hover
{
    font-family: Verdana, Helvetica, sans-serif;
    text-decoration: none;
    color:  Gray;
}

A.SiteLinkUL, A.SiteLinkUL:link, A.SiteLinkUL:visited
{
    font-family: Verdana, Helvetica, sans-serif;
    font-weight: normal;
	text-decoration: underline;
    color: darkred;
    font-size: 9pt;
}   

A.SiteLinkUL:hover
{
	font-family: Verdana, Helvetica, sans-serif;
    font-weight: normal;
	color: black;
	text-decoration: undeline;
}

A.SiteLink, A.SiteLink:link, A.SiteLink:visited
{
    font-family: Verdana, Helvetica, sans-serif;
    font-weight: normal;
	text-decoration: none;
    color: darkred;
    font-size: 9pt;
}   

A.SiteLink:hover
{
	font-family: Verdana, Helvetica, sans-serif;
    font-weight: normal;
	color: black;
	text-decoration: none;
}

A.SiteLinkBold, A.SiteLinkBold:link, A.SiteLinkBold:visited
{
    color: darkred;
    font-family: Verdana, Helvetica, sans-serif;
    text-decoration: none;
    font-size:  11px;
    font-weight: bold
}

A.SiteLinkBold:hover
{
    color: black;
    text-decoration: none;
}

.LabelHeader
{
	font-weight: bold;
	font-size: 11px;
	color: white;
	direction: ltr;
	text-indent: 15pt;
	font-family: Verdana, Helvetica, sans-serif;
	height: 20px;
	background-color: #2f4f4f;
	padding-top: 3px;
}
.LabelColumn
{
	font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    height: 25px;
    color: darkred;
    background-color: #e4e4e4;
    
}
.DataColumn
{
	font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    height: 25px;
    color: black;
    background-color: lightyellow;
    
}
.LinkButtonActive
{
    font-family: Verdana, Helvetica, sans-serif;
    text-decoration: none;
    color: darkred;
    background-color : lightyellow;
    font-size: 11px;
}   
.LinkButtonActive
{
    font-family: Verdana, Helvetica, sans-serif;
    text-decoration: none;
    color: darkred;    
    font-size: 11px;
}   
/* */
A.MenuUnselected, A.MenuUnselected:link, A.MenuUnselected:visited
{
    color: black;
    font-family: Verdana, Helvetica, sans-serif;
    text-decoration: none;
    font-size:  12px;
    font-weight: bold;
    line-height: 16px;
    padding-left: 10px
}

A.MenuUnselected:hover
{
    color: white;
    text-decoration: underline;
    padding-left: 10px
}

A.MenuSelected
{
    color: white;
    font-family: Verdana, Helvetica, sans-serif;
    text-decoration: none;
    font-size:  12px;
    font-weight: bold;
    line-height: 16px;
    padding-left: 10px
}

A.MenuSelected:hover
{
    color: white;
    font-family: Verdana, Helvetica, sans-serif;
    text-decoration: none;
    padding-left: 10px
}


/* GENERAL */

/* text style used for most text rendered by modules */
.Normal
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 12px    
}

.NormalLabel
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
    line-height: 12px;
    text-align: right;
    padding-right: 5px;
    padding-left: 0px;
}

.NormalLabelLeft
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
    line-height: 12px;
    text-align: left;
    padding-right: 5px;
    padding-left: 0px;
    
}
.NormalDouble
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 20px    
}

/* text style used for textboxes in the admin pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 1.2em;
    font-weight: normal;
}

/* text style used for selects in the admin pages, for Nav compatibility */
.NormalSelect
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 1.2em;
    font-weight: normal;
}

/* text style used for textboxes in the edit pages, for Nav compatibility */
.EditTextBox
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 1em;
    font-weight: normal;
    border-style: solid;
    border-width: 1px;
    border-color: #999966;
    width: 100%;
}

/* text style used for controls in the admin and edit pages, for Nav compatibility */
.FooterText
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
    color: black;
    
}


/* text style used for controls in the admin and edit pages, for Nav compatibility */
.NormalControl
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    
}


/* text style used for controls in the admin and edit pages, for Nav compatibility */
.SmallLabel
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: xx-small;
    font-weight: normal;
    text-align: right;
     line-height: 20px;
    
}

/* text style used for controls in the admin and edit pages, for Nav compatibility */
.addresstitle
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: xx-small;
    font-weight: normal;
    text-align: left;
    line-height: 15px;
    
}

/* text style used for controls in the admin and edit pages, for Nav compatibility */
.SmallBoldLabel
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: xx-small;
    font-weight: bold;
    text-align: right;
    
}


/* text style used for checkboxes in the admin and edit pages, for Nav compatibility */
.NormalCheckBox
{
    margin-left: -4px;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
}

/* text style used for checkboxes in the admin and edit pages, for Nav compatibility */
.NormalCheckBoxIndent
{
    padding-left: 50px;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
}

/* text style used for checkboxes in the admin and edit pages, for Nav compatibility */
.NormalRadio
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    text-indent: -5px;
}

/* text style used for checkboxes in the admin and edit pages, for Nav compatibility */
.NormalButton
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    /*text-indent: -5px;
    border-style: solid;
    border-width: 1px;
    border-color: #cccc99; */
    background-color:#ccccaa; 
    width: 60px;
    height: 20px;
       
}



.NormalButtonRed
{
    font-family: Verdana, Helvetica, sans-serif;
    color: White;
    font-size: 11px;
    font-weight: bold;
    /*text-indent: -5px;
    border-style: solid;
    border-width: 1px;
    border-color: #cccc99; */
    background-color: darkred; 
    width: 75px;
    height: 20px       
}

.NormalButtonGreen
{
    font-family: Verdana, Helvetica, sans-serif;
    color: White;
    font-size: 11px;
    font-weight: bold;
    /*text-indent: -5px;
    border-style: solid;
    border-width: 1px;
    border-color: #cccc99; */
    background-color: darkgreen; 
    width: 100px;
    height: 20px       
}

.NormalRed
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: darkred
}

.BoldRed
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    line-height: 12px;
    color: darkred
}

.NormalBold
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    line-height: 12px    
}

.NormalDoubleBold
{
    padding-top: 5px;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    line-height: 20px    
}

.BoldRight
{
	padding-left: 15px;
	padding-right: 15px;
	font-weight: bold;
	font-size: xx-small;	
	font-family: Verdana, Helvetica, sans-serif;
	text-align: right;
}

.BoldRightXSmall
{
	padding-left: 15px;
	padding-right: 15px;
	font-weight: bold;
	font-size: xx-small;
	line-height: 10px;
	font-family: Verdana, Helvetica, sans-serif;
	text-align: right;
}

.NormalItalic
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    line-height: 16px    
}

SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}

BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}


UL LI   {
    list-style-type:    square ;
}

UL LI LI    {
    list-style-type:    disc;
}

UL LI LI LI {
    list-style-type:    circle;
}

OL LI   {
    list-style-type:    decimal;
}

OL OL LI    {
    list-style-type:    lower-alpha;
}

OL OL OL LI {
    list-style-type:    lower-roman;
}

HR {
    height:1pt;
    text-align:left
}

#Validation
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
	color: Red;    
	padding-top:20px;
}

#Contact
{
	margin-left: -10px;
	text-align: center;
	padding-top: 150px;
}

