body 
{
	background-image: url('Images/LinkBg.png');
	background-repeat: repeat-y;
	padding: 0px;
	margin: 0px;
}

.MainLink
{
	color: black;
	text-decoration: none;
}

.MainLink:hover
{
	color: red;
	text-decoration: underline;
}

#MainTable
{
	width: 100%;
	text-align: left;
}

#LogoPanel
{
	width: 150px;
	height: 50px;
}

.TitleRow
{
	background-image: url('Images/LogoBg.png');
	background-repeat: repeat-x;
}

#TitlePanel
{
	height: 50px;
}

.LogoBottom 
{
	background-image: url('Images/LinkTopBg.png');
	background-repeat: no-repeat;
	width: 125px;
	height: 100px;
	max-height: 150px;
}

.LinkPanel
{
	background-repeat: repeat-y;
	padding: 6px;
	margin: 6px;
}

#ContentPanel
{
	padding: 10px;
	margin: 10px;
	width: 100%
	min-height: 200px;
}

.MidStripRow
{
	background-image: url('Images/Thingie.png');
	background-repeat: repeat-x;
}

#MidStrip
{
	height: 24px;
	padding: 0px 10px;
	margin: 0px 10px;
	vertical-align: middle;
}

.gallery {
  text-align: center;
}

.galleryimage {
  margin: 20px;
}

.error
{
  font-weight: bold;
  color: #ff0000;
}

.commandButton
{
	padding: 3px;
  	background-image: url('Images/ButtonBg.png');
	background-repeat: no-repeat;
}


.BlackBg
{
  opacity:0.4;
  filter:alpha(opacity=40);
  background-color: #000000;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: none;
}

.Toolbox {
  border: 1px solid black;
  background-color: #ffffff;
  padding: 10px;
  z-index: 2;
  position: absolute;
  display: none;
  min-width: 200px;
}

.browserAlert {
  background-color: #ffffC0;
  padding: 10px;
  border-bottom: 1px solid black;
  font-weight: bold;
}