body {color: #FFFFFF; font-size: 11px; font-family: Verdana, Helvetica, Arial; background-color: #2A2A2A; font-weight: normal;}
a:link {color: #FFCC00;}
a:active {color: #FFCC00;}
a:visited {color: #FFCC00;}
a:hover {color: #FFCC00;}
p {font-family: Verdana, Helvetica, Arial; font-size: 11px;}
li {font-family: Verdana, Helvetica, Arial; font-size: 11px;}
ol {font-family: Verdana, Helvetica, Arial; font-size: 11px;}
ul {font-family: Verdana, Helvetica, Arial; font-size: 11px;}
table {font-family: Verdana, Helvetica, Arial; font-size: 11px;}
input {font-family: Verdana, Helvetica, Arial; font-size: 11px;}
select {font-family: Verdana, Helvetica, Arial; font-size: 11px;}
textarea {font-family: Verdana, Helvetica, Arial; font-size: 11px;}

.body {color: #FFFFFF; font-size: 11px; font-family: Verdana, Helvetica, Arial; background-color: #2A2A2A; font-weight: normal;}
.note {color: #FFCC00; font-size: 11px; font-family: Verdana, Helvetica, Arial; background-color: #2A2A2A; font-weight: normal; background-color: #000000;}
.header {color: #FFCC00; font-size: 23px; font-family: Verdana, Helvetica, Arial; font-weight: bold;}
.tagline {color: #CCCCCC; font-size: 17px; font-family: Verdana, Helvetica, Arial; font-weight: normal;}
.home {color: #FFFFFF; font-size: 10px; font-family: Verdana, Helvetica, Arial;}
.section {color: #FFCC00; font-size: 12px; font-family: Verdana, Helvetica, Arial; font-weight: bold; text-decoration: none;}
.subsection {color: #FFCC00; font-size: 11px; font-family: Verdana, Helvetica, Arial; font-weight: bold; text-decoration: none;}
.topic {color: #FFCC00; font-size: 15px; font-family: Verdana, Helvetica, Arial; font-weight: bold;}
.subtopic {color: #FFCC00; font-size: 13px; font-family: Verdana, Helvetica, Arial; font-weight: bold;}
.playing {color: #FFFFFF; font-size: 16px; font-family: Verdana, Helvetica, Arial; font-style: italic}
.artist {color: #FFCC00; font-size: 20px; font-family: Verdana, Helvetica, Arial; font-weight: bold; text-transform: uppercase;}
.title {color: #FFFFFF; font-size: 13px; font-family: Verdana, Helvetica, Arial; font-weight: bold;}
.artistPlayer {color: #FFCC00; font-size: 8px; font-family: Verdana, Helvetica, Arial; font-weight: bold; text-transform: uppercase;}
.titlePlayer {color: #FFFFFF; font-size: 8px; font-family: Verdana, Helvetica, Arial; font-weight: normal;}
.footer {color: #FFFFFF; font-size: 10px; font-family: Verdana, Helvetica, Arial;}

.forumTopic {color: #FFFFFF; font-size: 11px; font-family: Verdana, Helvetica, Arial; font-weight: bold; text-transform: uppercase;}
.forumCategory {color: #2A2A2A; font-size: 11px; font-family: Verdana, Helvetica, Arial; font-weight: bold; text-decoration: none; text-transform: uppercase;}
.forumCategory A:link {color: #2A2A2A; text-decoration: none; text-transform: uppercase;}
.forumCategory A:active {color: #2A2A2A; text-decoration: none; text-transform: uppercase;}
.forumCategory A:visited {color: #2A2A2A; text-decoration: none; text-transform: uppercase;}
.forumCategory a:hover {color: #2A2A2A; text-decoration: none; text-transform: uppercase;}
.forumNote {color: #FFFFFF; font-size: 10px; font-family: Verdana, Helvetica, Arial;}

TD.promo {
  background-image: url('/images/promo.jpg');
	background-repeat: no-repeat;
)

 /* CSS - ASPBB */
.INVALIDINPUT {
	border: 2px solid red;
}

#toptable {
	background-color: #f1f1f1;
	margin: 0;
	padding: 0;
}

.topmenu a:link, .topmenu a:visited, .topmenu a:active {
	font: 12px Verdana, Arial, Helvetica, Tahoma,  sans-serif;
	color: #ff7a00;
	font-weight: bold;
	text-decoration: none;
	border-top: 0;	
}

.topmenu a:hover {
	text-decoration: underline;
}

TABLE.aspbbmain {
	border: none;
	width: 100%;
	background-color: #cccccc;	
}
/* Image buttons */
.buttstandard a:link, .buttstandard a:visited, .buttstandard a:active, .buttstandard a:hover {
	text-align: center;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	width: 90px;
	height: 16px;
	background-image: url('/forums/style/default_imgs/icons/buttstandard.gif');
	background-repeat: no-repeat;
	margin:1px;
	padding-top: 2px;
	float:right;
}

.buttallread a:link, .buttallread a:visited, .buttallread a:active, .buttallread a:hover {
	text-align: center;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	width: 130px;
	height: 16px;
	background-image: url('/forums/style/default_imgs/icons/buttmarkread.gif');
	background-repeat: no-repeat;
	margin:1px;
	padding-top: 2px;
	float:right;
}

.buttnewthread a:link, .buttnewthread a:visited, .buttnewthread a:active, .buttnewthread a:hover {
	text-align: center;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	width: 90px;
	height: 16px;
	background-image: url('/forums/style/default_imgs/icons/buttnewthread.gif');
	background-repeat: no-repeat;
	margin:1px;
	padding-top: 2px;
	float:right;
}

.buttlockthread a:link, .buttlockthread a:visited, .buttlockthread a:active, .buttlockthread a:hover {
	text-align: center;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	width: 90px;
	height: 16px;
	background-image: url('/forums/style/default_imgs/icons/buttlockthread.gif');
	background-repeat: no-repeat;
	margin:1px;
	padding-top: 2px;
	float:right;
}

.buttunlockthread a:link, .buttunlockthread a:visited, .buttunlockthread a:active, .buttunlockthread a:hover {
	text-align: center;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	width: 90px;
	height: 16px;
	background-image: url('/forums/style/default_imgs/icons/buttunlockthread.gif');
	background-repeat: no-repeat;
	margin:1px;
	padding-top: 2px;
	float:right;
}

.buttsticky a:link, .buttsticky a:visited, .buttsticky a:active, .buttsticky a:hover {
	text-align: center;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	width: 90px;
	height: 16px;
	background-image: url('/forums/style/default_imgs/icons/buttsticky.gif');
	background-repeat: no-repeat;
	margin:1px;
	padding-top: 2px;
	float:right;
}

.buttremovesticky a:link, .buttremovesticky a:visited, .buttremovesticky a:active, .buttremovesticky a:hover {
	text-align: center;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	width: 90px;
	height: 16px;
	background-image: url('/forums/style/default_imgs/icons/buttremovesticky.gif');
	background-repeat: no-repeat;
	margin:1px;
	padding-top: 2px;
	float:right;
}

.buttreply a:link, .buttreply a:visited, .buttreply a:active, .buttreply a:hover {
	text-align: center;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	width: 90px;
	height: 16px;
	background-image: url('/forums/style/default_imgs/icons/buttreply.gif');
	background-repeat: no-repeat;
	margin:1px;
	padding-top: 2px;
	float:right;
}

.buttsendpm a:link, .buttsendpm a:visited, .buttsendpm a:active, .buttsendpm a:hover {
	text-align: center;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	width: 90px;
	height: 16px;
	background-image: url('/forums/style/default_imgs/icons/buttsendpm.gif');
	background-repeat: no-repeat;
	margin:1px;
	padding-top: 2px;
	float:right;
}

.iconnormal {
	width: 20px;
	height: 20px;
	background-image: url('/forums/style/default_imgs/icons/iconnormal.gif');
	background-repeat: no-repeat;
}

.iconurl {
	width: 20px;
	height: 20px;
	background-image: url('default_imgs/icons/iconurl.gif');
	background-repeat: no-repeat;
}

.iconsticky {
	width: 20px;
	height: 20px;
	background-image: url('/forums/style/default_imgs/icons/iconsticky.gif');
	background-repeat: no-repeat;
}

.iconmoved {
	width: 22px;
	height: 20px;
	background-image: url('/forums/style/default_imgs/icons/iconmoved.gif');
	background-repeat: no-repeat	
}

.iconinfo {
	width: 22px;
	height: 20px;
	background-image: url('/forums/style/default_imgs/icons/iconinfo.gif');
	background-repeat: no-repeat	
}

.iconthread {
	width: 22px;
	height: 20px;
	background-image: url('/forums/style/default_imgs/icons/iconthread.gif');
	background-repeat: no-repeat	
}

.iconlocked {
	width: 22px;
	height: 20px;
	background-image: url('/forums/style/default_imgs/icons/iconlocked.gif');
	background-repeat: no-repeat	
}

.iconpoll {
	width: 22px;
	height: 20px;
	background-image: url('/forums/style/default_imgs/icons/iconpoll.gif');
	background-repeat: no-repeat	
}

.iconsticky_old {
	width: 20px;
	height: 20px;
	background-image: url('/forums/style/default_imgs/icons/iconsticky_old.gif');
	background-repeat: no-repeat	
}

.iconmoved_old {
	width: 22px;
	height: 20px;
	background-image: url('/forums/style/default_imgs/icons/iconmoved_old.gif');
	background-repeat: no-repeat	
}

.iconthread_old {
	width: 22px;
	height: 20px;
	background-image: url('/forums/style/default_imgs/icons/iconthread_old.gif');
	background-repeat: no-repeat	
}

.iconlocked_old {
	width: 22px;
	height: 20px;
	background-image: url('/forums/style/default_imgs/icons/iconlocked_old.gif');
	background-repeat: no-repeat	
}

.iconpoll_old {
	width: 22px;
	height: 20px;
	background-image: url('/forums/style/default_imgs/icons/iconpoll_old.gif');
	background-repeat: no-repeat	
}

.smile {
	width: 15px;
	height: 15px;
	background-image: url('/forums/style/default_imgs/icons/smile_smile.gif');
	background-repeat: no-repeat

	}

.smilebig {
	width: 15px;
	height: 15px;
	background-image: url('/forums/style/default_imgs/icons/smile_bigsmile.gif');
	background-repeat: no-repeat

	}

.smiletung {
	width: 15px;
	height: 15px;
	background-image: url('/forums/style/default_imgs/icons/smile_tung.gif');
	background-repeat: no-repeat
	}
	

.smileblink {
	width: 15px;
	height: 15px;
	background-image: url('/forums/style/default_imgs/icons/smile_blink.gif');
	background-repeat: no-repeat

	}


.smilesad {
	width: 15px;
	height: 15px;
	background-image: url('/forums/style/default_imgs/icons/smile_sad.gif');
	background-repeat: no-repeat
	}

.smileslash {
	width: 15px;
	height: 15px;
	background-image: url('/forums/style/default_imgs/icons/smile_slash.gif');
	background-repeat: no-repeat

	}
		
.smileopen {
	width: 15px;
	height: 15px;
	background-image: url('/forums/style/default_imgs/icons/smile_open.gif');
	background-repeat: no-repeat
	}
	
.smilerolleye {
	width: 15px;
	height: 15px;
	background-image: url('/forums/style/default_imgs/icons/smile_rolleye.gif');
	background-repeat: no-repeat

	}

.mail {
	width: 18px;
	height: 15px;
	background-image: url('/forums/style/default_imgs/icons/mail.gif');
	background-repeat: no-repeat;
	float: left;	
	cursor: pointer
}

.mailopen {
	width: 18px;
	height: 15px;
	background-image: url('/forums/style/default_imgs/icons/mailopen.gif');
	background-repeat: no-repeat;
	float: left;	
	cursor: pointer
}

.mailreply {
	width: 18px;
	height: 15px;
	background-image: url('/forums/style/default_imgs/icons/mailreply.gif');
	background-repeat: no-repeat;
	float: left;	
	cursor: pointer
}

.goto {
	width: 14px;
	height: 14px;
	background-image: url('/forums/style/default_imgs/icons/goto.gif');
	background-repeat: no-repeat	
}

.attachment {
	width: 12px;
	height: 12px;
	background-image: url('/forums/style/default_imgs/icons/iconattached.gif');
	background-repeat: no-repeat;	
	float: left
} 

.sort {
	width: 10px;
	height: 10px;
	background-image: url('/forums/style/default_imgs/icons/sort.gif');
	background-repeat: no-repeat	
} 

.online {
	margin: 0;
	width: 60px;
	height: 13px;
	background-image: url('/forums/style/default_imgs/online.gif');
	background-repeat: no-repeat	
}

.offline {
	margin: 0;
	width: 60px;
	height: 13px;
	background-image: url('/forums/style/default_imgs/offline.gif');
	background-repeat: no-repeat	
}

#sortlink {
			inherit: none;
			text-decoration: none;
			cursor: pointer;			
		  }

/* Ground color, the "stone" in this forum */
.aspbbcolormain {
  color: #FFFFFF;
  font-weight: bold;
  font-size: 11px;
  text-transform: uppercase;
  background-image: url('/images/forum_topic.jpg');
}
.aspbbcolortop {
	border: medium none;
	background-color: #f1f1f1;  
	font-weight: bold;
	background-image: url('default_imgs/forumname.png');
	background-repeat: no-repeat;
	height: 80px
}
.aspbbmain1 {
  background-color: #4A4A4A;
}

.aspbbcolor1 {
  background-color: #2A2A2A;
  font-size: 10px;
}

.aspbbcolor2 {
  background-color: #4A4A4A;
  font-size: 10px;
}

.aspbbcolor3 {
  background-color: #000000;
  font-size: 10px;
}

.aspbbforumnamecolor {
  color: #2A2A2A;
  font-weight: bold;
  font-size: 11px;
  text-decoration: none;
  text-transform: uppercase;
  background-image: url('/images/forum_cat.jpg');
}

.aspbbforumnamecolor a:link, .aspbbforumnamecolor a:visited, .aspbbforumnamecolor a:active, .aspbbforumnamecolor a:hover {
	color: #2A2A2A;
	font-weight: bold;
	text-decoration: none;
}

.aspbbquickview {
	width: 100%;
	font: 12px Verdana,Arial, Helvetica, Tahoma, sans-serif;
	padding-left: 3px;
	padding-right: 3px;
	border: 1px solid #cccccc;
	border-top: 0px;
	background-color: #eaeaea;
}
.quotehead {
	margin-left: 13px;
	margin-right: 13px;
	font: 10px verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #3eaf00;
}
.quotes {
	border: 1px dotted #354F7F; 
	background-color: #FFFFFF;
	padding: 5px;
	margin-left: 13px;
	margin-right: 13px;
}
.center {
	text-align: center
}
.stort {
  color: ##FFFFFF;
  font-size: 10px;
  font-family: Verdana, Helvetica, Arial;
  font-weight: normal;
  text-decoration: none;
}

.paddbottom {
	padding-bottom: 3px solid
}

/* For codetag */

.codehead {
	margin-left: 13px;
	margin-right: 13px;
	font: 10px verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #3eaf00;
}
			
.codeBase{
	font: 10px Verdana, Arial, Helvetica, Tahoma,  sans-serif;
	font-size: 11px;
	color:#000000;
	border-top: 1px dotted #354F7F; 
	border-bottom: 1px dotted #354F7F; 
	background-color: #FFFFFF;
	padding: 0;
	margin-left: 13px;
	margin-right: 13px;

}

.cString{
	color: #008080;
}
.cComment{
	color: #008000;
}
.redChar{
	color: #FF0000;
}
.operatorChar{
	color: #801080;
}
.kw_statements{
	color: #0000FF;
}
.kw_objects{
	color: #282866;
	font-weight: bold;
}
.kw_functions{
	color: #143EAA;
	font-weight: bold;
}
.kw_methods{
	color: #282866;
}