/*
** Stylesheet for www.shippysoft.com
** Copyright (C) ShippySoft <sales@shippysoft.com>
**
** Author: Jeff Shipman <shippy@shippysoft.com>
*/

/* BODY tag */
BODY {
   font-family: helvetica, arial, sans-serif;
   background: white;
   color: black;
}

/* links */
A:link, A:visited, A:active {
  color: black;
}

/* Images */
IMG {
   border: 0;
}

/* The main table */
.MainTable {
   border: 0;
   margin-top:     -8px;
   margin-left:    -3px;
   margin-right:   0px;
   margin-bottom:  0px;
   padding-top:    0;
   padding-left:   0;
   padding-right:  0;
   padding-bottom: 0;
   border-top:     0;
   border-left:    0;
   border-bottom:  0;
   border-right:   0;
}
 
/* The main table's first column */
.MainTableCol1 {
   background: #7591A9;
   border-right: 5px solid black;
   padding-left: 5px;
   padding-right: 5px;
   vertical-align: top;
   text-align: left;
   width: 20%;
}

/* When you hover over a link */
.MainTableCol1A:hover {
   color: #EDEFFF;
   text-decoration: none;
}

.MainTableCol1ADownload:hover {
   color: #EDEFFF;
   text-decoration: none;
}

/* The main table's second column */
.MainTableCol2 {
   background: white;
   vertical-align: top;
   text-align: left;
   padding-left: 5px;
}

/* The current link we're viewing */
.MainTableCurrent {
   color: #EDEFFF;
}

A.important, .important {
   color: #D63B3B;
}

/* SSSAL text and Mailing list and news headers */
.sssal, .MListHeader, .newsheader, .recipeheader, .MListSubHeader {
   background-color: #EAEAEA;
   padding: 5px;
}

/* Mailing List Header and News Header */
.MListHeader, .newsheader, .recipeheader {
   text-align: center;
}

/* Mailing List Subheader */
.MListSubHeader {
   text-align: left;
}

.EvalNote {
   background-color: #EAEAEA;
   border-width: 2px;
   border-color: black;
   border-style: solid;
   padding: 5px;
}

TH.EvalNote {
   text-align: center;
}
