@import url("/common/css/pagebase.css");
@import url("/common/css/topmenu.css");
/*colours:
   h1 #5C2C15
   menu background: DEE3C7
   menu border:  5D2D16
   */

body#page {
	background-color: #FFFFFF;
}
.dexterbeeflogo {
	float: left;
	margin-left: -5px;
	margin-top: 25px;
		}
.dextercow {
	float: right;
	margin-top: 6px;
		}
img {padding: 5px;}

a {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	color: #53642C;
	border-bottom-color: #DEE3C7;
	text-decoration: none;
}

a:link, a:visited {
  border-bottom-color: #ccc;
  text-decoration: none;
}

a:hover, a:active {
  border-bottom-color: #333;
    text-decoration: none;
}

a.imagelink:link, a.imagelink:visited, a.imagelink:hover, a.imagelink:active {
  border-bottom-width: 0;
}

h1, h2, h3 {
  color: #5C2C15;
  font-weight: normal;
  font-family: Georgia, "Times New Roman", Times, serif;
}

h1 { font-size: 150%; 
	margin-left: -25px;}
h2 { font-size: 135% }
h3 { font-size: 120% }

table h2, table h3 {
  margin-top: 0.5em;
  margin-bottom: 0;
}

li {
	margin-bottom: 15px;
	vertical-align: baseline;	}

ul {
  }

.highlight { color: black }

.wrap {
  margin: 0 0 0 0;
  border: 1px solid green;
  padding: 0 0 0 0;
}
.initials {
	font-size: 120%;
	letter-spacing: 0.5em;
	color: #999999;
		}

.listing p:first-letter { font-size: larger }
	
#resultstable {
	background-color: #CBD2DA;
	margin-left: 45px;
	}	

#resultstable td {
	background-color: #FFFFFF;
	padding: 5px;
	}
#resultstable td.total{
	color: #FFFFFF;
	background-color: #54537B;
	}

/*
 *   news article page styles
 */

.newsfilter { float: right }

.headlinelist {
  float: right;
  width: 20em;
  margin: 10px;
  border: 1px solid black;
  padding: 10px;
}


/*
 *   contentspot link style overrides
 */

#creditlink {
  bottom: 15px;
  right: 5px;
  background-color: white;
  border: 1px solid #aaa;
  line-height: 1.5em;
  padding: 2px 8px 4px 8px;
}


/*
 *   page structure styles
 */

#pagetop {
	position: absolute;
	top: 10px;
	left: 0;
	width: 84%;
	margin: 0 8% 0 8%;
	text-align: center;
	background-color: #FFFFFF;
	background-image: url(../resources/topbackground.gif);
	background-repeat: repeat-x;
	height: 120px;
}
#pagetop div {
  height: 128px;
  border: 2px solid #CCCCCC;
}
#pagetop a:link, #pagetop a:active, #pagetop a:visited, #pagetop a:hover {
  text-decoration: none;
  border-bottom-width: 0;
}

#body {
	position: absolute;
	top: 138px;
	left: 0;
	margin: 0 8%;
	width: 84%;
}

#content {
  background-color: #FFFFFF;
  margin-left: 25px;
  padding: 10px 10px 10px 00px;
  text-align: left;
   line-height: 140%;
  /*border: 1px solid #CBBF99;*/
  color: #333;
}

#sidebar {
  position: absolute;
  z-index: 20;
  top: 40px;
  left: 10px;
	background-color: #E4E8DB;
	width: 140px;
	padding: 5px;
	border: 1px dashed #54537B;
	text-align: left;
	color: #33324C;
	font-size: 90%;
	}

/*
 *   left menu style overrides
 */

#menu {
  top: -35px;
  left: 0 px;
}

#menu a:link, #menu a:visited, #menu a:active {
  border: 1px solid #C7B7AF;
  background-color: #DEE3C7;
  color: #5C2C15;
  text-transform: lowercase;
}

#menu a:hover,
#menu a.hover:link, #menu a.hover:visited,
#menu a.active:link, #menu a.active:visited {
  border: 1px solid #54537B;
  background-color: #F7F7F7;
  color: #787835;
}

#menu .menubag a:link, #menu .menubag a:visited, #menu .menubag a:active {
  border-style: none;
  background-color: #FFFFFF;
  color: #a45302;
}

#menu .menubag div a:hover {
  border-style: none;
  background-color: #F7F7F7;
  color: #787835;
}

#menu .menubag div {
  margin-top: 0.3em;
  border-color: #357910;
}

#menupad {
  top: -50px;
  left: -10px;
  width: 500px;
  height: 400px;
}

#menuoffset {
  top: 1.1em;
  left: 0;
}

#navigate input, #menu select { width: 150px }
#navigate input[type=text] { width: 146px }
#navigate input[type=button] { width: 100px }
#navigate input[type=submit] { width: 100px }
#navigate input.formButton { width: 100px }


/*
 *   thumbnail and gallery styles
 */

.thumb {
  position: absolute;
  width: 125px;
  height: 125px;
  text-align: center;
}

.thumb img {
  border-style: none;
  margin-left: auto;
  margin-right: auto;
  padding: 5px;
}

.piximage img { border-style: none }

.thumblist, .thumbnail { position: relative }
.thumblist .thumbback, .thumblist .selected, .thumblist .thumbforward { display: inline }
.thumblist img { border: 1px solid white; margin: 4px 1px }
.thumblist img.missing { border-color: #ddd }
.thumblist .selected img {
  border-color: white;
  opacity: 0.30;
  /* non-standard alpha settings - will not validate :) */
  -moz-opacity: 0.30;
  -khtml-opacity: 0.30;
  filter: alpha(opacity=30);
}
.thumblist a { border-bottom-width: 0 }
.thumblist a:hover img { border-color: #357910 }

/*
 *   in-page admin menu style overrides
 */

#pageadmin { top: 100px; right: 10px }

#mph {
  position: absolute;
  top: -128px;
  right: 0;
  border: 1px solid red;
}
