/************* Raffle *****************************/
/*
Released by AwesomePHP.com, under the GPL License, a
copy of it should be attached to the zip file, or
you can view it on http://AwesomePHP.com/gpl.txt
*/
/************* Raffle *****************************/

@charset "utf-8";
/* CSS Document */

body,td {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10pt;
  }
body {
  background-color: #ffffff;
  margin: 0px;
  }
td.navigation {
  background: #dfdfdf;
  }
td.contents {
  padding: 25px;
  }
td.copyright {
  color: #ffffff;
  }
div.contents {
  background-color: #ffffff;
  text-align: justify;
  padding: 20px;
  }
span.SiteTitle {
  font-size: 15pt;
  color: #315b92;
  font-weight: bold;
  }
span.SiteSlogan {
  font-size: 12pt;
  color: #787878;
  }
td.header {
  background-color: #315b92;
  color: #ffffff;
  font-weight: bold;
  }
table {
  background-color: #cccccc;
  }
.input {
  background-color: #ffffff;
  color: #315b92;
  font-size: 10pt;
  }
.button {
  background-color: #315b92;
  color: #ffffff;
  font-weight: bold;
  }
.textarea {
  font-family: "Courier New", Courier, monospace;
  font-size: 10pt;
  background-color: #eeeeee;
  color: #315b92;
  }
td.divider {
  background-color: #315b92;
  }
p.success {
  color: #ffffff;
  background-color: #009900;
  font-weight: bold;
  padding: 4px;
  }
p.warning {
  color: #ffffff;
  background-color: #ff0000;
  font-weight: bold;
  padding: 4px;
  }
span.warningB {
  border: 2px dashed #ff0000;
  color: #ff0000;
  font-weight: bold;
  padding: 5px;
  padding-left: 20px;
  padding-right: 20px;
  }
td.green {
  color: #ffffff;
  background-color: #009900;
  font-weight: bold;
  }
