/* Global styles */
body {
  background-image: url('/baumblog/images/bg2.gif');
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

.highlight {
  background-color: gold;
}

.highlight2 {
  color: #fea104;
}

.fieldWithErrors {
  padding: 2px;
  background-color: red;
  display: table;
}

#errorExplanation {
  width: 400px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
}

.flash {
  background-color: black;
  color: gold;
  font-size: 10px;
  text-align: center;
}
/* End Global styles */

.style1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #507B91;
	font-weight: bold;
	font-size: 18px;
}
.style1 a {
  font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #507B91;
	font-weight: bold;
	font-size: 18px;
}
.style1 a:visited {
  font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #507B91;
	font-weight: bold;
	font-size: 18px;
}
.style2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
.style4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

div {
  font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

p {
  font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

li {
  font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

.searchText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #333333;
}
.searchBar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	width: 168px;
	border-color: #666666;
	border-style: inset;
	border-width: 2px;
}
.style5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
}
.style6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #404040;
	font-weight: bold;
}

.style6 a {
  font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #404040;
	font-weight: bold;
}

.style6 a:visited {
  font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #404040;
	font-weight: bold;
}

.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

.tag1 {font-size: 1.0em;}
.tag2 {font-size: 1.2em;}
.tag3 {font-size: 1.4em;}
.tag4 {font-size: 1.6em;}
.tag5 {font-size: 1.8em;}
.tag6 {font-size: 2.0em;}

.smallTextBox {
  font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	border-color: #666666;
	border-style: inset;
	border-width: 2px;
  width: 90px;
}

h2 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: normal;
  color: black;
}

div.auto_complete {
  border: 1px solid #888;
}
.auto_complete ul {
  list-style-type: none;
  margin:0px;
  padding:0px;
}
.auto_complete li {
  list-style-type: none;
  display:block;
  background-color: white;
  margin:0;
  padding:2px;
  font-size: x-small;
}
li.selected {
  background-color: #ffb;
}

.newPostLink {
  color: white;
}

.leftpaneTop {
  background-image: url('/baumblog/images/leftpane_top.png');
  height: 20px;
}

.leftpaneTopLeft {
  background-image: url('/baumblog/images/leftpane_topleft.png');
  width: 23px;
  height: 20px;
}

.leftpaneTopRight {
  background-image: url('/baumblog/images/leftpane_topright.png');
  width: 13px;
  height: 20px;
}

.leftpaneLeft {
  background-image: url('/baumblog/images/leftpane_left.png');
  width: 23px;
}

.leftpaneRight {
  background-image: url('/baumblog/images/leftpane_right.png');
  width: 13px;
}

.leftpaneBottom {
  background-image: url('/baumblog/images/leftpane_bottom.png');
  height: 21px;
}

.leftpaneBottomLeft {
  background-image: url('/baumblog/images/leftpane_bottomleft.png');
  height: 21px;
  width: 23px;
}

.leftpaneBottomRight {
  background-image: url('/baumblog/images/leftpane_bottomright.png');
  height: 21px;
  width: 13px;
}

.rightpaneTop {
  background-image: url('/baumblog/images/rightpane_top.png');
}
