h1 {
  font-size: 18px;
}
body {
	background-color: #000000;
	font-family: Verdana; Arial;
	color: #707070;
	font-size: 8pt;
}

li {
	font-family: Verdana; Arial;
	color: #707070;
	font-size: 8pt;
}

p {
    font-family: Verdana; Arial; Times New Roman;
    font-size: 8pt;
    color: #707070;
    margin: 0px 0px 0px 0px;
    text-align:left;
    text-indent:0px;
}

td {
	vertical-align:top;
	font-family: Verdana; Arial;
	color: #707070;
	font-size: 8pt;
}

table.tForm {
	border-collapse: collapse;
	border-width: 2px;
	border-top: 3px solid black;
	border-left: 3px solid black;
	border-bottom: 3px solid red;
	border-right: 3px solid red;
}

#content-wrap { padding-left: 75px; width: 100%; }
.cw-title { margin-left: -55px; }

#products .alt, #members .alt, #skateparks .alt { background: #CCC; }
#products .nor, #members .nor, #skateparks .nor { background: #FFF; }
#products tr td, #members tr td, #skateparks tr td { padding: 5px; text-align: center; }
#products tr th, #members tr th, #skateparks tr th { padding: 0 5px; text-align: left; }
#products tr td button, #members tr td button, #skateparks tr td a { margin: 0 5px; }
#skateparks tr td { padding: 0 5px; text-align: center; }

.popup { position: absolute; display: none; border: 5px solid #666; z-index: 100; }
.pu-container { width: 540px; height: 420px; background: #FFF; }
.pu-header { border-bottom: 1px solid #666; }
.pu-title { }
.pu-tabs { float: left; }
.pu-tabs ul { list-style-type: none; margin: 0; padding: 0; }
.pu-tabs ul li { margin: 0; display: inline; padding: 2px 5px; padding-bottom: 0; border-right: 1px solid #666; }
.pu-tabs ul li.active { background: #CCC; font-weight: bold; color: #333; }
.pu-main { padding: 10px; overflow: auto; padding-top: 0; }
.pu-content { display: none; }

.filters b { position: relative; bottom: 5px; }

.form-label-m { width: 150px; display: block; font-weight: bold; margin-top: 5px; }
.form-label-s { width: 75px; }

.pagination { text-align: center; }
/* Tool Tip Styles */
.ttip {
  border:1px solid black;
  font-size:12px;
  background-color:lightyellow;
  cursor:help;
}
.tooltip {
  position:absolute;
  visibility:hidden;
  border:1px solid black;
  background-color: #FFFFFF;
  margin-left:375px;
  font-size:12px;
  padding:1px;
  cursor:help;
  width:150px;
  left:0px;
  right:0px;
  top:-20px;
  bottom:0px;
  z-index:1000;
}
.label-desc {
  /*float:left;
  width:550px;*/
  cursor:help;
}
.clear { clear: both; }

a img { border: none; }

.content-preview {
  border: 1px solid #CCC;
  margin: 20px 0;
}
.content-preview-content {
  padding: 5px;
}
.content-preview-links {
  background: #CCC;
  padding: 5px 10px;
  text-align: right;
}
.content-preview-links a {
  margin: 0 5px;
}
.content-preview-links select {
  float: left;
}

.gallery-preview {
  border: 1px solid #CCC;
  margin: 5px 2px;
  float: left;
}
.gallery-preview-actions {
  background: #CCC;
  padding: 2px;
}
.gallery-preview-actions a {
  font-size: 10px;
}

.message {
  text-align: center;
  background: #FFE7A1;
  border: 2px solid #FFBD69;
  font-weight: bold;
  color: #666;
  font-size: 14px;
  margin: 10px 0;
  padding: 5px;
}

.comments {
  width: 400px;
}
.comment {
  background: #CCC;
  margin-top: 10px;
}
.comment-author {
  padding: 5px;
  font-weight: bold;
  border-bottom: 1px solid #FFF;
}
.comment-text {
  padding: 5px;
}
