	.a {
		color: #336699;
		font-weight: bold;
	}

	.c {
		color: green;
	}

	.h {
		color: green;
		background: red;
	}
	
	.k1 {
		color: blue;
	}
	
	.k2 {
		font-weight: bold;
	}
	
	.k3 {
		color: red;
		font-weight: bold;
	}
	
	.n {
		color: #ff00aa;
	}

	.p {
		color: purple;
		font-style: italic;
	}
	
	.s {
		color: #666666;
	}

	td.template-column {
		border-left: #808080 solid 1px;
		border-right: #808080 solid 1px;
		border-top: #d0d0d0 solid 1px;
		border-bottom: #808080 double 3px;
	}
	
	div.template-heading {
		font-weight: bold;
		font-size: 10pt;
		text-align: center;
		background: #a0d0a0;
		border-bottom: #004400 solid 1px;
		border-top: #d0f0d0 solid 1px;
		border-left: #408040 solid 1px;
		border-right: #408040 solid 1px;
		padding: 1px;
		margin-bottom: 2px;
		margin-top: 2px;
		margin-left: 1px;
		margin-right: 1px;		
	}
	
	a {
		text-decoration: none;
		color: #369;
	}
	
	a:hover {
		color: green;
		text-decoration: underline;		
	}
	
	a.anchor {
		text-decoration: none;
		color: black;
	}
	
	a.anchor:hover {
		background: none;
		color: black;
	}
	
	a.allegro-function {
		color: #000000;
		font-weight: bold;
		text-decoration: none;
	}
	
	a.allegro-function:hover {
		background: #ffffaa;
		color: #000000;
		font-weight: bold;
	}
	
	a.allegro-struct {
		color: #000000;
		font-weight: bold;
		text-decoration: none;
	}
	
	a.allegro-struct:hover {
		background: #ffffaa;	
		color: #000000;
		font-weight: bold;
	}
	
	html {
		height: 100%;
	}
	
	body {
		font-family: verdana, helvetica, sans-serif;
		font-size: 12pt;
		margin: 0px;
		height: 100%;
	}	
	
	div.forumpage {
		font-size: 10pt;
		margin-left: 24px;
		margin-right: 24px;
		padding-top: 0.5em;
	}
	
	div.forums {
	}	
	
	div.instructions {
		background-image: url(/theme/default/icon32-information.png);
		background-repeat: no-repeat;
		background-position: 0px 4px;
		font-family: Trebuchet MS;
		font-size: 12px;
		line-height: 1.4;
		margin: 4px;
		min-height: 32px;
		padding: 4px 4px 4px 40px;
	}
	
	div.news-bar {
		color: #000000;	
		font-size: 8pt;
		padding-left: 4px;
	}

	div.news-body {
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 4px;
		padding-bottom: 4px;
		font-size: 10pt;
	}
		
	div.news-caption {				
		background: #e0e0e0;
		border-bottom: #d0d0d0 solid 1px;
		color: #000000;	
		font-size: 11pt;
		font-weight: bold;
		padding-left: 4px;
	}
	
	div.news-item {	
		padding-top: 4px;
		padding-bottom: 4px;
	}
	
	div.resource-category-main {
		font-weight: bold;
	}
	
	div.resource-category-sub {
		font-size: 8pt;	
	}	
	
	div.snippet {
		font-size: 13px;
		font-family: monospace;
		line-height: 1.2;
		width: 95%;
		white-space: pre;
		overflow: auto;
	}
	
	div.snippet code {
		font-family: monospace;
		font-size: 13px;
		line-height: 1.2;
		white-space: normal;
	}
	
	div.source-code {
		background: #fff;
		border-bottom: solid #999 1px;
		border-left: solid #ccc 1px;
		border-right: solid #999 1px;
		border-top: solid #ccc 1px;
		font-family: monospace;
		line-height: 1.2;
		white-space: pre;
		font-size: 12px;
max-height: 300px;
		overflow: auto;
		padding: 0em 1em 0em 1em;
	}
	
	div.source-code pre {
		font-family: monospace;
		font-size: 12px;
		line-height: 1.2;
		white-space: pre;
	}
	
	h3 {
		background: #e0e0e0;
		border-bottom: #d0d0d0 solid 1px;
		color: #000000;	
		font-size: 11pt;
		font-weight: bold;
		padding-left: 4px;
		margin: 0px;
	}
	
	small {
		font-size: 8pt;
	}
	
	td {
		font-family: verdana, helvetica, sans-serif;
		font-size: 10pt;
	}
	
	td.label {
		vertical-align: text-top;
		font-weight: bold;
	}
	
	form {
		margin: 0;
		padding: 0;
	}
	
/* --------------- Poll Capsule --------------- */
table#poll_table {
	margin: 4px;
}

table#poll_table td#poll_question{
	background: #e0e0e0;
	border-bottom: solid black 1px;
	border-top: solid black 1px;
	font-size: x-small;
	font-weight: bold;
	text-align: left;	
}

table#poll_table tr.poll_answer {
	background: #fff;
}

table#poll_table tr.poll_answer:hover {
	background: #d0d0e0;
}

table#poll_table td.poll_caption {
	text-align: left;
	font-size: small;
}

table#poll_table td.poll_percent {
	text-align: right;
	font-size: small;
}

table#poll_table tr.poll_bar {
	background: #fff;
}

table#poll_table tr.poll_bar div {
	text-align: left;
}

table#poll_table td#poll_footer {
	background: #e0e0e0;
	border-bottom: solid black 1px;
	border-top: solid black 1px;	
	text-align: center;
}

/* --------------- Recent Update Table --------------- */
table#recent_update_table {
}

table#recent_update_table tr.date td {
	text-align: center;
	font-size: 8pt;
	border-top: solid black 1px;
	border-bottom: solid black 1px;
	background: #e0e0e0;
}

table#recent_update_table tr.title td {
	background: #ffffff;
	padding-left: 2px;
	border-left: #b0b0b0 solid 1px;
	border-bottom: solid #b0b0b0 1px;
	font-size: 8pt;
}

/* --------------- Review List Capsule--------------- */
div#review_list_div {
	text-align: left;
}

div#review_list_div ul {
	margin-top: 0px;
	margin-left: 20px;
	padding-left: 0px;
}

/* --------------- General --------------- */
#template_page {
	padding-bottom: 1em;
	padding-top: 0.5em;		
}

span.url {
	font-family: Tahoma, sans-serif;
	font-size: 10.5px;
	color: #666;
}


span.cuss {
	margin: 0;
	display: inline-block;
	position: relative;
	top: 2px;
	min-width: 64px;
	background-image: url(/images/curse.png);
	background-position: bottom left;
	background-repeat: repeat-x;
}

span.cuss span {
	visibility: hidden;
}

/* --------------- General Forums --------------- */
#forum_navigation {
	font-size: 8pt;
}

/* --------------- Post / Edit Box --------------- */

#add_post_div {
	margin: 2em;
}

#add_post_table textarea {
	width: 600px;
}
	
/* --------------- Main Board List --------------- */

#board_list {
	border-left: solid #aaa 1px;
	border-top: solid #ada 1px;
	border-bottom: solid #666 1px;
	border-right: solid #666 1px;
}

#board_list thead td {
	background-color: #494;
	border-bottom: solid white 1px;
	border-right: solid white 1px;
	border-top: solid white 1px;
	color: #fff;
	font-family: Trebuchet MS, Verdana;
	font-size: 12px;
	font-weight: bold;
	padding: 3px 0.5em 3px 0.5em;
}

#board_list #bl_hdr_last_post {
	text-align: center;
}

#board_list tbody td {
	border-bottom: solid #999 1px;
	border-right: solid #666 1px;
}

#board_list td.group {
	background: #333;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	padding: 5px;
	text-align: left;
}

#board_list tr.board {
}

#board_list tr.board td.forum {
	background: #dedfdf;
	text-align: left;
	font-size: 14px;
}

#board_list tr.board td.topics {
	background: #f7f7f7;
	text-align: center;
}

#board_list tr.board td.posts {
	background: #dedfdf;
	text-align: center;
}

#board_list tr.board td.last_post {
	text-align: left;
	background: #f7f7f7;
}
	

/* --------------- Thread List --------------- */
	
#thread-list {
	border-left: solid #aaa 1px;
	border-top: solid #ada 1px;
	border-bottom: solid #666 1px;
	border-right: solid #666 1px;
	text-align: left;
}

#thread-list thead {
	margin-bottom: 5px;
}

#thread-list thead tr td {
	background-color: #494;
	border-bottom: solid white 1px;
	border-right: solid white 1px;
	border-top: solid white 1px;
	color: #fff;
	font-family: Trebuchet MS, Verdana;
	font-size: 12px;
	font-weight: bold;
	padding: 3px 0 3px 0;
}

#thread-list thead td#lightbulb_header {
	border-left: solid white 1px;
	border-right: solid #9c9 0;
}

#thread-list thead td#topic_header {
	padding-left: 40px;
	text-align: left;
}

#thread-list thead td#originator_header {
	text-align: center;
}

#thread-list thead td#replies_header {
	text-align: center;
}

#thread-list thead td#last_post_header {
	text-align: right;
	padding-right: 8px;
}

#thread-list tbody tr {
	height: 24px;
}

#thread-list div.topic {
	margin-left: 48px;
}

#thread-list tr.unread div.topic span.topic {
	font-weight: bold;
}

#thread-list>tbody>tr:hover>td {
	background-color: #d0e0d0;
	border-bottom: solid #ccc 1px;
	cursor: default;
}

#thread-list>tbody>tr:hover>td.originator
#thread-list>tbody>tr:hover>td.replies
{
	border-right: dotted 1px #aaa;
}

#thread-list>tbody>tr:hover>td  a {
	color: #009;
}

#thread-list>tbody>tr:hover>td.topic_outside  a:hover {
	color: #03c;
}

#thread-list tr.bookmarked_thread td {
	background: #ffa;
	font-weight: bold;
}

#thread-list td.lightbulb {
	background-color: #dedfdf;
	border-left: solid #fff 1px;
	border-right: dotted #999 1px;
	border-bottom: solid #ccc 1px;		
	text-align: center;
}

#thread-list tr.unread td.lightbulb {
	background-color: #ffffaa;
	border-right: dotted #999 1px;
}

#thread-list td.topic_outside {
	background: #f4f4f4;
	border-right: solid #fff 1px;
	border-bottom: solid #ccc 1px;  
	text-align: left;
}

#thread-list td.topic_outside img {
	float: left;
	padding-left: 4px;
}

#thread-list td.topic_outside img[alt="%"] {
	cursor: pointer;
}

#thread-list td.topic_icon {
	cursor: pointer;
}

#thread-list .topic a {
	color: #000;
	font-size: 11px;
}

#thread-list .topic a:hover {
	color: #369;
	text-decoration: none;
}

#thread-list span.page_numbers {
	margin-left: 0.5em;
	font-size: 10px;
	color: #666;
}

#thread-list td.topic_outside span.page_numbers a {
	color: black;
	text-decoration: underline;
	font-size: 8pt;
}

#thread-list span.forum_board {
	color: #666;
	font-size: x-small;
	padding-right: 1em;
	float: right;
	white-space: nowrap;
}

#thread-list td.originator {
	background-color: #e8e8e8;
	border-right: dotted #fff 1px;
	border-bottom: solid #ccc 1px;
	font-size: 11px;
	text-align: center;		
	padding-left: 0.5em;
	padding-right: 0.5em;	
}

#thread-list tr.unread td.originator {
	font-weight: bold;
}

#thread-list td.originator a {
	color: #000;
}

#thread-list td.replies {
	background: #e0e0e0;
	border-right: dotted #fff 1px;
	border-bottom: solid #ccc 1px;
	text-align: center;
	font-size: small;
}

#thread-list td.last_post {
	background-color: #d8d8d8;
	border-right: solid #ccc 1px;
	border-bottom: solid #ccc 1px;		
	text-align: center;		
	font-size: 10px;
	text-align: right;
	padding: 3px;
}

#thread-list td.last_post span.person {
}

/* --------------- Thread  --------------- */

#thread div.center, #add_post_table div.center {
	text-align: center;
}

#thread_topic {
	border-left: solid #aaa 1px;
	border-top: solid #ada 1px;
	border-right: solid #666 1px;
}

#thread_topic td {
	background-color: #494;	
	border: solid white 1px;
	color: #fff;
	font-family: Trebuchet MS, Verdana;
	font-size: 12px;
	font-weight: bold;
	padding: 3px 0 3px 5px;
	text-align: left;
}

#thread {
	border-bottom: #ccc solid 1px;
	border-right: #ccc solid 1px;
}

#thread div.break {
	border-bottom: solid black 1px;
	height: 1em;
}

#thread table:first-child {
	border-bottom: solid 1px #ccc;
}

#thread tr.post_1 {
	background: #f7f7f7;
}	
	
#thread tr.post_2 {
	background: #dedfdf;
}

#thread td.post_info {		
	border-top: solid #fff 1px;
	border-bottom: solid #666 1px;
	border-left: solid #aaa 1px;		
	margin: 0px;
	padding: 5px;
	vertical-align: text-top;
}

#thread td.post_content {
	border-bottom: solid #666 1px;
	border-right: solid #666 1px;
	border-top: solid #fff 1px;
	margin: 0px;	
	padding: 5px;
	vertical-align: text-top;	
	font-size: 13px;
	line-height: 1.3;
}

#thread div.member_info {
	margin-bottom: 2em;
}

#thread div.originator {
	font-weight: bold;
}

#thread div.originator  a {
	color: black;
}

#thread div.member_number, #thread div.join_date {
	font-size: 8pt;
}

#thread div.post_header {
	font-size: x-small;
	color: #404040;
}

#thread span.post_date {
	text-decoration: underline;
}

#thread span.post_date a {
	text-decoration: underline;
	color: #404040;
}

#thread span.post_date a.post_target {
	padding: 0.25em;
	text-decoration: none;
	background: #ffffcc;
	font-weight: bold; 
	color: #404040;
}

#thread span.attachment {
	margin-left: 20px;
}

#thread span.attachment a {
	color: black;
	cursor: pointer;
	font-weight: bold;
	margin-left: 4px;
	position: relative;
	top: -4px;
}

#thread .signature {
	font-size: 8.5pt;
	margin-top: 1em;
}

#thread .signature font {
	font-size: 8.5pt;
}

#thread #bottom_navigation {
	border-bottom: solid #666 1px;
	border-left: solid #aaa 1px;	
	border-right: solid #666 1px;	
}

#thread #bottom_navigation img {
	margin-right: 4px;
}

#thread #bottom_navigation.light {
	background: #f7f7f7;
}	
	
#thread #bottom_navigation.dark {
	background: #dedfdf;
}

div.page_numbers {
	z-index: 2;
}

div.page_numbers span {
	background: #fff;
	cursor: pointer !important;
	opacity: 0.5;
	border: dashed black 1px;
	font-size: 8pt;
}

div.page_numbers span a {
	color: black;
	text-decoration: none;
}

div.page_numbers span.selected {
	background: #a0d0a0;
	border: solid black 1px;
	opacity: 1;
	font-size: 8pt;
	color: white;
}

div.quote_container {
	margin: 1em 1em 0.5em 1em;
	font-size: 11px;
}

div.quote_container div.title {
	font-style: italic;
	font-size: 10pt;
	margin-bottom: 4px;
}

div.quote_container div.title  span {
}

div.quote_container div.quote {
	padding: 4px 4px 4px 4px;
	margin-left: 1em;
	border-left: solid #999 2px;
}


/* --------------- Search Page --------------- */
/* --------------- New Post  --------------- */

#new_post_table, #search_table {
	border-left: solid #aaa 1px;
	border-top: solid #ada 1px;
	border-bottom: solid #666 1px;
	border-right: solid #666 1px;
}

#new_post_table tr.header, #search_table tr.header {
}

#new_post_table tr.header td, #search_table tr.header td {
	background-color: #494;
	border: solid white 1px;
	color: #fff;
	font-family: Trebuchet MS, Verdana;
	font-size: 12px;
	font-weight: bold;
	padding: 3px 0.5em 3px 0.5em;
}

#new_post_table td.content, #search_table td.content {
	background: #f7f7f7;
	border-right: solid #fff 1px;
	border-bottom: solid #ccc 1px;  
}

/* --------------- Tabs  --------------- */

ul.tabs {
	border-bottom: solid black 1px;
	display: block;
	list-style-type: none;
	margin: 0;
	padding-left: 1em;
}

ul.tabs li a {
	color: RGB(0,0,0);
}

ul.tabs li {
	cursor: pointer;
	background: RGB(208,208,208);
	padding: 4px;
	border-left: solid black 1px;
	border-right: solid black 1px;
	border-top: solid black 2px;
	display: inline;
	position: relative;
	bottom: 4px;
	margin-right: 1px;
	text-align: center;
}

ul.tabs .selected {
	cursor: pointer;
	font-weight: bold;
	color: white;
	background-color: rgb(160,208,160);
	padding: 4px;
	border-left: solid RGB(0,100,0) 1px;
	border-right: solid RGB(0,100,0) 1px; 
	border-top: solid RGB(0,100,0) 2px;
}

ul.tabs li:hover {
	background-color: RGB(208,240,208);
}

/* MSIE hacks */
#tab_hover { background-color: RGB(208,240,208); }
#tab_unhover { background-color: RGB(208,208,208); }
#selected_tab_unhover { background-color: RGB(160,208,160); }

/* --------------- IOTD  --------------- */
#iotd_big_container {
	margin-top: 1em;
}

#iotd_big_container div.nav_bar {
	margin-bottom: 1em; 
}

div.iotd {
	width: 160px;
	border: solid black 1px;	
}

div.iotd_container {
	width: 200px; 
	height: 160px; 
	overflow: hidden; 
	float: left; 
	font-size: 9px;
}

div.iotd_container div.date {
	color: black; 
	background: #a0d0a0;
}

div.iotd_container div.caption {
	color: white; 
	background: #000;
}

/* --------------- Depot  --------------- */
div.featured_project {
	margin: 0.5em;
	width: 320px;
	padding-bottom: 0.5em;
	border-bottom: solid #ccc 1px;
}

div.featured_project h1 {
	color: darkgreen;
	font-size: 12pt;
	font-weight: bold;
	margin: 0em;
}

div.featured_project img.icon {
	float: left;
}

div.featured_project img.screenshot {
	border: solid black 1px;
	margin: 0.25em;
	float: right;
}

div.showcase_recent {
	margin: 6px 0 0 0.5em;
}

div.showcase_recent h1 {
	color: darkgreen;
	font-size: 12pt;
	font-weight: bold;
	margin: 0 0 0.5em 0;
}

div.showcase_recent h2 {
	font-size: 9pt;
	font-weight: normal;
	margin: 0;
}

div.showcase_recent img {
	float: left;
}

div.showcase_recent div.description {
	font-size: x-small;
	margin-bottom: 1em;
}

/* admin page */
div.admin_panel {
	float: left;
	height: 80px;
	margin-top: 10px;
	padding-left: 10px;
	width: 180px;
}

div.admin_panel h1 {
	color: #900;
	font-family: Trebuchet MS;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
}

div.admin_panel ul {
	font-size: 12px;
	line-height: 1.2;
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 4px;
}

div.admin_panel ul  a {
	color: black;
}

div.form {
	background-color: #e0e0e0;
	margin: 16px;
	border: outset #333 1px;
	padding: 1em;
}

div.form div.label {
	clear: both;
	float: left;
}

div.form div.label label {
	font-family: Trebuchet MS;
	font-weight: bold;
}

div.form div.field {
	margin-left: 120px;
	margin-bottom: 8px;
}

div.form div.field input,
div.form div.field textarea,
div.form div.field select,
div.form div.field option
{
	padding: 2px;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 14px;
}

div.form div.field option {
	padding-right: 1em;
}

div.form div.field input[type="button"],
div.form div.field input[type="submit"]
{
	font-size: 12px;
}

div#crumbs {
	background-color: #e0e0e0;
	border-bottom: solid #666 1px;
	border-top: solid #666 1px;
	font-size: 12px;
	font-family: Trebuchet MS;
	padding: 2px;
}

div#crumbs a {
	color: black;
}

div#crumbs span {
	background-repeat: no-repeat;
	cursor: default;
	padding-left: 18px;
}

div#crumbs a:hover {
	color: darkred;
	text-decoration: none;
}

/* --------------- MOCKUP BOX --------------- */
div.mockup-box div.container {
	position: relative;
	background-color: white;
	border: outset black 1px;
	height: 25em;
}

div.mockup-box div.preview,
div.mockup-box div.spell-check {
	border: 0;
	display: none;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 1.4;
	overflow: auto;
}

div.mockup-box div.compose,
div.mockup-box div.preview,
div.mockup-box div.spell-check {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

div.mockup-box div.compose textarea {
	border: 0;
	background: transparent;
	font-family: monospace;
	font-size: 14px;
	margin: 0;
	height: 100% !important;
	width: 100% !important;
}

div.mockup-box div.spell-check select,
div.mockup-box div.spell-check option {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	padding: 0;
}

div.mockup-box div.spell-check select {
	color: red;
}

div.mockup-box div.spell-check option {
	padding-left: 0.5em;
}

div.mockup-box div.tabs {
	margin-bottom: 1em;
}

div.mockup-box div.tabs span {
	background-color: #ccc;
	border-right: solid black 1px;
	border-left: solid #666 1px;
	border-bottom: solid black 1px;
	cursor: pointer;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 12px;
	margin: 0 0 0 1px;
	padding: 0px 0.5em 2px 0.5em;
}

div.mockup-box div.tabs span.selected {
	background-color: #fff !important;
	color: black !important;
	font-weight: bold;
}

div.mockup-box div.tabs span:hover {
	background-color: #fff;
	color: red;
}

/* --------------- REMOTE IMAGES --------------- */
span.remote-thumbnail {
	cursor: pointer;
}

span.remote-thumbnail span {
	display: none;
}

span.remote-thumbnail img {
	border: solid black 2px;
	margin-bottom: 1px;
}

span.remote-thumbnail img:hover {
	border: solid #369 2px;
}

/* --------------- REMOTE LINKS --------------- */
div.signature span.url {
	display: none;
}
