﻿/*-----------------------------------------------------------------------------------------------*/
div#Header {
  background-image: url('../../images/Titles/Security.gif');
}
/*...............................................................................................*/
div#Main div.Example {
  background-color: #FFFFCC;
  border: 1px silver solid;
  margin-bottom: 15px;
  padding: 10px;
  padding-bottom: 0;
}
div#Main div.Example h3 {
  margin-top: 0;
}
/*...............................................................................................*/
div#Main div.Example span.Error {
  color: red;
}
div#Main div.Example span#CountdownSpan {
  font-size: large;
  font-weight: bold;
}
/*...............................................................................................*/
div#Main div.Reminder {
  background-color: #CCFFCC;
  border: 1px silver solid;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 10px;
  padding-bottom: 0;
}
div#Main div.Reminder h3 {
  margin-top: 0;
}
/*...............................................................................................*/
div#Main div.Example#CommonScript            { width: 620px; }
div#Main div.Example#RunWithoutPermission    { width: 600px; }
div#Main div.Example#TransparentImage        { width: 660px; }
div#Main div.Example#TurnOffPreviewPane      { width: 500px; }
div#Main div.Reminder#DeleteUnsolicitedEmail { width: 560px; }
/*...............................................................................................*/
div#Main div.Example#SaveFile                { width: 440px; }
div#Main div.Reminder#SaveBeforeOpen         { width: 560px; }
/*...............................................................................................*/
div#Main div.Example#ViewStatusBar           { width: 380px; }
div#Main div.Example#UntrueLink              { width: 460px; }
div#Main div.Reminder#CheckLinks             { width: 560px; }
/*-----------------------------------------------------------------------------------------------*/