/*////////////////////////////////////
//	GTPX vBulletin CSS
////////////////////////////////////*/

.tborder
{
	color: #000000;
}
.tcat
{
	background:#A30202 url('images/composite.png') 0 -300px;
	color: #FFFFFF;
	font-weight: bold;
}
.tcat a:link, .tcat_alink
{
	color: #ffffff;
	text-decoration: none;
}
.tcat a:visited, .tcat_avisited
{
	color: #ffffff;
	text-decoration: none;
}
.tcat a:hover, .tcat a:active, .tcat_ahover
{
	color: #FFFF66;
	text-decoration: underline;
}
.thead
{
	background: url('images/composite.png') 0 -200px #BFBFBF;
	border-bottom: 1px solid #BFBFBF;
	font: bold .85em 'lucida grande', Tahoma, sans-serif;
}
.thead a {
	color: #363636;
}
.tfoot
{
	background: url('images/composite.png') 0 -100px #023A74;
	color: #E0E0F6;
}
.tfoot a:link, .tfoot_alink
{
	color: #E0E0F6;
}
.tfoot a:visited, .tfoot_avisited
{
	color: #E0E0F6;
}
.tfoot a:hover, .tfoot a:active, .tfoot_ahover
{
	color: #FFFF66;
}
.alt1, .alt1Active
{
	background: #F4F2F3;
}
.alt2, .alt2Active
{
	background: #E7E5E6;
}
.inlinemod
{
	background: #FFFFCC;
	color: #000000;
}
.wysiwyg
{
	background: #FFF;
	color: #000000;
	font: .8em verdana, sans-serif;
	margin: 5px 10px 10px 10px;
	padding: 0px;
}
.wysiwyg a:link, .wysiwyg_alink
{
	color: #22229C;
}
.wysiwyg a:visited, .wysiwyg_avisited
{
	color: #22229C;
}
.wysiwyg a:hover, .wysiwyg a:active, .wysiwyg_ahover
{
	color: #FF4400;
}
textarea, .bginput
{
	font: 10pt verdana, sans-serif;
}
.bginput option, .bginput optgroup
{
	font-size: 10pt;
	font-family: verdana, sans-serif;
}
.bginput option, .bginput optgroup
{
	font: 0.85em 'lucida grande', tahoma, sans-serif;
}
.button
{
	font-family: 'lucida grande', Verdana, tahoma, sans-serif;
}
select
{
	font: 'lucida grande', tahoma, sans-serif;
}
option, optgroup
{
	font: 'lucida grande', tahoma, sans-serif;
}
.highlight
{
	color: #FF0000;
	font-weight: bold;
}
.panel
{
	background: #F4F2F3;
	color: #000000;
	padding: 10px;
	border: 2px outset;
}
.panelsurround
{
	background: #E7E5E6;
	color: #000000;
}
legend
{
	color: #22229C;
	font: 'lucida grande', tahoma, sans-serif;
}
.vbmenu_control
{
	background:#A30202 url('images/composite.png') 0 -300px;
	color: #FFFFFF;
	font: bold .85em 'lucida grande', tahoma, sans-serif;
	padding: 3px 6px 3px 6px;
	white-space: nowrap;
}
.vbmenu_control a, .vbmenu_control_alink
{
	color: #FFFFFF;
	text-decoration: none;
}
.vbmenu_popup
{
	background: #FFFFFF;
	color: #000000;
	border: 1px solid #999;
}
.vbmenu_option
{
	background: #E7E5E6;
	color: #000000;
	white-space: nowrap;
	cursor: pointer;
	font: 11px 'lucida grande', tahoma, sans-serif;
}
.vbmenu_option a, .vbmenu_option_alink, .vbmenu_option a:visited, .vbmenu_option_avisited
{
	text-decoration: none;
}
.vbmenu_hilite
{
	font: 11px 'lucida grande', tahoma, sans-serif;
	background: #E7E5E6;
	white-space: nowrap;
	cursor: pointer;
}
.vbmenu_hilite a, .vbmenu_hilite_alink, .vbmenu_hilite_avisited, .vbmenu_hilite_ahover
{
	background: #F4F2F3;
	font: 11px 'lucida grande', tahoma, sans-serif;
	text-decoration: none;
}

/* ***** styling for 'big' usernames on postbit etc. ***** */
.bigusername { font-size: 1.3em; text-decoration: none; font-weight: bold; }

/* ***** small padding on 'thead' elements ***** */
td.thead, th.thead, div.thead { padding: 4px; }

/* ***** basic styles for multi-page nav elements */
.pagenav a { text-decoration: none; }
.pagenav td { padding: 2px 4px 2px 4px; }

/* ***** de-emphasized text */
.shade, a.shade:link, a.shade:visited { color: #777777; text-decoration: none; }
a.shade:active, a.shade:hover { color: #FF4400; text-decoration: underline; }
.tcat .shade, .thead .shade, .tfoot .shade { color: #DDDDDD; }

/* ***** define margin and font-size for elements inside panels ***** */
.fieldset { margin-bottom: 6px; }
.fieldset, .fieldset td, .fieldset p, .fieldset li { font-size: 11px; font-family: 'lucida grande', tahoma, sans-serif; }

/* VBULLETIN_IMPORTANT.CSS */

/* Definitions we expect */
form {
    margin: 0px;
}

label {
    cursor: default;
}

.normal {
    font-weight: normal;
}

.inlineimg {
    vertical-align: middle;
}

.underline {
    text-decoration: underline;
}

.vbmenu_hilite * {
    cursor: pointer;
}

/* Auto-clearing of floats */
.floatcontainer:after, .block_row:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.floatcontainer, .block_row {
    display: inline-block;
}
/* IE-Mac hide \*/
* html .floatcontainer, * html .block_row {
    height: 1%;
}
.floatcontainer, .block_row {
    display: block;
}
/* End IE-Mac hide */

/* Personal customizations */
.vb-navbits {
	margin-bottom: 8px;
}

#vb-navbar h1 {
	font-size: 1.9em;
}

.vb-navbits a {
	padding: 0 3px;
}

.vb-navbits img {
	margin-bottom: -3px;
}

.vb-navbits img#signpost {
	margin-right: 3px;
}

.vb-yellowbox {
	background: #FFFBD6;
	border: 1px solid #FFCC33;
	border-width: 1px 0;
	padding: 7px 15px;
}

#vb-welcomebox {
	border-width: 1px;
	margin-bottom: 15px;
}

#vb-welcomebox-message {
	margin-bottom: 5px;
}

.vb-button-pagenav-container-top {
	margin-bottom: 15px;
}

.vb-button-pagenav-container-bottom {
	margin-top: 10px;
}

.vb-button {
    background: url('images/composite.png');
    text-decoration: none;
    font-weight: bold;
    color: #363636;
    padding: 6px 15px;
    border: 1px solid #BFBFBF;
}

.vb-button:active {
	background-color: #FFF;
	background-position: 0 5px;
}

.vb-button img {
	margin-bottom: -3px;
}

.vb-button-small {
	padding: 4px 15px;
}

.vb-threadbit-newpostlink {
	font-size: .65em;
	color: #4A3800;
	text-decoration: none;
	background: #FFFBD6;
	border: 1px solid #FFCC33;
	padding: 3px;
	margin-right: 5px;
}

.vb-threadbit-viewcount {
	color: #888;
	font-size: .7em;
	display: none;
}

.vb-threadbit-username a {
	color: #999;
	text-decoration: none;
	margin-left: 10px;
}

.vb-threadbit-date {
	color: #888;
}

.vb-postbit {

}

.vb-postbit-avatar {
	margin-bottom: 10px;
}

.vb-postbit-right {
    padding: 10px;
}

.vb-postbit-left {
	padding: 10px;
    text-align: center;
    color: #888;
}

.vb-postbit-info {
	border-bottom: 1px solid #bfbfbf;
    padding-bottom: 3px;
    margin-bottom: 7px;
    color: #888;
}

.vb-postbit-info-right {
	padding: 2px 0;
}

.vb-postbit-usertitle {
	margin: 0 0 0 15px;
}

.vb-postbit-postcount {
	margin-left: 5px;
}

.vb-postbit-checkbox {
	margin: 0 0 0 10px;
	padding: 0;
	height: 13px;
	width: 13px;
	overflow: hidden;
}

.vb-postbit-flag {
	margin-left: 3px;
}

.vb-postbit-signature {
	margin-top: 50px;
}

/* user ranks */
.vb-rank {
	background: url('/forum/images/ranks/ranks.png') no-repeat;
	border: 1px solid #016CD9;
	text-align: left;
	padding: 5px 0 5px 27px;
}

.vb-rank a {
	text-decoration: none;
}

.vb-rank-admin {
	background-position: 0 -50px;
}

.vb-rank-mod {
	background-position: 0 -100px;
	background-color: #69A4DE;
}

.vb-rank-emeritus {
	background-position: 0 -150px;
	border: 1px solid #87B2E1;
}

.vb-rank-premium {
	background-position: 0 -200px;
	border: 1px solid #FFCC00;
}
/* END VBULLETIN_IMPORTANT.CSS STUFF */