/** default view for /forum **/

.forum_section{
	height:210px;
	float:left;
}
.forum_section,
.forum_section .imgbox img{
	width:315px;
}

/** generic **/

#content input, #content textarea {
    font-family: "Trebuchet MS", Verdana, sans-serif;
    font-size: 12px;
    line-height: 1.5;
}
#content input.styled, #content textarea.styled {
    font-family: "Lucida Grande", Verdana, sans-serif;
    font-size: 11px;
}
.thread, .area { background-color: #fff; }
.area, .thread, .message, #attachbox, #discussion_details {
    position: relative;
    border-bottom: 1px solid #bbb;
    padding: 5px 20px 5px 20px;
    margin-bottom: 3px;
}
#postbox {
	position: relative;
    padding: 5px 20px 5px 20px;
    margin-bottom: 3px;
}

#message_type_description {
	color: #aaa;
	margin-left: 5px;	
}

.area a:hover, .thread a:hover {
    text-decoration: underline;
}
.thread .prefix {
    position: absolute;
    color: #a22;
    left: 6px;
    top: 7px;
    font-size: 10px;
}

/** tasks **/

#tasks h1 { cursor: pointer; }
#tasks h1 .openclose { font-size: 13px; }
#tasks #threadtools {
    padding: 5px 20px; margin-bottom: 7px; background-color: #ddd;
    border-top-right-radius: 10px; border-bottom-left-radius: 10px;
    text-align: center;
}
.viewing { 
    font-size: 11px; font-family:"Trebuchet MS",Verdana,sans-serif; font-weight: normal; 
    text-transform: none;
}
.task.thread.newmessages:hover  { border-bottom-color: #999; }
.task .age, .task .ownername, .task .statename, 
.task .areaname, .task .counts, .task .starter {
    font-size: 11px;
}
.task .age, .task .ownername, .task .areaname {
    float: left;
    text-align: right;
    text-overflow: ellipsis; white-space: nowrap; overflow: hidden;
}
.task .statename, .task .starter { 
    float: left;
    text-overflow: ellipsis; white-space: nowrap; overflow: hidden;
}
.task .statename { width: 90px; }

.task.thread .title, .task .title { width: 290px; }
.task.thread .matchcount { right: 255px; }
.headings {
	clear: both;
	overflow: hidden;
	margin-bottom: 19px;
	margin-top: -38px;
}
.headings h3 {
	float: left;
	text-align: right;
	font-size: 11px;
	color: #888;
	margin-left: 5px;
}
.headings h3.starter {
	width: 390px;
	margin-left: 20px;
}
.headings .age {
	margin-right: 20px;
}

.task .priority,
.task .starter,
.task.thread .starter,
.task .areaname,
.task .ownername { float: left; text-align: right; width: 95px; margin-left: 5px; }

.task .age, .task .counts, .task.thread .counts, .headings .counts { margin-left: 5px; width: 30px; }

.column-count-4 .task.thread .title { width: 385px; }
.column-count-4 .headings h3.starter, .column-count-3 .details .title { width: 485px; }
.column-count-3 .headings h3.starter { width: 585px; }
.column-count-2 .details .title { width: 555px; }

.column-count-6 .headings h3.priority { width: 380px; margin-right: 5px;}
.column-count-6 .headings h3.starter  { width: 87px; }
.column-count-6 .task.thread .title { width: 320px; margin-left: 10px; margin-right: 30px;}

.bug-manager { 
	text-align: center; 
	float: left;
	color: #fff; 
	background: #b33; 
	padding: 0 2px; 
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px; 
	display: inline-block; 
	width: 15px; 
	white-space: nowrap; 
	margin-left: -15px;
	z-index: 3000;
	position: absolute;

	cursor: pointer; 
}
.bug-manager:hover { background: #000; }
.closed .bug-manager { cursor: default; }
.closed .bug-manager:hover { background: #b33; }


/** areas **/

.area .description { display: inline; }
.area .counts {
    position: absolute;
    bottom: 5px;
    right: 20px;
	margin-left:5px;
    font-size: 11px;
}
.area .access {
    position: absolute;
    top: 8px;
    right: 11px;
    border: 1px solid #999;
    padding: 0 8px;
    font-size: 9px;
    color: #000;
    background-color: #eee;
}
.area .description { margin-top: -4px; }
.area .title { display: inline; }
.area .title img { margin-bottom: -1px; }

/** threads **/

.threads_list .messages_list { display: none; margin-top: 0; }
.threads_list .messages_list .buttons .formods,
.threads_list .messages_list .buttons .quotebutton,
.threads_list .messages_list .buttons .report { display: none; }

.thread .title { 
    float: left; width: 430px;
    text-overflow: ellipsis; white-space: nowrap; overflow: hidden;
}

.showing-closed .title {
	width: 375px;
}
.message.split { opacity: 0.7; border-bottom-style: dotted; background-color: #eee; }
.thread.hidden, .message.deleted { opacity: 0.5; border-bottom-style: dotted; }
.thread .title img {
    margin-bottom: -2px;
}
.thread .matchcount {
    position: absolute; top: 6px; right: 220px;
    font-size: 9px; color: #fff; background-color: #b33; opacity: 0.8;
    padding: 1px 10px; margin-right: 11px; 
    -webkit-border-radius: 8px; -moz-border-radius: 8px;
    -webkit-box-shadow: 0 1px 3px #888; -moz-box-shadow: 0 1px 3px #888;
    cursor: pointer;
}
.thread .matchcount:hover { opacity: 1; }
.thread .keyword, .message .keyword {
    display: inline-block; padding: 0 5px;
    color: #fff; background-color: #666; font-weight: normal;
    -webkit-border-radius: 4px; -moz-border-radius: 4px; 
}
.thread .counts {
    width: 100px;
	margin-left: 0;    
	float: left;
    text-align: right;
    font-size: 12px;
}
.thread .starter,
.thread .state {
    float: left;
    text-align: right;
    margin-left: 5px;
    font-size: 12px;
    width: 120px;
    text-overflow: ellipsis; white-space: nowrap; overflow: hidden;
}
.thread .state {
	font-style: italic;
	width: 50px;
}
.helprequesteditbuttons,
.titleeditbuttons, #addtopm {
    float: right;
    position: relative;
    top: 0;
    background-color: #b33;
    padding: 0 10px;
    cursor: pointer;
    font-size: 9px;
    color: #fff;
    text-transform: uppercase;
}
#addtopm {
    margin-right: -20px;
}
#savecancelbuttons {
    display: none;
}
.titleeditbuttons .button, #addtopm .button {
    float: right;
    padding: 1px 6px 0 6px;
}
.helprequesteditbuttons .button 
{ float: right; padding:1px 6px 0; color: #fff; }

.helprequesteditbuttons
{
	position:absolute;
	right:0px; top:0px;
}

/* When user hovers over request details, the edit will display */
.helprequesteditbuttons .button, 
.titleeditbuttons .button { display: none; }
#requestdetails:hover .helprequesteditbuttons .button, 
#headingsandthreads:hover .titleeditbuttons .button { display: inline; }

#savecancelhelprequestbuttons{ display:none; }
.helprequesteditbuttons .button:hover,
.titleeditbuttons .button:hover,
#addtopm .button:hover {
    background-color: #222;
}
#titleeditform {
    display: none;
    padding: 0 0 10px 20px;
    border-bottom: 1px solid #aaa;
}
#titleeditform input {
    width: 550px;
    font-size: 12px;
}
.list_updated {
    display: none;
    float: right; opacity: 0.8;
    font-size: 9px; color: #fff; background-color: #b33;
    padding: 1px 10px; margin-right: 11px; 
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-box-shadow: 0 1px 3px #888; 
    -moz-box-shadow: 0 1px 3px #888;
    cursor: pointer;
}
.list_updated:hover { opacity: 1; }
.list_updated.uptop { margin-top: 10px; }

/** help requests, bug reports **/

#requestdetails {
    position: relative;
    width: 660px;
    margin-top: -5px;
    margin-bottom: 20px;
    padding: 0 20px 5px 20px;
    border-bottom: 1px solid #bbb;
}

#requestdetails td {
	font-size:14px;
	min-width:50px;
	padding:2px 4px;
}

#requestdetails .label {
/*    float: left;*/
/*    width: 70px;*/
    border-bottom: 1px solid #bbb;
    padding-left: 10px;
}

#requestdetails .value {
/*    float: left;*/
/*    width: 139px;*/
    border-bottom: 1px solid #bbb;
    border-right: 1px solid #bbb;
    color: #000;
    overflow: hidden;
}

#requestdetails .label {
	text-align:right;
	width:50px;
}

#requestdetails .value.right {
    border-right: none;
}

#requestdetails .serial td {
	border: 0;
	background-color: #01394E;
	color: #fff;
}

#requestdetails .serial td.label { font-weight:bold; }
.support-only-text { 
	background-color: #002a3a;
	text-align: center;
	color: #fff;
	font-size: 9px;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
}

#requestdetails .edit .keywords td {
	border-bottom:none;
}

#requestdetails select,
#requestdetails input[type="text"] {
	width:120px;
}

#requestdetails input[type="checkbox"] {
	margin-right:15px;
}

/** avatar **/

.messages_list.list.forum-avatar .details { width: 88px; }
.messages_list.list.forum-avatar .details .time { margin-left: -11px; }
.messages_list.list.forum-avatar .details .adminbox.little { width: 56px; text-align: center; }
.messages_list.list.forum-avatar .bodyhead { width: 570px; }
.messages_list.list.forum-avatar .body { width: 570px; margin: 0; padding: 0; }
.messages_list.list.forum-avatar .message-preview-text { opacity:0.4; filter:alpha(opacity=40); position: absolute; left: 600px; top: 5px; font-size: 12px; }

.message.preview.forum-avatar .details {width: 88px;}
.message.preview.forum-avatar .bodyhead {width: 570px;}
.message.preview.forum-avatar .body {width: 570px; margin: 0; padding: 0;}
.message.preview.forum-avatar .message-preview-text { opacity:0.4; filter:alpha(opacity=40); position: absolute; left: 600px; top: 5px; font-size: 12px;}
.forum-avatar#threadpreviewsgohere .message-preview-text { opacity:0.4; filter:alpha(opacity=40); position: absolute; left: 600px; top: 5px; font-size: 12px;}

.forum-avatar#attachbox .explain { left: 110px; }
.forum-avatar#attachbox .attach { margin-left: -5px; padding: 0 10px; }
.forum-avatar#postbox { padding: 5px 0; }
.forum-avatar#postbox .postinfo { width: 92px; }
.forum-avatar#postbox #postform #postbody, .forum-avatar#postbox #postform #subject{ width: 578px; }
.forum-avatar#problem-solved-container .button-container { width: 92px; }

/** messages **/

.message .details, #postbox .postinfo, #discussion_details .details {
    float: left;
    font-size: 10px;
}
.message .bodyhead { float: right; margin-top: -5px;  }
.message .bodyhead .poster { display: inline-block; font-size: 14px; margin-right: 1px;}
.message .poster .deactivated { color:#000; }
.message .bodyhead .time { display: inline-block; font-size: 12px; color: #999; }
.message.new .bodyhead .time { color: #666; }
.message .body {
    float: right;
    width: 500px;
    color: #333;
    margin: 0 -18px -18px;
    padding: 0 18px 18px;
    overflow: hidden;
}

.message.new .quote,
.message.preview .quote,
.message.new pre.code-block,
.message.preview pre.code-block {
	background-color: #b8c8cf;
	border-color: #b1b9bc;
}
.message pre.code-block {
	font-size: 11px;
	line-height: 1.1;
	margin-bottom: 10px;

	padding: 3px 0 2px 0;
	white-space: pre-wrap;
}
.message pre.code-block .code-block-line-num{
	background-color: #ddd;
	padding: 0 1px 0px 3px;
}
.message.new pre.code-block .code-block-line-num,
.message.preview pre.code-block .code-block-line-num{
	background-color: #b1b9bc;
}
.message.internalmsg pre.code-block {
	color: #eee;
	background-color: #555;
	border: 1px solid #626262;
}
.message.internalmsg pre.code-block .code-block-line-num{
	background-color: #444;
}

.message .buttons {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
	line-height: 1em;
}
.message .online {
	height:7px;
	width:7px;
	-moz-border-radius: 4px; /* FF1+ */
	-webkit-border-radius: 4px; /* Saf3-4, iOS 1+, Android 1.5+ */
	border-radius: 4px; /* Opera 10.5, IE9, Saf5, Chrome, FF4 */
	-moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box; 
	background-color: #00ff00;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#00ff00), to(#00aa00)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #00ff00, #00aa00); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient(top, #00ff00, #00aa00); /* FF3.6 */
	background-image:     -ms-linear-gradient(top, #00ff00, #00aa00); /* IE10 */
	background-image:      -o-linear-gradient(top, #00ff00, #00aa00); /* Opera 11.10+ */
	background-image:         linear-gradient(top, #00ff00, #00aa00);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#00ff00', EndColorStr='#00aa00'); /* IE6-IE9 */
	display: inline-block;
}

.message .button { border-bottom: none; }
.message .buttons.alwaysvisible { display: block; }
.message .buttons.alwaysvisible .button { display: none; }
.message .buttons.alwaysvisible .button.alwaysvisible { display: block; }
.message .buttons .button a { color: #000; }
.message .buttons .button:hover a { color: #ddd; }
.message .buttons .forusers, .message .buttons .formods, .message .buttons .editing {
    float: right;
    background-color: #ddd;
    padding: 0 10px;
}
.message .buttons .typeswitch {
    display: none;
    float: left;
    padding: 0 10px;
    margin-right: 5px;
}
.message .buttons .button {
    float: right;
    padding: 1px 6px 0 6px;
    cursor: pointer;
    font-size: 10px;
    color: #000;
    text-transform: uppercase;
}
.message .buttons .button:hover { color: #ddd; background-color: #222; }
.message .buttons .typeswitch .button { color: #111; background-color: #fff; }
.message .buttons .typeswitch .button:hover { color: #fff; background-color: #444; }
.message .buttons .typeswitch .button.on { color: #fff; background-color: #222; }
.message .buttons .button.disabled { color: #888; cursor: default; }
.message .buttons .button.disabled:hover { background-color: #ddd; }
.message .buttons .formods,
.message .buttons .editing { margin-right: 5px; }
.message .buttons .editing { display: none; }
.message .buttons .editing .button { display: block; }
.message .buttons.alwaysvisible .typeswitch { display: block; }
.message .touch, .message .dialogue { 
    position: absolute;
    top: 18px;
    right: 148px;
    padding: 4px 16px 3px 16px;
    background-color: #000;
    color: #fff;
    font-size: 10px;
    text-transform: uppercase;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    cursor: pointer;
    -webkit-box-shadow: -2px 2px 4px #888;
    -moz-box-shadow: -2px 2px 4px #888;
    z-index: 1000;
    opacity: 0.9;
}
.message .touch span:hover, .message .dialogue span:hover { text-decoration: underline; }
.message .touch span, .message .dialogue span { margin: 0 4px; }

/** system messages **/

.message.system { padding: 3px 20px; }
.message.system .body { padding: 0; margin: 0; }

/** group messages (internal messages) **/

.message.internalmsg { background-color: #111; border-bottom-color: #bbb; }
.message.internalmsg .body,
.message.internalmsg .details { color: #aaa; }
.message.internalmsg .quote {
    color: #aaa;
    background-color: #333;
    border: 1px solid #222;
    border-bottom-color: #000;
}
.messagetype { margin: 5px 110px; font-size: 11px;}
.typebutton {
	float: right;
    cursor: pointer;
    width: 70px;
    padding: 2px 6px;
    font-size: 10px;
}
.typebutton.selected { background-color: #222; color: #eee; cursor: default; }
#postbody.internalmsg { color: #aaa; background-color: #111; }
#postbody.systemmsg { color: #fff; background-color: #555; }

/** internal system messages (internalmsg + system) **/

.message.internalmsg.system { background-color: #01394E; }
.message.internalmsg.system .details { color: #eee; }
.message.internalmsg.system .body { color: #eee; background-color: #01394E; }
.message.internalmsg.system .buttons { display: none; }

/** useful help messages/closed thread notifications **/

#closednotice {
	padding: 3px 20px;
	margin: -10px 0 10px;
	color:#fff; background-color:#555;
}

#closednotice a { color: #fff; font-weight: normal; text-decoration: underline; }
#closednotice a:hover { color: #aaa; }

/** toolboxes et al **/

.forumtools {
    float: right;
    margin: 10px;
    text-align: right;
	font-size: 12px;
}
.toolbox {
	position: fixed;
    z-index: 100;
    -webkit-box-shadow: -2px 2px 4px #888;
    -moz-box-shadow: -2px 2px 4px #888;
    background-color: #333;
    padding: 5px;
    width: 190px;
}
.toolbox img {
    float: left;
    border: 2px solid #222;
    background-color: #fff;
    padding: 1px;
    margin: 6px 11px 6px 0;
}
.toolbox img.on {
    border: 2px solid #b00;
}
.toolbox img.loading {
    border: 2px dotted #611;
}
.toolbox img:hover {
    cursor: pointer;
}
.toolbox .indicator {
    position: absolute;
    padding: 0;
    top: 0;
    right: 0;
    border: none;
    display: none;
}
.toolbox h3 {
    color: #aaa;
    text-transform: uppercase;
    font-weight: bold;
    margin-left: 5px;
    cursor: pointer;
}
.toolbox h3:hover {
    text-decoration: underline;
}
.toolbox .inner {
   margin-bottom: 0; 
}
.toolbox select {
    font-size: 9px;
    width: 110px;
    margin-bottom: 3px;
}
.toolbox input {
    font-size: 9px;
    margin-bottom: 3px;
}
.toolbox .label {
    display: inline-block;
    float: left;
}
.toolbox .adminbox .attachhead:hover { text-decoration: underline; cursor: pointer; }

/** postbox and friends **/

#attachbox {
    position: relative;
    margin: -8px 0 11px 0;
    height: 20px;
}
#attachbox .attach {
	display: block;
	margin-left: 55px;
	float: left;
	top: 5px;
	color: #fff;
	background-color: #006C99;
	border: none;
	padding: 0 15px;
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
}

#attachbox .explain {
    display: block;
    position: absolute;
    left: 180px;
    top: 4px;
}
#attachbox form input[type=file] { 
    opacity: 0;
    border: 1px solid black;
    filter: alpha( opacity=0 );
    position: absolute;
    right: 1000px;
    top: 2px;
}
#attachtarget { display: none; border: 0; width: 0; height: 0; }
#previewsgohere, #newpostsgohere {
    margin-bottom: 11px;
}
#threadpreviewsgohere {
    margin-top: 11px;
}
#postbuttons {
	float: right;
    width: 142px;
    text-align: right;
    margin: 5px;
}
#postbox .postinfo {
    text-align: right;
}
#confirm-bug-form, #problem-solved-form {
	padding-bottom: 12px;
	margin-bottom: 13px;
	padding-left: 180px;
	overflow: hidden;
    border-bottom: 1px solid #bbb;

}
#confirm-bug-form #bug-fixed-button, #confirm-bug-form #bug-not-fixed-button,
#problem-solved-form #problem-solved-button, #problem-solved-form #problem-not-solved-button {
    display: block;
	float: left;
    color: #fff;
    background-color: #006C99;
    padding: 3px 6px;
    font-size: 9px;
    font-weight: normal;
    text-transform: uppercase;
	border: 0;
}
#bug-not-fixed-button, #problem-not-solved-button {
	margin-left: 10px;
}
#problem-solved-form {
	padding-left: 0;
	padding-bottom: 8px;
}
#problem-solved-form p {
	line-height: 1.2em;
	margin: 0;
}
#problem-solved-form #problem-solved-button, #problem-solved-form #problem-not-solved-button {
	float: right;
}
#problem-solved-form .button-container {
	float: left;
	width: 162px;
	margin-right: 18px;
}

#recipients {
    float: right;
    width: 495px;
    color: #222;
    background-color: #eee;
    border: 1px solid #ccc;
    padding: 1px 6px 0 6px;
    margin: 0 3px 3px 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    font-family: 'Lucida Grande', sans-serif;
    font-size: 11px;
    cursor: text;
}
.recipient {
    float: left;
    display: inline-block;
    background-color: #333;
    padding: 0 7px;
    margin: 0 2px 1px 0;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    overflow: hidden;
    white-space: nowrap;
}
.recipient a, .recipient .link { color: #eee; font-weight: normal; border: 0 none;}
.recipient a:hover { text-decoration: none; }
#addrecipient {
    border: none;
    outline: none;
    width: 160px;
    background-color: #eee;
    font-family: "Lucida Grande", Verdana, sans-serif !important;
    font-size: 11px !important;
    line-height: 1 !important;
}
#subject { float: right; width: 495px; }
#postbody { 
	float: right; 
	width: 495px; 
	height: 200px; 
	resize: vertical;
	z-index: 1;
	position: relative;
}
#submit_target { width: 0; height: 0; border: 0; display: none;}
#postform table { border-collapse: collapse; }
#postform td { padding: 0; }
#postform td.labels {
    text-align: right; 
    vertical-align: top; 
    padding-right: 5px; 
    width: 137px;
}
#postform td.body { height: 209px; }
#postform table .postbuttons { position: relative; vertical-align: bottom; }
/** private discussions **/

#discussion_details {
	padding-bottom: 18px !important;
}
#discussion_details .details { font-size: 12px !important; }
#discussion_details #members {
    float: left;
    width: 450px; 
    
}

/** abuse reports **/

#release_feedback_dialog,
#addtopmdialogue {
    display: none;
    position: fixed;
    left: 260px;
    padding: 20px 5px;
    background-color: #111;
    opacity: 0.97;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    z-index: 1000;
    width: 370px;
}

#addtopmdialogue {
    position: absolute;
    top: 120px;
    left: 180px;
    height: 75px;
    width: 490px;
}
#addtopmresults {
    display: none;
    position: absolute;
    left: 190px;
    width: 440px;
    top: 235px;
    padding: 15px 20px 20px 20px;
    background-color: #000;
    opacity: 0.97;
    -webkit-border-bottom-right-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-bottomright: 8px;
    -moz-border-radius-bottomleft: 8px;
    z-index: 1000;
    min-height: 210px;
}

#addtopmdialogue #orFrom {
	float:left;
	text-align:center;
	width:45px;
}

#addtopmdialogue .loading {
	color:#999;
	display:none;
	float:left;
}

#addtopmresults .results {
    width: 440px; 
    max-height: 200px;
    overflow: auto;
    padding: 5px;
    font-size: 11px;
    color: #ccc;
}
#addtopmresults .results .member {
    padding: 1px 7px;
    width: 416px;
    border-bottom: 1px solid #222;
    cursor: pointer;
}
#addtopmresults .results .member:hover {
    background-color: #222;
    color: #fff;
    border-bottom: 1px solid #333;
}
#addtopmresults .results .member .displayname {
    float: left;
    width: 110px;
    overflow: hidden;
}
#addtopmresults .results .member .realname {
    float: left;
    width: 120px;
    overflow: hidden;
}
#addtopmresults .results .member .email {
    float: left;
    width: 160px;
    overflow: hidden;
}
#addtopmdialogue p {
    margin: 10px 20px 0 20px;
}
#addtopmdialogue input {
    width: 185px;
    margin-right: 11px;
    float: left;
    height: 13px;
    color: #222;
}

#addtopmdialogue select {
    width: 185px;
    float: right;
}

#addtopmdialogue > div {
    font-size: 12px;
}
#addtopmdialogue .buttons {
    bottom: 15px;
}
#release_feedback_dialog .current{ margin-bottom:10px; padding:0px 0px 3px 0px; }
#release_feedback_dialog .current div{ margin: 2px 0px; }
#release_feedback_dialog .current .title{ margin-bottom: 5px; }
#release_feedback_dialog h3{ margin-bottom:10px; }
#release_feedback_dialog{ padding: 20px; }
#release_feedback_dialog textarea {
    margin-left:20px;
	width: 328px;
    height: 100px;
}
#release_feedback_dialog .buttons{
	float:right;
	margin:10px 20px 0px 0px;
}
#release_feedback_dialog .display_name{
	color: #999;
    font-size: 10px;
    text-transform: uppercase;
	font-weight: bold;
	margin-left:20px;
}
#release_feedback_dialog .buttons .submitting{
	color: #fff;
    font-size: 9px;
    text-transform: uppercase;
	display:none;
}

.related-threads-header{
	padding: 4px;
	border-bottom: 1px solid #bbb;
	padding-left:16px;
	font-size: 16px;
}

.related-threads-header .add-box {
	margin-right: 5px;
	margin-top: -2px;
	float: right;
	position: relative;
}

.related-threads-header .add-box .error-msg{
	position: absolute;
	z-index:10;
	font-size:10px;
	font-weight:bold;
	padding-right:10px;
	width:240px;
	display:none;
	top: 8px;
	right: 190px;
	text-align:right;
	color: #b33;
}
#thread_link_id{ color: #aaa; }
#related_link_summary .no-related,
#help-request-history .msg{ padding-top:5px; padding-left: 20px; }

#help-request-history .history-list .rows.loading{ opacity: 0.6; }

#bug_manager {
    -moz-border-radius: 3px 3px 3px 3px;
  	background: #BB3333;
  	color: #FFFFFF;
  	display: inline-block;
  	float: left;
 	padding: 1px;
 	text-align: center;
 	width: 22px;
 	position: absolute;
 	z-index: 999;
 	font-size: 12px;
}
