/* Product Details */

table.ProductDetails_CustomizeTable {
  width: 100%;
  border: none;
  border-collapse: collapse;
  border-spacing: 0px;
  border-spacing: expression(cellSpacing=0);
}

table.ProductDetails_CustomizeTable tr td.ImageCell {
  width: 260px;
  text-align: center;
  vertical-align: top;
  padding: 10px;
}

table.ProductDetails_CustomizeTable tr td.ProductCell {
  text-align: right;
  vertical-align: top;
  padding: 3px;
}

img.ProductDetails_DetailedImage {
  height: 240px;
  width: 240px;
  border: none;
}

h1.ProductDetails_NameHeader {
  font-family: Verdana;
  font-size: 11pt;
  border: none;
  padding: 0px;
  margin: 0px;
  color: black;
}

span.ProductDetails_ProductID {
  font-size: 8pt;
  font-weight: bold;
  font-family: Arial;
}

span.ProductDetails_OldPrice {
  font-family: Arial;
  font-size: 10pt;
  font-weight: bold;
  text-decoration: line-through;
}

span.ProductDetails_Price {
  font-family: Arial;
  font-weight: bold;
  font-size: 10pt;
}

span.ProductDetails_SalePrice {
  color: #C01B00;
}

div.ProductDetails_MultiPriceHeader {
  width: 250px;
  border: 1px solid #404040;
  padding: 1px;
  text-align: center;
  background-color: #E8E8E8;
  float: right;
  clear: both;
}

div.ProductDetails_MultiPriceHeader p {
  font-weight: bold;
}

table.ProductDetails_MultiPriceTable {
  width: 250px;
  border: 1px solid #404040;
  border-collapse: collapse;
  border-spacing: 0px;
  border-spacing: expression(cellSpacing=0);
  float: right;
  clear: both;
}

table.ProductDetails_MultiPriceTable tr td.MultiPriceCell {
  padding: 1px;
  text-align: center;
}

table.ProductDetails_MultiPriceItemTable {
  border: 1px dotted lightgray;
  border-collapse: collapse;
  border-spacing: 0px;
  border-spacing: expression(cellSpacing=0);
}

table.ProductDetails_MultiPriceItemTable tr td {
  padding: 1px 5px 1px 5px;
}

table.ProductDetails_MultiPriceItemTable tr td p {
  white-space: nowrap;
  text-align: center;
}

span.ProductDetails_BogoLabel {
  color: green;
}

span.ProductDetails_ShippingLabel {
  color: green;
}

span.ProductDetails_AutoInsertLabel {
  color: orange;
}

input.ProductDetails_QuantityTextBox {
  width: 50px;
  border: 1px solid gray;
  text-align: center;
  font-family: Verdana;
  font-size: 10px;
  font-weight: bold;
}

div.ProductDetails_QuantityPanel {
  border: none;
  text-align: center;
  padding: 0px;
  float: right;
  clear: both;
}

table.ProductDetails_VariationsTable {
  border: none;
  border-collapse: collapse;
  border-spacing: 0px;
  border-spacing: expression(cellSpacing=0);
  float: right;
  clear: both;
}

table.ProductDetails_VariationsTable tr td.CustomizationCell {
  text-align: right;
}

table.ProductDetails_DescriptionTable {
  width: 100%;
  border: none;
  border-collapse: collapse;
  border-spacing: 0px;
  border-spacing: expression(cellSpacing=0);
}

table.ProductDetails_DescriptionTable tr td.DescriptionHeaderCell {
  text-align: left;
  padding: 2px;
}

table.ProductDetails_DescriptionTable tr td.DescriptionHeaderCell p {
  font-weight: bold;
  font-size: 10pt;
  white-space: nowrap;
  text-decoration: underline;
}

table.ProductDetails_DescriptionTable tr td.AddThisButtonCell {
  text-align: center;
  padding: 2px;
}

table.ProductDetails_DescriptionTable tr td.VideoReviewButtonCell {
  text-align: right;
  padding: 2px;
}

table.ProductDetails_DescriptionTable tr td.DescriptionCell {
  text-align: left;
  padding: 2px;
}

table.ProductDetails_ReviewsTable {
  width: 100%;
  border: none;
  border-collapse: collapse;
  border-spacing: 0px;
  border-spacing: expression(cellSpacing=0);
}

table.ProductDetails_ReviewsTable tr td.ReviewsHeaderCell {
  text-align: left;
  padding: 2px;
}

table.ProductDetails_ReviewsTable tr td.ReviewsHeaderCell p {
  font-weight: bold;
  font-size: 10pt;
  white-space: nowrap;
  text-decoration: underline;
}

table.ProductDetails_ReviewsTable tr td.AddReviewCell {
  text-align: right;
}

table.ProductDetails_ReviewsTable tr td.ReviewsCell {
  padding: 2px;
  border: 1px dashed lightgray;
}

hr.ProductDetails_ReviewRule {
  width: 100px;
}

span.ProductDetails_ShowAllReviewsLabel {
  font-size: 7pt;
}

span.ProductDetails_DropDownLabel {
  font-size: 9pt;
  font-weight: bold;
}

table.ProductDetails_DropDownTable {
  border: none;
  border-collapse: collapse;
  border-spacing: 0px;
  border-spacing: expression(cellSpacing=0);
  float: right;
  clear: both;
}

table.ProductDetails_DropDownTable tr td.TypeCell {
  text-align: right;
  vertical-align: middle;
  padding: 2px;
}

table.ProductDetails_DropDownTable tr td.DropDownCell {
  padding: 1px;
  vertical-align: middle;
}

table.ProductDetails_ImagesTable {
  border: none;
  border-collapse: collapse;
  border-spacing: 0px;
  border-spacing: expression(cellSpacing=0);
}

table.ProductDetails_ImagesTable tr td.MainImageCell {
  border: none;
  padding: 0px;
  text-align: center;
  vertical-align: top;
}

div.ProductDetails_MainImagePanel {
  width: 242px;
  height: 242px;
  padding: 0px;
  border: 1px solid #E8E8E8;
}

div.ProductDetails_MainImagePanel img {
  width: 240px;
  height: 240px;
}

table.ProductDetails_ImagesTable tr td.AltImagesCell {
  border: none;
  padding: 0px;
  text-align: left;
  vertical-align: top;
}

div.ProductDetails_AltImagesPanel {
  border: 1px solid #E8E8E8;
  width: 40px;
  height: 242px;
  text-align: center;
  padding: 5px 0px 5px 0px;
}

table.ProductDetails_ImagesTable tr td.FooterCell {
  text-align: center;
  padding: 5px;
}

div.ProductDetails_AltImagePanel {
  padding: 0px 0px 10px 0px;
}

div.ProductDetails_AltImagePanel img {
  border: 1px solid gray;
  width: 30px;
  height: 30px;
}

div.ProductDetails_SeparatorPanel {
  height: 5px;
  font-size: 5px;
  float: right;
  clear: both;
}

div.ProductDetails_DropDownPanel {
  text-align: right;
}

div.ProductDetails_MessagePanel {
  float: right;
  clear: both;
}

div.ProductDetails_InStockMessagePanel {
  width: 135px;
  padding: 5px;
  border: 2px solid green;
}

div.ProductDetails_InStockMessagePanel p {
  font-weight: bold;
}

div.ProductDetails_OutOfStockMessagePanel {
  width: 275px;
  padding: 5px;
  border: 2px solid red;
}

div.ProductDetails_OutOfStockMessagePanel p {
  font-weight: bold;
}

div.ProductDetails_AddToCartPanel {
  float: right;
  clear: both;
}

table.ProductDetails_QuantityTable {
  border: none;
  border-collapse: collapse;
  border-spacing: 0px;
  border-spacing: expression(cellSpacing=0);
}

table.ProductDetails_QuantityTable tr td.QuantityCell {
  padding: 2px;
  white-space: nowrap;
}

table.ProductDetails_QuantityTable tr td.QuantityCell p {
  font-size: 9pt;
  font-weight: bold;
}

table.ProductDetails_QuantityTable tr td.ErrorCell {
  padding: 1px;
}

table.ProductDetails_VideoRelatedItemsTable {
  width: 100%;
  border: none;
  border-collapse: collapse;
  border-spacing: 0px;
  border-spacing: expression(cellSpacing=0);
}

table.ProductDetails_VideoRelatedItemsTable tr td.VideosCell {
  padding: 0px;
}

table.ProductDetails_VideoRelatedItemsTable tr td.VideosCell p {
  font-weight: bold;
  font-size: 10pt;
  white-space: nowrap;
  text-decoration: underline;
}

table.ProductDetails_VideoRelatedItemsTable tr td.RelatedItemsCell {
  padding: 0px;
}

p.ProductDetails_RelatedItemsText {
  font-weight: bold;
  font-size: 10pt;
  white-space: nowrap;
  text-decoration: underline;
}

table.ProductDetails_RelatedItemsTable {
  width: 100%;
  border: none;
  border-collapse: collapse;
  border-spacing: 0px;
  border-spacing: expression(cellSpacing=0);
}

table.ProductDetails_RelatedItemsTable tr td.RepeaterItemCell {
  padding: 2px;
  text-align: center;
}

table.ProductDetails_HorizontalRelatedItemsTable {
  width: 100%;
  border: none;
  border-collapse: collapse;
  border-spacing: 0px;
  border-spacing: expression(cellSpacing=0);
}

table.ProductDetails_HorizontalRelatedItemsTable tr td.RepeaterItemCell {
  padding: 2px;
  text-align: center;
}

img.ProductDetails_RelatedItemImage {
  width: 120px;
  height: 120px;
  border: 0px;
}

p.ProductDetails_NoReviewsText {
  text-align: center;
  text-decoration: underline;
}

table.ProductDetails_GridTable {
  border: none;
  border-collapse: collapse;
  border-spacing: 0px;
  border-spacing: expression(cellSpacing=0);
}

table.ProductDetails_GridTable tr td.VerticalHeader {
  padding: 1px;
  text-align: center;
  vertical-align: middle;
}

table.ProductDetails_GridTable tr td.VerticalHeader p {
  font-weight: bold;
  font-size: 10pt;
}

table.ProductDetails_GridTable tr td.HorizontalHeader {
  padding: 1px;
  text-align: center;
  vertical-align: middle;
}

table.ProductDetails_GridTable tr td.HorizontalHeader p em {
  font-style: normal;
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 10pt;
}

img.ProductDetails_ProductStatusImage {
  border: 0px;
  width: 18px;
  height: 18px;
}

table.ProductDetails_InnerGridTable {
  border: none;
  border-collapse: collapse;
  border-spacing: 0px;
  border-spacing: expression(cellSpacing=0);
}

table.ProductDetails_InnerGridTable tr td.GridVerticalHeaderCell {
  padding: 1px;
  text-align: center;
  vertical-align: top;
  border: 1px solid #dddddd;
}

table.ProductDetails_InnerGridTable tr td.GridVerticalHeaderCell p {
  font-size: 8pt;
  font-weight: bold;
  white-space: nowrap;
}

table.ProductDetails_InnerGridTable tr td.GridHorizontalHeaderCell {
  padding: 1px;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #dddddd;
}

table.ProductDetails_InnerGridTable tr td.GridHorizontalHeaderCell p {
  font-size: 8pt;
  font-weight: bold;
  white-space: nowrap;
}

table.ProductDetails_InnerGridTable tr td.GridProductCell {
  padding: 0px;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #dddddd;
}

div.ProductDetails_CloseoutReturnsPanel {
  float: right;
  clear: both;
  border: 2px solid red;
  padding: 3px;
  width: 250px;
}

div.ProductDetails_CloseoutReturnsPanel p {
  text-align: right;
  color: red;
}

/* Product Grid */

span.PriceBlock {
  white-space: nowrap;
}

span.SalePrice {
  color: red;
}

table.ProductGrid_CategoryDrillDownTable {
  width: 100%;
  border: none;
  border-collapse: collapse;
  border-spacing: 0px;
  border-spacing: expression(cellSpacing=0);
}

table.ProductGrid_CategoryDrillDownTable tr td.CategoryLevel0Cell {
  padding: 2px;
  text-align: left;
  background-color: #F0CCB0;
}

table.ProductGrid_CategoryDrillDownTable tr td.CategoryLevel1Cell {
  padding: 2px 2px 2px 12px;
  text-align: left;
}

table.ProductGrid_OutterTable {
  width: 100%;
  border: none;
  border-collapse: separate;
  border-spacing: expression(cellSpacing=1);
  border-spacing: 1px;
}

table.ProductGrid_OutterTable tr td.ProductGridCell {
  vertical-align: top;
  border: none;
  background-color: white;
  padding: 2px;
}

table.ProductGrid_OutterTable tr td.DrillDownCell {
  width: 170px;
  border-top: 1px solid gray;
  border-left: 1px solid gray;
  border-right: 1px solid black;
  border-bottom: 1px solid black;
  background-color: eeeeee;
  padding: 5px;
  vertical-align: top;
  text-align: center;
}

table.ProductGrid_InnerTable {
  width: 100%;
  border: none;
  border-collapse: collapse;
  border-spacing: expression(cellSpacing=0);
  border-spacing: 0px;
}

table.ProductGrid_InnerTable tr td {
  text-align: left;
  padding: 2px;
}

table.ProductGrid_InnerTable tr td.SortCell {
  text-align: right;
}

div.ProductGrid_DrillDownPanel {
  width: 160px;
  border-bottom: 1px solid gray;
  border-top: none;
  border-right: none;
  border-left: none;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 2px 2px 8px 2px;
  text-align: left;
}

div.ProductGrid_DrillDownPanel select {
  font-family: Verdana;
  font-size: 8pt;
  width: 145px;
}

div.ProductGrid_DrillDownPanel input {
  font-family: Verdana;
  font-size: 8pt;
  width: 145px;
}

table.ProductGrid_SortTable {
  border: none;
  border-collapse: collapse;
  border-spacing: 0px;
  border-spacing: expression(cellSpacing=0);
}

table.ProductGrid_SortTable tr td {
  padding: 0px;
}

table.ProductGrid_MainGrid {
  width: 99%;
  margin: 2px;
  border: none;
  border-collapse: collapse;
  border-spacing: 0px;
  border-spacing: expression(cellSpacing=0);
}

table.ProductGrid_MainGrid tr td {
  border: 1px solid gray;
  text-align: center;
  vertical-align: middle;
  padding: 5px;
}

table.ProductGrid_GridTemplate {
  width: 120px;
  border: none;
  border-collapse: collapse;
  border-spacing: 0px;
  border-spacing: expression(cellSpacing=0);
}

table.ProductGrid_GridTemplate tr td.ImageCell {
  padding: 0px;
  border: 0px;
}

table.ProductGrid_GridTemplate tr td.ImageCell a img {
  border: none;
  width: 120px;
  height: 120px;
}

table.ProductGrid_GridTemplate tr td.NameCell {
  height: 50px;
  text-align: left;
  vertical-align: top;
  overflow: hidden;
  padding: 3px;
  border: 0px;
}

table.ProductGrid_GridTemplate tr td.NameCell p {
  font-size: 8pt;
}

table.ProductGrid_GridTemplate tr td.PriceCell {
  text-align: left;
  padding: 3px;
  border: 0px;

}

table.ProductGrid_GridTemplate tr td.PriceCell p {
  font-size: 8pt;
  font-weight: bold;
}

table.ProductGrid_GridTemplate tr td.ShippingCell {
  text-align: center;
  border: 0px;
}

table.ProductGrid_GridTemplate tr td.ShippingCell p {
  color: red;
  font-size: 8pt;
}

table.ProductGrid_GridTemplate tr td.StyleCell {
  padding: 3px;
  border: 0px;
  text-align: left;
}

table.ProductGrid_GridTemplate tr td.StyleCell p {
  color: navy;
  font-size: 8pt;
}

/* Product Details - Attributes Description */

table.ProdDescTable {
  width: 100%;
  border: none;
  border-collapse: collapse;
  border-spacing: 0px;
  border-spacing: expression(cellSpacing=0);
}

table.ProdDescTable tr td.DefaultCell {
  height: 27px;
  padding: 0px;
}

table.ProdDescTable tr td.SpacerCell {
  font-size: 1px;
  height: 6px;
  padding: 0px;
}

table.ProdDescTable tr td.HorizontalFillerCell {
  padding: 0px;
  font-size: 1px;
  width: 100%;
  background: white url("Images/AttributesDescriptionTabs_Middle.gif") repeat-x scroll left top;
}

/*Related Items*/
th.RelatedItemsHeader 
{
	border-bottom: dashed 2px #DEDEDE;
}

/*Product Details - Image/Customize*/

span.InStockText {
  font-size: 13px;
  color: #ED8703;
  font-weight: bold;
}

TABLE.ImageCustomizeTable {
  border: 0px;
  width: 100%;
}

TABLE.ImageCustomizeTable TR TD.ImageCell {
  text-align: left;
  vertical-align: top;
}

TABLE.ImageCustomizeTable TR TD.CustomizeCell {
  vertical-align: top;
  text-align: right;
}

TABLE.ImageCustomizeTable TR TD.AltImagesCell {
  text-align: left;
  vertical-align: bottom;
}

table.ListTableClass 
{
	border-collapse: collapse;
	width: 225px;
}

table.ListTableClass TR TD 
{
	border-style: solid;
	border-width: 1px;
	border-color: #DDDDDD;
	padding: 2px;
}

.ListPriceClass 
{
	font-size: 10px;
	color: navy;
}

table.GridTableClass 
{
	border-style: none;
	border-collapse: collapse;
	border-top: dotted 1px #DDDDDD;
	border-bottom: dotted 1px #DDDDDD;
	width: 100%;
}

table.GridTableClass TR TD 
{
	padding: 2px;
	text-align: left;
	vertical-align: top;
	width: 33%;
}

.GridPriceClass 
{
	font-size: 11px;
	color: #003366;
}

.CustomizeText {
  font-family: Arial;
  font-size: 15px;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  color: black;
}

.CustomizeTitleText {
  font-family: Arial;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  color: black;
  padding: 0px;
  margin: 0px;
}

TABLE.TitleLogoTable {
  border: 0px;
  border-collapse: collapse;
  width: 350px;
}

TABLE.TitleLogoTable TR TD {
  border: 0px
}

TABLE.CustomizeProductTable {
  border: 2px solid #660000;
  border-collapse: collapse;
  width: 350px;
  float: right;
}

TABLE.CustomizeProductTable TR TD.CustomizeHeaderCell {
  font-size: 1px;
  background-color: #660000;
  height: 16px;
}

TABLE.CustomizeProductTable TR TD {
  background-color: white;
  padding: 3px 8px 3px 8px;
}

TABLE.CustomizeProductTable TR TD TABLE TR TD {
  padding: 3px 6px 3px 6px;
}

DIV.ProductDescription {
  font-family: Arial;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  color: black;
}

table.GridTableClass tr td a {
  font-family: Arial;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
}

span.GridPriceClass {
  font-family: Arial;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
}

TABLE.ProductGroupTable TR TD.GroupItem {
  vertical-align: top;
  text-align: left;
}

TABLE.ProductGroupTable TR TD.ProductGroupImage {
  vertical-align: bottom;
  text-align: center;
}

INPUT.NewsletterSignupTextbox {
  border: 0px;
  background-color: white;
  color: black;
  font-size: 11px;
width: 100%;
}

INPUT.NewsLetterSignupButton {
  border: 1px solid white;
  background-color: #660000;
  color: white;
  font-size: 11px;
}

TABLE.SignInTable {
  border: 0px;
  border-collapse: collapse;
}

TABLE.SignInTable TR TH {
  padding: 4px;
  font-size: 10px;
  font-family: Verdana;
  font-weight: bold;
  color: #484443;
  background-color: #DEE3CC;
}

TABLE.SignInTable TR TD {
  padding: 4px;
  font-size: 10px;
  font-family: Verdana;
  color: black;
}






.ShoppingPanelItem {
	
}
.ShoppingPanelMainItem {
	
}
.ShoppingPanelSubTotal {
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #DCDCDC;
	margin-bottom: 3px;
	padding-bottom: 2px;
	font: bold;
}
.ShoppingPanelImage {
	text-align: center;
}
.SecondaryContent {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #DCDCDC;
	margin-bottom: 3px;
	padding-bottom: 2px;
	font: bold;
	color: #708090;
}
.StandOut {
	color: #73A509;
}
.MedButton {
	font-weight: bold;
	font-size: 13px;
}
.Separator {
	padding: 1px;
	margin-top: 1px;
	margin-bottom: 1px;
	border-top: 1px solid #dcdcdc;
}
.EditButton {
	border: 1px outset #f5f5f5;
	padding: 3px;
	text-align: center;
	font-weight: bold;
	background-color: #DCDCDC;
}
.PagingPanel{
    padding: 4px;
    border: 1px solid #dcdcdc;
    background-color: #f5f5f5;
}
.GroupImage {
    text-align: center;
}
.ProductGroupImage {
	margin: 0 auto;
	text-align: center;
	position: relative;
}
img.ProductGroupImageItem {
	padding: 10px;
}
.GroupLink {
    background-color: #ffffff;
    border: 1px solid #dcdcdc;
    padding: 2px;
	 margin: 2px;
}
.GroupListItem {
	text-align: left;
    padding: 3px;
    margin:2px;
    border: 1px solid #dcdcdc;
    background-color: #ffffff;
}
.GroupListAltItem {
    padding: 5px;
    margin:5px;
    border: 1px solid #dcdcdc;
    background-color: #ffffff;
}
.PagingControls {
    margin-top: 5px;
    margin-bottom: 5px;
}
.ProductGroupPagePanelTop {
	background-color: #F8F8FF;
	padding: 3px;
	border-bottom: 1px dashed #DCDCDC;
}
.ProductGroupPagePanelBottom {
	background-color: #F8F8FF;
	padding: 3px;
	border-top: 1px dashed #DCDCDC;
}
.SearchSummary, .SearchSummary a, .SearchSummary a:visited, .SearchSummary a:link, .SearchStats, .SearchStats a, a.SearchStats {
    color: #73A509;
    padding: 3px;
    font-size: 13px;
}

.Alert {
	color: #4F768B;
	padding: 10px;
	margin: 20px;
	border: 2px solid #D04209;
}

.Alert .Head {
    color: #C43A02;
    padding: 3px;
    font-size: 16px;
    font-weight: bold;
}
.technote {
	color: #778899;
	padding: 5px;
	margin: 20px;
	border-bottom: 1px solid #DCDCDC;
}
.ItemKeyword, .ItemKeyword a, .ItemKeyword a:visited {
    font-size: 13px;
    font-weight: bold;

}
.ItemNode {
   padding-top: 5px;
   padding-bottom: 5px;
}
.ItemPrice {
    color: #000000;
    font-weight: bold;
}
.DetailInfo {
    color: #7B7B7B;
    padding: 3px;
}
.DetailDescription {
    margin-bottom: 3px;	 
	 font-size: 12px;
}
.DetailDescription .ItemKeyword{
    color: #3A6F0D;
}
.DetailMedia {
	padding-top: 30px;
}
.UIMessage {
	padding: 15px;
	color: #D2691E;
	font-weight: bold;
}
.DarkRed {
	color: Maroon;
}
.Bold {
	font-weight: bold;
}
.StyleInput {
    padding: 2px;
}
.Button, A.Button, A.Button:hover, a.Button, a.Button:hover {
    border: 1px solid #999999;
    background-color: #666666;
    color: #ffffff;
    padding: 5px;
    margin-bottom: 5px;
}
.smalltext {
    font-size: 10px;
}
.medtext {
	font-size: 12px;
}
.padd {
	display: block;
    padding: 5px;
}
.large_padd {
    padding: 10px;
}

.framed {
    padding: 10px;
    border: 1px solid #dcdcdc;
}
.framed_no_padd{
    border: 1px solid #dcdcdc;	
}
.simplelist li{
	list-style-type: disc;
}
s {
    color: red;
}
.CustomerControls {
	color: #999999;
}
.CustomerControls .NormalBold {
}
.absAdminLinks {
	color: #5F9EA0;
	text-align: left;
	padding: 2px;
	margin-left: 1px;
	margin-right: 1px;
	border-left: 1px solid #0D85CC;
	border-top: 1px solid #0D85CC;
	border-right: 1px solid #0D85CC;
}
.absAdminLinks strong {
	display: block;
	background-color: #0C669B;
	color: #F0F8FF;
	padding: 2px;
}
.PaddedBorder {
	border: 1px solid #CCCCCC;
	padding: 3px;
}
.WWS_ImageHeader_Table {
	padding-bottom: 5px;
}
.UserMessage {
	color: #9ACD32;
	font-weight: bold;
}
.staContrastContent {
	background-color: #708090;
	padding: 1px;
}
.staTabularData {
	border: 1px solid #7b7b7b;
	margin-bottom: 3px;
}
.staTitleRow td {
	font-weight: bold;
	color: White;
}
.staDataRow {
	background-color: White;
}
.staTopBottomPadd {
	display: block;
	padding-top: 4px;
	padding-bottom: 4px;
}
a.staLightLinkButton {
	color: #ffffff;
	padding: 2px;
	background-color: #708090;
	border: medium double;
}
.sidenote {
	color: #778899;
	border-bottom: 1px solid #DCDCDC;
	margin-bottom: 3px;
}
.TwoColumnContent {display: block; width: 615px;}

.Huge {
	font-size: 24px;
}

.RightAligned {
	display: block;
	text-align: right;
}

.BigStandout {
	color: #3A6F0D;
	padding: 10px;
	border: 2px solid #99CC00;
	background-color: #DAF886;
}

.lightlinks {
	color: #778899;
}

a.lightlinks, a.lightlinks:visited {
	color: #778899;
	text-decoration: underline;
}
.absChildLinks {
	margin: 0 auto;
	padding: 0;
	border: 8px solid #f2f2f2;	
}
.absChildLinks dd {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 30px;
	margin-right: 30px;
}

