﻿body 
{
    margin: 0px 0px 0px 0px;
    background-color: #FFFFFF;
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 11px;
    /* background-image: url("../images/bgd.jpg"); */
}

table
{
    font-size: 100%;
}

a
{
    text-decoration: none;
    color: #009900;
}

a:hover
{
    text-decoration: none;
    color: #006324;
}

h1
{
    font-size: 16px;
    font-weight: bold;
    color: #009900;
    border-bottom: 2px solid #f2f2f2;
    margin-bottom: 0.25em;
    padding: 1px 0px 10px;
}

h2
{
    font-size: 14px;
    font-weight: bold;
    color: #009900;
    margin-top: 0.15em;
    margin-bottom: 0.25em;
    padding: 0px;
}

h3
{
    font-size: 12px;
    font-weight: bold;
    color: #009900;
    margin-bottom: 0.2em;
    padding: 0px;
}

.bodytext
{
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 11px;
    font-weight: normal;
    color: #222222;
}

.subMenuText
{
    font-size: 10px;
    color: #000000;
}

.smalltext
{
    font-size: 9px;
    color: #999999;
}

a.smalltext
{
    color: #666666;
}

a.smalltext:hover
{
    color: #007800;
}

a.button
{
    font-size: 9px;
    font-weight: bold;
    text-decoration: none;
    color: #FFFFFF;
    background-color: #009900;
    border: 2px solid;
    border-color: #64B439 #003300 #003300 #64B439;
    text-align: center;
    padding: 3px 9px 4px 8px;
}

a.button:hover
{
    text-decoration: none;
    color: #FFFFFF;
    background-color: #64B439;
    border-color: #64B439 #00ab00 #00ab00 #64B439;
}

input, select, textarea
{
    font-size: 12px;
    font-weight: normal;
    color: #333333;
}

HR
{
    font-size: 1px;
    color: #E8E8E8;
    width: 100%;
}

div.nifty
{
    background: #ffffff;
    margin: 5px 5px;
}

.NiftyBorder
{
    background-color: #f2f2f2;
}

/** OLD SLICE CSS **/

.FooterTable
{	
	color: Green;
	border-collapse: collapse;
	text-align: center;
}

.FooterCell
{
	border-right: solid 1px Green;
	
}

a.FooterLink
{    
	font-size: 9px;
	text-decoration: none;
	color: Green;
}

.SequenceItem
{    
    color: Gray;
}

.CurrentSequenceItem
{    
    font-weight: bold; 
    color: Green;
}

.AdminMenu
{
    text-align: left;    
    color: Black;    
    font-weight: normal;
    text-decoration: underline;  
    height : 25px;      		
}

.SelectAdminMenu
{
    text-align: left;   
    color: Black;
    font-weight: bold;    
    height: 25px;     	
}

.SliceGridHead
{
	font-weight: bold;
	background-color: #008542;
	color: White;			 
}

.SliceGridItem
{
	font-size:12px;
	font-weight:normal;
	color: Black;	
}

.SliceRedBold
{
	font-weight: bold;	
    color: Red;    
}

.Bracket
{
	color: black;
	visibility: hidden;
}

.LoginWhite
{
	color: #FFFFFF;	
}

.button {
	width:98px;
	font-size:11px;
	line-height:16px;
	text-align:center;
	color:#000000;
	background:url(../images/button.gif) no-repeat;
	padding:2px 0px 6px;
	border:0px;
	margin:5px auto 0px;
	cursor: pointer;
	position: relative;
} 

.CartGridRow
{ 
    padding-top: 10px;
    padding-bottom: 10px;
}

.Emphasis
{
    font-family: Trebuchet MS;
    font-size: 100%;
    font-weight: bold;
}
.bwsection 
{
	text-align:left;
	border:0px;
	cursor: pointer;
	height: 24px;
	background-color:  #f2f2f2;
	width: 100%;
	color: Green;	
} 

.ToolTip
{
	visibility: hidden;
	position: absolute;
	background-color: lightyellow;
	text-align: center;
	vertical-align: middle;
	padding: 2px;
	border: 1px solid black;
}

.SlicePadding
{
	padding-top: 3px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 3px;
}

.banner1 
{
	margin-top: 5px;
	font-family: "Trebuchet MS", Arial;
	font-size: 13px;
}
.banner2 {font-family: "Trebuchet MS", Arial; font-size: 13px; font-weight: bold; }

/* New Styles */

div.BorderOuterMain
{
	background-color: #f2f2f2;
	width: 750px; 
	margin-left: auto; 
	margin-right: auto; 
	padding: 3px;
}

div.BorderOuter
{
	background-color: #f2f2f2;
}

div.BorderInner
{
	background: #ffffff;
    margin: 5px 5px;
}

div.Content
{
	margin: 5px;
}

div.TrackingFolderSectionHeader
{
	background-color: #f2f2f2;
	color: Green;
	padding: 3px;
	font-size: 12px;
	cursor: pointer;
	text-decoration: underline;
	display: block;
}