body {

  font-family: helvetica, arial;
  font-size: 90%;
  
  background-color: #f1f1f1;
  background-image: url(/images/topleft.png);
  background-repeat: no-repeat;
}

div.content {
  margin: 0 auto;
  width: 760px;
}

table.header {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  width: 760px;
}

table.header tbody tr td {
  padding: 0.2em 0 0.2em 0;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  vertical-align: top;
}

table.header tbody tr td h1 {
  font-size: 200%;
}

a {
  text-decoration: none;
  color: #5a86bc;
}

a:hover {
  text-decoration: underline;
}

a:visited {
  color: #5a86bc;
}

.line {
  background-color: #AACB34; 
  color: #ffffff; 
  padding: 0.5em; 
  font-weight: normal; 
  font-size: 110%;
  background-image: url(/images/barre.gif);
  background-position: center;
}

#footer {
  margin-top: 1em;
  padding-top: 1em;
  --background-image: url(/images/footer.png);
  --background-repeat: repeat-x;
  --background-color: #474747;
  color: #808080;
  font-size: 80%;
  padding-bottom: 2em;
}

#footer a {
  color: #808080;
}


div.box {
  margin-top: 2em; 
  border: 1px solid #e2e2e2; 
  background-color: #f6f6f6; 
  padding: 2em 6em 2em 6em; 
}

div.box-search p {
  margin-bottom: 1.5em;
}

div.box-search form {
  margin-left: 1em; 
  position: relative;
}

div.box-search form button {
  position: absolute; 
  left: 25em; 
  top: -1px;
}

button:hover {
  cursor: pointer;
}

button.super {
  font-size: 120%;
  height: 43px;
  width: 110px;
  background-color: #2A2A2A;
  color: white;
  border: 0;
  background-image: url(/images/searchbackground.png);
  background-position: center;
}

button.super-small {
  font-size: 100%;
  height: 32px;
  width: 90px;
  background-color: #2A2A2A;
  color: white;
  border: 0;
  background-image: url(/images/searchbackground.png);
  background-position: center;
}

button.super-smaller {
  font-size: 100%;
  background-color: #2A2A2A;
  color: white;
  border: 0;
  background-image: url(/images/searchbackground.png);
  background-position: center;
  padding: 0.4em;
}

div.box-search form input {
  font-size: 110%; 
  padding: 0.5em; 
  width: 25em;
}

div#sf_admin_bar {
	position: relative !important;
	width: 125px !important;
	right: 0px !important;
	margin-bottom: 8px;
}

div#sf_admin_container a {
	color: #666688;
}
