/* Spatial */
.v-top { vertical-align:top; }
.v-mid { vertical-align:middle; }
.v-bottom { vertical-align:bottom; }

.a-left { text-align:left; }
.a-center { text-align:center; }
.a-right { text-align:right; }

.left { float:left; }
.right { float:right; }
.nodisplay { display: none; }
.hidden { visibility: hidden; }

/* De-style */
.container .nm { margin:0; }
.container .nb { background:none; }

.container .show { display:block; }
.container .no-show { display:none; }

/* remove double margin on sidebar */
.right_col_buttons .right_column_base .content a img {
	margin-bottom: 0px;
}

/* Forum Overrides */
.ForumBackground .input {
	vertical-align: auto;
	}
.ForumBackground .button {
	background-position: auto;
	font-size: auto;
	font-variant: normal;
	padding: none;
	position: relative;
	text-decoration: none;
}	
/* Old Overrides*/
    /*Downloads page grey text on darkblue border */
.hp td.title8 {
	    color: #fff;
}
    /*KB edit page has textstyle on input buttons */
td.bodyText input.button {
    background: none;
    position: relative;
}
