/* HTML controls
-------------------------------------------------------------------------- */
body {
	background-color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	color:#F7F7FF;
}
h1,h2,h3,h4,p,td {
	color:#F7F7FF;
	font-family: Arial, Helvetica, sans-serif;
}
h1,h2,h3,h4,h5,h6,p,ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
	padding: 0px;
}
h1 {
	font-size: 19px;
	font-weight: normal;
	letter-spacing: 3px;
	color: #FFFFFF;
}
h2 {
	font-size: 16px;
	color: #FFFFFF;
}
h3 {
	font-size: 16px;
	font-weight: bold;
	color: #FFFF66;
}
h4 {
	font-size: 16px;
	font-weight: bold;
	color: #CC3300;
}
h5 {
	font-size: 14px;
	font-weight: bold;
	color: #37AD4F;
}
p {
	font-size: 14px;
}
li {
	font-size: 12px;
}
/* module
-------------------------------------------------------------------------- */
.module {
	border: 1px solid #999;
	padding: 2px;
}
.module a:link,a:visited {
text-decoration:none;
}
.module ul {
	list-style-type: none;
	padding: 3px;
}
.module li {
	margin-bottom: 4px;
}
.module h3 {
	color: #D3DCE4;
	background-image: url(th-bg.gif);
	background-repeat: repeat-x;
	margin-bottom: 4px;
	padding: 3px 0;
}
.module p {
	font-size: 12px;
}
.postinfo {
	font-size: 10px;
}
.user {
	color:#FFFFCC;
}
.time {
	color: #CCCCCC;
}
/* Link
-------------------------------------------------------------------------- */
a:link, a:visited {
	color: #66CCCC; 
  }
a:hover, a:active {
	color: #C2EBEB;
	text-decoration: none;
}
/* IDs for content areas
-------------------------------------------------------------------------- */
#content {
	padding: 12px;
}
#nav {
	font-size: 11px;
	margin-bottom: 12px;
}
#nav-footer {
	font-size: 11px;
	margin-bottom: 12px;
}
.highlight-big {
	font-size: 18px;
	font-weight: bold;
	color: #FF4506;
}
.highlight {
	font-weight: bold;
	color: #CC3300;
}
.picborder {
	border: 1px solid #FFFFFF;
}
.bigger {
	font-size: 150%;
}
.big-higlight {
	font-size: 125%;
	color: #FFCC33;
}
.smaller {
	font-size: 11px;
}
.pad {
	margin-right: 36px;
	margin-left: 36px;
	margin-top: 12px;
	margin-bottom: 12px;
}
caption {
	text-align: left;
	color: #FFFF99;
	font-size: 13px;
	font-weight: bold;
	padding-bottom: 4px;
}
.table-shade1 {
	font-size: .9em;
	font-weight: normal;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-color: #0B0B0B;
}
.table-shade1 th {
	text-align: left;
	white-space: nowrap;
	color: #D3DCE4;
	background-image: url(th-bg.gif);
	background-repeat: repeat-x;

}
.table-shade1 td {

}
.text-centered {
	margin-right: 90px;
	margin-left: 90px;
}
