@charset "UTF-8";
/* CSS Document */

.bbcode_container {
	margin:20px;
	margin-top:5px;
	display:block;
}

.bbcode_container .bbcode_desc {
	margin-bottom:2px;
	font-size:10.5px;
}

.bbcode_container div.bbcode_code,
.bbcode_container pre.bbcode_code {
	margin:0;
	padding:6px;
	border:1px inset #999999;
	text-align:left;
        max-width:660px;
	overflow:auto;
	direction:ltr;
	background:rgb(246, 246, 246) url(https://forum.videohelp.com/images/gradients/content3image-alpha.png) repeat-x;
/*	height:;*/
	font-size:12px;
}

.bbcode_container code.bbcode_code {
	margin:0;
	text-align:left;
	direction:ltr;
	font-size:12px;
}

.bbcode_container code.bbcode_code code {
}

.bbcode_container div.bbcode_quote {
	margin:0 10px;
	margin-bottom: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: rgb(223,225,225) none   ;
	border-radius: 5px;
	border: 1px solid rgb(153, 153, 153);
	font: normal  normal 11.5px Verdana,Geneva,sans-serif;
	position: relative;
	top: 0;
}

.bbcode_container .bbcode_quote_container {
	
	display:block;
	width: 9px;
	height: 13px;
	position: absolute;
	top: 5;
	left: -9px;
}

.bbcode_quote div.quote_container {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 6px 8px 6px 8px;
 line-height:1.5em;

}

.bbcode_quote .bbcode_postedby img {
	position: relative;
	top: -1px;
}

.bbcode_container div.bbcode_quote.printable {
	background:none;
	border:none;
}

.bbcode_container div.bbcode_quote div.message {
	/*font-style:italic;*/
	padding:4px 0px 0px 0px;
}

/* fix the bug where li's in quotes are floated */
.bbcode_container div.bbcode_quote div.message ol>li, .bbcode_container div.bbcode_quote div.message ul>li{
	float: none;
}

/* from components.css */
.bbcode_postedby {
	font:   normal 10px Verdana,Geneva,sans-serif;
}

.bbcode_postedby img {
	margin:0;
} 

.formcontrols .blockrow.texteditor {
	border-top:none;
}

.editor {
	border-top:solid 1px rgb(204, 204, 204);
}

.editor.quickreply,
.editor.quickedit {
	border-top:none;
}

.editor_controls {
	padding:6px;
        _display:none; /* disabling clickable controls for IE6, although the form remains fully-functional, including keyboard-controls: select a word, hit control-b to bold a word in the editor. */
}

.editor_controls > ul {
	clear:left;
}

.editor_controls > ul.right li > * {
	display:inline;
	float:left;
}

.editor_controls > ul.right {
	float:right;
}
.editor_controls ul.right {
	_float:right;
}

.editor_controls > ul > li {
	background:transparent url(https://forum.videohelp.com/images/editor/separator.gif) no-repeat;
	padding-left:6px;
	float:left;
	position: relative;
}
.editor_controls li , .editor_controls ul.right li, .editor_controls .popupmenu div.popupctrl {
	_display: inline;
}
.editor_controls > ul > li:first-child {
	background-image:none;
	padding-left:0px;
}

.editor_controls a.popupctrl img,
.popupmenu .popupbody li img {
	vertical-align:middle;
}

.editor_controls a.popupctrl {
	text-decoration:none;
}

.editor_controls .imagebutton {
	padding:1px;
}

.editor_controls .colorbutton {
	float:left;
	margin:1px;
	border:0;
}

.editor_controls .colorbutton div {
	border:1px solid #ACA899;
	height:10px;
	width:10px;
	margin:2px;
}

.editor_controls .vbedit_colorbutton {
	padding-bottom:4px;
}

.editor_controls .vbedit_colorbar {
	position:absolute;
	background-color:black;
	top:15px;
	left:6px;
}

.formcontrols .blockrow .editor_textbox textarea:focus {
	background-color:rgb(255, 255, 255);
}

.editor_container {
	float:left;
	margin-right:-90px;
	width:100%
}

.editor_smiliebox {
	float:right;
	width:75px;
	height:200px;
	_background-color:rgb(255, 255, 255);
	_border:solid 1px rgb(204, 204, 204);
	padding:0 3px 3px 3px;
}

.editor_smiliebox .blocksubhead {
	padding:0;
	font-size:10.5px;
	font-weight:normal;
	text-align:center;
	background:rgb(246, 246, 246);
	border:solid 1px rgb(204, 204, 204);
	border-width:1px 0;
}

.editor_smiliebox ul.smiliebox {
	height:190px;
	overflow:hidden;
}

.editor_smiliebox ul.smiliebox li {
	float:left;
	height:21px;
	margin:2px;
	overflow:hidden;
	position:relative;
	text-align:center;
	width:20px;
}

.editor_smiliebox ul.smiliebox li div.table {
	display:table;
	height:100%;
	margin:auto;
}

.editor_smiliebox ul.smiliebox li div.tablecell {
	display:table-cell;
	vertical-align:middle;
}

.editor_smiliebox ul.smiliebox li img {
	height:auto;
	max-width:20px;
	width:auto !important;
}

.editor_smiliebox div.moresmilies {
	text-align:center;
	font-size:10.5px;
}

.editor_textbox_container {
	width:100%;
	float:left;
	margin-right:-85px;
}

.editor_textbox_smilie {
	margin-right:85px;
}

.editor_textbox textarea,
.editor_textbox iframe {
	width:99%;
	height:200px;
	float:none;
	background-color:rgb(255, 255, 255);
}

.editor_textbox iframe {
	padding:0;
	height:206px;
}

.editor_textbox .hider {
	background-color:rgb(255, 255, 255);
}

.editor_textbox.quickreply textarea {
	height:100px;
}

.editor_textbox.quickreply iframe {
	height:106px;
}

.editor_textbox .description {
	float:none;
	width:auto;
	margin-top:2px;
}

.editorpopupbody {
	max-height:250px;
	*overflow:auto;
	overflow-y:auto;
	overflow-x:hidden;
}

.popupmenu.sizes .popupbody {
	min-width:50px;
	text-align:center;
}

.popupmenu.colors .popupbody {
	min-width:144px;
}

.editor_controls .popupmenu .popupbody {
	background:#FFFFFF none repeat scroll 0 0;
}

.editor_controls .category,
.editor_controls .smilie ,
.editor_controls .attachment {
	font-size:10.5px;
	border-top:none;
	padding:1px;
	position: relative;
}

.editor_controls .smilie,
.editor_controls .attachment,
.editor_controls .attach .category {
	cursor:pointer;
}

.editor_controls .category {
	background:rgb(246, 246, 246);
	border:solid 1px rgb(204, 204, 204);
	border-width:1px 0;
}

.editor_controls .smilie div,
.editor_controls .category div,
.editor_controls .attachment div {
	padding:2px;
	white-space:nowrap;
	overflow:hidden;
}

.editor_controls .fontsize,
.editor_controls .fontname {
	padding:1px;
	border-top:none;
	font-size:14px;
}

.editor_controls .popupmenu .popupbody li > a {
	padding:1px 3px;
	overflow:hidden;
	background:none;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	color:#000000;
}

.editor_controls .popupmenu .popupbody li > a:hover {
	color:#000000;
}

.popupmenu.colors {
	position:relative;
}

.popupmenu.fonts div.popupctrl {
	width:91px;
}

.popupmenu.sizes div.popupctrl {
	width:45px;
}

.editor_controls a.popupctrl {
	border:1px solid #E1E1E2;
	height:18px;
	line-height:17px;
}

.editor_controls .popupmenu div.popupctrl {
	height:18px;
	border:1px solid #E1E1E2;
	color:#000000;
	line-height:17px;
	background-color:#FFFFFF;
	padding-right:10px;
	background-image:url(https://forum.videohelp.com/images/misc/popupctrl.png);
	background-position:right center;
	background-repeat:no-repeat;
}

.popupmenu.imagemenu div.popupctrl {
	padding:1px;
	padding-right:10px;
	border:none;
}

.popupmenu.imagemenu div.popupctrl.active {
	padding:0px;
	padding-right:10px;
	margin-right:-1px;
}

.popupmenu.fonts div.popupctrl div,
.popupmenu.sizes div.popupctrl div {
	font-size:10.5px;
	font-family:tahoma;
	overflow:hidden;
	white-space:nowrap;
	padding:0 3px 0 3px;
	_display:inline;
}

.editor_controls .imagebutton_selected,
.editor_controls .imagebutton_hover,
.editor_controls .imagebutton_down,
.editor_controls a.popupmenu {
	padding:0;
	margin:0;
}

.editor_controls .popupmenu .popupctrl.active,
.editor_controls .imagebutton_selected,
.editor_controls .imagebutton_down,
.editor_controls .imagebutton_hover {
	border:solid 1px rgb(204, 204, 204);
}

.editor_controls .popupmenu .popupctrl.active,
.editor_controls .imagebutton_hover {
	background-color:rgb(193,210,238);
}

.editor_controls .imagebutton_selected {
	background-color:rgb(241,246,248);
}

.editor_controls .imagebutton_down {
	background-color:rgb(151,181,226);
}

.editor_controls .imagebutton_disabled {
	opacity:0.40;
	-moz-opacity:0.40;
	filter:alpha(opacity=40);
}

.controlgroup_3 button.imagebutton {
	 display:inline;
	 margin:0;
	 padding:2px;
	 text-align:left;
	 cursor:pointer;
	 border:0px;	 
 }

.popupbody > li:first-child {}

/* Used within the iframe */
.wysiwyg hr.previewbreak {
	color:red;
	background-color:red;
	height:6px;
	border:none;
}

.wysiwyg p {
	margin:0;
}

.wysiwyg .inlineimg {
	vertical-align: middle
}
.wysiwyg img.previewthumb,
.wysiwyg img {
	max-width:150px;
	max-height:150px;
	height:auto !important;
	width:auto !important;
	width:150px;
	height:150px;
	margin:1px;
}

.wysiwyg ol.decimal li {
	list-style:decimal outside;
}

.wysiwyg ol.upper-roman li {
	list-style:upper-roman outside;
}

.wysiwyg ol.lower-roman li {
	list-style:lower-roman outside;
}

.wysiwyg ol.upper-alpha li {
	list-style:upper-alpha outside;
}

.wysiwyg ol.lower-alpha li {
	list-style:lower-alpha outside;
}

/* IE createStyleSheet() falls over on img.previewthumb.active  */
.wysiwyg img.previewthumbactive {
	border:1px solid red;
	margin:0;
}

.editoroverlay {
	position:relative;
}

.editoroverlay.tableoverlay,
.editoroverlay.videooverlay {
	width:350px;
}

.editoroverlay.uploadoverlay {
	width:445px;
}

.editoroverlay.imageoverlay {
	width:550px;
}

.editoroverlay hr {
	border:solid 1px rgb(204, 204, 204);
}

.editoroverlay .blockrow {
	background:rgb(238, 238, 238)  bottom repeat-x;
	border:solid 1px rgb(204, 204, 204);
	margin:10px;
	text-align: left;
}

.editoroverlay .blockrow .group {
	width:72%;
	float:right;
	margin-top:10px;
}

.editoroverlay ul.group li {
	float:left;
	margin-left:10px;
	font-size:10.5px;
}

.editoroverlay ul.group .textbox {
	margin-top:0;
	width:auto;
	float:none;
}

.editoroverlay ul.group li:first-child {
	margin-left:0;
}

.editoroverlay .cancelbutton {
	position:absolute;
	right:6px;
	top:6px;
	background-color:red;
	color:white;
	font-weight:bold;
	border:1px solid black;
	width:15px;
}

.editoroverlay .cancelbutton:hover {
	background-color:crimson;
}

.editoroverlay input.textbox:focus,
.editoroverlay textarea:focus {
	background-color:rgb(255,255,200);
}

.editoroverlay p.shade {
	font-size:10.5px;
	margin-bottom:10px;
}

.editoroverlay div.foot {
	text-align:center;
	padding:10px;
	position:relative;
}

.editoroverlay.uploadoverlay div.foot {
	padding-bottom:0;
}

.editoroverlay.videooverlay input.textbox {
	width:95%;
	margin-top:10px;
}

/* Table Overlay */
.editoroverlay.tableoverlay .primary,
.editoroverlay.tableoverlay ul.checkradio.group {
	float:right;
	width:45%;
	margin-top:0;
	margin-bottom:5px;
}

.editoroverlay.tableoverlay ul.group li {
	margin-left:0;
	float:none;
}

/* imageoverlay */
.editoroverlay.imageoverlay .blockrow {
	width: 100%:
	float: left;
	clear: both;
}

.editoroverlay.imageoverlay .blockrow .fullwidth > label {
	float:left;
	clear:both;
	width:25%;
	overflow:hidden;
	margin-top:10px;
}

.editoroverlay.imageoverlay .textbox {
	margin-top:0;
	width:95%;
}

.editoroverlay.imageoverlay div.imagetarget {
	margin-left:25%;
	border:solid 1px rgb(204, 204, 204);
	padding:5px;
	font-size:10.5px;
	background-color:rgb(246, 246, 246);;
}

.editoroverlay.imageoverlay #imageconfigtarget {
	max-width:100px;
	max-height:100px;
	height:auto !important;
	width:auto !important;
	width:100px;
	height:100px;
}

.editoroverlay.imageoverlay #imageconfigtarget.right {
	float:right;
	margin-left:5px;
}

.editoroverlay.imageoverlay #imageconfigtarget.left {
	float:left;
	margin-right:5px;
}

.editoroverlay.imageoverlay #imageconfigtarget.center {
	display:block;
	margin-left:auto;
	margin-right:auto;
}

.editoroverlay.imageoverlay #imageoverlay_progress {
	display:none;
	position:absolute;
	right:10px;
}

.editoroverlay.uploadoverlay h2 {
	font-size: 123.1%;
	font-weight:bold;
}

.editoroverlay.uploadoverlay p,
.editoroverlay.uploadoverlay h2 {
	margin-bottom:5px;
}

.editoroverlay.uploadoverlay label {
	margin-bottom:2px;
}
.editoroverlay.uploadoverlay input.textbox {
	width:95%;
	margin-bottom:5px;
}
.editor {
	border-top-width: 0px;
}
.postpreview {
	border: 1px solid rgb(102, 102, 102) ;
	border-top: 0px;
} 


/* CSS Document */

.popupbody {
	background:rgb(221, 221, 221) none   ;
	border:1px solid rgb(153, 153, 153); 
	padding:2px 0px 0px 0px;
	position:absolute;
	z-index:1000;
	top:1.5em;
	left:0;
	display:none;
	min-width:200px;
}

.popupmenu:hover ul.popuphover {
	display:block;
}

.popupbody li {
	border-top:solid 1px rgb(221, 221, 221);
}

.popupbody > li:first-child {
	border-top:none;
}

.popupbody li > a,
.popupbody li > label {
	display:block;
	color:inherit;
	padding:3.235px 10px;
	background:rgb(238, 238, 238)  bottom repeat-x;
	text-decoration:none;
	text-align:left;
	white-space:nowrap;
	font:   normal 11px Tahoma, Calibri, Verdana, Geneva, sans-serif;
}
.blockhead .popupbody li > a {
	color:black;
/* rgb(0, 0, 0); */

}

/* vbmenu_hilite and vbmenu_option are for the ajax popup menus (tags) */

.popupbody li > a:hover,
.popupbody li > label:hover,
.popupbody li.vbmenu_hilite > a {
	background-color:#ffeb90;
	color:rgb(0, 0, 0);
}

.popupbody li.vbmenu_hilite, li.vbmenu_option {
float: none;
display:list-item;
width: 100%;
}

.popupbody li.vbmenu_option > a:hover {
	background:rgb(238, 238, 238)  bottom repeat-x;
}

.popupbody li input.searchbox {
	width:170px;
	padding:0px;
	font-size:10pt;
	font-style:italic;
	color:#555555;
}

.popupbody li input.searchbox:focus {
	font-style:normal;
	color:rgb(0, 0, 0);
}

.popupbody li.formsubmit {
	text-align:right;
	padding:0px;
	background:transparent;
}

.popupbody li.formsubmit .submitoptions {
	float:left;
	text-align:left;
}

.popupbody li.formsubmit .submitoptions label {
	display:block;
}

.popupbody li.formsubmit.jumptopage > label {
	display:inline;
	background:none;
}

.popupbody li.formsubmit input[type="submit"],
.popupbody li.formsubmit input[type="reset"],
.popupbody li.formsubmit input[type="button"] {
	font:9pt Verdana, Geneva, sans-serif;
	padding:2px;
	padding-bottom:1px;
}

.popupbody li.formsubmit input[type="submit"]:hover,
.popupbody li.formsubmit input[type="reset"]:hover,
.popupbody li.formsubmit input[type="button"]:hover {
	color:rgb(0, 0, 255);
}

.blockhead .popupmenu,
.blocksubhead .popupmenu {
	display:block;
	float: right;
	clear: left;
	text-transform: none;
}

/* MEMBER ACTION DROP-DOWN */
.memberaction.popupmenu {
	position: relative;
	top: 0;
	display: inline;
}
.memberaction.popupmenu a.popupctrl {
	background: none;
	padding: 0;
}
.memberaction_body.popupbody {
	width: 280px;
	background: rgb(238, 238, 238);
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;	
	-moz-box-shadow: 0px 4px 7px #777777;
	-webkit-box-shadow: 0px 4px 7px #777777;
}
.memberaction_body.popupbody li {
	border: none;
	width: 140px;
}
.memberaction_body.popupbody li.left {
	float: left;
	clear: left;
}
.memberaction_body.popupbody li.right {
	float: right;
	clear: right;
}
.memberaction_body.popupbody li > a {
	padding: 4px;
}
.memberaction_body.popupbody hr {
	float: left;
	height: 96px;
	width: 0;
	display: inline;
} 

/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.7.0
*/
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}body{font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}select,input,button,textarea,button{font:99% arial,helvetica,clean,sans-serif;}table{font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;} 


/* CSS Document */

/*THIS*/

html {
	background:#979A9A url(/images/bg.jpg) repeat-x  ;
}

/* REVERSE SOME YUI RESET STUFF */
em {}
strong {}

/* BASIC PAGE ELEMENTS */

body {
	width:auto;
	min-width:720px;
	max-width:auto;
	margin: 4px 4px 4px 4px;
	font-size:12px;
	color:rgb(0, 0, 0);
	line-height:1.230;
}

body a {
	color:rgb(0, 0, 102);
	text-decoration:none;
}
body a:hover,
body a:hover .time,
body a:hover .shade,
body a:hover .understate {
	color:rgb(0, 0, 255);
	text-decoration:underline;
}

body a.understate,
body a .understate {
	color:inherit;
	text-decoration:none;
	*clear:expression(style.color = parentNode.currentStyle.color, style.clear = "none", 0);
}

.body_wrapper {
	padding: 1px;
 	background: rgb(255, 255, 255) none   ;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	_display: inline;
}

input,
textarea,
button,
select {
	font-family:Verdana, Geneva, sans-serif;
}

.button {
	padding: 2.5px 5px;
	font:   bold 11px Verdana, Geneva, sans-serif;
	border:1px solid rgb(153, 153, 153);
	/*border-bottom: 1px solid #e0e0e0;*/
	color:rgb(0, 0, 0);
	background:rgb(238, 238, 238) url(https://forum.videohelp.com/images/gradients/generic_button.png) repeat-x top left;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

.button:hover {
	background: #efefef url(https://forum.videohelp.com/images/gradients/generic_button.png) repeat-x  ;
	color: rgb(0, 0, 0);
}
/*
.button[type="reset"]:hover {
	background: #efefef url(https://forum.videohelp.com/images/gradients/generic_button.png) repeat-x  ;
	color: rgb(0, 0, 0);
}
*/
body,
legend {
	font-family:Verdana, Geneva, sans-serif;
}

.shade {
	color:#555555;
}

.time {
	color:#3e3e3e;
}

.nocss_label {
	display:none;
}

.normal {
	font-size:12px;
	font-weight:normal;
}

/* BLOCK STUFF */

.block {
	background: none   ;
	border:0px  rgb(255, 255, 255);
	clear:both;
	padding:0;
	color:;
	font:    ;
	/*margin-bottom:20px;*/
}

.blockhead a { color:; }
.blockhead a:hover { color:; }

.blockhead {
	font:  normal 12px Verdana, Geneva, sans-serif;
	color:#ffffff;
	background:#1A2855 url(https://forum.videohelp.com/images/buttons/newbtn_middle.png) repeat-x  ;
	_background-image: none;
	padding:4px 10px 4px 10px;
	border:1px solid rgb(204, 204, 204);
	-moz-border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
}

.blockhead h2 {
	font-weight:bold;
}

.blockhead a { color:#ffffff; }
.blockhead a:hover { color:#ffffff; }

.blockhead img {
	margin-bottom: -4px;
}

.blocksubhead {
	font:  normal 0px ;
	color:rgb(0, 0, 0);
	background:rgb(221, 221, 221) url(https://forum.videohelp.com/images/gradients/grey-up.png) repeat-x  ;
	padding:4px 10px 4px 10px;
	border-top:1px solid rgb(255, 255, 255);
	margin: 0 1px;
}

.blocksubhead img {
	vertical-align:middle;
}

/*dl.blocksubhead dt, dl.blocksubhead dd {
	display:inline;
}
dl.blocksubhead dt { color:#555555; font-weight:normal; }*/
.blocksubhead a { color:#3e3e3e; text-decoration:none; }
.blocksubhead a:hover { color:rgb(102, 102, 102); }

.blockhead_info, .blocksubhead_info {
	float:right;
	font-weight:normal;
}

/*.blockhead + */.blockbody { /* not sure why I had this .blockhead + .blockbody selector... need to look out for breakage */
	background:rgb(234, 234, 234) none no-repeat  ;
	padding-left:0px;
	padding-right:0px;
}

.blockrow {
	background:rgb(233, 233, 234) none   ;
	padding:5px 10px 5px 10px;
	border:0  ;
	color:;
	font:    ;
}
.blockrow a { color:rgb(0, 0, 0); }
.blockrow a:hover { color:; }

.blockfoot, .blocksubfoot {
	display:block;
	clear:both;
	background:rgb(234, 234, 234) none   ;
	padding:5px 0px 5px 0px;
	border:0  rgb(102, 204, 0);
	color:;
	font:    ;

}
.blockfoot a { color:; }
.blockfoot a:hover { color:; }

.blockfoot,
.blocksubfoot {
	padding:5px 0px 5px 0px;
}

.blocksubfoot {
	text-align:right;
}
/* END BLOCK STUFF */

/* WYSIWYG */
.wysiwyg_block {
	border: 1px solid rgb(204, 204, 204);
	border-top: 1px solid rgb(234, 234, 234);
	margin-bottom: 10px;
}

.wysiwyg_block .blockrow:first-child {
	background: transparent;
}

.wysiwyg_block iframe.textbox {
	border: 1px solid rgb(204, 204, 204);
	background: rgb(255, 255, 255) none   ;
	padding-bottom: 0;
}

.wysiwyg_block .formcontrols .blockrow {
	border-top: 0;
}

.wysiwyg {
	font:    12px Verdana, Geneva, sans-serif;
}

/* CSS TABLE STUFF */
.table { display:table; table-layout:fixed; }
.thead { width:100%; padding:0; }
.tr    { display:table-row; }
.td    { display:table-cell; }

/* POPUPS */

.popupgroup {}

.popupmenu {
	*z-index:999;
	position: relative;
}

.popupmenu a.popupctrl {
	background-image:url(https://forum.videohelp.com/images/misc/black_downward_arrow.png);
	background-position:right center;
	background-repeat:no-repeat;
	padding-right:15px;
	_padding-right:25px;
}

.popupmenu a.popupctrl.nogadget {
	padding-right:0;
	background-image:none;
}

.popupgroup .popupmenu a.popupctrl {
	font-size:10.5px;
	padding:2px 4px;
	border:solid 1px transparent;
	background-color:transparent;
	text-decoration:none;
	padding-right:15px;
	margin-left:5px;
}

.popupgroup .popupmenu:hover a.popupctrl {
	border-color:1;
	background-color:transparent;
}

/* see PopupMenu.set_control_style() */
.popupgroup .popupmenu:hover a.popupctrl.active,
.popupmenu a.popupctrl.active {
	border-color:1;
	background-color:transparent;
	color:rgb(0, 0, 0);
}

.popupgroup .popupmenu {
	float:left;
}

.blockfoot .popupctrl {
	text-decoration:none;
	padding:2px 6px;
	padding-right:15px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

.blockhead .popupctrl {
color: #ffffff;
}

.blockhead .popupctrl:hover {
color: #ffffff;
}
/* PAGINATION LINKS */

.pagination dt,
.pagination dd  {
	display:inline;
	font:  normal 12px Verdana, Geneva, sans-serif;
}
.pagination dd span, .pagination dt span {
	margin-left: 1px;
}
.pagination span {
	display: block;
	float: left;
	clear: right;
	border: 1px solid rgb(224, 224, 224);
}

.pagination span a {
	font:  normal 12px Verdana, Geneva, sans-serif;
	border-top: 1px solid #ffffff;
	display: block;
	float: left;
	clear: right;
	padding: 2px 4px;
	background:rgb(246, 246, 246) none   ;
	text-decoration:none;
	color: rgb(0, 0, 102);
}

.pagination span:hover {
	border: 1px solid rgb(204, 204, 204);
}

.pagination span.prev_next, pagination span.first_last {
	
}

.pagination span.prev_next a, .pagination span.first_last a {
	height: 14.76px;
	padding-top: 0;
	padding-bottom: 5px;
}

.pagination span.prev_next img, .pagination span.first_last img {
	position: relative;
	display: inline;
	top: 3px;
}
.pagination dt.label {
	display:none;
}

.pagination dt a:hover,
.pagination dd a:hover
{
	text-decoration:none;
}

.pagination dd a.selected {
	background: rgb(0, 0, 102) url(https://forum.videohelp.com/images/buttons/newbtn_middle.png)   ;
	color: rgb(255, 255, 255);
	border: 1px solid rgb(204, 204, 204);
	font-weight:bold;
	display: block;
	float: left;
	clear: right;
	padding: 3px 4px 2px;
	margin-left: 1px;
}

.pagination .separator,
.pagination .elipsis {
	float: left;
	clear: right;
	background: none;
	border: 0;
}

.pagination .separator:hover {
	border: 0;
}

.pagination li.jumptopage {
	text-align:center;
	/*line-height:4em;*/
}


.pagination dt span a.popupctrl {
	background: transparent url(https://forum.videohelp.com/images/misc/black_downward_arrow.png) no-repeat center left;
	padding-right: 4px;
	padding-left: 18px;
}

.pagination .popupmenu:hover a.popupctrl {
	border: 1px solid rgb(204, 204, 204);
	color: rgb(0, 0, 0);
}


/* TEXT CONTROLS */

.textcontrols a,
a.textcontrol {
	position:relative;
	padding: 3px 5px;
	/*padding-left:35px;*/
	font:   bold 11px Verdana, Geneva, sans-serif;
	line-height: 1.230;
	text-decoration:none;
	border: 1px solid #a8a8a8;
	color: rgb(0, 0, 0);
	background:rgb(238, 238, 238) url(https://forum.videohelp.com/images/gradients/generic_button.png) repeat-x top left;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

.textcontrols a img,
a.textcontrol img {
	position:absolute;
	bottom:2px;
	left:-2px;
}

.textcontrols a:hover img,
a:hover.textcontrol img {
	position: absolute;
	bottom:2px;
	left:-2px;
}

.textcontrols a:hover,
/*.actionbutton_container a:hover.pagetitleinfo.textcontrol, 
a:hover.textcontrol */{
	background:#efefef url(https://forum.videohelp.com/images/gradients/generic_button.png) repeat-x  ;
	text-decoration:none;
	color: #1A2855;
}

.textcontrols a:hover,
.actionbutton_container a:hover.pagetitleinfo.textcontrol, 
a:hover.textcontrol {
	text-decoration:none;
}

.blockhead a.textcontrol {
	float:right;
	font:  bold 11px Verdana, Geneva, sans-serif;
	margin-top: -4.5px;
	text-transform: none;
}

.blockfoot a.textcontrol, .blocksubfoot a.textcontrol {
	margin-top: 10px;
}

/* FORUMJUMP (navpopup) */

.navpopupmenu {
	text-align:right;
	padding:10px 0;
	float: right;
}

.navpopupmenu .popupctrl {
	text-decoration:none;
	padding:2px 6px;
	padding-right:15px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

.navpopupmenu .popupctrl .ctrlcontainer {
	background: transparent url(https://forum.videohelp.com/images/misc/black_downward_arrow.png) no-repeat center left;
	padding-left: 15px;
}

.navpopupbody {
	width:auto;
	max-height:350px;
	text-align:left;
	*overflow:auto;
	overflow-y:scroll;
	left:auto;
	right:0;
}

.navpopupbody li {
	overflow:hidden;
}

.navpopupbody li.optionlabel {
	text-align:center;
	font-weight:bold;
}

/**
* Not pretty, but it works...
*/
.navpopupbody .d1  a, option.d1  { text-indent:20px; }
.navpopupbody .d2  a, option.d2  { text-indent:40px; }
.navpopupbody .d3  a, option.d3  { text-indent:60px; }
.navpopupbody .d4  a, option.d4  { text-indent:80px; }
.navpopupbody .d5  a, option.d5  { text-indent:100px; }
.navpopupbody .d6  a, option.d6  { text-indent:120px; }
.navpopupbody .d7  a, option.d7  { text-indent:140px; }
.navpopupbody .d8  a, option.d8  { text-indent:160px; }
.navpopupbody .d9  a, option.d9  { text-indent:180px; }
.navpopupbody .d10 a, option.d10 { text-indent:200px; }
.navpopupbody .d11 a, option.d11 { text-indent:220px; }
.navpopupbody .d12 a, option.d12 { text-indent:240px; }
.navpopupbody .d13 a, option.d13 { text-indent:260px; }
.navpopupbody .d14 a, option.d14 { text-indent:280px; }
.navpopupbody .d15 a, option.d15 { text-indent:300px; }
.navpopupbody .d16 a, option.d16 { text-indent:320px; }
.navpopupbody .d17 a, option.d17 { text-indent:340px; }
.navpopupbody .d18 a, option.d18 { text-indent:360px; }
.navpopupbody .d19 a, option.d19 { text-indent:380px; }
.navpopupbody .d20 a, option.d20 { text-indent:400px; }

/* LEFT / RIGHT DT+DD */

dl.stats.totals {
	float:right;
	padding:10px;
}

dl.stats dt {
	display:inline;
	color:#555555;
}
dl.stats dt:after {
	content:":";
}
dl.stats dd {
	display:inline;
}

/* BLOCK STATS */
dl.statsblock dt {
	display:block;
	float:left;
	clear:left;
	width:25%;
}

dl.statsblock dd {
	display:block;
	float:left;
	margin-left:10px;
}

/* LIGHT-TABS */

dl.tabslight {
	border-bottom:solid 1px rgb(204, 204, 204);
	padding-left:20px;
	margin-bottom:1em;
	height:23px;
	margin-top:15px;
}

dl.tabslight dt {
	display:none;
}

dl.tabslight dd {
	float:left;
}

dl.tabslight dd a {
	font-size:10.5px;
	font-weight:bold;
	color:rgb(0, 0, 0);
	text-decoration:none;
	text-align:center;

	padding:0 10px;
	min-width:55;
	height:22;
	line-height:22px;
	display:block;

	border:1px solid rgb(204, 204, 204);
	background-color:rgb(221, 221, 221);

	margin-left:-1;
	margin-bottom:-1;

	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:11px;
	-webkit-border-top-left-radius:3px;
	-webkit-border-top-right-radius:11px;
}

dl.tabslight dd.selected a,
dl.tabslight dd.selected a:hover {
	position:relative;
	border-bottom: 1px solid transparent;
	background:rgb(238, 238, 238) none   ;
}

dl.tabslight dd a:hover {
	color:rgb(0, 0, 255);
	background:rgb(0, 0, 0) url(https://forum.videohelp.com/images/gradients/selected-tab-gradient-with-top-alpha.png) repeat-x 0 -2px;
}

/* COLUMN SORT LINKS */

.columnsort a,
.columnsort span {
	display:block;
	text-decoration:none;
	white-space:nowrap;
	text-align: left;
}

.columnsort a:hover {
	background-color:#ffeb90;
	text-decoration:none;
	color:inherit;
}

tr.columnsort th {
	white-space:nowrap;
}

/* MISC */

div.collapse {
	position:relative;
}

a.collapse {
	float:right;
	right:10px;
	top:20px;
	position:absolute;
}

.blockhead a.collapse {
	top: 10px;
}

#forumrules {
	margin-bottom: 10px;
	border-bottom: 1px solid rgb(51, 51, 51);
	border-left: 1px solid rgb(51, 51, 51);
	border-right: 1px solid rgb(51, 51, 51);
	border-top: 1px solid ;
	background:  none repeat-x  ;
	-moz-box-shadow: -2px 0 2px #c8c8c8;
	-webkit-box-shadow: -2px 0 2px #c8c8c8;
}

#forumrules ul.youcandoblock {
	float:left;
	width:55%;
	margin-bottom: 10px;
	overflow:hidden;
}

#forumrules ul.bbcodeblock {
	float:right;
	width:42%;
	text-align:right;
	overflow:hidden;
}

#forumrules .rules_link {
	margin-top: 10px;
	width: 42%;
	padding-left: 55%;
}

.errorblock ul.blockrow.error > li {
	border-bottom:solid 1px rgb(223, 223, 223);
	padding-bottom:10px;
	margin-bottom:10px;
}

.errorblock ul.blockrow.error li:last-child {
	border-bottom:none;
	padding-bottom:0;
	margin-bottom:0;
}

blockquote.preview {
	font-family:Verdana, Geneva, sans-serif;
}

blockquote.preview .bbcode_container div.bbcode_code,
blockquote.preview .bbcode_container pre.bbcode_code {
	margin:0;
	padding:6px;
max-width:660px;
	border:1px inset;
	text-align:left;
	overflow:scroll;
	direction:ltr;
	background:rgb(246, 246, 246) url(https://forum.videohelp.com/images/gradients/content3image-alpha.png) repeat-x;
	/*height:;*/
	font-size:11.5px;
word-wrap:break-word;

}

blockquote.preview .bbcode_container code.bbcode_code {
	margin:0;
	text-align:left;
	direction:ltr;
	font-size:11.5px;
overflow:scroll;
}

blockquote.preview .bbcode_container code.bbcode_code code {
word-wrap:break-word;
overflow:scroll;
}

blockquote.preview fieldset.postattachlist {
	background:rgb(238, 238, 238)  bottom repeat-x;
	border-top:solid 1px rgb(223, 223, 223);
	padding-bottom:1em;
}

blockquote.preview .bbcode_container div.bbcode_quote {
	margin:0 10px;
	margin-bottom: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: rgb(223,225,225) none   ;
	border-radius: 5px;
	border: 1px solid rgb(153, 153, 153);
	font: normal  normal 11.5px Verdana,Geneva,sans-serif;
	position: relative;
	top: 0;
}


blockquote.preview .bbcode_container .bbcode_quote_container {
	background: transparent url(https://forum.videohelp.com/images/misc/quote-left.png) no-repeat  left;
	display:block;
	width: 9px;
	height: 13px;
	position: absolute;
	top: 5;
	left: -9px;
}

blockquote.preview .bbcode_quote div.quote_container {
	border-top: 1px solid rgb(238, 238, 238);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 6px 8px 6px 8px;
}

.attachments {
	border: 1px solid rgb(204, 204, 204);
	background: rgb(234, 234, 234) none   ;
	margin: 20px 28px;
	-moz-border-radius: 5px;
	padding: 0px;
	/* 5px 10px 5px 10px */

font-size: 11.5px;
}

.attachments fieldset {
	margin: 6px 0;
}

.attachments img.inlineimg {
	position: relative;
	top: 2px;
}


blockquote.preview p.signature {
	margin-top:1.5em;
	border-top:solid 1px rgb(187,187,187);
	padding-top:0.5em;
}

.commalist li {
	display:inline;
}

.commalist li:after {
	content:",";
}

.commalist li:last-child:after {
	content:"";
}

ul.username li a,
ol.username li a,
a.username {}

.standard_error {
	max-width:600px;
	margin:0 auto;
	padding:4em 0 6em;
}

a.extlink {
	width:10px;
	height:10px;
	text-indent:-9999px;
	position:absolute;
	margin-left:2px;
	background:transparent url(https://forum.videohelp.com/images/buttons/extlink.png) no-repeat  ;
}

.hidden {
	display:none;
}

/* Auto-clearing of floats */
.floatcontainer:after,
.formcontrols .blockrow:after,
dl.stats:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.floatcontainer,
.formcontrols .blockrow,
dl.stats {
	display:inline-block;
	font-weight:normal;
}
/* IE-Mac hide \*/
* html .floatcontainer,
.formcontrols .blockrow,
dl.stats {
	height:1%;
}
.floatcontainer,
.formcontrols .blockrow,
dl.stats {
	display:block;
}
/* End IE-Mac hide */


/* INLINEMOD */

#inlinemod_formctrls {
	float:right;
}

#inlinemod_formctrls .popupctrl {
	text-decoration:none;
	background: rgb(238, 238, 238) url(https://forum.videohelp.com/images/gradients/generic_button.png) repeat-x top left;
	padding-right: 0;
	color: rgb(0, 0, 0);
	border: 1px solid #a8a8a8;
	font:   bold 11px Verdana, Geneva, sans-serif;
	float: left;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

#inlinemod_formctrls a.popupctrl:hover {
	background: #efefef url(https://forum.videohelp.com/images/gradients/generic_button.png) repeat-x  ;
	color: #1A2855;
}

#inlinemod_formctrls a.popupctrl span.ctrlcontainer {
	display:inline-block;
	background: transparent url(https://forum.videohelp.com/images/misc/black_downward_arrow.png) no-repeat center left;
	padding: 3.3333333333333px 5px 3.3333333333333px 15px;
	font-size: 10.5px;
	float: left;
}

#inlinemod_formctrls .popupbody {
	left:auto;
	right:0px;
}


/* FORUM DISABLED */
div.forum_disabled {
	text-align:center;
	color:red;
	background-color:white;
	padding:10px;
	font-size:20px;
}

/**
* UN-RESET
*
* These definitions are designed to undo the effects of YUI Reset, but only when contained within a *.reset element.
* Code is based on YUI Base
*/

/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.7.0
*/
/**
 * YUI Base
 * @module base
 * @namespace yui-
 * @requires reset, fonts
*/

.restore body {
	/* For breathing room between content and viewport. */
	margin:10px;
}

.restore h1 {
	/* 18px via YUI Fonts CSS foundation. */
	font-size: 138.5%;
}

.restore h2 {
	/* 16px via YUI Fonts CSS foundation. */
	font-size: 123.1%;
}

.restore h3 {
	/* 14px via YUI Fonts CSS foundation. */
	font-size: 108%;
}

.restore h1,
.restore h2,
.restore h3 {
	/* Top & bottom margin based on font size. */
	margin: 1em 0;
}

.restore h1,
.restore h2,
.restore h3,
.restore h4,
.restore h5,
.restore h6,
.restore strong,
.restore dt {
	/* Bringing boldness back to headers and the strong element. */
	font-weight: bold;
}
.restore optgroup {
	font-weight:normal;
}

.restore abbr,
.restore acronym {
	/* Indicating to users that more info is available. */
	border-bottom: 1px dotted #000;
	cursor: help;
}

.restore em {
	/* Bringing italics back to the em element. */
	font-style: italic;
}

.restore del {
	/* Striking deleted phrases. */
	text-decoration: line-through;
}

.restore blockquote,
.restore ul,
.restore ol,
.restore dl {
	/* Giving blockquotes and lists room to breath. */
	margin: 1em;
}

.restore ol,
.restore ul,
.restore dl {
	/* Bringing lists on to the page with breathing room. */
	margin-left: 2em;
}

.restore ol li,
.restore ol.decimal li {
	list-style:decimal outside;
}

.restore ol.upper-roman li {
	list-style:upper-roman outside;
}

.restore ol.lower-roman li {
	list-style:lower-roman outside;
}

.restore ol.upper-alpha li {
	list-style:upper-alpha outside;
}

.restore ol.lower-alpha li {
	list-style:lower-alpha outside;
}

.restore ul li {
	/* Giving UL's LIs generated disc markers. */
	list-style: disc outside;
}

.restore dl dd {
	/* Giving UL's LIs generated numbers. */
	margin-left: 1em;
}

.restore th,
.restore td {
	/* Borders and padding to make the table readable. */
	border: 1px solid #000;
	padding: 0.5em;
}

.restore th {
	/* Distinguishing table headers from data cells. */
	font-weight: bold;
	text-align: center;
}

.restore caption {
	/* Coordinated margin to match cell's padding. */
	margin-bottom: .5em;
	/* Centered so it doesn't blend in to other content. */
	text-align: center;
}

.restore sup {
	/* to preserve line-height and selector appearance */
	vertical-align: super;
}

.restore sub {
	/* to preserve line-height and selector appearance */
	vertical-align: sub;
}

.restore p,
.restore fieldset,
.restore table,
.restore pre {
	/* So things don't run into each other. */
	margin-bottom: 1em;
}
/* Opera requires 1px of passing to render with contemporary native chrome */
.restore button,
.restore input[type="checkbox"],
.restore input[type="radio"],
.restore input[type="reset"],
.restore input[type="submit"] {
	padding:1px;
}


.unread {
	font-weight:bold;
}

/* Cloud tags */
li.tag {
	display:inline;
	margin-right:5pxpx;
}

li.tag label.mine {
	font-weight:bold;
}

li.tag a {
	text-decoration:none;
}

li.taglevel1 {
	font-size:xx-small;
}

li.taglevel2 {
	font-size:small;
}

li.taglevel3 {
	font-size:medium;
}

li.taglevel4,
li.taglevel5 {
	font-size:large;
}

li.taglevel5 {
	font-weight:bold;
}

li.tag.option {
	padding:10px;
}

/* Tag Controls */
/* Tagging Controls */

#thread_tags_list input#tag_add_input {
	display:block;
	width:90%;
	margin-top:2px;
	margin-bottom:0.5em;
}

#thread_tags_list  .description {
	color:#555555;
}

#thread_tags_list  .actionbuttons {
	text-align:right;
	margin-bottom:1em;
}

#tag_edit_list {
	list-style:none;
	margin:0;
	padding:0;
}

#tag_edit_list li {
	float:left;
	display:block;
	width:100px;
}

#tag_edit_list li.mine {
	font-weight:bold;
}

/* We don't use class="inlineimg" in vB4
img.inlineimg {
	padding:0 10px;
}
*/


/* Social Bookmarks */

#social_bookmarks_list li {
	display:block;
	float:left;
	padding-left:10px;
}

/* Imagereg */
#imagereg {
	vertical-align:middle;
	margin-bottom:5px;
}


#wol_navpopup.navpopupmenu {
	margin-bottom:6px;
}
.navlinks {
	background: rgb(255, 255, 255) none   ;
	border-top: 0px solid rgb(102, 102, 102);
	padding: 10px 0;
	text-align: center;
	color: rgb(51, 51, 51);
	font-size: ;
        margin-top: 20px;
        margin-bottom: 20px;
width:100%;
clear:both;
}

.cleardiv {
	clear:both;
}

#ajax_post_errors {
	position:absolute;
	width:420px;
	z-index:500;
	padding:2px;
	background-color:#FFFFFF;
	-moz-border-radius-topright:5px;
	-moz-border-radius-topleft:5px;
	-webkit-border-top-right-radius:5px;
	-webkit-border-top-left-radius:5px;
}

#ajax_post_errors .blockrow {
	border-bottom:1px solid rgb(255, 255, 255);
	border-left:1px solid rgb(255, 255, 255);
	border-right:1px solid rgb(255, 255, 255);
}
#ajax_post_errors .blockfoot {
	text-align:center;
}

#ajax_post_errors_message ol {
	margin:1em;
	margin-left:2em;
}

#ajax_post_errors_message ol.numeric li,
#ajax_post_errors_message ol li {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:decimal;
}

.highlight {
    background: rgb(255, 224, 100) none   ;
}

a.black {color:#000000;}
a.black:link {color:#000000;}
a.black:visited {color:#000000;} 


/* CSS Document */

/**
* CHROME: HEADER, NAVBAR, BREADCRUMB, FOOTER
*/

/*************************************************/
/* HEADER */

.above_body {
	background:transparent none repeat-x  ;
	_background-image: none;
	margin: 0px 0px 0px 0px;
	width: 100%;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
}

.doc_header {
        height:40px;
width:70%;
float:right;
        _background-image:none;
	padding:0px 0px 0px 0px;
	border:1px  rgb(153, 153, 153);
	color:rgb(255, 255, 255);
	font:normal normal normal 12px Verdana, Geneva, sans-serif;
	position:relative;
	/*padding-bottom:5px;*/
	/*margin-bottom:40px;*/
}
.doc_header a { color:rgb(0, 0, 0); }
.doc_header a:hover { color:rgb(0, 0, 102); }
.doc_header hr { display: none; }
.logo-image {
        float: left;
        clear: right;
}

.toplinks {
	position:absolute;
	right:20px;
	top:0;
	color:rgb(0, 0, 102);
	font: normal normal normal 12px Verdana, Geneva, sans-serif;
	text-align:right;
}

.toplinks ul.isuser, .toplinks ul.nouser {
	display:block;
	float: right;
	clear: left;
	list-style: none;
}

.toplinks ul.isuser li {
	display:inline;
	position: relative; 
	color: rgb(255, 255, 255);
}

.toplinks ul.isuser li.welcomelink {
	display: block;
	float: right;
	clear: left;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 4px;
	padding-right: 4px;
}

.toplinks ul.isuser li.logoutlink {
	top: 0;
}

.toplinks ul.isuser li a {
	display: block;
	float: right;
	clear: left;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 4px;
	padding-right: 4px;
	margin-left: 1px;
	font-weight:bold;
font-size:11px;
	color:rgb(0, 0, 102);
}

.toplinks ul.isuser li li a {
	float: none;
	margin-left: 0;
}

.toplinks ul.isuser li.welcomelink a {
	display:inline;
	float: none;
	clear: none;
	margin-left: 0;
}

.toplinks ul.isuser li a:hover {
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 4px;
	padding-right: 4px;
	background: rgb(255, 255, 255);
	color:rgb(0, 0, 255);
}

.toplinks ul.nouser li {
	display:inline;
}

.toplinks ul.nouser li a {
	float:left;
	clear:right;
	color:rgb(0, 0, 102);
}

.toplinks ul.nouser li a{
	display: block;
	float: right;
	clear: left;
	color:rgb(0, 0, 102);
	position: relative;
	padding: 6px 10px 0 10px;
	background: rgb(255, 255, 255);
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-right-radius:5px;
	height:19px;
	font-weight:bold;
	font-size:11px;
	margin-right: 10px;
}

.toplinks ul.nouser li a,.toplinks ul.nouser  {
	background: white;
}

.toplinks ul.nouser li a:hover {
	background: rgb(255, 255, 255);
	color:rgb(0, 0, 255);
}

.toplinks ul.isuser li.popupmenu, .toplinks ul.isuser .notifications, .toplinks ul.isuser .nonotifications  {
	color: rgb(51, 51, 51);
	position: relative;
}

.toplinks ul.isuser li.popupmenu ul li {
	position: relative;
	top: 0;
	margin: 10px 0 0;
	text-align: left;
}

.toplinks ul.isuser .notifications .popupbody {
	background: rgb(255, 255, 255);
	border: 1px solid rgb(255, 255, 255); /* makes it look consistent with the popup background */
}

.toplinks ul.isuser .notifications .popupbody li a{
	color: rgb(51, 51, 51);
	padding: 0 5px;
	font-weight: normal;
	background:rgb(204, 204, 204);
	border-top:1px solid rgb(255, 255, 255); /* makes it look consistent with the popup background */
	position: relative;
	text-align: left;
	padding-left: 30px;
	line-height: 20px;
}

.toplinks ul.isuser .notifications .popupbody li a span {
	position: absolute;
	left: 5px;
}

.toplinks ul.isuser .notifications .popupbody li a:hover {
	background:#ffeb90;
	color: rgb(51, 51, 51);
	text-decoration: underline;
}

.toplinks form {
	min-width: 220px;
	display:block;
	margin-right: 10px;
	text-align: left;
	float: right;
	clear: left;
        _width:230px;
}

.toplinks .logindetails {
	padding: 0;
	text-align: center;
	background: transparent;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-right-radius:5px;
	height: 20px;
}

.toplinks form input {
	margin: 3px 0 0;
	vertical-align: baseline;
	font-size: 11px;
	padding: 1px;
	border: 1px solid #666666;
}

.toplinks form input.default-value {
	color: rgb(204, 204, 204);
}

.toplinks .remember {
	margin: -3.3333333333333px 0 0 20px;
	font-size: 10px;
color:black;
}

.toplinks .remember a{
clear:both;	
font-size: 9px;
color:red;
}

.toplinks .remember input {
	vertical-align: baseline;
border:0px;
}

.rememberlink a{
font-size:8px;
}

.cb_cookieuser_navbar{
	position: relative;
	top: 2px;
}

.notifications a.popupctrl:link, .notifications a.popupctrl:visited,
.toplinks a:link, .toplinks a:visited {
	color: rgb(0, 0, 102);
	text-decoration:none;
}

.notifications>a:link, .notifications>a:visited {
        /* ie6 hack: broke this rule out on its own: the > selector makes ie6 ignore rule entirely. */
	color: rgb(0, 0, 102);
	text-decoration:none;
}

.notifications > a:hover,
.notifications a.popupctrl:hover {
	color: rgb(0, 0, 255);
}

.notifications {
	font-size:10.5px;
	color: rgb(0, 0, 102);
	padding:8px 2px 6px 0;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
}

.notifications a {
	text-decoration:none;
}

.notifications .popupbody {
	color:rgb(51, 51, 51);
}

.toplinks .popupmenu .popupbody {
*position: relative;
}

.header hr,
.header h2 {
	display:none;
}

/*************************************************/
/* NAVBAR */

.navbar {
	position:relative;
	height:41px;
	background:rgb(255, 255, 255) none   ;
	padding:4px;
	color:rgb(0, 0, 0);
	font:  normal 11px Arial, Calibri, Verdana, Geneva, sans-serif;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
}
.navbar a { color:#1A2855; }
.navbar a:hover { color:rgb(0, 0, 255); }

.navtabs {
	background:rgb(255, 255, 255) url(https://forum.videohelp.com/images/buttons/newbtn_middle.png) repeat-x  ;
	padding-left: 20px;
	height: 20px;
        _background-image:none;
}

.navtabs li:first-child {
	border-left: 1px solid rgb(255, 255, 255);
}

.navtabs ul {
/*	background: rgb(255, 255, 255); */
	position:absolute;
	top:20px;
	left:0px;
	width:100%;
        border-top:1px solid rgb(255, 255, 255);
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	margin-right:-90px;
}

.navtabs li {
	float:left;
	border-right: 1px solid rgb(255, 255, 255);
}

.navtabs ul li:first-child {
	text-indent: 20px;
	border-left: 0;
}

.navtabs ul li {
	border-right: 0;
	position: relative;
}

.navtabs li a {
	height:20px;
	line-height:20px;
	padding:0 10px;
}

.navtabs li a.navtab {
	border-top: 1px solid rgb(204, 204, 204);
	border-left: 1px solid rgb(204, 204, 204);
	display:block;
	background:rgb(255, 255, 255) url(https://forum.videohelp.com/images/buttons/newbtn_middle.png) repeat-x  ;
        _background-image:none;
	min-width:70px;
	width:auto !important;
	width:70px;
	_min-width:85px;
	_width:auto !important;
	_width:85px;
	text-align:center;
	color: rgb(51, 51, 51);
	font:  normal 11px Arial, Calibri, Verdana, Geneva, sans-serif;
	text-decoration:none;
	line-height:20px;
}

.navtabs li a.navtab:hover {
	background:rgb(0, 0, 0) url(https://forum.videohelp.com/images/gradients/selected-tab-gradient-with-top-alpha.png) repeat-x   0 -2px;
        _background-image:none;
	/*color:rgb(0, 0, 255);*/
	color:rgb(255, 204, 0);
}

.navtabs li.selected {
	height:20px;
	color:rgb(255, 204, 0);
}

.navtabs li.selected a.navtab {
	color:rgb(255, 204, 0);
	background:rgb(0, 0, 0) url(https://forum.videohelp.com/images/gradients/selected-tab-gradient-with-top-alpha.png) repeat-x  ;
        _background-image:none;
	position:relative;
	top:-2px;
	padding-top:2px;
	z-index:10;
}
.navtabs li.selected li a,
.navbar_advanced_search li a {
	text-decoration:none;
	font:  normal 11px Arial, Calibri, Verdana, Geneva, sans-serif;
	line-height: 20px;
}
.navtabs li.selected li a {
	color:#1A2855;
	padding:2px 5px;
}

.navbar_advanced_search li {
	height: 20px;
	display:block;
	clear:both;
}

.navbar_advanced_search li a {
	color:#1A2855;
}

.navbar_advanced_search li a:hover {
	color:rgb(0, 0, 255);
	text-decoration:underline;
}

.navtabs li.selected li a:hover {
	color:rgb(0, 0, 255);
	text-decoration:underline;
}

.navtabs li.selected .popupbody li > a {
	padding:0px 10px;
	text-indent: 0;
	color: rgb(51, 51, 51);
}

.navtabs li.selected li a.popupctrl {
	-moz-border-radius:3px;
	-webkit-border-radius:3px;	
	border:solid 1px transparent;
	_border: none;
	background:transparent url(https://forum.videohelp.com/images/misc/black_downward_arrow.png) no-repeat right center;
	padding-right:15px;
        _background-image:url('https://forum.videohelp.com/images/misc/arrow.gif');
	color: #1A2855;
}

.toplinks .notifications a.popupctrl {	
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 4px;
	padding-right: 12px;
	background: rgb(153, 153, 153) url(https://forum.videohelp.com/images/misc/black_downward_arrow.png) right center no-repeat ;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
       _background-image:url('https://forum.videohelp.com/images/misc/arrow.gif');
}

.toplinks .nonotifications a.popupctrl {
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 4px;
	padding-right: 12px;
	background: transparent url(https://forum.videohelp.com/images/misc/black_downward_arrow.png) no-repeat right center;
        _background-image:url('https://forum.videohelp.com/images/misc/arrow.gif');
}

.toplinks .notifications a.popupctrl:hover, .toplinks .nonotifications a.popupctrl:hover {
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 4px;
	padding-right: 12px;
	background: rgb(255, 255, 255) url(https://forum.videohelp.com/images/misc/black_downward_arrow.png) no-repeat right center;
        _background-image:url('https://forum.videohelp.com/images/misc/arrow.gif');
}

.toplinks .notifications a.popupctrl:hover {
	padding-top: 3px;
}

.navtabs li.selected li:hover a.popupctrl {
	border-color:rgb(255, 255, 255);
	background-color:rgb(255, 255, 255);
	text-decoration:none;
}

.navtabs li.selected li:hover a.popupctrl.active,
.navtabs li.selected li a.popupctrl.active {
	border-color:rgb(255, 255, 255);
	background-color:rgb(255, 255, 255);
	color:#1A2855;
	text-decoration:none;
}

.navtabs .popupbody {
	border: 1px solid rgb(255, 255, 255);
	background: rgb(255, 255, 255);
	width: auto;
}

.navtabs .popupbody li {
	float:none;
	border-top: 1px solid rgb(255, 255, 255);
}

.navtabs .popupbody li a:hover {
	background-color: #ffeb90;
}

.nonotifications div.popupbody {
	min-width: 170px;
	width: auto !important;
	width: 170px;
	background: rgb(255, 255, 255);
	border: 1px solid rgb(255, 255, 255);
}

.nonotifications .popupbody p {
	color: rgb(51, 51, 51);
	text-align: left;
	background: rgb(204, 204, 204);
	border-top: 1px solid rgb(255, 255, 255);
	padding: 0;
	text-indent: 5px;
	line-height: 20px;
	display:block;
}

.toplinks .nonotifications .popupbody a {
	background: rgb(204, 204, 204);
	color: rgb(51, 51, 51);
	float: none;
	clear: none;
	padding: 0 5px;
	margin-left: 0;
	text-align: right;
}

.toplinks .nonotifications .popupbody a:hover {
	background:#ffeb90;
	color: rgb(51, 51, 51);
	text-decoration: underline;
	padding: 0 5px;
}

.globalsearch {
	position:absolute;
	width:180px;
	right: 20px;
	bottom: 0;
	float: right;
	clear: left;
	text-align:right;
	line-height: 1.0em;
	display:block;
}

.navbar_search {
	position:relative;
	width:180px;
	bottom: 1px;
	right: -20px;
	display:block;
}

.navbar_search input {
	font-size: 10px;
	vertical-align:middle;
	padding: 1px;
	border:1px solid rgb(255, 255, 255);
}

.globalsearch .textboxcontainer {
	height: 20px;
	border-left:1px solid rgb(255, 255, 255);
	display:inline-block;
	float: left;
	text-align:center;
}

.globalsearch .textboxcontainer span {
	border-top: 1px solid rgb(204, 204, 204);
	border-left: 1px solid rgb(204, 204, 204);
	display: inline-block;
	height: 16px;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 3px;
	margin-bottom: 1px;
	width: 147px;
        _width:140px; /* ie6 hack */
}

.globalsearch input.textbox {
	width: 120px;
}

.toplinks form input.loginbutton {
	font-size: 10px;
	padding: 0 5px;
	background-color:  rgb(204, 204, 204);
	border:solid 1px rgb(84, 0, 0);
}

.globalsearch .buttoncontainer {
	height: 20px;
	border-left:1px solid rgb(255, 255, 255);
	display:inline-block;
	border-right:1px solid rgb(255, 255, 255);
	width: 25px;
	overflow: hidden;
	float: right;
}

.globalsearch .buttoncontainer span{
	border-top: 1px solid rgb(204, 204, 204);
	border-left: 1px solid rgb(204, 204, 204);
	height: 17px;
	padding-left: 4px;
	padding-top: -0.5px;
	display:inline-block;
}

.globalsearch .searchbutton {
	border: 0;
	padding: 0;
	width: 22px;
	margin-top: -2px;
	margin-left: -2px;
}

/*************************************************/
/* BREADCRUMB */

.breadcrumb {
	padding-top: 5px;
}

.breadcrumb > ul {
	background:transparent url(https://forum.videohelp.com/images/misc/navbit-home.png) left top no-repeat;
	border:none;
}

.breadcrumb .navbit {
	float:left;
	background-image:url(https://forum.videohelp.com/images/misc/navbit-arrow-right.png);
	background-position:right center;
	background-repeat:no-repeat;
	padding-right:10px;
	padding-left:3px;
}

.breadcrumb .navbit:first-child {
	padding-left:0;
}

.breadcrumb .navbit.lastnavbit {
	background: transparent;
}

.breadcrumb .navbit.lastnavbit span {
	float:left;
	background: transparent;
	padding-right:10px;
	padding-left:3px;
}

.breadcrumb .navbit > a, .breadcrumb .lastnavbit span {
	display:block;
	padding:2px 4px;
	float:left;
	background-color:transparent;
	border:solid 1px rgb(255, 255, 255);
	-moz-border-radius:5px;
	-webkit-border-radius:5px;	
}

.breadcrumb .navbit a:hover {
	border-color:rgb(234, 234, 234);
	background-color:rgb(246, 246, 246);
}

.breadcrumb .navbit a {
	text-decoration:none;
}

.breadcrumb .navbit a.popupctrl {
	background-image:url(https://forum.videohelp.com/images/misc/navbit-arrow-right.png);
	background-position:center center;
	padding:2px 6px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}

.breadcrumb .navbit a.popupctrl:hover {
	background-color:#ffeb90;
	color:rgb(0, 0, 255);
}

.breadcrumb hr {
	display:none;
}

/*************************************************/
/* PAGE TITLE */
	
#pagetitle {
	padding:0px 0px 0px 0px;
	clear:both;
	padding-top: 5px;
	background: none   ;
	border:  ;
}
#pagetitle a { color:; }
#pagetitle a:hover { color:; }

#pagetitle h1 {
	color: #3e3e3e;
	font:normal  bold 13px ;
	font-size:13px;
	font-weight:bold;
}

#pagetitle .description {
	color: #3e3e3e;
	font-size: 10px;
}

/*************************************************/
/* NEW CONTENT LINK */
.newcontent_textcontrol {
	background: rgb(102, 102, 102) url(https://forum.videohelp.com/images/buttons/newbtn_middle.png) repeat-x left top;
	_background-image: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 3px 8px rgb(255, 255, 255);
	-webkit-box-shadow: 0 3px 8px rgb(255, 255, 255);
	font:   normal 13px Arial, sans-serif;
	color: rgb(255, 255, 255);
	padding: 1px 15px 1px 15px;
	border: 1px solid rgb(204, 204, 204);
	display:block;
	float: left;
	clear: right;
}
.newcontent_textcontrol span {
	font-size:15px;
	font-weight:bold;
	display:inline;
}
.newcontent_textcontrol:hover {
	background: #1A2855 url(https://forum.videohelp.com/images/buttons/newbtn_middle.png) repeat-x left top;
	_background-image: none;
	color: rgb(255, 0, 0);
	text-decoration: none;
}


/*************************************************/
/* FOOTER */

.footer {
	clear:both;
	margin-top:15px;
	text-align:right;
	display:block;
	width: 100%;
	-moz-box-shadow: -2px 2px 2px rgb(255, 255, 255);
	-webkit-box-shadow: -2px 2px 2px rgb(255, 255, 255);
	background: none   ;
	padding:5px 0px 5px 0px;
	border:0px solid rgb(102, 102, 102);
	color:;
	font:  normal 13px Tahoma, Calibri, Verdana, Geneva, sans-serif;
}
.footer a { color:rgb(0, 0, 102); }
.footer a:hover { color:rgb(0, 0, 102); }


.footer_copyright,
.footer_morecopyright {
	padding-bottom:5px;
	color:rgb(102, 102, 102);
	font:  normal 11px Tahoma, Calibri, Verdana, Geneva, sans-serif;
	margin-top: 10px;
	text-align:center;
	display:block;
}

.footer_time {
	color:rgb(102, 102, 102);
	font:  normal 11px Tahoma, Calibri, Verdana, Geneva, sans-serif;
	padding-top:10px;
	text-align:center;
}

.footer_select {
	float:left;
	text-align:left;
	margin-left: 10px;
	margin-top: 0;
}

.footer_links {
	margin-right: 10px;
	margin-top: 2px;
}

.footer_links li {
	display:inline;
	margin-left:5px;
}

.notices {
	background: rgb(255, 255, 255);
	margin-bottom: 5px;
}

.notices li {
	background: rgb(239,239,239) none   ;
	font-size: 11px;
	color: rgb(0, 0, 0);
	padding:5px 10px;
	margin-bottom:5px;
	-moz-box-shadow: -2px 2px 2px #c8c8c8;
	-webkit-box-shadow: -2px 2px 2px #c8c8c8;
	text-align: left;
	clear:both;
}

/* from components.css */
/* start styles for template: navbar */
/*doesn't seem to be used anywhere
.popup_inline_break {
	color:#262626;
	margin-left:5px;
	font-weight:bold;
	padding:4px 0px;
}*/
.breadcrumb > ul {
	background-image:none;
	padding-left:0px;
}
.breadcrumb .navbithome {
	float: left;
	padding: 3px 0;
}
/* end styles for template: navbar */

/*************************************************/
/* ADS GLOBAL */
.ad_global_header {
        clear:both;
}
#ad_global_header1old {
        width:49%;
        float:left;
        padding:0 0 0 0;
        margin:0 0 0 0;
}
#ad_global_header2old {
        width:49%;
        float:right;
        padding:0 0 0 0;
        margin:0 0 0 0;
}
#ad_global_below_navbar {
        width:100%;
        padding:0 0 0 0;
        margin:0 0 0 0;
}
#ad_global_above_footer {
        width:100%;
        padding:0 0 0 0;
        margin:0 0 0 0;
        text-align:left;
        clear:both;
}
#ad_board_below_whats_going_on {
        width:100%;
        padding:0 0 0 0;
        margin:0 0 0 0;
        text-align:left;
}
#ad_thread_first_post_content {
        float:right;
        margin:0 0 0 0;
}
#ad_thread_last_post_content {
        float:right;
        margin:0 0 0 0;
        z-index: 1000;
}
.google_adsense_footer {
        clear:both;
} 


/* CSS Document */

.vbform .blockhead {
	margin-top:2em;
}

.vbform .blockhead:first-child {
	margin-top:0;
}
.settings_form_top_border {
	border-top: 1px solid rgb(204, 204, 204);
}
.settings_form_border {
	border-right: 1px solid rgb(204, 204, 204);
	border-left: 1px solid rgb(204, 204, 204);
	border-bottom: 1px solid rgb(204, 204, 204);
}
.vbform {
	clear:both;
	width:auto;
	max-width:100%px;
	_width:100%px;
	margin:0 auto;
	margin-bottom:2em;
}
form.vbform .formcontrols {
	/*margin-bottom:1em;*/
}

.formcontrols {
	border-right: 1px solid rgb(204, 204, 204);
	border-left: 1px solid rgb(204, 204, 204);
	border-bottom: 1px solid rgb(204, 204, 204);
}

.formcontrols .blockrow {
	background:rgb(238, 238, 238)  bottom repeat-x;
	border-top:solid 1px rgb(223, 223, 223);
}

.formcontrols > *:first-child,
.formcontrols .blocksubhead + .blockrow {
	border-top:none;
}

/* BASIC CONTROL STYLING */

input, textarea, select, button {
	font:  bold 11px Verdana, Geneva, sans-serif;
	font-weight: normal;
}

.button {
	padding:2px 2px;
}

.button:hover {
	color:#1A2855;
}

.button[type="reset"]:hover {
	color:#1A2855;
}

.textbox,
textarea {
	background-color:rgb(255,255,255);
	border:solid 1px rgb(204, 204, 204);
	padding:3px;
	outline:0;
}

.textbox[disabled],
textarea[disabled] {
	font-style:italic;
	color:#555555;
}

.formcontrols .blockrow input.textbox:focus,
.formcontrols .blockrow textarea:focus {
	background: rgb(245, 245, 245) none   ;
}

/* INPUT / SELECT / TEXTAREA / GROUP */

.formcontrols .blockrow .primary,
.formcontrols .blockrow .group {
	width:55%;
	float:left;
	clear:left;
}

.formcontrols .blockrow .dep_group .primary {
	width:100%;
}

.formcontrols .blockrow .dep_group .primary.partial {
	width:55%;
}

.formcontrols .blockrow .primary.center {

}

.formcontrols .blockrow .primary.center img.icon {
	border:1px solid rgb(84, 0, 0);
}

.formcontrols .blockrow .titleprefix {
	float:left;
	margin-right:0.5em;
}

.formcontrols .blockrow * .group {
	width:auto;
	float:none;
}

.formcontrols .blockrow input.textbox[size] {
	width:auto;
}

.formcontrols .blockrow.texteditor textarea {
	width:99%;
	height:200px;
	float:none;
}

.formcontrols .blockrow input.numeric,
.formcontrols .blockrow select.numeric {
	text-align:right;
}

/* LABELS */

.formcontrols .blockrow label,
.formcontrols .blockrow .group.multifield label,
.formcontrols .blockrow .groupoption label {
	display:block;
	margin-bottom:2px;
}

.formcontrols .blockrow label {
	width:55%;

}

.formcontrols .blockrow label.floatlabel {
	margin-left: 10px;

}

.formcontrols .blockrow * label {
	/* undoes the above two rules */
	display:inline;
	margin-bottom:auto;
	width:auto;

}

.formcontrols .blockrow .label {
	margin-bottom:8px;

}

.formcontrols .blockrow.singlecheck label {
	float:left;
}

.formcontrols fieldset.blockrow legend {
	margin:0;
}

/* DESCRIPTIONS */

.formcontrols .blockrow .description {
	color:#555555;
font-size:10.5px;
}

.formcontrols .blockrow .description {
	float:right;
	width:42%;
	overflow:hidden;
}

.formcontrols .blockrow .group.multifield + .description {
	padding-top:1.3em;
}

.formcontrols .blockrow.texteditor .description {
	float:none;
	width:auto;
	margin-top:2px;
}

.formcontrols .blockrow .group .description,
.formcontrols .blockrow .singlecheck .description {
	float:none;
	width:auto;
	margin-left:20px;
}

.formcontrols .blockrow .group.numeric + .description {
	/* descriptions to the right of numeric groups */
}

.formcontrols .blockrow .singledescription {
	display:block;
	float:left;
	clear:left;
	color:#555555;
	margin-bottom:10px;
}

/* CHECKBOX / RADIO EXCLUSIVE GROUPS */

.formcontrols .blockrow .group.checkradio {
	width:auto;
}

.formcontrols .blockrow .group.checkradio.full {
	width:100%;
}


.formcontrols .blockrow .group.checkradio.partial {
	width:55%;
}

.formcontrols .blockrow .group.checkradio > li {
	margin-bottom:0.5em; /* maybe questionable */
}

/* MULTI-FIELD GROUPS (dd, mm, yyyy fields etc.) */

.formcontrols .blockrow .group.multifield li {
	float:left;
	margin-right:1em;
}

/* Display multi-field controls vertically */
.formcontrols .blockrow .group.multifield.stacked li {
	float:none;
	margin-top:2px;
}

.formcontrols .blockrow .group.multifield label {
	margin-bottom:2px;
	display:block;
}

.formcontrols .blockrow .group.multifield select,
.formcontrols .blockrow .group.multifield input.textbox {
	float:none;
}

/* NUMERIC GROUP (rgb color etc.) */

.formcontrols .blockrow .group.numeric {
	width:auto;
	*width:24%;
	max-width:55%;
	margin-right:2%;
}

.formcontrols .blockrow .group.numeric li {
	clear:both;
}

.formcontrols .blockrow .group.numeric label {
	float:left;
	margin-top:1px;
}

.formcontrols .blockrow .group.numeric input.textbox {
	float:right;
	text-align:right;
	margin-left:20px;
	margin-bottom:2px;
}

.formcontrols .blockrow .group.numeric .description {
	clear:both;
	text-align:right;
	margin:auto;
	margin-bottom:0.2em;
}

/* NUMERIC INPUT */

.formcontrols .blockrow input.textbox.numeric {
	text-align:right;
}

/* ACTION BUTTONS */

.formcontrols input.button,
.actionbuttons {
	max-width:100%;
}

.actionbuttons .group {
	float:none;
	text-align:right;
	padding-right: 10px;
}

.vbform .actionbuttons .group {
	margin:0 auto;
	width:auto;
	max-width:100%px;
}

.actionbuttons .small_text_buttons, .actionbuttons .small_text_buttons input.button {
    padding-left:10px;
    padding-right:10px;
}


.actionbuttons .group .button {
/*	min-width:75px; */
   	cursor:pointer;
	padding: 2.5px 5px;
	font:   bold 11px Verdana, Geneva, sans-serif;
	border:1px solid #a8a8a8;
	color:rgb(0, 0, 0);
	background:rgb(238, 238, 238) url(https://forum.videohelp.com/images/gradients/generic_button.png) repeat-x top left;
/*	-moz-border-radius:5px;
	-webkit-border-radius:5px; */
}

.actionbuttons .group .button:hover {
	background: #efefef url(https://forum.videohelp.com/images/gradients/generic_button.png) repeat-x  ;
	color: #1A2855;
}

/* *** SPECIAL ITEMS *** */

/* POST ICONS */

.formcontrols .blockrow #posticon_preview {
	width:16px;
	height:16px;
	margin-left:10px;
}

.formcontrols .blockrow.posticons table {
	width:55%;
}

.formcontrols .blockrow.posticons td {
	padding:2px;
}

/* RATING SELECT */

.formcontrols .blockrow select.rating option {
	background-image:url(https://forum.videohelp.com/images/rating/rating-15_3.png);
	background-repeat:no-repeat;
	background-position:5px center;
	padding-left:85px
}

/* DEP GROUPS */

.formcontrols .blockrow dl.dep_group dd {
	margin-top:0.3em;
	margin-bottom:0.2em;
	margin-left:20px;
}

.formcontrols .blockrow dl.dep_group dd dl.dep_group {
	/*margin-top:1em;*/ /* Handles the margin above sub-dependent controls, remove? */
}

input[type="submit"][disabled]#blog_deletebtn:active, input[type="submit"][disabled]#blog_deletebtn {
	color:graytext;
}

/* ATTACH FILES */

.formcontrols .blockrow .group.attachments li {
	margin-bottom:0.5em;
}

.formcontrols .blockrow .group.attachments li img {
	vertical-align:middle;
}

.formcontrols .blockrow .group.attachments li:last-child {
	margin-top:1em;
}

/* Upper / Lower comparison and IM FIELDS (AIM, Skype...) */

.formcontrols .group.upperlower li,
.formcontrols .group.imfields li {
	width:45%;
	padding-bottom:0.3em;
}

.formcontrols .group.upperlower li input.textbox,
.formcontrols .group.imfields li input.textbox,
.formcontrols .group.imfields li select {
	width:100%;
}

.formcontrols .group.imfields li select {
	margin-bottom:-0.3em;
}

/* Group of text controls */
.groupcontrols {
	text-align:right;
	clear:both;	
}

.groupcontrols .textcontrol {
	margin-left:10px;
	margin-top:0;
}

/* Single Button */
.formcontrols .blockrow.singlebutton .button {
	float:left;
}

/* IE7 Float Fix */
.formcontrols .groupoption {
	display:block;
	clear:left;
}

/* DEBUG */
.group.radio,
.group.checkbox {
	background:rgb(245, 245, 245) none   ;
}

/* NEWEVENT.php TEMP */
.formcontrols .blockrow .group.checkradio .daycheckboxes li {
	float:left;
	padding-right:1em;
	padding-top:0.5em;
}

/*For the search, not worth creating a new css file*/
.savepreferences {
	float:left;text-align:left;width:49.5%;
} 