/* @group Forum Misc. */

#forumFooter { 
	overflow: hidden; 
	background: #454e6b url(../images/nav_header.gif) no-repeat 0 0; 
	padding: 5px; 
	font-size: 12px; 
	color: #999; 
}
#forumFooter a { font-weight: bold; color: #fff; }
#forumFooter form { 
	width: 30%; float: left; text-align: left; }
#forumFooter select { margin: 0;}
#forumFooter .forumLinks { 
	width: 50%; float:right; text-align: right; }

.nav-buttons-bar td { text-align: center; }
.thead a {
	color: #fff;
	text-decoration: underline
}
.thead a:hover {
	color: #ccc;
}
.thead .button {
	color: #565656;
	margin: 0;
}
.collapse { float: left }
.whats-going-on .alt1 { border-left: 0 }
.vbmenu_popup table {
	border: 1px solid #fff;
	margin-bottom: 0;
}
#forumStatus, #threadStatus {
	list-style-type: none;
	width: 765px;
	overflow: auto;
	margin: 0 0 1.4em 0;
}
#forumStatus li, #threadStatus li {
	width: 33%;
	float: right;
	color: #666;
	font-size: 88%;
	line-height: 2.2;
}
#forumStatus li img, #threadStatus li img {
	float: right;
	margin-left: 8px;
}

.last { border-left: 0; }

.forum fieldset {
	padding: 8px;
	margin-bottom: 8px;
	border-bottom: 0;
	border-right: 0;
	border-left: 0;
}

fieldset.columns ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	overflow: hidden;
}
fieldset.columns ul li {
	float: right;
	width: 45%;
}
fieldset#instant_messaging.columns input.text {
	width: 230px;
}
fieldset.columns ul li .text {
	width: 250px;
}
input.short { width: 80px; }
button img, a.button img{ background: transparent;/* apparently IE can't figure this out on its own */}

.vbmenu_popup table { width: auto; /*IE needs this for some reason*/ }

.forumjump select { padding: 0;margin: 0; }
.ie6 .yui-ge .first {width: 535px!important;}

/* @end */

/* @group list-controls */

.list-controls {
	position: relative;
	height: 40px;
	margin-bottom: 5px;
}
.list-controls .button {
	height: 28px;
	font-size: 130%;
	line-height: 1.6;
}

/* @end */

/* @group pagenav */

.pagenav {
	width: 460px;
	margin: 0;
	position: absolute;
	left: 0; top: 0;
}
.pagenav .current {
	width: 80px;
	overflow: hidden;
	margin-left: 10px;
	text-align: center;
	color: #666;
	font-size: 90%;
}
.pagenav .current input.text {
	font-size: 110%;
	width: 20px;
	border: 0;
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	text-align: center;
	margin: 0;
	margin-top: 7px;
	color: #333;
	font-weight: bold;
}

/* @end */

/* @group list-header */

.list-header {
	overflow: hidden;
	padding-top: 5px;
}
.list-header .vbmenu_control {
	float: left;
	margin-right: 15px;
}
.list-header .normal { float: right; }

/* @end */

/* @group listFooter */

#listFooter { 
	border: 1px solid #ddd;
	border-right: 0; border-left: 0;
	padding: 5px 0;
	clear: both; 
	margin-bottom: 1em; }
#listFooter .moderate {
	float: left;
}
#listFooter select {
	margin: 0;padding: 0;
}

/* @end */
/* @group active-users */

.active-users { margin: 10px 0; }
.active-users .alt2 { padding: 5px;}

/* @end */

/* @group individual post */

.post { 
	clear: both; 
	margin-bottom: 1.4em;
}

.post-actions { 
	list-style-type: none;
	margin: 0;
	margin-bottom: .8em;
	height: 35px;
	overflow: hidden;
	padding: 5px 5px 0;
	padding-left: 220px;
}
.post-actions li { float: right; }
.post-actions li a.button { float: none; }
.post-header h4 { 
	line-height: 170%;
	font-size: 150%;
	height: auto;
	margin-bottom: 0px;
}
.ie .post-controls a.button img.just-image {
	padding: 3px 0; margin: 0;
	padding-left: 3px;
}
.post-actions .moderate input { margin-top:7px; }

.post-controls {
	margin: 1em 5px 0 0;
	overflow: hidden;
}

.meta {
	width: 200px;
	float: left;
	background: #fff;
	border: #999 1px solid;
	padding: 5px;
	position: relative;
	top: -55px;
	left: 5px;
}
.user-tools {
	list-style-type: none;
	z-index: 3;
	position: absolute;
	top: -1px;
	right: -1px;
	background: #dff4ff;
	border:1px solid #c2e1ef;
	margin: 0;
	padding: 5px;
	width: 200px;
}
.user-tools li {
	padding: 3px 0;
}
.user-tools li.close {
	padding: 0;
}
.user-tools li.close .button {
	float: none;
	display: inline;
	margin: 0;
	padding: 0px 3px;
	line-height: 70%;
}
.meta1 a img {
	float: left;
	padding: 0 5px 0 0;
}
.meta1 a.button { 
	float: none;
	display: inline;
	margin: 0;
	padding: 0px 3px;
	line-height: 70%;
}
.meta1 a.button:hover { text-decoration: none; }
.meta .bigusername, .meta .usertitle, .meta .rank 
{ font-weight: bold; font-size: 110%; }
.meta .usertitle, .meta .rank { font-size: 90%; }
.meta2 {
	list-style-type: none;
	margin: 0;
	font-size: 85%;
}

.post-body 
{	padding-left: 225px;
	overflow: visible; }
#posts .new .post-actions {
	background:#E6EFC2;
	border-top:1px solid #C6D880;
}
.attachments .inlineimg { padding-left: 5px; }
.attachments ul { margin-bottom: 0; }
.post .edited {
	margin-top: 1em;
	color: #666;
	border-top: 1px solid #ddd;
	padding: 3px 0 0 0;
}
.post .edited em { font-style: normal; }
.post .edited a { color: #66d; }

/* @end */

/* @group Reply Page */

.preview {padding: 5px;}

.subject-field { padding: 0 5px; position:relative; }
#display_posticon {position: absolute; left: 10px; top:10px;}
.additional-options ul {list-style-type: none; margin: 0;}
.review-post { margin-bottom: 1px; overflow: hidden; clear: both;}
.review-post .meta {
	float: right;
	width: 180px;
	background: #dae4ed url('../images/review_bubble.gif') 0px -7px no-repeat;
	border: 0;
	position: static;
	height: 55px;
	overflow: hidden;
}
.review-post .meta strong {
	display:block;
	padding-bottom: 3px;
	color: #000;
}
.review-post .meta em {
	color: #777;
	display: block;
	line-height: .7em;
}
.review-post .review {
	margin-right: 180px;
	padding: 5px;
	padding-right: 15px;
	background: #eee;
	min-height: 55px;
}
.ie6 .review-post .review {
	padding-bottom: 35px;
}

/* @end */

/* @group vBulletin Editor */

.vBulletin_editor {
	padding: 5px;
	overflow: hidden;
}

/* @group inline quick editor */

.quick-editor {margin-bottom: 0;width:540px;}
	.quick-editor textarea {
		display: block;
		width: 520px !important;
		border: 1px solid #bbb !important;
	}
	.vBulletin_editor #quickedit_delete ul label { font-weight: normal; }

	.vBulletin_editor #quickedit_delete ul {
		list-style-type: none;
		margin: 0;http://10.10.10.237:8100/forum/images/editor/code.gif
	}
	
	/* @end */

/* the thread quick reply form */
#qrform .options label {
	margin-top: 8px;
	float:right;
	clear: right;
}

.vBulletin_editor .controlbar td,
.vBulletin_editor .controlbar table  
{padding:0; margin:0; vertical-align: bottom;}

.vBulletin_editor td { padding: 0px; }

.vBulletin_editor .messagearea {
	padding: 5px;
	background: #fff;
	border: 1px solid #bbb;
}
.vBulletin_editor textarea {
	background: #fff;
	margin:0;
	padding:0px;
	border:0;
}


.vBulletin_editor .controlbar iframe {
	background: #fff;
	border: 0 !important;
}

.vBulletin_editor .editor-controls {
	padding-bottom: 8px;
}

.smiliebox { width: 245px; float: left;}
.ie6 .smiliebox {
	float: none;
}
.messagearea {
	float: right;
	margin: 0;
}

.submit-buttons .button {
	margin-top: 8px;
	margin-right: 5px;

}
form .submit-buttons {
	overflow: hidden;
	margin-bottom: 1em;
}

.login .input {
	float: right;
}
.login .input p {
	float: none;
}
.login .input label {
	display: inline-block;
	width: 90px;
}
.login .input input.text {
	width: 200px;
}
.login p {
	float: left;
	width: 370px;
	margin-bottom: 5px;
}

/* @end */

/* @group narrow pages */

.redirect h1, .error-lite h1, .c {
	margin: 40px auto 20px auto;
	width: 480px;
	color: #50606e;
	padding: 0px 5px;
	text-align: right;
	font-size: 25px;
}
.redirect #message, .error-lite #message, .coppa #message {
	margin: 0px auto;
	margin-bottom: 20px;
	padding: 5px;
	padding-bottom: 80px;
	width: 480px;
	background: #fff url('../images/redirect_footer.gif') bottom center no-repeat;
	text-align: right;
}
.error-lite .login {
	font-size: 11px;
}
.error-lite .login .input input.text {
	width: 90px;
}
.error-lite .login p {
	width: 200px;
}
.error-lite .login label {
	width: 70px;
}

/* @end */

/* @group Attachment popup */

#attachment .popup {
	margin: 5px 20px;
	padding: 5px;
	background: #fff;
	text-align: right;
}
#attachment h1 {
	margin: 5px 20px;
	height: 20px;
	padding: 10px 5px 5px 5px;
	font-size: 18px;
	color: #50606e;
	text-align: right;
	position: relative;
}
#attachment h1 a {
	position: absolute;
	left: 0; top: 12px;
}

#attachment .popup fieldset {
	padding: 8px;
	margin-bottom: 8px;
	border-bottom: 0;
	border-right: 0;
	border-left: 0;
}
#attachment .popup .submit {
	display: block;
}
#attachment .popup .upload input { float: right; }
#attachment .popup .upload input.submit{ float: left; }
#attachment .popup .upload { overflow: hidden; }
#attachment .popup .attachments { margin-left: 0; }
#attachment .popup .attachments li { position: relative; }
#attachment .popup .attachments li .submit { 
	position: absolute;
	left: 0;
	top: 0;
}
#attachment .popup .alt2 { background: #fff; }
#attachment #uploading {
	margin:10px;
	padding-right: 22px;
	text-align: right;
	background: url('../images/spinner.gif') top right no-repeat;
}

/* @end */

#profile_tabs .button {
	float: none; display: inline-block; }

.register label {
	display: block;
}
.register input.text {
	width: 200px;
}
.register .confirm .input p {
	width: 40%;
	float: right;
}

.contact .details label {
	display: block;
}
.contact .details .text {
	width: 300px;
}
.contact .details p {
	width: 370px;
	float: right;
}
.ie ol.last_visitors_list li {
	display: block !important;
}
#visitor_messaging .meta {
	float: right;
}

.yui-ge #sidebar .alt1 {
	border: 0;
	background-color: #dae4ed;
}

.vbmenu_option a {color: #009;}
.thead .vbmenu_option a:hover {color: #009 !important;}
