body {
  margin: 10px;
  padding: 0px;
  color: #000;
  background-color: #fff;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 76%;
}
tr.dark {
  background-color: #ddd;
}
tr.light {
  background-color: #eee;
}

/* the hr divider */
#divider {
	color:#336600;
	height:3px;
	background-color:#336600
}

h1 {
  color: #336633;
  font-size: 1.5em;
  font-weight: bold;
  font-family: arial, helvetica, sans-serif;
}

h2 {
  color: #336633;
  font-size: 1.4em;
  font-weight: bold;
  font-family: arial, helvetica, sans-serif;
}

h2 a:link, h2 a:hover, h2 a:visited, h2 a:active {
  color: #336633;
  font-size: 1.4em;
  font-weight: bold;
  font-family: arial, helvetica, sans-serif;
  text-decoration:none;
}

h3, h4, h5, h6 {
  font-size: 1em;
}

a {
  text-decoration: none;
  font-weight: bold;
}
a:link {
  color: #39c;
}
a:visited {
  color: #369;
}
a:hover {
  color: #39C;
  text-decoration: underline;
}

p {
  margin: 0 0 1em 0;
  padding: 0;
}

img {
  margin-right: 7px;
  margin-left: 7px;
}

.no_border {border: none; text-decoration: none;}

#Login a:link, #Login a:visited, #Login a:active {
	color:#999999;
}
#Login a:hover {
	color:#666666;
}
#main {
  /* padding in px not ex because IE messes up 100% width tables otherwise */
  padding: 10px;
}
#message, #main .node .content, .comment .content {
  line-height: 1.1;
}
#sidebar-left, #sidebar-right {
  width: 150px;
  /* padding in px not ex because IE messes up 100% width tables otherwise */
  padding-left: 0px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  vertical-align: top;
}
#footer {
  background-color:#006600;
  padding: 0.4em 0.4em 0.4em 0.4em;
  font-size: 1em;
  color: #fff;
  text-align: right;
}
#footer a {
  color: #fff;
}
table {
  font-size: 1em;
}
.block, .box {
  padding: 0 0 1.5em 0;
}
.block {
  border-bottom: 2px solid #bbb;
  padding-bottom: 0.75em;
  margin-bottom: 1.5em;
}

.node .title, .block .title, .box .title, .node .title a, .box .title a {
  padding-bottom: 0.05em;
  font-weight: bold;
  font-size: 1.3em;
  color: #777;
}

.item-list .title {
  font-size: 1em;
  color: #222;
}
.item-list ul {
  margin: 0 0 0.75em 0;
  padding: 0;
}
.item-list ul li {
  margin: 0 0 0.25em 1.5em;
  padding: 0;
  list-style: disc;
}

pre {
  background-color: #eee;
  padding: 0.75em 1.5em;
  font-size: 12px;
  border: 1px solid #ddd;
}

.contentDiv {
	border:solid 1px #000000;

}
.content li {
  padding-bottom: 0.25em;
}
.block h2 {
  text-align: center;
  border-bottom: 1px solid #bbb;
  text-align: center;

}
.block h2 em {background:url(images/corner_bottom_right.gif) bottom right no-repeat;}

.button {
  width: 123px;
  height: 23px;
  float: left;
}
.button-off {
  background-image: url(images/tab.gif);background-repeat:no-repeat;
}
.button-off:hover {
  background-image: url(images/tab_on.gif);
}
.button-on {
  background-image: url(images/tab_on.gif);background-repeat:no-repeat;
}
.button a, .button a:visited, .button a:hover, .button a:link, .button a:active {
  display: block;
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-family: tahoma, verdana, arial, helvetica, sans-serif;
  font-weight: bold;
  vertical-align: top;
  padding-top: 1px;
  font-size: 1.1em;
}
.button a:hover {
  background-image: url(images/tab_on.gif);background-repeat:no-repeat;
}

.GalleryDetailsHolder {
	width:400px;
}
.LBThumbs {
	width:600px;
}
.TextChunkBox {
	border: 2px solid #bbb;
	padding:10px;
	width:520px;
}

.BasicTable {
	width:600px;
    border-bottom: 2px solid #bbb;
}
