body {
  margin: 0px;
  text-align: center;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 8pt;
}

/* forms */

table {
  border-spacing: 0px 10px;
}

input, textarea, select {
  border: 1px solid #ccc;
}

.formError {
  color: red;
}

form b {
  font-size: 9pt;
  font-weight: normal;
}

.formError input, .formError textarea {
 border: 1px solid red;
}

.userField, .passField {
    background: url('images/mail.png') no-repeat #fff;
    padding-left: 20px;
}

.passField {
    background: url('images/pass.png') no-repeat #fff;
}

#MainContainer {
  background: url('images/bgstripe.jpg') repeat-y;
  margin-left: 5px;
  width: 1080px;
  top: 0px;
  text-align: left;
}

#OutContainer {
	float: left;
}

#InContainer {
  margin-left: 8px;
  margin-right: 14px;
  width: 763px;
}

#Footer {
  /* background: url('images/footer.jpg') #fff no-repeat; */
  background-color: #fff;
  text-align: center;
  color: #aaa;
  padding: 0px;
  padding-top: 10px;
  font-size: 0.8em;
	border-left: 4px solid white;
}

#Footer a {
  color: #aaa;
  text-decoration: none;
}

#LogoBox {
  margin-left: 7px;
  margin-bottom: 14px;
  padding-top: 14px;
  float: left;
}

#SearchBox {
  margin: 0px;
  padding: 0px;
}

#UtilBoxContainer {
  text-align: right;
  float: right;
  margin-right: 6px;
}

#UtilBoxMenu {
  margin-bottom: 6px;
  font-size: 0.8em;
}

#UtilBoxMenu a {
  color: #888;
  text-decoration: none;
}

#UtilBoxMenu a:hover {
  color: black;
}

ul#MainMenu, #AdminMenu ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}


ul#MainMenu li {
  margin: 0px;
  padding: 0px;
  float: left;
}

#Locator {
  margin: 0px 0px 10px 2px;
  font-size: 0.8em;
  font-family: sans-serif;
}

#Locator a {
  color: black;
}

#InfoBox {
  color: green;
  text-align: center;
  font-weight: bold;
  margin-left: 4px;
  margin-right: 10px;
}

#ErrorBox {
  color: red;
  text-align: center;
  font-weight: bold;
  margin-left: 4px;
  margin-right: 10px;
}

#RoundBox {
  margin-top: 30px;
  margin-bottom: 35px;
  background-color: white;
  color: black;
}

.leadboxAsset {
  color: white;
}

.imageAsset {
  margin-bottom: 5px;
}

.pageListItem h1, .pageListItem h1 a {
  text-decoration: none;
  font-size: 1.3em;
  color: black;
}

#OuterPictureArea {
  border: 1px solid #ccc;
  height: 200px;
  overflow: auto;
}

/*
 * AB - Allbar - allt innehåll under menyn
 * SBL - Side Bar Left
 * SBR - Side Bar Right
 * BB - Bottom Bar
 * CB - Center Bar
 *  CBL - Center Bar Left (centerpanelen täcker vänsterpanelen)
 *  CBR - Center Bar Right (centerpanelen täcker högerpanelen)
 *  CBC - Center Bar Center (centerpanelen mellan höger och vänsterpaneler)
 */

#AB {
  margin-left: 6px;
  margin-right: 1px;
  margin-top: 10px;
}

#SBLeft {
  float: left;
  width: 130px;
  line-height: 1.0em;
  margin-top: 0px;
}

#SBLeft a {
  color: black;
  display: block;
  text-decoration: none;
  line-height: 1.0em;
  width: 125px;
  max-width: 125px;
}

#SBLeft a:hover {
  text-decoration: underline;
}

#SBCenter {
  padding: 0px 20px 0px 20px;
  line-height: 1.3em;
}

#CBCenter, #CBLeft, #CBRight, #CB {
  float: left;
  width: 424px;

}

#CBLeft {
  width: 554px;
}

#CBRight {
  width: 614px;
}

#CB {
  width: 744px;
}

#SBRight {
  float: right;
  width: 180px;
  margin-top: 0px;
  line-height: 1.0em;
}

#SBRight a {
  color: black;
  display: block;
  text-decoration: none;
  line-height: 1.0em;
}

#SBRight a:hover {
  text-decoration: underline;
}

#SBRight li {
  list-style-type: disc;
  list-style-position: inside;
}

#SBRight img {
  float: right;
  margin-bottom: 7px;
}

#SBBottom {
  padding-top: 10px;
  clear: both;
  text-align: left;
}
