body {
 font-family: arial, sans-serif;
 font-size: 9pt;
 color: white;
 margin: 0px;
}

* {
 font-family: arial, sans-serif;
 font-size: 9pt;
}

body {
  background-color: black;
}

.contentPanel {
 background-color: #2F2F2F;
 border: 1px solid #3F3F3F;
 text-align: left;
 padding: 10px;
}

.categoryButton {
 background-color: #3F3F3F;
 margin: 10px;
 width: 176px;
 height: 149px;
 padding-top: 8px;
 float: left;
 border: 1px solid #202020;
}

.categoryImage {
 border: 1px solid black;
 margin-bottom: 4px;
}

.categoryImage:hover {
  border: 1px solid #7F7F7F;
}

a {
 color: #BBBBBB;
 font-weight: bold;
 text-decoration: none;
}

a:hover {
 color: white;
}

.galleryFolder {
 width: 228px;
 height: 33px;
 margin-bottom: 4px;
 margin-right: 4px;
 margin-left: 0px;
 padding: 3px;
 border: 1px solid #202020;
 background-color: #3f3f3f;
 float: left;
}


.galleryFolder:hover {
 background-color: #4F4F4F;
}

.thumbImage {
 width: 120px;
 height: 90px;
 margin-bottom: 9px;
 margin-right: 9px;
 margin-left: 0px;
 padding: 3px;
 border: 1px solid #1F1F1F;
 background-color: #3F3F3F;
 float: left;
}

.thumbImage:hover {
 background-color: #5F5F5F;
}

.thumbImage img {
 border-width: 0px;
}

.headlinePanel {
 background-color: #330000;
 font-weight: bold;
 color: white;
 height: 20px;
 text-align: right;
 border-bottom: 1px solid black;
 padding-top: 4px;
 padding-right: 10px;
 padding-left: 10px;
}

.commentPanel {
 background-image: url('images/mediaHead.gif');
 background-repeat: repeat-x;
 font-size: 9pt;
 font-weight: normal;
 padding: 2px;
 min-height: 100px;
 border: 1px solid #3F3F3F;
 border-right: 0px; solid gray;
 clear: both;
}

h3 {
 font-size: 9pt;
 font-weight: bold;
 margin-bottom: 4px;
 margin-top: 0px;
}

h2 {
 font-size: 10pt;
 font-weight: bold;
 margin-top: 0px;
}

h1 {
 font-size: 12pt;
 font-weight: bold;
 margin-top: 14px;
 margin-bottom: 14px;
}

ul {
 margin-left: 0px;
 list-style-type: none;
}

.navButton {
 float: left;
 width: 102px;
 display: block;
 height: 22px;
 padding-top: 10px;
 text-align: center;
 color: #7F7F7F;  
}

.navButton:hover {
 background-image: url('images/navButtonHover.gif');
}

.navPanel {
  margin-bottom: 0px;
  margin-top: 0px;
  width: 982px;
  height: 32px;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  background-image: url('images/searchBack.gif');
}

.infoPanel {
  background-color: #333333;
  border: 1px solid #3F3F3F;
}


p {
  color: #CCCCCC;
  text-align: justify;
}

.infoPanelContainer {
 padding-left: 4px;
 padding-right: 4px;
 color: #BBBBBB;
}


.infoPanelDesc {
  float: left;
  width: 100px;
  font-weight: bold;
  color: #BBBBBB;
}

.infoPanelHead {
 height: 18px;
 margin-bottom: 5px;
 padding-left: 4px;
 padding-top: 1px;
 background-image: url('images/mediaHead.gif');
}


