
/*******************************************************************************
********************************************************************************
**
* - GENERAL
*
* - PAGE CONTAINERS
*
* - HEADER
*
* - CONTENT
*
* - FOOTER
**
********************************************************************************
 ******************************************************************************/




/* GENERAL ------------------------------------------------------------------ */

/* Zero default margin & padding around common elements */
body, dd, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, img, li, ol, p, ul {
    border: 0 none #fff;
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
}

body {
	height: 100%;
	background: #f0f0f0;
	color: #000;
	line-height: 1.4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	text-align: left;
}

a, span[role=link] {
	color: #326ca6;
}

h1 {
	color: #000;
	font-size: 183%;
    margin-bottom: 0.5em;
}
h2 {
	border-bottom: 1px solid #bbb;
    color: #000;
    font-size: 134%;
    margin-bottom: 0.5em;
}
h3 {
    border-bottom: 1px solid #bbb;
    font-size: 117%;
    margin-bottom: 0.5em;
}
h4 {
    font-size: 100%;
	margin: 15px 0 0 0;
}

h1 + .description {
    color: #505050;
    margin: -0.84em 0 0.84em;
}
div.aui-dialog {
    font-size: 1em;
}
.aui-dialog h2 {
    border: 0;
}

dl
{
	margin: 15px 0 0 0;
}

p
{
	margin: 10px 0 5px 0;
}

ol
{
	margin: 15px 0 0 0;
}

ol.standard
{
    text-align: left;
    margin: 10px 0 10px 0;
}

ol.standard li
{
    margin: 5px 0 0 25px;
}

ul.executableAgents
{
    margin: 5px 0 9px 10px;
}

.moreExecutableAgents
{
    border-top: 1px solid #DDDDDD;
    padding-bottom: 2px;
}

.moreExecutableAgents a
{
    display: block;
    text-align: center;
    text-decoration: none;
}

ul
{
	margin: 10px 0 0 0;
}

ul li
{
	margin: 5px 0 0 25px;
}

input, select, table, textarea
{
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
}

.clearer
{
	clear: both;
	height: 1px;
	overflow: hidden;
	margin-bottom: -1px;
	font-size: 1px;
	line-height: 1px;
}

.hidden
{
	display: none;
}

.assistive {
    border: 0;
    height: 0;
    left: -5000px;
    overflow: hidden;
	position: absolute;
    top: 0;
    width: 4000px;
}
.assistive th,
.assistive td {
    border: 0;
    font-size: 1px;
    padding: 0;
}

a.showLink
{
    text-decoration: underline !important;
}

#top
{
	position: absolute;
	left: -9999px;
	top: -9999px;
}




/* PAGE CONTAINERS ---------------------------------------------------------- */

#nonFooter
{
    min-height: 100%;
    padding-bottom: 6em;
}

* html #nonFooter
{
	height: 100%;
}




/* HEADER ------------------------------------------------------------------- */

#header {
    background: #036;
    color: #FFF;
	min-height: 30px;
    overflow: hidden;
}

#header a {
    color: #FFF;
}

#logo {
	float: left;
	padding: 0 0 1px 15px;
}

#logo > a {
    display: block;
    background: url(../../../images/bamboo_header_logo.png) no-repeat;
    height: 30px;
    width: 104px;
    text-indent : -9999px;
    overflow: hidden;
}

#userOptions {
    float: right;
    margin: 0;
    padding: 9px 15px 0 0;
    line-height:1;
	list-style: none;
}

#userOptions li {
	float: left;
	margin-top: 0;
}

#userOptions a:hover {
    color: #DDE7EE;
}

#userInfo strong {
    color: #CEDAE5;
}

#profileLink, #loginLink {
	margin: 0 10px 0 30px;
}

#logoutLink, #signupLink {
    padding: 0 0 0 10px;
    margin: 0 30px 0 0;
    border-left: 1px dotted #FFF;
}

#menu
{
    background-color: #3C78B5;
    color: #FFF;
    font-size: 13px;
    line-height: 1.8em;
}

#menu ul
{
    list-style: none;
	margin: 0 0 0 5px;
    overflow: hidden;
}

#menu li
{
	float: left;
	margin: 0 10px 0 0;
}

#menu a {
    display: block;
    padding: 0 10px;
    color: #fff;
}

#menu a:hover,
#menu li.on a:hover {
    background: #fff;
    color: #333;
}

#menu li.on a
{
    background: #F0F0F0;
    color: #333;
}

/* CONTENT ------------------------------------------------------------------ */

#content {
	clear: both;
    overflow: hidden;
    padding: 10px 15px;
}

/* Tab overrides */
.aui-tabs > .tabs-pane {
    overflow: hidden;
}

/* Tabbed main content */
#content > .aui-tabs > .tabs-pane,
#admin-content,
#report-content,
#agent-content,
#welcome-content,
#setup-content,
#error-content,
#picker-content {
    background: #fff;
    border: 1px solid #bbb;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    min-height: 400px;
    overflow: hidden;
}
#report-content,
#agent-content,
#welcome-content,
#setup-content,
#error-content,
#picker-content {
    padding: 1em;
}
#content > .aui-tabs ul.tabs-menu li.menu-item a,
#build-content > .aui-tabs ul.tabs-menu li.menu-item a {
    background: transparent;
    border-color: transparent;
}
#content > .aui-tabs.horizontal-tabs ul.tabs-menu li.menu-item,
#content > .aui-tabs.horizontal-tabs ul.tabs-menu li.menu-item a,
#content > .aui-tabs.horizontal-tabs ul.tabs-menu li.menu-item a:link,
#content > .aui-tabs.horizontal-tabs ul.tabs-menu li.menu-item a:visited,
#build-content > .aui-tabs.horizontal-tabs ul.tabs-menu li.menu-item,
#build-content > .aui-tabs.horizontal-tabs ul.tabs-menu li.menu-item a,
#build-content > .aui-tabs.horizontal-tabs ul.tabs-menu li.menu-item a:link,
#build-content > .aui-tabs.horizontal-tabs ul.tabs-menu li.menu-item a:visited {
    border-color: transparent;
}
#content > .aui-tabs.horizontal-tabs ul.tabs-menu li.menu-item a:hover,
#content > .aui-tabs.horizontal-tabs ul.tabs-menu li.menu-item a:active,
#content > .aui-tabs.horizontal-tabs ul.tabs-menu li.menu-item a:focus,
#build-content > .aui-tabs.horizontal-tabs ul.tabs-menu li.menu-item a:hover,
#build-content > .aui-tabs.horizontal-tabs ul.tabs-menu li.menu-item a:active,
#build-content > .aui-tabs.horizontal-tabs ul.tabs-menu li.menu-item a:focus{
    border-color: #ddd;
}


/* Build Decorator */
#status-ribbon {
    clear: both;
    margin: 0 -15px 15px;
    overflow: hidden;
    position: relative;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
#status-ribbon.has-job {
    padding-left: 110px;
}
#status-ribbon:before,
#status-ribbon:after {
    background: rgba(255, 255, 255, 0.2);
    content: "";
    height: 10px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
}
#status-ribbon:after {
    bottom: 0;
    top: auto;
}
#status-ribbon > div {
    padding: 10px 10px 10px 0;
    position: relative;
}
.has-job > #sr-build {
    float: left;
    margin-left: -110px;
    width: 100px;
}
div#sr-job {
    margin-left: 10px;
}
#sr-job:after {
    border: 30px solid transparent;
    border-left: 30px solid #000;
    border-right: 0;
    content: "";
    height: 0;
    left: -10px;
    margin-top: -30px;
    position: absolute;
    top: 50%;
    width: 0;
    z-index: 5;
}
#sr-job:before {
    border: 30px solid transparent;
    border-left: 30px solid #f0f0f0;
    border-right: 0;
    content: "";
    height: 0;
    left: 0;
    margin-top: -30px;
    position: absolute;
    top: 50%;
    width: 0;
    z-index: 5;
}
#status-ribbon h2,
#status-ribbon h3 {
    background: transparent;
    border: 1px solid transparent;
    border-color: rgba(0, 0, 0, 0.05);
    border-left: 0;
    border-right: 0;
    color: #fff;
    font-size: 1.35em;
    line-height: 32px;
    margin: 0;
    padding: 0;
    position: relative;
    white-space: nowrap;
    z-index: 1;
}
#status-ribbon h2 {
    padding-left: 10px;
}
#status-ribbon h3 {
    padding-left: 40px;
}
#status-ribbon h2 > span,
#status-ribbon h3 > span {
    font-weight: normal;
}
#status-ribbon h2 > a,
#status-ribbon h3 > a {
    color: #fff;
}
#status-ribbon > .InProgress,
#status-ribbon > .Pending,
#status-ribbon > .Queued {
    background: #3c78b5;
}
#status-ribbon > .Failed {
    background: #a00;
}
#status-ribbon > .Successful {
    background: #393;
}
#status-ribbon > .NotBuilt,
#status-ribbon > .Unknown {
    background: #666;
}
.InProgress + #sr-job:after,
.Pending + #sr-job:after,
.Queued + #sr-job:after {
    border-left-color: #3c78b5;
}
.Failed + #sr-job:after {
    border-left-color: #a00;
}
.Successful + #sr-job:after {
    border-left-color: #393;
}
.NotBuilt + #sr-job:after,
.Unknown + #sr-job:after {
    border-left-color: #666;
}
#status-ribbon .icon {
    vertical-align: -2px;
}
#status-ribbon h2 > .icon-InProgress {
    background: url(../../../images/jt/icn_building_dark.gif) no-repeat 50% 50%;
}

div#progress-and-history-navigator {
    font-size: 1.35em;
    left: 0;
    line-height: 1.875;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.has-job > #progress-and-history-navigator {
    padding-left: 140px;
}
#status-ribbon .progress {
    border: 0;
    color: #fff;
    margin: 11px 0;
}
#status-ribbon .progress > .progress-bar {
    background: #6393c3;
    background: rgba(255, 255, 255, 0.1);
    -webkit-box-shadow: inset 15px 0 10px -10px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 15px 0 10px -10px rgba(0, 0, 0, 0.3);
    box-shadow: inset 15px 0 10px -10px rgba(0, 0, 0, 0.3);
    left: auto;
    right: 0;
}
#status-ribbon .progress > .progress-text {
    visibility: hidden;
}

#history-navigator {
    float: right;
    padding: 10px 0;
    position: relative;
    z-index: 1;
}
#history-navigator > h4 {
    color: #fff;
    font-size: 0.75em;
    left: -3.9em;
    line-height: 2.84;
    margin: 0;
    position: absolute;
    top: 10px;
}
#history-navigator > ol {
    background: #fff;
    border: 1px solid #bbb;
    border-left: 0;
    border-right: 0;
    float: left;
    list-style: none;
    margin: 0;
}
#history-navigator li {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    float: left;
    -webkit-transition: background 0.3s ease;
    -moz-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    transition: background 0.3s ease;
}
#history-navigator li + li {
    margin-left: -1px;
}
#history-navigator li:hover,
#history-navigator .current {
    background: #f0f0f0;
    border: 1px solid #bbb;
    margin-bottom: -1px;
    margin-top: -1px;
    position: relative;
}
#history-navigator li.current {
    background: #e0f0ff;
}
#history-navigator li > a,
#history-navigator li > span {
    display: block;
    height: 2em;
    padding: 0 4px;
}
#history-navigator li .icon {
    vertical-align: -3px;
}
#hn-previous,
#hn-next {
    background: #fff;
    border: 1px solid #bbb;
    border-left: 0;
    border-right: 0;
    float: left;
    height: 2em;
    overflow: hidden;
    padding: 0 10px;
    text-decoration: none;
}
#hn-previous > span,
#hn-next > span {
    border: 8px solid;
    border-color: transparent #bbb;
    display: inline-block;
    height: 0;
    overflow: hidden;
    text-indent: -9999px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    vertical-align: -3px;
    width: 0;
}
#hn-previous > span {
    border-left-width: 0;
}
#hn-next > span {
    border-right-width: 0;
}
#hn-previous:hover > span,
#hn-next:hover > span {
    border-color: transparent #505050;
}
#history-navigator span#hn-previous > span,
#history-navigator span#hn-next > span {
    border-color: transparent #ddd;
}

#build-details {
    margin-bottom: 10px;
    overflow: hidden;
}
#build-container {
    margin-top: 15px;
    padding: 25px 0 0 210px;
}
#plan-navigator {
    background: #fff;
    border: 1px solid #bbb;
    border-left: 0;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    float: left;
    margin-left: -225px;
    padding-bottom: 10px;
    position: relative;
    width: 209px;
}
#plan-navigator h2 {
    color: #8a8a8a;
    font-size: 1.5em;
    font-weight: normal;
    border: 0;
    left: 10px;
    margin: 0;
    position: absolute;
    top: -1.5em;
}
#plan-navigator h3 {
    border-bottom: 0;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    border-top-right-radius: 4px;
    font-size: 14px;
    font-weight: normal;
    margin: 0;
}
#plan-navigator h3 > a {
    display: block;
    padding: 5px 10px;
}
#plan-navigator h4 {
    background: #f0f0f0;
    border-left: 8px solid #ccc;
    color: #000;
    font-size: 1em;
    font-weight: normal;
    margin: 0;
    padding: 4px 4px 4px 20px;
}
#plan-navigator .Failed > h4 {
    border-left: 8px solid #c00;
}
#plan-navigator .Successful > h4 {
    border-left: 8px solid #070;
}
#plan-navigator .InProgress > h4,
#plan-navigator .Pending > h4 {
    border-left: 8px solid #07c;
}
#plan-navigator .progress {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
#plan-navigator .progress > .progress-bar {
    background: #efefef;
    left: auto;
    right: 0;
}
#plan-navigator .active > .progress > .progress-bar {
    background: #5C94CC;
}
#plan-navigator .active > .icon-InProgress {
    background: url(../../../images/jt/icn_building_dark.gif) no-repeat 50% 50%;
}
#plan-navigator a {
    color: #326ca6;
}
#plan-navigator .disabled a {
    color: #666;
}
#plan-navigator li > a,
#plan-navigator li > span {
    float: left;
    min-height: 16px;
    position: relative;
    z-index: 1;
}
#plan-navigator li > span {
    margin-left: -20px;
}
#plan-navigator ul {
    border-bottom: 1px solid #ddd;
    list-style: none;
    margin: 0;
}
#plan-navigator ul ul {
    border: 0;
}
#plan-navigator li {
    border-top: 1px solid #ddd;
    margin: 0;
}
#plan-navigator ul ul li {
    overflow: hidden;
    padding: 4px 10px 4px 28px;
    position: relative;
}
#plan-navigator li.active,
#plan-navigator h3.active {
    background: #326ca6;
}
#plan-navigator li.active.Failed,
#plan-navigator h3.active.Failed {
    background: #a00;
}
#plan-navigator li.active.Successful,
#plan-navigator h3.active.Successful {
    background: #393;
}
#plan-navigator li.active.NotBuilt,
#plan-navigator li.active.Unknown,
#plan-navigator h3.active.NotBuilt,
#plan-navigator h3.active.Unknown{
    background: #666;
}
#plan-navigator li.active a,
#plan-navigator h3.active a {
    color: #fff;
}
#build-content {
    background: #fff;
    border: 1px solid #bbb;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    min-height: 400px;
    padding: 1em;
    position: relative;
}
#build-container > #build-content {
    float: left;
    padding: 0;
    width: 100%;
}
#build-content > .aui-tabs > .tabs-menu {
    position: absolute;
    top: -25px;
}
#build-content > .aui-tabs > .tabs-pane {
    border: 0;
}
#build-content > .aui-tabs ul.tabs-menu li.menu-item a {
    background: transparent;
    border-color: transparent;
}
#build-content > .aui-tabs ul.tabs-menu li.menu-item strong {
    padding-bottom: 2px;
    padding-top: 4px;
}
#build-content > .aui-tabs.horizontal-tabs ul.tabs-menu li.menu-item,
#build-content > .aui-tabs.horizontal-tabs ul.tabs-menu li.menu-item a,
#build-content > .aui-tabs.horizontal-tabs ul.tabs-menu li.menu-item a:link,
#build-content > .aui-tabs.horizontal-tabs ul.tabs-menu li.menu-item a:visited {
    border-color: transparent;
}
#build-content > .aui-tabs.horizontal-tabs ul.tabs-menu li.menu-item a:hover,
#build-content > .aui-tabs.horizontal-tabs ul.tabs-menu li.menu-item a:active,
#build-content > .aui-tabs.horizontal-tabs ul.tabs-menu li.menu-item a:focus {
    border-color: #ddd;
}

p.stage-summary {
    margin: 5px 0;
}
p.stage-description {
    color: #585858;
    margin: 5px 0;
}

#latestStatusHolder {
    float: right;
}


#breadcrumb {
    font-size: 1.167em;
    margin: 0 0 0.35em 0;
}
#breadcrumb a.current {
    font-size: 1.5em;
    font-weight: bold;
}
#breadcrumb > span:before,
#breadcrumb .breadcrumb-separator {
    color: #7a7a7a;
    content: "\203A";
    margin: 0 0.5em;
}
#breadcrumb span:first-child:before,
#breadcrumb .icon-disabled:before {
    display: none;
}

#breadcrumb .icon {
    vertical-align: -2px;
}

.plan-description {
    color: #808080;
    float: left;
    margin-bottom: 0.35em;
}

.bambooTabContainer {
    display: none;
}

.bambooTabContainer .ui-tabs-nav a
{
  outline: none!important;
}

.agentTabs .ui-tabs-nav li
{
    background-image: url(../../../images/blue_tab_left.gif) !important;
}
.agentTabs li.ui-tabs-selected a
{
    background-image: url(../../../images/blue_tab_on_right.gif) !important;
}

.agentTabs li.ui-tabs-selected
{
    background-image: url(../../../images/blue_tab_on_left.gif) !important;
}

.agentTabs .ui-tabs-nav a
{
    background-image: url(../../../images/blue_tab_right.gif) !important;
}

.ui-tabs-hide {
    display: none;
}

#external-operations {
    list-style: none;
    margin: 0;
    position: absolute;
    right: 12px;
    top: -25px;
    z-index: 10;
}

#agent-content #external-operations {
    float: right;
    margin-top: -35px;
    position: static;
}

#external-operations > li {
    float: left;
    margin: 0;
}

#external-operations > li > a,
#external-operations > li > div > .aui-dd-trigger {
    -moz-border-radius: 3px;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-bottomright: 0;
    -webkit-border-radius: 3px;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    border-radius: 3px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    color:#535353;
    cursor: pointer;
    display: block;
    font-size: 1.167em;
    padding: 2px 6px 3px 8px;
    text-decoration: none;
}

#external-operations > li > a:hover,
#external-operations > li > div > .aui-dd-trigger:hover,
#external-operations > li > div.active > .aui-dd-trigger {
    background-color: #326ca6;
    color: #fff;
}

#external-operations > li > a:hover > .icon-drop,
#external-operations > li > div > .aui-dd-trigger:hover .icon-drop,
#external-operations > li > div.active > .aui-dd-trigger .icon-drop {
    background-image: url(../../../images/menu_indicator_for_dark_backgrounds.gif);
}

#external-operations a.view,
#external-operations a.configure {
    padding-left: 31px;
}

#external-operations a.view {
    background: url(../../../images/icons/view_20.png) no-repeat 8px 50%;
}

#external-operations a.configure {
    background: url(../../../images/icons/tools_20.png) no-repeat 8px 50%;
}

/* Actions/Filter Menus with AUI Dropdown overrides */
#external-operations .aui-dropdown ul,
#external-operations .aui-dropdown > li {
    margin: 0;
}

#external-operations .item-link {
    color: #333;
    display: block;
    padding: 0.4em 0.5em;
    text-decoration: none;
}

#external-operations .item-link .icon {
    margin-right: 2px;
}

#external-operations .aui-dropdown > li > ul {
    border-top: 1px solid #bbb;
    margin-top: 4px;
    padding-top: 4px;
}

#external-operations .aui-dropdown > li > ul:first-child {
    border-top: 0;
    margin-top: 0;
    padding-top: 0;
}

#buildNav {
    clear: right;
    float: right;
    padding-top: 0.35em;
	white-space: nowrap;
}
#buildNav input.textField {
    width: 3em;
}
#buildNav input {
    border: 1px solid;
    font-size: 1em;
    font-weight: bold;
    line-height: 1em;
    overflow: hidden;
    padding: 0.3em 0 0.25em 0;
    text-align: center;
	width: auto;
}
#buildNav ol {
	float: left;
    list-style: none;
	margin: 0;
}
#buildNav li {
    float: left;
    font-weight: normal;
	margin: 0 0 0 1px;
	padding: 0.5em 0 0;
}
#buildNav li.current {
	padding-top: 0;
}
#buildNav li a {
    display: block;
    font-size: 0.75em;
    height: 9px;
    overflow: hidden;
    text-indent: -9999px;
    width: 20px;
}
#buildNav li.queued input,
#buildNav li.queued a,
#buildNav li.inProgress input,
#buildNav li.inProgress a {
    background: #6EAAF7;
    border-color: #3C78B5;
    color: #006;
}
#buildNav li.success input,
#buildNav li.success a {
    background: #A6DBA6;
    border-color: #749974;
    color: #060;
}
#buildNav li.fail input,
#buildNav li.fail a {
	background: #EDA6A6;
    border-color: #996B6B;
    color: #4D3636;
}
#buildNav li.notBuilt input,
#buildNav li.notBuilt a,
#buildNav li.none input,
#buildNav li.none a {
    background: #DBDBDB;
    border-color: #999;
    color: #666;
}
#buildNavPrevious,
#buildNavNext {
    float: left;
    height: 11px;
    margin-top: 6px;
    overflow: hidden;
    padding: 0;
    text-decoration: none;
    text-indent: -9999px;
	width: 6px;
}
#buildNavPrevious {
    background: url(../../../images/build_nav_arrow_left.gif) no-repeat;
    margin-right: 10px;
}
#buildNavNext {
    background: url(../../../images/build_nav_arrow_right.gif) no-repeat;
    margin-left: 10px;
}
span#buildNavPrevious {
	background-image: url(../../../images/build_nav_arrow_left_grey.gif);
}
span#buildNavNext {
	background-image: url(../../../images/build_nav_arrow_right_grey.gif);
}

span[role=link]
{
    cursor: pointer;
}

#buildFilter
{
	float: right;
	border: 0 none #FFFFFF;
	background-image: none;
	white-space: nowrap;
	font-weight: normal;
}

#buildFilter form
{
	margin: 4px 0 0 0;
}

#buildFilter fieldset
{
	display: inline;
}

#buildFilter select
{
	vertical-align: middle;
}

#submenu
{
	clear: both;
	margin: 0;
	padding: 0 0 0 14px;
	list-style: none;
	background-color: #EEEEEE;
	line-height: 28px;
}

#submenu li
{
	display: inline;
	margin: 0 45px 0 0;
}

#submenu a
{
	color: #666666;
	text-decoration: none;
}

#submenu a:hover
{
	color: #000000;
}

#submenu li.on a
{
	color: #000000;
	font-weight: bold;
}

.headingInfo {
	float: right;
	line-height: 2.7;
    margin: 0;
}

.headingInfo a, .headingInfo a:visited
{
	text-decoration: none;
}

.headingInfo a:hover
{
	text-decoration: underline;
}

.headingInfo a.collapse
{
	padding-right: 12px;
	background-image: url(../../../images/icon_collapse_arrow_up.gif);
	background-repeat: no-repeat;
	background-position: 100% 50%;
}

.headingInfo a.collapsed
{
	background-image: url(../../../images/icon_collapse_arrow_down.gif);
}

#creationOption {
    list-style: none;
    width: 80%;
}

#creationOption > li {
    margin: 10px 0;
}

#creationOption a {
    background: #f0f0f0;
    border: 1px solid #CCC;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #000;
    display: block;
    height: 100%;
    padding: 5px 10px;
    text-decoration: none;
}

#creationOption a:hover {
    background: #FFF;
}

#creationOption span  {
    color: #585858;
    display: block;
    padding-top: 10px;
}

#creationOption strong {
    font-size: 1.2em;
}

.onePageCreate
{
    margin-top: 16px;
}

#onePageCreate .bambooForm {
    background: none;
    border: 0;
}

#onePageCreate .bambooSection {
    background-color: #F5F8FB;
}

#onePageCreate .formFooter,
#onePageCreate .configSection  {
    border-bottom: 1px solid #BBD0E5;
}

#onePageCreate .createAsEnabledSection {
    margin-top: 30px;
}

#onePageCreate h2 {
   background: none;
   border: 0;
   padding-left: 0;
   margin-bottom: -12px;
   margin-top: 10px;
}

#buildSummary {
	clear: both;
    padding-right: 360px;
}

#buildSummary.success {
    background-color: #339933;
}

#buildSummary.suspended, #buildSummary.none, #buildSummary.notRun {
    background-color: #777;
}

#buildSummary.fail {
	background-color: #C33;
}

#buildTestSummary {
	clear: both;
}

#buildTestSummary.success {
    background-color: #393;
}

#buildTestSummary.suspended, #buildTestSummary.none, #buildTestSummary.notRun {
    background-color: #777;
}

#buildTestSummary.fail {
	background-color: #C33;
}

.buildTestSummaryHeader {
    margin-bottom: 10px;
}

div.noResult {
    text-align: center;
}

div.noResult > div.message {
    color: #505050;
    font-size: 32px;
    margin-top: 2em;
}

div.current {
    background-color: #3C78B5 !important;
}

#successRate {
	float: right;
	width: 325px;
    margin-bottom: 5px;
}

#agentSuccessRate, #cloverSuccessRate {
    margin: 0 10px 5px 5px;
}

#agentSuccessRate, #cloverSuccessRate p {
    font-size: 85%;
}

.bambooForm #successRatePercentage {
    float: right;
}

.successRatePercentage {
    border: 1px solid #BBB;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
	float: left;
	width: 115px;
	background: #FFF;
    text-align: center;
}

.successRatePercentage span {
    display: block;
    font-size: 300%;
    font-weight: bold;
    line-height: 1;
    margin: 8px 0 0;
    padding: 0;
}

.successRatePercentage p {
	margin: 0;
	padding: 0 0 8px 0;
	background-repeat: no-repeat;
	background-position: 0 100%;
	text-align: center;
}

#successRate dl {
	margin: 0 0 0 125px;
}

#successRate dt {
	display: inline;
	float: left;
	margin: 0 0.5em 0 0;
	border-top: 1px solid #BBB;
	padding: 8px 0;
	font-weight: bold;
}

#successRate dt.first {
	border-top: 0 none #FFFFFF;
}

#successRate dd {
	border-top: 1px solid #BBB;
	padding: 8px 0;
}

#successRate dd.first {
	border-top: 0 none #FFFFFF;
}

/* Build Results summary */

#buildResultsSummary
{
	display: inline;
	clear: both;
	width: 100%;
	margin: 15px 0 0 0;
	background-repeat: repeat-y;
}

#planDetails {
    margin-right: 355px;
}

#planDetails h2 {
    margin: 0 0 20px;
}

#planDetails dl {
    margin: 0;
    overflow: hidden;
}

#planDetails dt {
    clear: left;
    float: left;
    font-weight: bold;
    width: 8em;
}

#planDetails dd {
    float: left;
    margin-bottom: 1em;
}

.changesSummary {
	margin: 0 0 0 480px;
}
.changesSummary ul {
	list-style: none;
	margin: 0;
}
.changesSummary li {
	border-bottom: 1px solid #ddd;
    margin: 0;
	padding: 5px 0 0 40px;
	position: relative;
}
.changesSummary .profileImage {
	margin-left: -30px;
	position: absolute;
	top: 10px;
}
.changesSummary h3 {
    border: 0;
	font-size: 1em;
	margin: 0 0 -10px;
}

/*Common comments styling*/
.comments > .aui-toolbar {
    margin-left: 10px;
}
.comments > .aui-toolbar li {
    border: 0;
    margin: 0;
    padding: 0;
}

.comments form.aui .field-group {
    padding-left: 10px;
    padding-right: 16px;
}
.comments form.aui .field-group label {
    float: none;
    left: auto;
    margin: 0 0 3px;
    text-align: left;
    width: auto;
}
.comments form.aui .field-group label:after {
    content: ":";
}
.comments form.aui textarea {
    width: 100%;
}
.comments form.aui .buttons {
    padding-left: 10px;
    text-align: left;
}

.changesSummary > p,
.issueSummary > p,
.comments > p { /** for the no comments exist message**/
    border-bottom: 1px solid #e5e5e5;
    margin: 0;
    padding: 5px 10px 10px 10px;
}
.changesSummary > p,
.issueSummary > p {
    border: 0;
}
.comments > p {
    margin-bottom: 1em;
}
.comments > ul {
    list-style: none;
    margin: 0 0 1em;
}
.comments li {
    border-bottom: 1px solid #E5E5E5;
    margin-left: 0;
    padding: 5px 0 5px 40px;
    position: relative;    
}
.comments li img.profileImage {
    margin-left: -30px;
    position: absolute;
    top: 10px;
}
.comments > h3 {
    border: 0;
    font-size: 1em;
    font-weight: normal;
    margin-left: 10px;
}
.comments ul h3,
.comments ul h4 {
    border: 0;
    font-size: 1em;
    margin: 0 0 -10px 0;    
}
.comments h3 > time,
.comments h4 > time {
    font-weight: normal;
    font-size: 0.92em;
    color: #505050;
}
.commentDeleteLink {
    float: right;
    font-size: 0.92em;
    margin-right: 10px;
}

#displayFullCommits {
    background: url(../../../images/build_nav_arrow_right.gif) no-repeat 100% 50%;
    padding-right: 16px;
}

.artifactDescription
{
    color:#505050;
    padding-bottom: 5px;
}

.artifactSection
{
    padding: 10px 0 0 0;
}

.artifactSection h2
{
    background-color: white;
    border-top: none;
    border-bottom: none;
    padding: 0;
}
.artifactJobLink {
    padding-left: 2px;
}
#artifactLinks {
    list-style: none;
    margin: 0;
    padding: 0;
}
#artifactLinks > li {
    margin: 0;
}

p.moreLink a
{
	padding: 0 16px 0 0;
}

.graph {
	display: inline;
	float: left;
	width: 402px;
	margin: 0 15px;
	border: 1px solid #BBD0E5;
}

.graph h2 {
	border-top: 0 none #FFFFFF;
	margin: 0 0 15px 0;
	font-size: 100%;
	line-height: 2.5;
	text-align: center;
}
.graph > img {
    display: inline-block;
    margin-bottom: 15px;
}

.section
{
	clear: both;
	padding: 10px 0 20px 0;
}

.section ul
{
	margin-left: 1.3em;
}

#testsSummary,
.singleLine {
	list-style: none;
	margin: 10px 0;
    overflow: hidden;
}
#testsSummary li,
.singleLine li {
	float: left;
	margin: 0 40px 0 0;
	padding: 0 0 0 23px;
	background-repeat: no-repeat;
	background-position: 0 50%;
}
.singleLine li {
    padding: 0;
}

#testsSummaryDuration {
    background-image:  url(../../../images/icons/icon_hourglass.gif);
}

#testsSummaryTotal {
	background-image: url(../../../images/icon_globe.gif);
}

#testsSummaryFailed .icon {
    margin-right: 7px;
}

#testsSummaryFixed {
	padding-left: 17px !important;
	background-image: url(../../../images/icon_plus_minus.gif);
}

#newFailures h4, #newFailures .testName a
{
	color: #C00;
}

#newFailures .testName a.subGrey
{
    color: gray;
    margin-left: 3px;
    text-decoration: none;
}

#newFailures .testName a.subGrey:hover
{
    text-decoration: underline;
}


#newFailures h4
{
	font-weight: normal;
}
.code
{
	border-top: 1px solid #D9D9D9;
	border-bottom: 1px solid #D9D9D9;
	padding: 7px 10px;
	background-color: #F2F2F2;
	font-family: "Monaco", "Courier New", monospace;
    font-size: 8pt;
    overflow-y: auto;
}

table
{
	width: 100%;
	margin: 5px 0 0 0;
	border-collapse: collapse;
	border-bottom: 1px solid #CCC;
}

th
{
	border: 1px solid #CCC;
	padding: 5px 5px;
	background-color: #E5E5E5;
	vertical-align: top;
}

tr.zebra td
{
	background: #FAFAFA;
}

td
{
    text-align: left;
	border-right: 1px solid #CCC;
	border-left: 1px solid #CCC;
	padding: 5px 5px;
	background-color: #FFF;
    vertical-align: top;
}

tr.start td
{
	border-top: 1px solid #CCC;
}

tr.alt td
{
	background-color: #F5F5F5;
}

tbody th
{
	border-bottom: 0 none #FFFFFF;
	background-color: #FFFFFF;
}

.unitTestSummaryTable thead > tr {
    color: #000;
}

#existingFailures
{
	color: #C00;
}

#existingFailures table .c2 a.subGrey
{
    color: gray;
    margin-left: 3px;
    text-decoration: none;
}

#existingFailures table .c2 a.subGrey:hover
{
    text-decoration: underline;
}


#fixedTests
{
	color: #090;
}

#fixedTests table .c2 a.subGrey
{
    color: gray;
    margin-left: 3px;
    text-decoration: none;
}

#fixedTests table .c2 a.subGrey:hover
{
    text-decoration: underline;
}


.buildErrorsStatus {
	margin:10px 0 10px 10px;
}
.buildErrorsStatus > span {
    margin-right: 7px;
}

#recentFailures {
    clear: both;
}

#recentFailures ul
{
    padding-bottom: 10px;
}

#recentFailures td.recentFailuresReason {
    border-left: 0;
    border-top: 0;
}

#recentFailures  td.recentFailuresIcon {
    border-right: 0;
    border-top: 0;
    width: 1%;
    white-space: nowrap;
}

#recentFailures table p, .failurePeriod .details
{
	margin: 0;
	color: #7F7F7F;
	font-size: 90%;
}

#viewPlanActivityLogForm
{
    padding-top: 10px;    
}

#currentlyRunning #queues .queue
{
    margin: 15px 0 0 3px;
}

#queues .queue
{
	margin: 15px 0 0 0;
	color: #003366;
}

#activityLogHeader #queues
{
    padding-bottom: 0;
}

#queues #onlyQueue
{
	width: 100%;
    margin: 5px 0 0 0;
}

#queues .queueAlt
{
	display: inline;
	float: right;
}

#queues h3
{
	margin: 0 8px 0 0;
	padding: 7px 10px 7px 10px;

    /*background-color: #EBF1F7;*/
    /*background-color: #BBD0E5;*/
    background-color: #D5E1EE;
    border: 1px solid #BBD0E5;
    color: #003366;
	font-size: 100%;
}

#queues .queueAlt h3
{
	margin: 0 0 0 8px;
}

#queues ol
{
	margin: 0 8px 0 0;
	border: 1px solid #BBD0E5;
	border-top: 0 none #FFFFFF;
	list-style: none;
}

* html #queues ol
{
	height: 1px;
}

#queues .queueAlt ol
{
	margin: 0 0 0 8px;
}

#queues li
{
	border-top: 1px solid #BBD0E5;
	padding: 7px 10px;
	background-color: #ffffff;
}

#queues li.on
{
	border-top-color: #FFFFFF;
	padding-bottom: 10px;
	background-image: url(../../../images/queue_on.jpg);
	background-repeat: repeat-x;
	background-position: 0 100%;
    background-color: #EBF1F7;
}

#queues h4
{
	display: inline;
	float: left;
	width: 14em;
	margin: 0;
}

#queues h4 a
{
	margin: 0;
}

#queues .queueActions
{
	display: inline;
	float: right;
	width: auto;
	margin: 0;
	padding: 0;
}

/* in Build Queue div all queueActions are hidden by default */
#queues #buildQueueDiv .queueActions
{
    display: none;
}

/* onlyu selected is shown */
#builders.actions-queueControl #buildQueueDiv .queueControlActions,
#builders.actions-queueReorder #buildQueueDiv .queueReorderActions
{
    display: inline;
}



#queues .queueActions li
{
	display: inline;
	float: left;
	margin: 0 0 0 5px;
	border: 0 none #FFFFFF;
	padding: 0;
	background-color: transparent;
	background-image: none;
}

#queues .queueStatus
{
	margin: 0 4em 0 15em;
}

#queues li.on .queueStatus
{
	font-weight: bold;
}

#queues .queueStatus em
{
	display: block;
	font-size: 85%;
	font-style: normal;
}

.progressBar div
{
	width: 100%;
	height: 6px;
	overflow: hidden;
	margin: 0 -2px 0 0;
	border: 1px solid #BBD0E5;
	border-right-color: #003366;
	border-bottom-color: #003366;
	background-color: #3C78B5;
}

.progressBar .progressBarExpected
{
	border-color: #EEE;
	border-right-color: #999;
	border-bottom-color: #999;
	background-color: #CCC;
}

#queues .progressBar
{
	clear: both;
	margin: 0 2px 0 0;
	padding: 10px 0 0 0;
}

#queues li.reorderedBuild {
    background-color: #FFFFDC;
}

#queues .queueItem img
{
    opacity: 0.25;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
    filter: alpha(opacity=25);
}
#queues .queueItem a img {
    opacity: 1;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
}

/* when toggle option is not clicked (ready to be clicked) */
#builders #buildQueueDiv span.toggleQueue {
    color:#003366;
    cursor: pointer;
    text-decoration: underline;
}

/* when toggle option was clicked */
#builders.actions-queueControl #buildQueueDiv .actionLinks span.toggleQueueControl,
#builders.actions-queueReorder #buildQueueDiv .actionLinks span.toggleQueueReorder
{
    color: gray;
    cursor: default;
    text-decoration: none;
}


/* For table/form configuration screens, eg notifications, requirements etc */

.dependencySection {
    margin:-10px 4px 5px;
}

#editConfigurationButton {
    float: right;
}

.bulkEditExistingView table
{
    width: 100%;
    margin: 0;
    border-bottom: none;
}

.bulkEditExistingView table thead th
{
    background-color: #E5E5E5;
}

.bulkEditExistingView table td.notificationLastColumn, .bulkEditExistingView table th
{
    border-right: none;
}

.bulkEditExistingView
{
    padding: 0;
}

.bulkEditExistingView .note {
    color: #999;
    font-style: italic;
}

.bulkEditExistingView img
{
    position: relative;
    bottom: 2px;
}

#editBulkSnippet .checkboxArea
{
    margin-top: -10px;
    margin-bottom: 5px;
    padding-left: 28px;
}

#bulkMavenDep .fieldLabelArea
{
    width: 27em;
}

/* NOTIFICATIONS ------------------------------------------------------------ */
td.selectedNotification {
    background-color: #FFFFDC;
}

.notificationRecipientType
{
    color:#999999;
    font-style:italic;
}

td.notificationGroupTop
{
    border-left: 1px solid #CCC;
    border-right: 1px solid #CCC;
    border-top:  1px solid #CCC;
    border-bottom: none;
}

td.notificationGroupMiddle
{
    border-left: 1px solid #CCC;
    border-right: 1px solid #CCC;
    border-top:  none;
    border-bottom: none;
}

td.notificationMiddleColumn
{
    border-left: none;
    border-right: none;
    border-top:  1px solid #CCC;
}

td.notificationLastColumn
{
    border-top:  1px solid #CCC;
    border-left: none;
    border-right: 1px solid #CCC;
    text-align: right;
}

th.notificationHeadingBar {
    border: 1px solid #CCC;
    padding-top: 2px;
    padding-bottom: 2px;
    line-height: 1.5;
}


#systemNotificationForm .bambooForm
{
    background: transparent;
    border: 0;
}

#systemNotificationForm .bambooSection
{
    background: #F5F8FB;
}

#ft {
    background: #036;
    bottom: 0;
    clear: both;
    position: absolute;
    width: 100%;
}

#container {
    min-height: 100%;
    position: relative;
}

/* LICENSE MESSAGE ---------------------------------------------------------- */

#licenseMessage {
    background: #FFFFD0;
    border-top: 1px solid #A0A0A0;
    padding: 0.75em 0;
    text-align: center;
}
#licenseMessage > p {
    margin: 0;
}

/* FOOTER ------------------------------------------------------------------- */

#footer {
	min-height: 3em;
	background: #036 url(../../../images/footer.gif) repeat-x;
	color: #99B3CC;
	line-height: 1em;
}

#footer p {
	float: left;
	margin: 11px 0 0 15px;
}

#footer a {
	color: #99B3CC;
}

#footer ul {
	float: right;
	margin: 0 15px 0 0;
	list-style: none;
}

#footer li {
	float: left;
	margin: 11px 0 0 0.5em;
	border-left: 1px solid #99B3CC;
	padding: 0 0 0 0.5em;
}

#footer li:first-child {
	border-left: 0;
}

/* hides extra tabs on oauth admin page */
.dec_atl_admin ul.horizontal.tabs
{
    display: none;
}

#oauth-plugin table {
    width: 80%;
}

#oauth-plugin form.aui fieldset > div {
    clear: both;
    display: block;
    margin-bottom: 5px;
    min-height: 1.6em;
    padding: 0 0 5px 140px;
}
#oauth-plugin form.aui fieldset > div label {
    display: block;
    float: left;
    left: -140px;
    line-height: 1;
    margin-right: -130px;
    padding-top: 4px;
    position: relative;
    text-align: right;
    width: 130px;
}
#oauth-plugin form.aui .description {
    display: block;
    font-size: 11px;
}
#oauth-plugin form.aui .error {
    color: #c00;
    display: block;
    font-weight: bold;
}

/* Specialisation for setup wizard */
.leftPadding
{
    padding-left: 5px;
}

.startupTextBox {
    background: #f0f0f0;
    border: 1px solid #bbb;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 10px;
    padding: 10px;
}
.startupTextBox > p:first-child {
    margin-top: 0;
}

.commitsHover
{
    padding: 10px;
}

.ideConnectorIcon
{
    padding-bottom: 3px;
}

.gav-grid {
    border:1px solid #CCC;
}

.gav-grid .gav-header-row {
    margin-top: 2px;
    background-color:#F0F0F0;
    border:1px solid #CCC;
    font-size:12px;
    text-align:left;
    border-bottom:0 none #FFF;
    vertical-align: text-top;
}

.gav-grid-row {
    padding: 4px;
}

.gav-grid th {
    border: 0 none;
}

table.aui .gav-grid-first-cell, table.aui .zebra .gav-grid-first-cell {
    background-image: url(../../../images/agent_arrow.gif);
    background-position: 8px 0;
    background-repeat: no-repeat;
    padding-left: 19px;
}

table.aui .gav-grid td {
    border: 0 solid;
}

#setupWaitMessage
{
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 7em;
    font-size: 120%
}

#candyBar
{
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    width: 150px;
}

.gadgetScreenshot
{
    display: inline;
    float: left;
    padding: 8px;
    width: 120px;
}

.gadgetText
{
    padding: 8px;
}

.addMailServerInline,
.addInstantMessagingServerInline {
    text-decoration: underline;
}

.help_icon
{
    width: 16px;
    height: 16px;
    border: 0;
}

.commentsummary
{
    margin: 5px;
}

#building > h2 {
    position: relative;
}

#manageAgents {
    float: right;
    font-size: 0.9em;
}

.my-bamboo {
    float: left;
    width: 49.1%;
}
.my-bamboo + .my-bamboo {
    float: right;
}

#currentActivity {
    float: left;
    width: 66%;
}
#currentActivity + div {
    float: right;
    margin-left: 1.99%;
    position: relative;
    width: 32%;
}
#currentActivity > div > p {
    margin: 10px 0 30px 10px;
}

#currentActivity > div > ul {
    list-style: none;
    margin: 10px 0 30px;
}

#currentActivity > div > ul > li {
    border-bottom: 1px solid #CCC;
    border-top: 1px solid #CCC;
    margin: 0 0 -1px;
    overflow: hidden;
    padding: 3px 0 3px 10px;
    position: relative;
}

div#building > ul > li {
    padding-right: 18px;
}

div#queue > ul > li {
    padding-right: 36px;
}

#currentActivity .buildInfo {
    float: left;
    margin-right: 18em;
}

#currentActivity .message {
    font-size: 0.83em;
    float: right;
    margin-left: -20.48em;
    padding: 2px 0;
}

#currentActivity .error {
    font-weight: bold;
    color: #c00;
}

#currentActivity .message.progress {
    padding: 0;
    width: 20em;
}

#currentActivity .progress-text {
    text-align: right;
}

.progress {
    border: 1px solid #ddd;
    overflow: hidden;
    position: relative;
}

.progress > .progress-bar {
    background: #ebf1f7;
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
}

.progress > .progress-text {
    display: block;
    min-height: 1em;
    padding: 1px 0.5em;
    position: relative;
    text-align: center;
    white-space: nowrap;
    z-index: 1;
}

#currentActivity .elastic,
#liveActivity .elastic {
    background: url(../../../images/jt/icn_elastic_cloud.gif) no-repeat 0 50%;
    padding-left: 17px;
}

#currentActivity .handle {
    background: url(../../../images/icons/arrow_move_ns.png) no-repeat;
    cursor: move;
    float: left;
    height: 16px;
    margin: 0 3px 0 -7px;
    width: 16px;
}

#currentActivity .ui-sortable-disabled .handle {
    display: none;
}

#currentActivity .buildActions {
    list-style: none;
    margin: 0;
    position: absolute;
    right: 0;
}

#currentActivity .buildActions li {
    float: left;
    margin: 0;
}

#currentActivity ul.buildActions a {
    float: none;
    margin: 0;
}

#feedLink-recentlyBuilt {
    background: url(../../../images/rss.gif) no-repeat;
    height: 16px;
    overflow: hidden;
    position: absolute;
    right: 8px;
    text-decoration: none;
    text-indent: -9999px;
    top: 3px;
    width: 16px;
}

#feedLoading-recentlyBuilt,
#currentActivity .loading {
    background: url(../../../images/icons/wait.gif) no-repeat 0 50%;
    padding-left: 22px;
}

#feedContainer-recentlyBuilt {
    margin-bottom: 10px;
}

#showMoreLink-recentlyBuilt {
    text-decoration: none;
}

#moreWaiting-recentlyBuilt {
    display: none;
}

#showMoreLink-recentlyBuilt:active {
    outline: 0;
}

#showMoreLink-recentlyBuilt:hover span {
    background: #f9f9f9;
}

#showMoreLink-recentlyBuilt span,
#moreWaiting-recentlyBuilt span {
    border: 1px solid #CCC;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    color: #666;
    display: block;
    overflow: hidden;
    padding: 0.35em;
    text-align: center;
}

#moreWaiting-recentlyBuilt span {
    background: url(../../../images/icons/wait.gif) no-repeat 50% 50%;
    text-indent: -9999px;
}

.activityFeed .activity-item {
    margin: 0;
}

.activityFeed .activity-item-comment-form {
    margin-top: 5px;
}

#recentlyBuilt .timestamp {
    padding-left: 0.6em;
}

.agentManager {
    font-size: 12px;
}

.agentManager > h2 {
    background: transparent;
    border: 0;
    color: #222;
    font-size: 16px;
    line-height: 1.4;
    margin: 10px 10px 0;
    padding: 0;
}

.agentManager > p {
    margin: 10px;
}

.agentManager button {
    font-size: 90%;
}

.agentManager .buttons {
    border-top: 1px solid #ddd;
    margin: 0 10px 10px;
    text-align: left;
}

.agentManager .buttons > button {
    margin: 10px 10px 0 0;
}

.agentManager > ul {
    clear: both;
    margin: 7px 10px 5px;
    max-height: 250px;
    overflow: auto;
    padding-right: 5px;
}

.agentManager li {
    border-top: 1px solid #ddd;
    margin: 0 0 5px;
    min-height: 2em;
    overflow: hidden;
    padding: 5px 6em 0 0;
    position: relative;
}

.agentManager h3 {
    border: 0;
    font-size: 100%;
    margin: 0;
}

.agentManager .disabled a {
    padding: 0;
}

.agentManager .elastic > h3 > a {
    background: url(../../../images/jt/icn_elastic_cloud.gif) no-repeat 0 50%;
    padding-left: 17px;
}

.agentManager li > button {
    position: absolute;
    right: 0;
    top: 7px;
    width: 6em;
}

.agentManager li > span {
    font-size: 90%;
}

.image-reload {
    background: url(../../../images/refresh_grey_16.png) no-repeat 0 50%;
    display: inline-block;
    height: 16px;
    margin-top: 5px;
    margin-left: 5px;
    padding-left: 18px;
    vertical-align: top;
    cursor: pointer;
}

#liveActivity > ul {
    list-style: none;
    margin: 0;
}

#liveActivity > ul > li {
    border: 1px solid #ddd;
    margin: 0 0 10px;
    padding: 10px 10px 10px 30px;
    position: relative;
}

#liveActivity .build-description {
    background: url(../../../images/iconsv3/queued_16.png) no-repeat 0 0;
    display: block;
    margin: 0 26px 10px 0;
    padding-left: 20px;
}

#liveActivity .building .build-description {
    background: url(../../../images/jt/icn_building.gif) no-repeat 0 0;
}

#liveActivity .build-stop,
#liveActivity .build-stop-disabled {
    position: absolute;
    right: 10px;
    top: 10px;
}

#liveActivity .message {
    font-size: 0.92em;
    padding: 2px 0;
}

#liveActivity .message.progress {
    padding: 0;
}

#liveActivity .toggle-details {
    background: url(../../../images/reload_icon.gif) no-repeat;
    cursor: pointer;
    display: block;
    height: 16px;
    left: 10px;
    position: absolute;
    top: 10px;
    width: 16px;
}

#liveActivity .collapsed .toggle-details {
    background: url(../../../images/jt/icn_expand.gif) no-repeat 50% 0;
}

#liveActivity .expanded .toggle-details {
    background: url(../../../images/jt/icn_collapse.gif) no-repeat 50% 0;
}

#liveActivity .additional-information {
    margin-top: 10px;
}

#liveActivity .collapsed .additional-information {
    display: none;
}

#liveActivity .issueSummary,
#liveActivity .changesSummary {
    margin: 0;
    padding: 0;
}

.pager a,
.pager span {
    display: inline-block;
    height: 11px;
    overflow: hidden;
    text-indent: -9999px;
    width: 9px;
}

.pager a.numberedLink {
    text-indent: 0;
    overflow: visible;
}

.pager a.firstLink {
    background: url(../../../images/build_nav_arrow_first.gif) no-repeat;
}
.pager a.lastLink {
    background: url(../../../images/build_nav_arrow_last.gif) no-repeat;
}
.pager a.previousLink {
    background: url(../../../images/build_nav_arrow_left.gif) no-repeat;
    width: 6px;
}
.pager a.nextLink {
    background: url(../../../images/build_nav_arrow_right.gif) no-repeat;
    width: 6px;
}
.pager span.firstLink {
    background: url(../../../images/build_nav_arrow_first_grey.gif) no-repeat;
}
.pager span.lastLink {
    background: url(../../../images/build_nav_arrow_last_grey.gif) no-repeat;
}
.pager span.previousLink {
    background: url(../../../images/build_nav_arrow_left_grey.gif) no-repeat;
    width: 6px;
}
.pager span.nextLink {
    background: url(../../../images/build_nav_arrow_right_grey.gif) no-repeat;
    width: 6px;
}

#job-logs {
    margin-top: 1em;
    width:700px;
}

#audit-log {
    margin-top: 1em;
}

#al-timestamp {
    width: 12em;	
}

#al-user {
    width: 14em;	
}

.chain-test-summary-title {
    background: #f2f2f2 no-repeat 6px 5px;
    border: 1px solid #c1c1c1;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    height: 15px;
    margin: 2px 0 0;
    padding: 5px 20px;
}

.chain-test-summary-title h4 {
    float: left;
    margin: 0;
}

.chain-test-summary-title > a {
    float: right;
    font-weight: bold;
    background-repeat: no-repeat;
    padding-left: 18px;
}

.chain-test-summary .Failed {
    cursor: pointer;
}

.chain-test-summary > pre {
    border: 2px dotted #D9D9D9;
    border-top:0 none;
    color:black;
    margin-left:15px;
    margin-right: 15px;
    margin-top:0;
    display: none;
    background-color:#F2F2F2;
    font-family:"Monaco","Courier New",monospace;
    font-size:8pt;
    overflow-y:auto;
    padding:7px 10px;
}

.collapsed pre {
    display: none;
}

.expanded pre {
    display: block;
}

.chain-test-summary-title a {
    background-repeat: no-repeat;
}

.collapsed .chain-test-summary-title {
    background-image: url("../../../images/jt/icn_expand.gif");
}

.expanded .chain-test-summary-title {
    background-image: url("../../../images/jt/icn_collapse.gif");
}

.Failed .chain-test-summary-title {
    cursor: pointer;
}

.Failed .chain-test-summary-title a {
    background-image: url(../../../images/bad.gif);
}

.Successful .chain-test-summary-title a {
    background-image: url(../../../images/good.gif);
}

a.build-stop {
    display: inline-block;
    height: 16px;
    overflow: hidden;
    text-indent: -9999px;    
    width: 16px;
}

#feedback-trigger
{
    display: block;
    margin: 0 auto;
}

#deleteBuildsForm > ul > li {
    padding: 0 0 10px 0;
}

.artifact.aui {
    table-layout: fixed;
}
.artifact td {
    word-wrap: break-word;
}
table.aui.artifact > tbody > tr:first-child > td {
    border-top-width: 1px;
}

table.aui.artifact > tbody > tr > th {
    font-weight: normal;
}

table.aui.artifact > tbody > tr.zebra > th {
    background-color: #FAFAFA;
}

.artifact-location {
    white-space: pre-wrap;
}
#artifact-delete-dependencies h2 {
    border: 0;
}

#artifact-delete-dependencies p {
    padding-bottom: 10px
}

#artifact-delete-navigator {
    background: #fff;
    padding-bottom: 10px;
}
#artifact-delete-navigator h4 {
    background: #f0f0f0;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    color: #000;
    font-size: 1em;
    margin: 0;
    padding: 4px 10px;
}
#artifact-delete-navigator a {
    color: #326ca6;
    text-decoration: none;
}
#artifact-delete-navigator .disabled a {
    color: #666;
}
#artifact-delete-navigator li > a {
    padding-left: 5px;
}
#artifact-delete-navigator a:hover {
    text-decoration: underline;
}
#artifact-delete-navigator ul {
    list-style: none;
    margin: 0;
}
#artifact-delete-navigator ul ul {
    margin-bottom: 20px;
}
#artifact-delete-navigator li {
    margin: 0;
}
#artifact-delete-navigator ul ul li {
    border-top: 1px solid #ddd;
    overflow: hidden;
    padding: 4px 10px;
    position: relative;
}

.artifact-container {
    clear: left;
    float: left;
    width: 100%;
}

.artifact-result-left {
    float: left;
    width: 49.5%;
}
.artifact-result-right {
    float: right;
    width: 49.5%;
}

a.user-picker {
	text-decoration: none;
}

.user-picker-ops {
	float: right;
	padding: 5px;
}
.user-picker-ops a {
	text-decoration: underline;
}

#ExecutableJobs .icon {
    margin-right: 5px;
}

.plan-log-content {
    padding: 1em;
}



