/*******************************************************************************
***
***  Design.css for SpreadMyBlog.com - (C)2006 intercepts
***
*******************************************************************************/

A:link, A:visited
{
  color: #606080;
  text-decoration: none;
  font-weight: bold;
}

A:hover
{
  color: #606080;
  text-decoration: underline;
  font-weight: bold;
}

BODY
{
  background: white url("/Graphics/Background2.gif");
  color: black;
  font: 10pt "Courier New", monospace;
  margin: 8px auto;
  width: 984px;
}

DIV.Text {
  color: black;
  margin: 8px auto;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}

DIV.Living {
  font-size: 11pt;
  font-weight: bold;
  text-align: center;
  padding-top: 4px;
  padding-bottom: 4px;
  border: 1px solid #C32C2D;
}

DIV.Living A
{
  color: #C32C2D;
  text-decoration: none;
}

DIV.Living A:hover
{
  color: #C32C2D;
  text-decoration: underline;
}


FORM
{
  margin-bottom: 0;
}

INPUT, SELECT, TEXTAREA
{
  font: 10pt "Courier New", monospace;
}

SPAN.Notice
{
  color: #C06000;
  font-weight: bold;
  padding-left: 10px;
}

UL
{
  list-style-type: disc;
  margin-bottom: 0;
}

UL.Large LI
{
  padding: 4px;
}



/*******************************************************************************
***
***  Page
***
*******************************************************************************/

TABLE.Page {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
}

TABLE.Page TD.TopLeft {
  background: url("/Graphics/Page_TopLeft2.gif");
  height: 12px;
  padding: 0;
  width: 12px;
}

TABLE.Page TD.TopMiddle {
  background: url("/Graphics/Page_TopMiddle2.gif");
  padding: 0;
  height: 12px;
}

TABLE.Page TD.TopRight {
  background: url("/Graphics/Page_TopRight2.gif");
  height: 12px;
  padding: 0;
  width: 12px;
}

TABLE.Page TD.Left {
  background: url("/Graphics/Page_Left2.gif");
  padding: 0;
  width: 12px;
}

TABLE.Page TD.Contents {
  padding: 0;
}

TABLE.Page TD.Right {
  background: url("/Graphics/Page_Right2.gif");
  padding: 0;
  width: 12px;
}

TABLE.Page TD.BottomLeft {
  background: url("/Graphics/Page_BottomLeft2.gif");
  height: 12px;
  padding: 0;
  width: 12px;
}

TABLE.Page TD.BottomMiddle {
  background: url("/Graphics/Page_BottomMiddle2.gif");
  padding: 0;
  height: 12px;
}

TABLE.Page TD.BottomRight {
  background: url("/Graphics/Page_BottomRight2.gif");
  height: 6px;
  padding: 0;
  width: 6px;
}

TABLE.Page TD.Inside_TopLeft {
  background: url("/Graphics/Inside_TopLeft.gif");
  height: 6px;
  padding: 0;
  width: 6px;
}

TABLE.Page TD.Inside_Top {
  background: url("/Graphics/Inside_Top.gif");
  padding: 0;
  height: 6px;
}

TABLE.Page TD.Inside_TopRight {
  background: url("/Graphics/Inside_TopRight.gif");
  height: 6px;
  padding: 0;
  width: 6px;
}

TABLE.Page TD.Inside_Left {
  background: url("/Graphics/Inside_Left.gif");
  padding: 0;
  width: 6px;
}

TABLE.Page TD.Inside_Contents {
  background: url("/Graphics/Inside_Background4.gif");
}

TABLE.Page TD.Inside_Right {
  background: url("/Graphics/Inside_Right.gif");
  padding: 0;
  width: 6px;
}

TABLE.Page TD.Inside_BottomLeft {
  background: url("/Graphics/Inside_BottomLeft.gif");
  height: 6px;
  padding: 0;
  width: 6px;
}

TABLE.Page TD.Inside_Bottom {
  background: url("/Graphics/Inside_Bottom.gif");
  padding: 0;
  height: 6px;
}

TABLE.Page TD.Inside_BottomRight {
  background: url("/Graphics/Inside_BottomRight.gif");
  height: 6px;
  padding: 0;
  width: 6px;
}


/*******************************************************************************
***
***  Top Messages
***
*******************************************************************************/

TABLE.TopMessages
{
  border-collapse: collapse;
  table-layout: fixed;
  width: 75%;
}

TABLE.TopMessages TR.Num1
{
  font-size: 13pt;
  font-style: italic;
}

TABLE.TopMessages TR.Num2
{
  font-size: 12pt;
  font-style: italic;
}

TABLE.TopMessages TR.Num3
{
  font-size: 11pt;
  font-style: italic;
}

TABLE.TopMessages TH
{
  color: #C00000;
  font-weight: bold;
  text-align: center;
  width: 64px;
}

TABLE.TopMessages TD
{
  padding: 4px;
}

TABLE.TopMessages TD.Num1
{
  /* background: #DFDFDF; */
  /* border: 2px solid #999999; */
  color: #000000;
}

TABLE.TopMessages TD.Num2
{
  /* background: #E5E5E5; */
  /* border: 2px solid #BBBBBB; */
  color: #111111;
}

TABLE.TopMessages TD.Num3
{
  /* background: #EFEFEF; */
  /* border: 2px solid #CCCCCC; */
  color: #222222;
}



/*******************************************************************************
***
***  Messages
***
*******************************************************************************/

TABLE.Messages
{
  border-collapse: collapse;
  table-layout: fixed;
  width: 75%;
}

TABLE.Messages TH
{
  color: #C00000;
  font-weight: bold;
  text-align: center;
  width: 64px;
}

TABLE.Messages TD
{
  /* background: #F5F5F5; */
  /* border: 1px solid #CCCCCC; */
  padding: 4px;
  font-style: italic;
}



/*******************************************************************************
***
***  Input
***
*******************************************************************************/

TABLE.Input
{
  border-collapse: collapse;
}

TABLE.Input TH
{
  color: navy;
  padding: 2px 4px;
  text-align: right;
}

TABLE.Input TD
{
  padding: 2px 4px;
}
