/* CSS Document */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
body {
	background-color: #FFFFFF;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.style2 {color: #333333}
.style3 {color: #EE55BB}
.style4 {
	color: #EE55BB;
	font-weight: bold;
	font-style: italic;
}
.style5 {color: #CCDDBB}
.style6 {color: #A7C1A8}
.style7 {color: #BBCCAA; }
.style8 {color: #FFAADD}
.style9 {color: #EEBBEE}
.style10 {font-size: 10px}
.style11 {color: #9900CC}

div.demo div.example span {
  margin:     0px;
  padding:    0px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size:  1.0em/1.5em;
  text-align: center;
  display:    block;
}

div.example {
 	font-size:1.0em/1.5em;
	width:340px;
	background-color: #B493BE;
 	z-index:300;
	padding-right: 10px;
}
div.demo {
  	font-size:1.0em/1.5em;
  	float:left;
	width:340px;
	position: absolute; top: 150px; left: 570px;
  	background-color: transparent;
	color: #ffffff;
 	z-index:300;
}


/* forum css stuff */

.cssLink1, .cssLink1:active, .cssLink1:visited {
  color: #000080;
  text-decoration: none;
}
.cssLink1:hover {
  color: #0000FF;
  text-decoration: underline;
}
.cssLink2, .cssLink2:active, .cssLink2:visited {
  color: #80A0C0;
  text-decoration: underline;
}
.cssLink2:hover {
  color: #6080A0;
  text-decoration: underline;
}
.cssLink3, .cssLink3:active, .cssLink3:visited {
  color: #oooooo;
  text-decoration: none;
}
.cssLink3:hover {
  color: #blue;
  text-decoration: underline;
}
.cssDetails {
  color: #80A0C0;
}
.cssCurThread {
  font-weight: bold;
  color: #0000FF;
}
.cssDate {
  color: #FF6666;
}
.cssTitle {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #FFFFFF;
  background-color: #B0D0F0;
  border: 2px outset #FFFFFF;
}
.cssSmall {
  font-size: 10px;
  color: #A0A0A0;
}
.cssContent {
  text-align: left;
}
.cssForm {
  font-family: Courier New, Courier, Monospace;
  font-size: 12px;
}
.cssThreads {
  text-align: left;
}
.cssNavigation {
  text-align: center;
  font-weight: bold;
  border-top-style:solid; 
  border-top-color:#996633; 
  border-top-width:thin;
  padding-top:3px;
}
.cssError {
  text-align: center;
  font-weight: bold;
  color: #D00000;
  background-color: #FFF0E0;
  border: 1px solid #C0B0A0;
}
.cssCode {
  font-family: Courier New, Courier, Monospace;
  font-size: 12px;
  color: #00A000;
  background-color: #E0FFE0;
  border: 1px solid #C0E0C0;
  margin-top: 2px;
  margin-bottom: 2px;
}
.cssQuote {
  color: #808080;
  background-color: #F0F0F0;
  border: 1px solid #C0C0C0;
  margin-top: 2px;
  margin-bottom: 2px;
}