/**
* vBulletin 3.8.5 Important CSS
* Browser fixes and critical styles
*/

html, body {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

form {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td, th {
	padding: 0;
	vertical-align: top;
}

input, select, textarea {
	font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}

a img {
	border: none;
}

.clear {
	clear: both;
}

.hidden {
	display: none;
}

.visible {
	display: block;
}

/* Fix for inline images */
img.inlineimg {
	vertical-align: middle;
	border: 0;
}

/* Input fixes */
input[type="text"],
input[type="password"],
input[type="email"],
textarea {
	outline: none;
}

/* Table cell alignment */
td[align="center"] {
	text-align: center;
}

td[align="right"] {
	text-align: right;
}

td[valign="top"] {
	vertical-align: top;
}

td[valign="middle"] {
	vertical-align: middle;
}

td[valign="bottom"] {
	vertical-align: bottom;
}

/* Nowrap */
td[nowrap="nowrap"],
th[nowrap="nowrap"] {
	white-space: nowrap;
}

/* Width fixes */
table[width="100%"] {
	width: 100%;
}
