/* ST1100.CSS */

BODY {
	background: #f0f0f0 url("/img/background.jpg");
	margin-left: 1em;
	margin-right:0em;
	color: #000000;
	font-family: arial, helvetica, sans-serif;
}


TABLE#tblForm {
  font-size:85%; background-color:buttonface;
}

TABLE#tblForm CAPTION{
 background-color:activecaption; color:captiontext; font-weight:bold; text-align:left;
}

TABLE#tblForm TABLE {
  font-size:100%;
}

TABLE#tblForm INPUT {
  font-family:verdana; font-size:100%;
}

TABLE#tblForm SELECT {
  font-family:verdana; font-size:100%;
}

#bubble {
  font-family: arial, sans-serif;
  width: 80%;
  background: #869cff;
  padding: 0.5cm 0.5cm 0.5cm 0.5cm;
  position: absolute; 
  border: thin outset blue;
  border-left-width: 1px;
  border-top-width: 3px;
  border-bottom-width: 6px;
  border-right-width: 1px;
  z-index: 2; visibility: hidden;
}


.code {
  font-family: monospace;
  font-size: 9pt;
  margin-left: 8px;
  padding-left: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 0em;
  margin-bottom: 0em;
  white-space: pre;
  width: 95%;
  border: thin solid black;

 }


.frame {

  margin-left: 8px;
  padding-left: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 5px;
  margin-right: 1cm;
  margin-bottom: 5px;

  border: 0.5pt solid red;

 }

.artlst {
 font-size: 9pt;
 font-family: arial, helvetica, sans-serif;
}
.noedit {
 color: #FFF0DD;
}

body.smaller {
 margin-left: 1em;
 margin-right:0em;
 color: #000000;
 font-family: arial, helvetica, sans-serif;
 font-size: small;
}

.bigger {
  font-size: large;
}

td {
 font-family: arial, helvetica, sans-serif;
}

a.nodecor {
 text-decoration: none;
}

a:link {
color: #0033ff;
}

a.must:link {
color: Green;
}

A:visited {
color: #000099;
}

A:active {
	color: Teal;
}

A.must:visited {
color: Green;
}

h1 {
font-family: arial, sans-serif;
color: #000000;
text-align: center;
}

h2,h3 {
font-family: arial, sans-serif;
color: #000000;
}

h3 b {
color: blue;
}

.message {
   color: #0000ff;
}


p {
text-indent: 0em;
margin-left: 0em;
margin-right: 0em;
color: #000000;
font-family: arial, sans-serif;
}


#url {
font-family: arial, sans-serif;
color: #ff0000;
}

ul li {
font-family: arial, sans-serif;
color: #0c0c0c;
list-style: square;
}

ol ul li {
 list-style: lower-roman;
}

dd li {
font-family: arial, sans-serif;
color: #0f0f0f;
list-style: disc;
margin-left: -1.0cm;
}

dt {
font-family: arial, sans-serif;
color: #ab0000;
}

address {
color: #000000;
font: 10px arial, sans-serif;
}

.must {
color: red
}

td.big {
color: #ff0000;
font-size: 24pt;
}


td.small {
 font-size: small;
}

.avsl {
  background: #c8cb00;
}

.term {
  background: #ffdad3;
}

.padme {
 padding: 8px 0px 0px 4px;
}

.input {
 
        background-color:#cfcfcf;
        color: #000000;
        font-weight:normal;
        margin: 0px 0px 0px 0px;
        padding: 2px 2px 2px 2px;

        border-right:#002f5e 1px solid;
        border-top:#002f5e 1px solid;
        border-left:#002f5e 1px solid;
        border-bottom:#002f5e 1px solid;
        font-family:arial,verdana,Helvetica,sans-serif;
}
.submit {
        background-color: blue;
        color: #ffffff;
        font-weight:normal;
      
        margin: 0px 0px 0px 0px;
        padding: 2px 0px 2px 4px;
        border-right:#002f5e 4px inset;
        border-top:#002f5e 1px solid;
        border-left:#002f5e 1px solid;
        border-bottom:#002f5e 3px inset;
        font-family:arial,verdana,Helvetica,sans-serif;
}

.submit2 {
        background-color:#cfcfcf;
        color: #000000;
        font-weight:normal;
      
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        border-right:#002f5e 4px inset;
        border-top:#002f5e 1px solid;
        border-left:#002f5e 1px solid;
        border-bottom:#002f5e 3px inset;
        font-family:arial,verdana,Helvetica,sans-serif;
}


.reset {
        background-color: white;
        color: black;
        font-weight: bold;
      
        margin: 0px 0px 0px 0px;
        padding: 2px 0px 2px 4px;
        border-right:#002f5e 4px inset;
        border-top:#002f5e 1px solid;
        border-left:#002f5e 1px solid;
        border-bottom:#002f5e 3px inset;
        font-family:arial,verdana,Helvetica,sans-serif;
}

