@charset "UTF-8";
/* CSS Document */

.popupbody {
	background:#242424 url(images/underground/misc/blog/top-highlight.png) repeat-x  ;
	border:1px solid #303030; 
	padding:2px;
	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 #242424;
}

.popupbody > li:first-child {
	border-top:none;
}

.popupbody li > a,
.popupbody li > label {
	display:block;
	color:inherit;
	padding:6.235px 10px;
	background:#3f3f3f  bottom repeat-x;
	text-decoration:none;
	text-align:left;
	white-space:nowrap;
	font:   normal 11px ;
}
.blockhead .popupbody li > a {
	color:#9a9a9a;
}

/* 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:#242424;
	color:#9a9a9a;
}

.popupbody li.vbmenu_hilite, li.vbmenu_option {
float: none;
display:list-item;
width: 100%;
}

.popupbody li.vbmenu_option > a:hover {
	background:#3f3f3f  bottom repeat-x;
}

.popupbody li input.searchbox {
	width:180px;
	padding:0px;
	font-size:10pt;
	font-style:italic;
	color:#1b1b1b;
}

.popupbody li input.searchbox:focus {
	font-style:normal;
	color:#9a9a9a;
}

.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 ;
	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:#fff;
}

.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: #3f3f3f;
	-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 none;
	-webkit-box-shadow: 0px 4px 7px none;
}
.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;
} 

 


/* CSS Document */

.vbform .blockhead {
	margin-top:2em;
}

.vbform .blockhead:first-child {
	margin-top:0;
}
.settings_form_top_border {
	border-top: 1px solid #303030;
}
.settings_form_border {
	border-right: 1px solid #303030;
	border-left: 1px solid #303030;
	border-bottom: 1px solid #303030;
}
.vbform {
	clear:both;
	width:auto;
	max-width:750px;
	_width:750px;
	margin:0 auto;
	margin-bottom:2em;
}
form.vbform .formcontrols {
	/*margin-bottom:1em;*/
}

.formcontrols {
	border-right: 1px solid #303030;
	border-left: 1px solid #303030;
	border-bottom: 1px solid #303030;
}

.formcontrols .blockrow {
	background:#3f3f3f  bottom repeat-x;
	border-top:solid 1px #303030;
}

.formcontrols > *:first-child,
.formcontrols .blocksubhead + .blockrow {
	border-top:none;
}

/* BASIC CONTROL STYLING */

input, textarea, select, button {
	font:  bold 11px ;
	font-weight: normal;
}

.button {
	padding:2px 2px;
}

.button:hover {
	color:#fff;
}

.button[type="reset"]:hover {
	color:#fff;
}

.textbox,
textarea {
	background-color:rgb(255,255,255);
	border:solid 1px #303030;
	padding:3px;
	outline:0;
}

.textbox[disabled],
textarea[disabled] {
	font-style:italic;
	color:#1b1b1b;
}

.formcontrols .blockrow input.textbox:focus,
.formcontrols .blockrow textarea:focus {
	background: #dbdbdb 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 #303030;
}

.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:#1b1b1b;
font-size:11px;
}

.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:#1b1b1b;
	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:750px;
}

.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 ;
	border:1px solid #404040;
	color:#9a9a9a;
	background:#303030 url(images/underground/gradients/generic_button.png) repeat-x top left;
/*	-moz-border-radius:5px;
	-webkit-border-radius:5px; */
}

.actionbuttons .group .button:hover {
	background: #303030 url(images/underground/gradients/generic_button.png) repeat-x  ;
	color: #fff;
}

/* *** 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(images/underground/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:#dbdbdb 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%;
} 

.formcontrols .blockrow.texteditor {
	border-top:none;
}

.editor {
	border-top:solid 1px #303030;
}

.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 > li {
	background:transparent url(images/underground/editor/separator.gif) no-repeat;
	padding-left:6px;
	float:left;
	position: relative;
}

.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 #303030;
	height:10px;
	width:10px;
	margin:2px;
}

.editor_controls .vbedit_colorbutton {
	padding-bottom:4px;
}

.editor_controls .vbedit_colorbar {
	position:absolute;
	background-color:#242424;
	top:15px;
	left:6px;
}

.formcontrols .blockrow .editor_textbox textarea:focus {
	background-color:#242424;
}

.editor_container {
	float:left;
	margin-right:-90px;
	width:100%
}

.editor_smiliebox {
	float:right;
	width:75px;
	height:200px;
	_background-color:#dbdbdb;
	_border:solid 1px #303030;
	padding:0 3px 3px 3px;
}

.editor_smiliebox .blocksubhead {
	padding:0;
	font-size:11px;
	font-weight:normal;
	text-align:center;
	background:#242424;
	border:solid 1px #303030;
	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:11px;
}

.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:#dbdbdb;
}

.editor_textbox iframe {
	padding:0;
	height:206px;
}

.editor_textbox .hider {
	background-color:#dbdbdb;
}

.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;
}

.popupmenu.sizes .popupbody {
	min-width:50px;
	text-align:center;
}

.popupmenu.colors .popupbody {
	min-width:144px;
}

.editor_controls .popupmenu .popupbody {
	background:#242424 none repeat scroll 0 0;
}

.editor_controls .category,
.editor_controls .smilie ,
.editor_controls .attachment {
	font-size:11px;
	border-top:none;
	padding:1px;
	position: relative;
}

.editor_controls .smilie,
.editor_controls .attachment,
.editor_controls .attach .category {
	cursor:pointer;
}

.editor_controls .category {
	background:#242424;
	border:solid 1px #303030;
	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:#9a9a9a;
}

.editor_controls .popupmenu .popupbody li > a:hover {
	color:#9a9a9a;
}

.popupmenu.colors {
	position:relative;
}

.popupmenu.fonts div.popupctrl {
	width:91px;
}

.popupmenu.sizes div.popupctrl {
	width:45px;
}

.editor_controls a.popupctrl {
	border:1px solid #303030;
	height:18px;
	line-height:17px;
}

.editor_controls .popupmenu div.popupctrl {
	height:18px;
	border:1px solid #303030;
	color:#9a9a9a;
	line-height:17px;
	background-color:#242424;
	padding-right:10px;
	background-image:url(images/underground/misc/popupctrl.png);
	background-position:right center;
	background-repeat:no-repeat;
}

.popupmenu.imagemenu div.popupctrl {
	padding:1px 10px 1px 1px;
	border:none;
}

.popupmenu.imagemenu div.popupctrl.active {
	padding:0 10px 0 0;
	margin-right:-1px;
}

.popupmenu.fonts div.popupctrl div,
.popupmenu.sizes div.popupctrl div {
	font-size:11px;
	font-family:tahoma;
	overflow:hidden;
	white-space:nowrap;
	padding:0 3px 0 3px;
}

.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 #303030;
}

.editor_controls .popupmenu .popupctrl.active,
.editor_controls .imagebutton_hover {
	background-color:#3c3c3c;
}

.editor_controls .imagebutton_selected {
	background-color:#3c3c3c;
}

.editor_controls .imagebutton_down {
	background-color:#3c3c3c;
}

.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 #303030;
}

.editoroverlay .blockrow {
	background:#3f3f3f  bottom repeat-x;
	border:solid 1px #303030;
	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:11px;
}

.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 #303030;
	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:11px;
	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 #303030;
	padding:5px;
	font-size:11px;
	background-color:#242424;;
}

.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 #303030 ;
	border-top: 0px;
} 