/* SBU Styles */

body        {
              background-color: #fff9f4; /* off white */        
              color           : #664c33; /* light brown */
              margin-top      : 0px;     /* Needed for IE */
            }
h1          {
              position        : fixed;
			  width		      : 95%;
			  z-index         : 1;
              color           : #664c33;
			  background-color: inherit;
              text-align      : left;
              letter-spacing  : 0.1em;
              font            : 200% Arial, Verdana, sans-serif;
			  padding         : 1em 0em 0em;
			  margin          : 0em;
              border-bottom   : 2px solid #664c33;
            }

div#links   {
              position        : fixed;
              width           : 8.8em;  /* Needed for IE */
			  top             : 4em;
              border-right    : 1px solid #664c33;
              padding-top     : 2.5em;
              font            : bold 100% Arial, Verdana, sans-serif;
              border-bottom   : 1px solid #664c33;
            }

div#links a, div#links a:visited, div#links a:link {
              display         : block;
              color           : #4c4c98;
			  background-color: inherit;
			  width           : 8em;
			  border          : 1px none #664c33;
			  text-align      : left;
			  font            : bold 100% Arial, Verdana, sans-serif;
			  padding         : 0.2em 5px 0.2em 0.5em;
			  text-decoration : none;
			  margin-bottom   : 0.1em;
            }

div#links a:hover {
              border-right    : 4px solid #cc4c33;
              color           : #800;
              background-color: #ffb2b2;
              padding-right   : 1px;
            }

div#links a#current {
              color           : black;
              background-color: #ffebe0;
              border-right    : 4px solid #664c33;
              padding-right   : 1px;
            }

div#content {
              position        : absolute;
			  top             : 6em;
              left            : 11em;
              padding-right   : 5%;
            }

div#content pre {
              padding-left    : 2em;
            }

div#content td.label, div#content div#sbudata td {
              text-align      : right;
              padding         : .1em 1em;
            }

div#content div#sbudata th {
              padding         : 0em .5em;
            }

div#content input:focus, div#content textarea:focus {
              background-color: #ffff99;
            }

div#content textarea {
              margin          : 0.5em 0em 1em;
            }

div#content div#submit input:focus {
              background-color: #ddd;
            }

div#content table#edit th {
              padding         : 0em 0.5em;
            }

div#content td.number {
              padding-right   : 1em;
              text-align      : right;
            }

div#content td.proc {
              text-align      : center;
            }

div#content .time {
              text-align      : right;
            }


div#content img.valid {
              border          : none;
              width           : 88px;
              height          : 31px; 
              padding         : 0.5em 1.0em;
            }

p           {
              margin          : 5px;
            }
            
div.footer  {
              margin          : 1em 0px;
              border-top      : 1px solid #664c33;
            }

div.footer table {
              float           : right;
            }

div.footer td {
              font            : italic 85% Arial, Verdana, sans-serif;
              color           : #4c4c98;
              background-color: transparent;
              text-align      : right;
              margin          : 0px;
            }

div.footer p {
              font            : italic 85% Arial, Verdana, sans-serif;
              color           : #4c4c98;
              float           : left;

            }

.title      {
                font          : small-caps bold 100% Arial, Verdana, sans-serif;
            }
