span.CaseEventEditIconHover:hover
{
    filter: alpha(opacity=100);
    ZOOM: 1; 
    opacity: 1;
}

span.CaseEventEditIconHover
{
    filter: alpha(opacity=40); 
    ZOOM: 1; 
    opacity: 0.4;
}

.CaseEventEditIcon
{
	display:inline-block;
	vertical-align: text-bottom;
	margin-top: -2px;
}
span.CaseEventEditIconLoading img
{
	margin-top:4px;
}

/* inline snippets */
.contentWikiView code.inline-codesnippet, .bugevent code.inline-codesnippet, #codereview code.inline-codesnippet
{
    border: 1px solid #ddd;
    border-color: rgba(192, 192, 192, 0.5);
    display: inline-block;
    font-family: Consolas,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New;
    margin: 0px;
    margin-bottom: 1px;
    padding-left: 2px;
    padding-right: 2px;
    max-width: 99%;

    /* IE7 and IE8 don't handle inline-block so well (width becomes 100%). Also,
       the initial space after inline elements doesn't appear to be honored */
    *display: inline;
    *margin-right: 4px;
}

/* block snippets */
.contentWikiView div.codesnippet, .bugevent div.codesnippet, #codereview div.codesnippet
{
	border-top: 1px solid;
	border-bottom: 1px solid;
	border-color: #ddd;
    border-color: rgba(192, 192, 192, 0.5);
	margin: 5px 0px;
}

.contentWikiView div.codesnippet.scroll, .bugevent div.codesnippet.scroll, #codereview div.codesnippet.scroll
{
	border: 1px solid #ddd;
    border-color: rgba(192, 192, 192, 0.5);

	/* All we actually need here is overflow: auto, but that doesn't work properly in IE. For IE,
	we need to explicitly hide the vertical scrollbar and also handle IE's horizontal scrollbars
	which are displayed on the *inside* of their associated block element (i.e. they would overlap
	with the last line of our code snippet). To accommodate this, we'll use a few extra styles,
	along with the IE-only "expression" syntax to add sufficient bottom padding when a horizontal
	scrollbar is present in IE. */
	overflow: visible;
	overflow-x: auto;
	overflow-y: hidden;
	padding-bottom: expression(this.scrollWidth > this.offsetWidth ? 15 : 0);
}

.contentWikiView div.codesnippet td, .bugevent div.codesnippet td, #codereview div.codesnippet td
{
	border: 0px;
	background: transparent;
}

.contentWikiView div.codesnippet td.hide, .bugevent div.codesnippet td.hide, #codereview div.codesnippet td.hide
{
	display: none;
}

.contentWikiView div.codesnippet pre, .bugevent div.codesnippet pre, #codereview div.codesnippet pre
{
	padding: 0px;
	margin: 0px;
	border: 0px;
}

.contentWikiView div.codesnippet pre.linenos, .bugevent div.codesnippet pre.linenos, #codereview div.codesnippet pre.linenos
{
	color: #aaa;
	text-align: right;
	
	-moz-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}

.contentWikiView div.codesnippet.scroll pre, .bugevent div.codesnippet.scroll pre, #codereview div.codesnippet.scroll pre
{
    padding-left: 5px;
}

.contentWikiView div.codesnippet table td,
.contentWikiView div.codesnippet table
{
    border: none;
}
/* Pretty printing styles. Used with prettify.js. */

.str { color: #080; }
.kwd { color: #008; }
.com { color: #800; }
.typ { color: #606; }
.lit { color: #066; }
.pun { color: #660; }
.pln { color: #000; }
.tag { color: #008; }
.atn { color: #606; }
.atv { color: #080; }
.dec { color: #606; }

@media print {
  .str { color: #060; }
  .kwd { color: #006; font-weight: bold; }
  .com { color: #600; font-style: italic; }
  .typ { color: #404; font-weight: bold; }
  .lit { color: #044; }
  .pun { color: #440; }
  .pln { color: #000; }
  .tag { color: #006; font-weight: bold; }
  .atn { color: #404; }
  .atv { color: #060; }
}


.wbcomShowHide { color:#444; }

span.wbcomClickable,div.wbcomClickable {
  cursor:pointer;
  color: #0F5491;
  border-bottom: 1px dotted #0F5491;
  font-size:small;
}

.wbcomCommentBlock img.wbcomClickable {
  cursor: pointer;
  vertical-align: bottom;
  border: none;
}

.wbcomCommentBlock a.wbcomClickable,.wbcomCommentBlock a.wbcomClickable:visited,.wbcomCommentBlock a.wbcomClickable:hover {
  text-decoration: none;
  color: transparent;
}

.wbcomCommentBlock {
  text-align: left;
  max-width: 600px;
  min-width: 400px;
  word-wrap: break-word;
}

.wbcomComments {
  margin: 10px 0;
}


.wbcomCommentContainer {
  margin-top: 5px;
  width: 100%;
}

div.wbcomCommentObsoleteButton {
  position: absolute;
  right: 5px;
  top: 0px;
  width: 20%;
}

.wbcomCommentMetaData {
  float: left;
  margin-left: 50px;
  line-height: 1em;
  *float: none;
  *margin-left: 5px;
}
.wbcomCommentName { font-weight:bold; }
.wbcomCommentTime {
  font-style: italic;
  color: #aaa;
}

.wbcomComment {
  position: relative;
  font-size:normal;
  height:auto;
  margin: 10px 0px auto 0px;
  *margin-top: 5px;
  *padding-top: 5px;
}

.wbcomCommentBody { }
/* .wbcomCommentBody.wbcomNewComment { background-color:#E0E9F1; } */
.wbcomCommentBody.wbcomObsoleteComment { color: #888; }

.wbcomReplyBody { }
/* .wbcomReplyBody.wbcomNewComment { background-color:#E0E9F1; } */
.wbcomReplyBody.wbcomObsoleteComment { color: #888; }

.wbcomAddCommentButton {
   font-size: normal;
}

.wbcomCommentBox textarea.wbcomCommentTextarea {
  height: 3.9em;
  background: #fff url(images/wiki/wiki-input-shadow.png) repeat-x 0 0;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  border: 1px solid #ccc;
  border-top: 1px solid #aaa;
  resize: vertical;
}

.wbcomSubmitCommentButton {
   width: 125px;
   height:25px;
   margin-left: 2px;
   margin-top: 8px;
}


.wbcomCommentBox {
  padding: 10px 0 0 0;
  float:left;
}

.wbcomAddReplyButton {
  margin-left:5px;
  margin-top: 5px;
}

.wbcomReplyBox {
  margin: 10px 0px 10px 0px;
  width: 540px;
}

.wbcomReply {
  font-size:small;
}

.wbcomReplyLeftQuote {
  font-size: 60px;
  font-family: Georgia;
  color: #ddd;
  position:relative;
  top: 35px;
  line-height: 0;
  *line-height: normal;
  *top: 0;
  *height: 10px;
  *display:block;
}

.wbcomShowHideButton {
  float:left;
}


.wbcomReplyMetaData {
}

.wbcomReplyName {
  font-weight:bold;
  *margin-left: 26px;
}
.wbcomReplyName { *padding-left: 0; }
.wbcomReplyBox {
  display: block;
  margin-top: 0px;
}

.wbcomReplyTime { font-style:italic; color:#aaa; }

.wbcomReplyBody {
  margin-left: 27px;
  vertical-align: top;
}

.wbcomReplyBox textarea.wbcomReplyTextarea {
  height:1.4em;
  *margin-right: 10px;
  background: #fff url(images/wiki/wiki-input-shadow.png) repeat-x 0 0;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  border: 1px solid #ccc;
  border-top: 1px solid #aaa;
  resize: vertical;
}

.wbcomSubmitReplyButton {
  width: 120px;
  vertical-align: top;
  margin-top: 1px;
  margin-left: 5px;
  *margin-left: 0px;
  *margin-top: 0px;
}

.wbcomReplyForm {
  position: relative;
}

.wbcomObsoleteButton {
  float:right;
  background-color: White;
  padding: 1px 1px 1px 3px;
}

.wbcomShowObsoleteButton {
  float:right;
  display:none;
}

.wbcomObsolete { }
.wbcomNewComment { }

.wbcomNoComments {
  font-size: normal;
  text-align: center;
  margin: 10px 0px 10px 0px;
}

.wbcomClosed {
  text-align: center;
  margin:10px;
}

.wbcomClosedStatement {
  font-weight: bold;
  font-size: normal;
}

.wbcomClosedReason { font-weight: normal; }

.wbcomSeeThrough { visibility: hidden; }


.wbcomBubble {
  -moz-border-radius:4px;
  -webkit-border-radius:4px;
  border-radius:4px;
  border:1px solid #ccc;
  border-bottom-color: #aaa;
  padding:10px;
  z-index: 0;
  background-color: #eee;
  -moz-box-shadow: 0px 1px 0px #ddd;
  -webkit-box-shadow: 0px 1px 0px #ddd;
  box-shadow: 0px 1px 0px #ccc;
}

.wbcomCommentBlock form {
  margin: 0px;
}

@media print {
  .wbcomBubbleTop { display: none; }
  .wbcomBubble { background-color: White; }
  .wbcomCommentMetaData {
    margin-left: 5px;
    line-height: 1em;
    float: none;
  }
}

.wbcomBubbleTop {
  margin: 0px 20px 0px 50px;
  font-size: 16px;
  line-height: 20px;
  *display:none;
}

.wbcomBubbleTop:before {
  margin-top: -3px;
  margin-left: -27px;
  display:block;
  position:absolute;
  content: " ";
  border: 12px solid transparent;
  border-bottom-color: #aaa;
  border-right-color: #aaa;
  z-index: 1;
}

.wbcomBubbleTop:after {
  display:block;
  position:absolute;
  margin-top:-21px;
  margin-left:-30px;
  content: " ";
  border: 13px solid transparent;
  border-bottom-color: #eee;
  border-right-color: #eee;
  z-index: 3;
}
/*.wbcomBubbleTop.wbcomNewComment:after {
  border-bottom-color: #E0E9F1;
  border-right-color: #E0E9F1;
}*/
.wbcomBubbleTop.wbcomObsoleteComment:after {
  border-bottom-color: #eee;
  border-right-color: #eee;
}

.wbcomRepliesContainer {
  margin-top: 5px;
  margin-left: 22px;
}

.wbcomBubbleSmall {
  margin: 0px 0px 5px 5px;
}

.checkinsDialogue
{
    padding-bottom: 7px;
    min-width: 400px;

}
        
    .checkinsDialogue .dotted
    {
        cursor: pointer;
        color: #39668E;
        font-size: 10px;
    }

    .checkinsDialogue .popupMenu
    {
        padding: 4px; 
        min-width: 100px;
    }
    
    .checkinsDialogue h3
    {
        margin: 0px;
        padding-bottom: 2px;
    }
   

.checkinsSubmitBtn
{
   text-align: right;
}

.checkinList
{
    padding-bottom: 4px;
}
.fullyContained
{
    padding-top: 11px;
}
.checkin
{
    font-family:Verdana,Helvetica,Arial,sans-serif;
    padding-top: 11px;
    padding-bottom: 7px;
}
    .checkin .checkinDesc
    {
       font-size: 14px;
    }
    .checkin .byLine
    {
        color: Gray;
        font-size:11px;
        padding: 2px 1px;
    }


#kilnCheckins
{
    position: relative;
}
    #kilnCheckins .checkinSummary
    {
        margin-bottom: 6px;
    }
        #kilnCheckins .checkinSummary:last-child
        {
            margin-bottom: 0;
        }
    #kilnCheckins a#kiln-changesets-bug-link
    {
        text-decoration: none;
    }
    #kilnCheckins a#kiln-changesets-bug-link .nChangesets
    {
        display: inline-block;
        margin: 0 0 5px 0;
        text-decoration: none;
    }
    #kilnCheckins a#kiln-changesets-bug-link .startReview
    {
        display: inline-block;
        padding: 3px 4px 5px 4px;
        font-size: 11px;
        color: #39668E;
        margin-left: -4px;
        *margin-left: 0;
        text-decoration: none;
    }

.kiln-popup-link
{
    cursor: pointer;
    text-decoration: none;
}
    .kiln-popup-link.dotted:hover,
    .pseudobugevent.kiln .changes a.dotted:hover
    {
        color: #39668E;
        text-decoration: none;
    }
.kiln-popup
{
    position: absolute;
    background: #fff;
    z-index: 11;
}
    #mainArea .kiln-popup ul
    {
        padding: 6px;
        margin: 0;
        font-size: 11px;
    }
        #mainArea .kiln-popup ul li
        {
            margin: 3px 0;
        }
    #mainArea .kiln-popup a
    {
        text-decoration: none;
    }
        #mainArea .kiln-popup a:hover span,
        #mainArea .kiln-popup a.kilnTag:hover
        {
            text-decoration: underline;
        }
        #mainArea .kiln-popup li img
        {
            vertical-align: middle;
            margin-right: 2px;
        }

#bugviewContainer .bugevents .pseudobugevent.detailed.kiln
{
    position: relative;
    background-color: #E0F1DF;
    border: 1px solid #CCC;
    padding: 9px 9px;
    -webkit-box-shadow: inset 1px 1px #ffffff; /* Saf3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow: inset 1px 1px #ffffff; /* FF3.5 - 3.6 */
    box-shadow: inset 1px 1px #ffffff; /* Opera 10.5, IE9, FF4+, Chrome 6+, iOS 5 */
    -webkit-border-radius: 4px; /* Saf3-4, iOS 1-3.2, Android <1.6 */
    -moz-border-radius: 4px; /* FF1-3.6 */
    border-radius: 4px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
}
.pseudobugevent.kiln .changes a
{
    color: inherit;
    text-decoration: none;
}
    .pseudobugevent.kiln .changes a:hover
    {
        text-decoration: underline;
    }
.pseudobugevent.kiln img.dodo
{
    position: relative;
    top: 9px;
    margin-top: -9px;
}

.pseudobugevent.kiln .tags
{
    float: right;
    margin: 1px 0 0 5px;
    font-weight: normal;
    font-size: 10px;
    color: #68615E;
}
.kilnTag
{
    font-size: 10px;
    background-color: #FFDC81;
    border: 1px solid #DFBC61;
    padding: 1px 5px;
    position: relative;
    top: 1px;
    letter-spacing: normal;
    text-decoration: none;
    color: #000;
}
    a.kilnTag
    {
        color: #000;
    }
    a.kilnTag:hover
    {
        text-decoration: underline;
    }
    .kiln-popup .kilnTag
    {
        top: 0;
        margin-bottom: 3px;
        display: inline-block;
    }
        .kiln-popup .kilnTag:last-child
        {
            margin-bottom: 0;
        }

#bugListContainer #bugGrid a.dotted.kiln-changesets-grid-link:hover
{
    text-decoration: none;
}

#kiln-changesets-popup
{
    width: 450px;
}
    #kiln-changesets-popup .loading
    {
        text-align: center;
    }
    #kiln-changesets-popup .content h3
    {
        margin: 0 0 12px 0;
        font-size: 13px;
        font-weight: bold;
    }
    #kiln-changesets-popup .content h4
    {
        margin: 0 0 6px 0;
        font-size: 12px;
        font-weight: normal;
    }
        #kiln-changesets-popup .content h4 a
        {
            text-decoration: none;
            color: #39668E;
        }
        #kiln-changesets-popup .content h4 .repoCrumb img
        {
            position: relative;
            top: 2px;
            margin-right: 2px;
        }
        #kiln-changesets-popup .content h4 a:hover span,
        #kiln-changesets-popup .content h4 a.kilnTag:hover
        {
            text-decoration: underline;
        }
        
        #kiln-changesets-popup .content h4 .tags
        {
            margin: 4px 0 6px 18px;
            font-size: 10px;
            color: #68615E;
            float: right;
        }
        #kiln-changesets-popup .content h4 a.kilnTag
        {
            color: #000;
        }
    #kiln-changesets-popup .content .changesets
    {
        margin: 0 0 6px 18px;
        clear: right;
    }
        #kiln-changesets-popup .content .changesets .changeset
        {
            margin: 0 0 12px 0;
            border: solid 1px #E7E4DC;
            -moz-border-radius: 4px;
            border-radius: 4px;
            position: relative;
        }
        #kiln-changesets-popup .content .changesets .changeset h5
        {
            margin: 0 0 6px 0;
            font-size: 12px;
            font-weight: normal;
            text-decoration: none;
            background: #F9F4EA;
            padding: 6px;
            border-bottom: solid 1px #E7E4DC;
        }
            #kiln-changesets-popup .content .changesets .changeset h5 a
            {
                text-decoration: none;
                color: #39668E;
            }
            #kiln-changesets-popup .content .changesets .changeset h5 .startReview
            {
                position: absolute;
                right: 2px;
                top: 2px;
                display: none;
            }
                
        #kiln-changesets-popup .content .changesets .changeset p
        {
            margin: 0;
            padding: 0 6px 6px 6px;
            font-size: 11px;
            line-height: 12px;
            color: #777;
        }
            #kiln-changesets-popup .content .changesets .changeset p a
            {
                color: #777;
            }
    #kiln-changesets-popup .content p
    {
        margin-bottom: 0;
    }

.bugevent .body .replyText
{
    margin: 0 0 0.25em 0;
    font-size: 11px;
    color: #68615E;
}


#kiln-changesets-popup.reviewing .content .changesets .changeset .startReview
{
    visibility: hidden;
}
    #kiln-changesets-popup.reviewing .repoSet,
    #kiln-changesets-popup.reviewing p.done
    {
        display: none;
    }
    #kiln-changesets-popup.reviewing .repoSet.reviewing
    {
        display: block;
    }
#kiln-changesets-popup .createdReview
{
    display: none;
}
#kiln-changesets-popup .repoSet .reviewSelector
{
    display: none;
}
    #kiln-changesets-popup .repoSet.reviewing .reviewSelector
    {
        display: inline-block;
        border: solid 1px;
        border-color: #ADABA8 #8C8B89 #8C8B89 #ADABA8;
        border-radius: 4px;
        padding: 2px;
        float: left;
        margin: -4px 6px 0 -4px;
    }
        #kiln-changesets-popup .repoSet.reviewing .changeset.selected .reviewSelector
        {
            background: #BCC2C5;
            border-top: 2px solid #8C8B89;
            border-left: 2px solid #8C8B89;
            border-right: 1px solid #ADABA8;
            border-bottom: 1px solid #ADABA8;
        }
    #kiln-changesets-popup .repoSet.reviewing .reviewSelector .addToReview
    {
    }
    #kiln-changesets-popup .repoSet.reviewing .reviewSelector .removeFromReview
    {
    }
    #kiln-changesets-popup .repoSet.reviewing .reviewSelector .addToReview,
    #kiln-changesets-popup .repoSet.reviewing .changeset.selected .reviewSelector .removeFromReview
    {
        display: inline-block;
        cursor: pointer;
    }
    #kiln-changesets-popup .repoSet.reviewing .reviewSelector .removeFromReview,
    #kiln-changesets-popup .repoSet.reviewing .changeset.selected .reviewSelector .addToReview
    {
        display: none;
    }
    #kiln-changesets-popup .repoSet form
    {
        display: none;
    }
    #kiln-changesets-popup .repoSet.reviewing form
    {
        display: block;
    }
    #kiln-changesets-popup .repoSet form .throbber
    {
        display: none;
    }

#kiln-changesets-popup .content .changesets .changeset h5 .startReview,
#kilnCheckins a#kiln-changesets-bug-link .startReview:hover
{
    border-radius: 4px;
    padding: 2px 3px 4px 3px;
    background: #F0EDE6;
    border: solid 1px;
    border-color: #ADABA8 #8C8B89 #8C8B89 #ADABA8;
    font-size: 11px;
    color: #39668E;
    cursor: pointer;
    text-decoration: none;
}
.startReview img
{
    position: relative;
    top: 4px;
    margin-top: -3px;
}

#kilnReviewers img
{
    position: relative;
    top: 3px;
}

#tableContainer img.kilnReviewStatus
{
    margin-bottom: -2px;
}
.bugList div.projectBacklogGridContainer
{
	display: inline;
}

span.projectBacklogBacklog
{
	float: left;
	padding-bottom: 1px; /* needed in order to make room for dotted underline in IE */
}

span.projectBacklogArrows
{
	float: right;
}

span.projectBacklogArrows img
{
	vertical-align: middle;
}

div.backlogShortcuts img
{
	vertical-align: middle;
}

#chart 
{
    margin-top: 8px;
}

/* fix IE8 label rendering bug */
.highcharts-container span 
{
    background-color: #fff;
}

table.tableview-table {
margin-top: 2em;
}

table.tableview-table thead tr.header th.category,
table.tableview-table tbody th.label
{
border-bottom: 1px solid #ADABA8;
border-right: 1px solid #ADABA8;
background-color: #F0EDE6;
max-width: 150px;
padding-left: 6px;
padding-right: 6px;
padding-top: 2px;
padding-bottom: 2px;

white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
font-weight: bolder;
font-size: 11px;
}

table.tableview-table a,
table.tableview-table a:visited {
color: #39668E;
}

table.tableview-table thead tr.header th.category a {
text-align: right;
}

table.tableview-table thead tr.header th.category a,
table.tableview-table tbody th.label a
{
text-decoration: none;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}

table.tableview-table thead th.label {
border-right: 1px solid #ADABA8;
border-bottom: none;
}

table.tableview-table tbody tr th.label > a {
display: block;
width: 100%;
}

table.tableview-table tbody tr td.category {
white-space: nowrap;
}

table.tableview-table tbody tr th.label {
padding-bottom: 3px;
}

div.reporting-notification
{
margin-left: auto;
margin-right: auto;
width: 600px;
background-color: #FFFFCC;
border: 1px solid #CCCCAA;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
box-shadow: #CCC 0px 1px 1px;
-webkit-box-shadow: #CCC 0px 1px 1px;
-moz-box-shadow: #CCC 0px 1px 1px;
padding: 6px;
}

div.reporting-info-icon
{
padding-left: 0px;
padding-right: 4px;
}

div.reporting-info-icon img
{
vertical-align: middle;
}

div.reporting-notification-headline
{
}

a.reporting-notification-hide
{
text-decoration: none;
border: none;
}

a.reporting-notification-hide > img
{
opacity: 0.5;
filter: alpha(opacity=50)
}

a.reporting-notification-hide:hover > img
{
opacity: 1.0;
filter: alpha(opacity=100)
}

a.reporting-notification-more-info
{
margin-left: 6px;
border-bottom: 1px dotted #39668E;
text-decoration: none;
color: #39668E;
white-space: nowrap;
position: relative; /* fix IE collapsing of border */
}

a.reporting-notification-more-info:hover
{
border-bottom: 1px solid #39668E;
}

div.reporting-notification-clear
{
clear:both;
}

div.reporting-notification-left
{
float: left;
}

div.reporting-notification-right
{
float: right;
}

div.reporting-notification-body
{
padding-top: 8px;
padding-left: 24px;
display: none;
}

noscript div.reporting-notification-body
{
display: block;
}

div.reporting-notification-body ul.reporting-notification-options
{
padding-top: 4px;
}

#mainArea div.reporting-notification-body ul.reporting-notification-options li.reporting-notification-opt
{
display: list-item;
list-style-type: disc;
list-style-position: inside;
}

div.reporting-notification-alternatives div:first-child
{
padding-bottom: 8px;
}

div.reporting-notification-dismiss-holder
{
padding-top: 3px;
}

div.reporting-notification-top
{
width: 100%;
}

.treeview-tree-root {
	clear: both;
}

.treeview-hidden {
	display: none;
}

.treeview-node { }

.treeview-child-list, .treeview-root-child-list {
	list-style: none;
	margin-top: 0px;
	margin-left: 0px;
	padding-left: 0px;
}

.treeview-placeholder {
	opacity: 0.7;
}

.treeview-root-child-list {
	margin-left: 0px;
	padding-left: 0px;
}

div.treeview-node div.treeview-bar div.treeview-title-holder {
	position: relative;
	width: auto;
	float: left;
}

div.treeview-node div.treeview-bar .treeview-expand-button {
	float: left;
	position: relative;
	top: -4px;
	padding-top: 9px;
	padding-left: 8px;
	padding-right: 8px;
	cursor: default;
	width: 9px;
	height: 9px;
}

div.treeview-node div.treeview-bar .treeview-expand-button-loading img {
	padding-top: 0px;
	margin-top: -1px;
}

.treeview-expand-button-disabled {
	visibility: hidden;
}

.treeview-expand-button-frozen {
	display: none;
}

div.treeview-node div.treeview-bar .treeview-drag-handle {
	float: right;
	display: inline;
	width: 16px;
	height: 14px;
	margin: 0px;
	padding-right: 6px;
	margin-top: 1px;
}

.treeview-invisible {
	visibility: hidden;
}

.treeview-clear {
	clear: both;
}

.treeview-left {
	float: left;
}

.treeview-tree-root-title {
	font-size: 14pt;
}

div.treeview-node div.treeview-bar .treeview-control-panel a {
	text-decoration: none;
}

.treeview-control-panel a:hover {
	text-decoration: underline;
}

.treeview-control-panel img {
	width: 14px;
	height: 14px;
	margin-left: 4px;
	margin-right: 4px;
}

.treeview-right {
	float:right;
}

div.treeview-node div.treeview-bar {
	width: 100%;
}

div.treeview-node .treeview-throbber {
	display: inline;
	width: 100%;
	position: relative;
	left: -4px;
}


.treeview-throbber-message {
	margin-left: 4px;
}

div.treeview-node div.treeview-bar span.treeview-expand-button img {
	position: relative;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	display: block;
}

div#treeview-javascript-warning {
	padding: 0px;
}

div#treeview-javascript-warning img {
	position: relative;
	top: 2px;
}

/* Family Tree styles */

div#id-family-tree { 
	width: 100%;
}

div#id-family-tree-wrapper { }

div#id-family-tree-title {
	font-size: 14pt;
}

div#id-family-tree div.treeview-node div.treeview-bar div.treeview-title-holder.wiki-page-current {
	padding: 0px;
	padding-right: 0.65em;
}

div#id-family-tree div.treeview-node div.treeview-bar {
	padding-left: 2px;
}

div#id-family-tree div.treeview-node div.treeview-title-holder {
	margin-left: -1px;
}

div#id-family-tree div.treeview-node div.treeview-title-holder a {
	text-overflow: ellipsis;
	overflow: hidden;
}

div#id-family-tree-wrapper a {
	text-decoration: none;
}

div#id-family-tree-wrapper .treeview-load-omitted-button {
	padding-left: 2px;
	margin-top: 4px;
	font-size: 9pt;
}

div#id-family-tree-wrapper .treeview-load-omitted-button a {
	font-style: italic;
}

div#id-family-tree-wrapper ul li div.treeview-load-omitted-button a span {
    padding-left: 6px;
}

div#id-family-tree-wrapper .treeview-load-omitted-img {
	width: 9px;
	height: 9px;
	top: 5px;
	float: left;
	position: relative;
	padding-right: 7px;
}

div#id-family-tree-wrapper .treeview-load-omitted-throbber-img {
	top: 3px;
}

div#id-family-tree-wrapper .treeview-load-omitted-throbber {
	font-style: italic;
	padding-top: 2px;
	padding-bottom: 2px;
	float: left;
}

div#id-family-tree-wrapper div.treeview-load-omitted-button div.treeview-left {
	margin: 0px;
}

div#id-family-tree div.treeview-tree-root div.treeview-node ul.treeview-child-list {
	padding-left: 16px;
}

div#id-family-tree div.treeview-tree-root div.treeview-node ul.treeview-child-list.treeview-title-hidden {
	padding-left: 0px;
	margin-left: -4px;
}

#id-family-tree img.expando
{
	position: relative;
	left: -8px
}

#id-family-tree .treeview-load-omitted-img img, #id-family-tree img.expando
{
	opacity: 0.3;
	filter: alpha(opacity = 30);
}

#id-family-tree a.node
{
	padding-left: 8px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#id-family-tree .treeview-expand-button, #wikinav-wikiview-treeview .node .expando, #wikinav-wikiview-treeview .treeview-tree-root-title .expando 
{
	display: none;
}

.treeview-control-panel {
	float: right;
}

.treeview-edit-instructions {
	width: 80%;
	margin: 0 auto 20px;
	min-width:500px;
	word-wrap: break-word;
	text-align: center;
	white-space: normal;
	background-color: #F1F1F9;
	border: 1px solid #E0DFF1;
	padding: 5px 20px;
}

.treeview-edit-instructions-header {
	margin: 1em 0px;
}

.treeview-edit-instructions-title {
	font-weight: bold;
}

.treeview-edit-instructions-expand {
	cursor: pointer;
	color: #0F5491;
	border-bottom: 1px dotted #0F5491;
}

.treeview-edit-instructions-advanced {
	text-align: left;
	margin: 1em 0;
}

/* wikiview page treeview styles */

div#wikinav-wikiview-treeview {
	width: 100%;
	font-size: 11pt;
	white-space: nowrap;
}

div#wikinav-wikiview-treeview {
	margin-top: 12px;
}

div#wikinav-wikiview-treeview div.treeview-title-holder {
	overflow: hidden;
	text-overflow: ellipsis;
	width: 80%;
}

div#wikinav-wikiview-treeview div.treeview-control-panel {
	font-size: 10pt;
	position: relative;
	top: 20px;
	margin-top: -20px;
	padding-right: 6px;
	z-index: 1;
}

div#wikinav-wikiview-treeview hr {
	visibility: hidden;
}

div#wikinav-wikiview-treeview  li.treeview-child-holder {
	padding: 0px 0px;
	padding-left: 16px;
	margin-bottom: 0.1em;
}

div#wikinav-wikiview-treeview div.treeview-tree-root-title {
	left: 0px;
	padding-left: 31px;
	font-size: 12pt;
}

div#wikinav-wikiview-treeview div.treeview-node ul.treeview-child-list {
	list-style: none;
	overflow: visible;
	position: relative;
	font-size: 11pt;
	padding-left: 0px;
	padding-bottom: 0.75em;
	margin-left: 0px;
	width: 100%;
	margin-top: 0px;
}

div#wikinav-wikiview-treeview div.treeview-hover {
	background-color: #B1C9DD;
}

div#wikinav-wikiview-treeview div.treeview-edit-cursor {
	cursor: move;
}

div#wikinav-wikiview-treeview span.treeview-connector {
	position: relative;
	margin-left: -28px;
	height: 8px;
	width: 23px;
	border-bottom: 1px dotted #777;
}

div#wikinav-wikiview-treeview div.treeview-title-holder a {
	text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    float: left;
    max-width: 80%;
}

div#wikinav-wikiview-treeview div.treeview-title-holder a:hover {
	text-decoration: underline;
}

div#wikinav-wikiview-treeview .treeview-placeholder .treeview-bar {
	color: black;
	font-weight: bolder;
}

div#wikinav-wikiview-treeview .treeview-placeholder .treeview-bar a {
	color: #555;
}

div#wikinav-wikiview-treeview div.treeview-title-holder a.treeview-anchor-disabled:hover {
	text-decoration: none;
	cursor: inherit;
}

div#wikinav-wikiview-treeview .treeview-expand-button {
	padding-left: 14px;
}

div#wikinav-wikiview-treeview div.treeview-tree-root > div.treeview-node {
	margin-left: -30px;
}

div#wikinav-wikiview-treeview div.treeview-drag-helper {
	background-color: #EEE;
}

.contentWikiView .wikinav-breadcrumb-separator {
    color: #666666;
    font-size: 90%;
}

.contentWikiView .wikinav-breadcrumbs a:hover
{
	text-decoration: underline;
}
/* Default styles for links */
#wikiViewTitleIndex a,
#wikiViewWantedArticles a 
{
	text-decoration: none;
}

#wikiViewTitleIndex a:hover,
#wikiViewWantedArticles a:hover
{
	text-decoration: underline;
}

.wikiViewInfo,
.wikiViewInfo a {
	font-size: 12px;
}

.wikiViewHeadline a {
	font-size: 15px;
}
	

/* Title Index / Incomplete */
.wikiViewGroupedContent
{
	border-collapse: collapse;
	margin: 18px 0 0 0;
	padding: 0;
	table-layout: fixed;
	width: 100%;
}

.wikiViewGroupedContent td {
	margin: 0;
	overflow: hidden;
	padding: 0;
	vertical-align: top;
}

#wikiViewWantedArticles tr td .wikiViewTitleIndexHeadline,
#wikiViewTitleIndex tr td .wikiViewTitleIndexHeadline {
	border-bottom: 1px dotted #aaa;
	display: block;
	font-size: 18px;
	font-weight: bold;	
	margin: 0 36px 0 0;
	padding: 0 0 8px 0;
	overflow: hidden;
}

#wikiViewWantedArticles tr td .wikiViewHeadline,
#wikiViewTitleIndex tr td .wikiViewHeadline
{
	margin: 0 0 6px 0;
	padding: 0;
}

#wikiViewWantedArticles tr td .wikiViewHeadline a,
#wikiViewTitleIndex tr td .wikiViewHeadline a
{
	display: block;
	overflow: hidden;
	margin-right: 36px;
}

.wikiViewGroupedContent .wikiViewTitleIndexSpacer {
	padding-top: 17px;
}

.wikiViewGroupedContent .wikiViewInfo {
	margin-top: 2px;
	margin-bottom: 5px;
}


/* Incomplete View */
#wikiViewWantedArticles .wikiPageInfo 
{
	margin: 0 0 18px 0;
}

#wikiViewWantedArticles .wikiPageInfo .wikiPageInfoTitle 
{
	font-size: 18px;
	line-height: 36px;
	margin: 0;
	padding: 0;
}

#wikiViewWantedArticles .wikiPageInfo .wikiPageInfoTitle a 
{
	font-style: normal;
	color: #0F5491 !important;
}

#wikiViewWantedArticles .wikiPageInfo .wikiPageInfoLink,
#wikiViewWantedArticles .wikiPageInfo .wikiPageInfoMeta
{
	font-size: 12px;
	line-height: 18px;
	margin: 0;
	padding: 0;
}


/* Tags View */
#wikiViewTagsList 
{
	border-collapse: collapse;
	margin: 18px 0 0 -18px;
	padding: 0;
	table-layout: fixed;
	width: 100%;
}

#wikiViewTagsList td 
{
	margin: 0;
	padding-left: 18px;
	vertical-align: top;
}

#wikiViewTagsList td.last-column
{
	border-right: none;
}


div.wikiTagInfo
{
	clear: both;
	display: inline;
	float: left;
	font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
	line-height: 18px;
	margin: 0 0 9px 0;
	padding: 0;
	width: 100%;
}
		
div.wikiTagInfo a
{
	background: #E0E9F1;
	border: 1px solid #B1C9DD;
	border-radius: 2px;
	-moz-border-radius: 2px;
	color: #369;
	float: left;
	font-size: 14px;
	line-height: 18px;
	margin: 0 0 1px 0;
	max-width: 65%;
	padding: 3px 5px 3px 5px;
	text-decoration: none;
	text-shadow: 0 1px #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

div.wikiTagInfo a:hover
{
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e6edf3), to(#ced8e1));
	background: -moz-linear-gradient(top ,#E6EDF3, #CED8E1);
	border-bottom-color: #8dafd1;
	box-shadow: 0px 1px 1px #ccc;
	-moz-box-shadow: 0px 1px 1px #ccc;
	-webkit-box-shadow: 0px 1px 1px #ccc;
}

div.wikiTagInfo a:active
{
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ced8e1), to(#e6edf3));
	background: -moz-linear-gradient(top ,#CED8E1, #E6EDF3);
	border-bottom-color: #B1C9DD;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

div.wikiTagInfo span
{
	color: #999;
	display: inline;
	float: left;
	font-size: 11px;
	font-weight: normal;
	line-height: 27px;
	margin: 0 0 0 3px;
	padding: 0;
}
#Customizations h1.title
{
	margin-bottom: 8px;
}

#Customizations input.dlgButton
{
	min-height: 32px;
	height: 32px;
	min-width: 96px;
	width: 96px;
	margin-right: 8px;
	margin-top: 8px;
	padding: 0px;
}

#Customizations span.addToList
{
	margin-left: 8px;
	border-bottom: 1px dotted #000;
	text-decoration: none;
	cursor: pointer;
}

#Customizations div.permissionBlock
{
	display: inline-block;
}

#Customizations div.permissionBlock[nActTarget=Customizatino]
{
	width: 300px;
}

#Customizations div.permissionBlock th
{
	min-width: 80px;
	width: 80px;
}

#Customizations div.permissionBlock th.custtitle
{
	min-width: 320px;
	width: 320px;
}

#Customizations div.permissionBlock td input[type=radio]
{
	width: 80px;
}

#Customizations div.customizationList
{
	margin: 8px;

	display: inline-block;
	min-width: 800px;
	width: 800px;
}

#Customizations span.editRules
{
	display: inline-block;
}

#Customizations div.requiresApply
{
	display: none;
}

#CustomizationErrors
{
	display: none;
	margin-top: 8px;
	padding: 4px;
	border-radius: 4px;
	webkit-border-radius: 4px;
}

#CustomizationErrors.error
{
	background: #fee;
	border: 1px solid #f00;
}

#CustomizationErrors.message
{
	background: #E0E9F1;
	border: 1px solid #8FB3D4;
}

#Customizations div.permissionBlock .body
{
	padding: 4px;
	border: 1px solid #ddd;
	border-radius: 4px;
	min-height: 16px;
	margin-left: 8px;
}

#Customizations div.permissionBlock .title
{
	font-weight: bold;
	padding-bottom: 8px;
}

#Customizations div.customizationList th
{
	text-align: left;
}

#Customizations div.customizationList td.enabled
{
	min-width: 64px;
	width: 64px;
}

#Customizations div.customizationList td.custtitle
{
	min-width: 300px;
	width: 300px;
}

#Customizations div.customizationList td.rules
{
	min-width: 96px;
	width: 96px;
}

#Customizations div.customizationList td.delete
{
	min-width: 64px;
	width: 64px;
}

#Customizations div.customizationList tr.disabled td
{
	font-style: normal;
}

#Customizations div.customizationList tr.disabled td span
{
	color: #aaa;
	border-bottom-color: #aaa;
}

#Customizations div.permissionBlock img.targetType
{
	width: 16px;
	height: 16px;
	margin-right: 4px;
}

#Customizations div.permissionBlock img.delete
{
	width: 16px;
	height: 16px;
	margin-right: 8px;	
	cursor: pointer;
}

#Customizations textarea#sCust
{
	width: 100%;
	min-width: 100%;
	max-width: 100%;
	
	min-height: 400px;
	height: 400px;
}

#Customizations #makeAssignable
{
	margin-top: 8px;
	margin-bottom: 8px;
}

#Customizations span.actionLink
{
	border-bottom: 1px dotted #000;
	cursor: pointer;
}

#Customizations table.listView
{
	border-collapse: collapse;
}

#Customizations table.listView td
{
	padding: 0px;
}

#Customizations table.listView table td
{
	padding: 1px;
}

#Customizations span.selectList
{
	display: block;
	text-decoration: none;
	cursor: pointer;
	line-height: 32px;
	padding: 6px;

	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
	
	min-width: 208px;
	width: 208px;
}

#Customizations span.selectList.selected
{
	background-color: #E0E9F1;
	font-weight: bold;
}

#Customizations table.listView td
{
	vertical-align: top;
}

#Customizations div.listView
{
	border: 4px solid #E0E9F1;
	border-radius: 4px;
	border-top-left-radius: 0px;
	min-height: 220px;
}

#Customizations .warning
{
	border: 2px solid #f00;
	background: #fee;
	padding: 8px;
	max-width: 400px;
	margin: 4px;
	border-radius: 4px;
}

#Customizations div.optionalLink
{
    margin-bottom: 8px;
}

#Customizations div.helplink a
{
    color: #000;
    font-weight: bold;
    border-bottom: 1px dotted #000;
    text-decoration: none;
}

div.overlay
{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 4096px;
	background: #888;
	z-index: 100;
}

div.promptBox
{
	position: absolute;
	z-index: 101;
	border: 1px solid #000;
	background: #fff;
	left: 50%;
	top: 50%;
	border-radius: 3px;
	box-shadow: 3px 3px 5px #888;
	-webkit-box-shadow: 3px 3px 5px #888;
}

body.hasOverlay,
HTML.hasOverlay
{
	overflow: hidden;
}

div.promptBox
{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
}

div.promptBox div.title
{
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	padding: 8px;
}

div.promptBox div.body
{
	padding-left: 8px;
	padding-right: 8px;
}

div.promptBox div.buttons
{
	text-align: center;
	padding-bottom: 8px;
}

div.promptBox div.buttons input
{
	width: 128px;
	height: 32px;
	margin: 4px;
}
.suppressedField
{
    display: none;
}

#ReportTags
{
	margin-bottom:10px;
	margin-top:5px;
	padding-left:10px;
}

div.reportTagItem
{
	padding-bottom:4px;
	padding-top:4px;
	float: none;
	font-weight:bold;	
}

a.ReportTags
{
	background-color: rgb(224, 233, 241);
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
	border:1px solid #B1C9DD;
	font-size:11px;
	padding: 0px 2px 2px;	
	font-weight:normal;	
}

h2.fnn_reportHeading
{
	font-size: 12pt;
	font-weight: bold;
	text-transform: none;
}

.dateField
{
	width: 100px;
	text-align:center;
}

.checkboxField 
{
    margin-left:15px;
}

.fnn_errorText
{
	font-weight: bold;
	color: #CC3300;
	margin-top: 3px;
	margin-bottom: 3px;
}

#frmControls {
	margin-bottom:1em;
}

#exportLink {
	margin-right:20px;
	vertical-align:middle;
	cursor:hand;
	float:right;
}

td.noWrap th.noWrap {
	white-space:nowrap;
}

/* Summary Report Styles */

.summaryReportLabel {
	width:200px;
}

.summaryReportTotal {
	width:70px;
}

/* Table Sorter Classes */
table.tablesorter thead tr th, table.tablesorter tfoot tr th 
{}

table.tablesorter thead tr .header
{
	cursor: pointer;
	text-decoration: underline;
}
table.tablesorter tbody td {
	vertical-align: top;
}
table.tablesorter tbody tr.odd td {
	background-color:#F0F0F6;
}
table.tablesorter thead tr .headerSortUp
{
	font-style: italic;
	text-decoration: underline;
}
table.tablesorter thead tr .headerSortDown
{
	font-style: italic;
	text-decoration: underline;
}

table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
	background-color: #8dbdd8;
}


th.projectGroupDescription,
td.projectGroupDescription {
  min-width:400px;
}

th.projectGroupTableCell {
	vertical-align:middle;
	padding-left: 10px;
	padding-right: 10px;
	white-space:nowrap;
}

td.projectGroupTableCell {
	vertical-align:top;
	padding-left: 10px;
	padding-right: 10px;
}

img.inlineImg {
	vertical-align:middle;
}

.errorMessageText {
	color: #FF0000;
}

input.errorFormatting {
	border-color: #FF0000;
}

th.tableFooterCell {
	vertical-align:middle;
	text-align:left;
}

div.dialogFieldValuePair {
	margin-bottom: 3px;
	vertical-align:middle;
}

span.dialogLabel {
	font-weight:bold;
}

div.hiddenRegion {
	display:none;
}

input.projectGroupName {
  min-width: 200px;
}
div.WikiArticleIndex
{
	border: 1px medium solid #AAAAAA;
	-moz-border-radius: 5px 5px 5px 5px;
	background-color: #F9F9F9;
	padding: 3px;
	margin-left:2px;
	margin-right:2px;
	margin-top:6px;
	margin-bottom:6px;
	vertical-align: middle;						
}

a.tocEntry
{
	color:#39668E;
	font-size:16px;
	font-weight:normal;
	text-decoration: none;
}

#wai_toc,ul.tocList, ol.tocList {
	margin-top: 5px !important;
	margin-bottom: 5px !important;
}

li.tocEntry 
{
	list-style-type: disc;	
}

.tocRevisionDate
{
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	font-style: italic;
	text-align: right;
	margin-left: 15px;
}


