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

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

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

BODY
{
  background: #DFBF8D; /* Lyseblå: #B0B0D0; */
  color: black;
  font: 8pt Verdana, sans-serif;
  margin: 8px auto;
  width: 984px;
}

FORM
{
  margin-bottom: 0;
}

H1
{
  color: #5D4929;
  font: bold 20pt Verdana, sans-serif;
  text-align: left;
  margin-left: 32px;
}

H2
{
  color: #5D4929;
  font: bold 10pt Verdana, sans-serif;
  text-align: left;
  margin-left: 32px;
}

INPUT, SELECT, TEXTAREA
{
  font: 8pt "Lucida Console", monospace;
}

DIV.Links
{
  background: blue;
  color: #FFFFFF;
  font-weight: bold;
  border: 1px solid #FFFFFF;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 20px;
  padding-right: 20px;
}

SPAN.Notice
{
  color: #C06000;
  font-weight: bold;
}

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

UL.Large LI
{
  font: 10pt Verdana, sans-serif;
  padding: 2px;
}



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

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

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

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

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

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

TABLE.Page TD.Contents {
  background: #FDF0DB url("/Graphics/Page_Contents.gif");
  padding: 0;
}

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

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

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

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



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

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

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

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

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

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

TABLE.TopMessages TD
{
  padding: 4px 8px;
}

TABLE.TopMessages TD.Num1
{
  background: #9D8969; /* #606060; */
  border: 2px solid #5D4929; /* #303030; */
  color: white;
}

TABLE.TopMessages TD.Num2
{
  background: #BDA989; /* #A0A0A0; */
  border: 2px solid #8D7959; /* #707070; */
}

TABLE.TopMessages TD.Num3
{
  background: #DDC9A9; /* #C0C0C0; */
  border: 2px solid #BDA989; /* #909090; */
}



/*******************************************************************************
***
***  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
{
  border: 1px solid #E7C185;
  padding: 6px 10px;
  background: #FDE9C9; /* Lysegrå: #EFEFEF; */
}

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

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

TABLE.Google TD
{
  border: 1px solid #E7C185;
  padding: 6px 10px;
  background: #EDD9B9; /* Lysegrå: #EFEFEF; */
}


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

TABLE.Input
{
  border-collapse: collapse;
}

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

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