/*****************************
 * BDH
 *****************************/

a.oversikt:link {
	color: EA5E0D;
	text-decoration: none;
	font-size:11px;
}
a.oversikt:visited {
	text-decoration: none;
	color: EA5E0D;
	font-size:11px;
}
a.oversikt:hover {
	text-decoration: underline;
	color: EA5E0D;
	font-size:11px;
}
a.oversikt:active {
	text-decoration: none;
	color: EA5E0D;
	font-size:11px;
}

a.map:link {color:#ea5e0c;font-family:arial;font-size:12px;text-decoration:underline;}
a.map:active {color:#ea5e0c;font-family:arial;font-size:12px;text-decoration:underline;}
a.map:visited {color:#ea5e0c;font-family:arial;font-size:12px;text-decoration:underline;}
a.map:hover {color:#000000;font-family:arial;font-size:12px;text-decoration:underline;}

/*****************************
 * PHP
 *****************************/
h1 {
  font-size: 22px;
}

ul.admin_menu li {
  padding: 1px;
}

/*
 * Sökresultat
 */
table#search {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin-top: 5px;
}

table#search th {
  text-align: left;
  color: black;
  background-color: #e7e2cf;
  background: url('section_head_bg.gif');
  font-size: 12px;
  padding: 3px;
}

table#search td {
  padding: 3px;
  border-left: 1px dashed #ccc;
  border-bottom: 1px dashed #ccc;
}

/*
table#search a {
  text-decoration: none;
}

table#search a:hover {
  text-decoration: underline;
}
*/

table#search col {
  border: 11px solid black;
}

/*
 * Rutan under inmatningsformulär med Spara-knapp
 */
div.form_action {
  /*background-color: #d7d2bf;*/
  background-color: #e7e2cf;
  padding: 7pt;
  margin-top: 4pt;
  border-top: 1px solid #dA4E0D;
}

/*
 * Liten dialogruta som poppar fram när man skapar nya admin/osv..
 */
div.jsdialog {
  background-color: #d7d2bf;
  margin-top: 5pt;
  border-top: 2px solid #dA4E0D;
  padding: 5pt; width:
}

/*
 * felbox vid inmatning
 */
div.error_box {
  background-color: #ff4444;
  border: 1px black solid;
  font-weight: bold;
}

/*
 * Flikar i admin-delens inmatningssidor
 */
table.tabs {
  padding: 0;
  margin-bottom: 0;
  border-spacing: 0px 0px;
  border-collapse: collapse;
  width: 80pt;
}

table.tabs td {
  margin: 0;
  padding: 6px;
  background-color: #f7f2f0;
}

table.tabs td.selected {
  background-color: #e7e2cf;
  font-weight: bold;
}

table.tabs a {
  color: black;
}

div.tabs {
  background-color: #e7e2cf;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 3px;
  padding-right: 3px;
}

/*
 * Inställningar för inmatningsformulären
 */
form.edit {
  margin-bottom: 0;
}

form.edit th {
  text-align: left;
  vertical-align: top;
  font-weight: normal;
}


/*
 * Send information form
 */
div.info_form {
  font-size: 12px;
  width: 480px;
  background-color: #e7e2cf;
  padding: 12px;
}
div.info_form th {
  vertical-align: middle;
  text-align: right;
  font-size: 13px;
}

div.info_form_header {
  padding-bottom: 8px;
  border-bottom: 1px solid #dA4E0D;
  margin-bottom: 8px;
}

/*
 * Section header
 */
div.sectionheader {
  width: 100%;
  background: url('section_head_bg.gif');
  border: 1px solid #ccc;
  font-family: Arial;
  font-size: 12px;
  font-weight: bold;
  padding: 2px;
}

/*
 * Contact me form
 */
div.contactme {
  background-color: #ff9900;
  font-family: Arial;
  font-size: 12px;
  font-weight: bold;
  padding: 4px;
}

table.contactme {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #ccc;
  border-top: 2px solid #ccc;
}

table.contactme th {
  text-align: left;
  background-color: #ff9900;
  padding: 4px;
}

table.contactme td {
  padding-left: 3px;
  padding-top: 3px;
  padding-bottom: 3px;
  border-bottom: 1px dashed #ccc;
}
