/*******************************************************************************
********************************************************************************
**
* - 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
{
	margin: 0;
	border: 0 none #FFFFFF;
	padding: 0;
}

html
{
	height: 100%;
}

body
{
	height: 100%;
	background-color: #FFFFFF;
	color: #000000;
	line-height: 1.4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	text-align: left;
}

a
{
	color: #3C78B5;
}

a:visited
{
}

h3
{
	margin: 15px 0 0 0;
}

h4
{
	margin: 15px 0 0 0;
	font-size: 100%;
}

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;
}

.hiddenButton
{
	position: absolute;
    left: -1000px;
    top: -1000px;
}

.replacement
{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
}

a .replacement
{
	cursor: pointer;
}

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
{
	min-height: 42px;
	background-color: #003366;
	background-image: url(../../../images/header.gif);
	background-repeat: repeat-x;
	color: #BBCDDD;
    /*color: #99B3CC;*/
}

#header_setup
{
	min-height: 42px;
	background-color: #003366;
	background-image: url(../images/header.gif);
	background-repeat: repeat-x;
	color: #BBCDDD;
    /*color: #99B3CC;*/
}


* html #header
{
	height: 42px;
}

#header a
{
    color: #BBCDDD;
    /*color: #99B3CC;*/
}

#logo
{
	display: inline;
	float: left;
	padding: 3px 0 0 15px;
}

#logo a
{
	display: block;
}

#logo img
{
	display: block;
}

#userOptions
{
	display: inline;
	float: right;
	margin: 0;
	padding: 14px 15px 0 0;
	list-style: none;
}

#userOptions li
{
	display: inline;
	float: left;
	margin-top: 0;
	line-height: 1;
}

#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 solid #99B3CC;

}

#menu
{
	display: inline;
	float: left;
	clear: both;
	width: 100%;
	height: 2.25em;
	background-color: #3C78B5;
	color: #FFFFFF;
	font-size: 90%;
	line-height: 2.25em;
}

#menu ul
{
	margin: 0 0 0 15px;
	list-style: none;
}

#menu li
{
	display: inline;
	float: left;
	margin: 0 10px 0 0;
	font-weight: bold;
}

#menu a
{
	display: block;
	padding: 0 10px;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 2.25em;
}

#menu a:hover
{
	background-color: #1E558D;
	background-image: url(../../../images/menu_hover.gif);
	background-repeat: repeat-x;
	background-position: 0 100%;
}

#menu li.on a, #menu li.on a:hover
{
	background-color: #003366;
	background-image: none;
}

#menu form
{
	display: inline;
	float: right;
	margin: 0 15px 0 0;
}

* html #menu fieldset
{
	display: inline;
}

* html #menu input
{
	position: relative;
	top: 2px;
}




/* CONTENT ------------------------------------------------------------------ */

.dashboardTab {
    clear: both;
}

.dashboardTab .ytab-wrap table {
    width: auto;
    border: none;
}

.dashboardTab .ytab-wrap td {
    border: none;
}

.dashboardTab .ytab-wrap th {
    border: none;
}

#content
{
	clear: both;
	margin: 0 15px 0 15px;
    padding: 10px 0;
} /* Overridden in bamboo-ie.css */

#buildStatus
{
	display: inline;
	float: right;
	margin: 0;
	background-image: url(../../../images/build_status_bottom_left.gif);
	background-repeat: no-repeat;
	background-position: 0 100%;
	color: #003366;
}

#buildStatusInner
{
	background-image: url(../../../images/build_status_bottom_right.gif);
	background-repeat: no-repeat;
	background-position: 100% 100%;
}

#buildStatusInner2
{
	background-image: url(../../../images/build_status_top_left.gif);
	background-repeat: no-repeat;
}

#buildStatusInner3
{
	min-height: 28px;
	background-image: url(../../../images/build_status_top_right.gif);
	background-repeat: no-repeat;
	background-position: 100% 0;
}

#buildStatus p
{
	margin: 0 12px 0 12px;
	padding: 0 25px 0 0;
	background-image: url(../../../images/jt/icn_building.gif);
	background-repeat: no-repeat;
	background-position: 100% 50%;
	line-height: 28px;
}

#breadcrumb
{
	margin: 0 0 0.5em 0;
	color: #999999;
}

#breadcrumb a
{
	margin: 0 1em 0 0;
	color: #003366;
	font-weight: bold;
}

h1
{
	color: #003366;
	font-size: 175%;
}

.tabs, .ui-tabs, .ui-tabs-nav
{
	display: inline;
	float: left;
	width: 100%;
	list-style: none;
}

.tabs {
	border-bottom: 1px solid #999999;
    padding-left: 3px;
}

.tabs li, .ui-tabs-nav li
{
	display: inline;
	float: left;
	margin: 0 0 -1px 3px;
	border-bottom: 1px solid #999999;
	background-image: url(../../../images/tab_left.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	font-weight: bold;
} 

.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;
}

.tabs li.on, .ui-tabs li.ui-tabs-selected
{
	z-index: 10;
	border-bottom: 0 none #FFFFFF;
	background-image: url(../../../images/tab_on_left.gif);
}

.tabs li.submenuOn
{
	background-image: url(../../../images/tab_submenu_on_left.gif);
}

.tabs a, .tabs span.tab, .ui-tabs-nav a
{
	display: block;
	padding: 7px 11px 5px 11px;
	background-image: url(../../../images/tab_right.gif);
	background-repeat: no-repeat;
	background-position: 100% 0;
	color: #666666;
	text-decoration: none;
}

.tabs span.tab
{
    color: #a8a8a8;
}

.tabs a:visited,
.ui-tabs-nav a:visited
{
	color: #666666;
}

.tabs a:hover,
.ui-tabs-nav a:hover
{
	color: #000000;
}

.tabs li.on a, .tabs li.on span, li.ui-tabs-selected a
{
	padding-bottom: 6px;
	background-image: url(../../../images/tab_on_right.gif);
	color: #000000;
}

.tabs li.on a:visited
{
	color: #000000;
}

.tabs li.submenuOn a
{
	background-image: url(../../../images/tab_submenu_on_right.gif);
}

.tabsContent
{
    clear: both;
    border:1px solid #999999;
} /* Overridden in bamboo-ie.css */


.agentTabs div.tabsContent
{
   background-color: white;
}

.ui-tabs-hide {
    display: none;
}

.ui-tabs-panel {
    margin: 10px;
}

#buildMenuBar
{
    float: right;
    border: 0 none #FFFFFF;
    background-image: none;
    white-space: nowrap;
    margin-top: 6px;
}

#buildMenuParent {
    display: none;
}

#filterMenuParent {
    display: none;
}

#buildResultMenuParent {
    display: none;
}

#buildNav
{
    float: right;
	border: 0 none #FFFFFF;
	background-image: none;
	white-space: nowrap;
    margin-top: -15px;
}

#buildNavPrevious
{
	display: inline;
	position: relative;
	float: left;
	width: 6px !important;
	height: 11px !important;
	overflow: hidden;
	margin: 0.5em 10px 0 0;
	padding: 0;
	background-color: transparent !important;
    color: white;
}

a#buildNavPrevious .replacement, a.previousLink .replacement
{
	background-image: url(../../../images/build_nav_arrow_left.gif);
}
span#buildNavPrevious .replacement, span.previousLink .replacement
{
	background-image: url(../../../images/build_nav_arrow_left_grey.gif);
}

#buildNav ol
{
	display: inline;
	float: left;
	margin: 0;
}

#buildNav li
{
	margin: 0 0 0 1px;
	border: 0 none #FFFFFF;
	padding: 0.5em 0 0 0;
	background-image: none;
	font-weight: normal;
    display: inline;
	float: left;
	background-repeat: no-repeat;
	background-position: 0 0;
}

#buildNav li.on
{
	padding-top: 0;
}

#buildNav li a
{
    display: block;
    width: 20px;
	height: 9px;
	overflow: hidden;
	background-color: #A6DBA6;
	color: #A6DBA6;
	font-size: 75%;
	text-align: center;
}

#buildNav li.on a
{
	width: auto;
	height: auto;
	padding: 0.3em 0.65em 0.25em 0.65em;
	border-style: solid;
	color: #006600;
	font-size: 100%;
	line-height: 1em;
	font-weight: bold;
}

#buildNav li.error a
{
	border-color: #996B6B;
	background-color: #EDA6A6;
	color: #EDA6A6;
}

#buildNav li.errorOn a
{
	color: #4D3636;
}

#buildNav li.notBuilt a
{
	border-color: #666;
	background-color: #999;
	color: #999;
}

#buildNav li.notBuiltOn a
{
	color: #999;
}

#buildNav li.notBuiltOn input {
	border-color: #666;
	background-color: #999;
    color: #ffffff;
}

#buildNavNext
{
	display: inline;
	position: relative;
	float: left;
	width: 6px !important;
	height: 11px !important;
	overflow: hidden;
	margin: 0.5em 0 0 10px;
	padding: 0;
	background-color: transparent !important;
    color: white;
}

a#buildNavNext .replacement
{
	background-image: url(../../../images/build_nav_arrow_right.gif);
    z-index: 0;
}
span#buildNavNext .replacement
{
	background-image: url(../../../images/build_nav_arrow_right_grey.gif);
    z-index: 0;
}

#buildActions
{
	float: right;
	margin: 0 0 0 15px;
	border: 0 none #FFFFFF;
	background-image: none;
	white-space: nowrap;
	font-weight: normal;
}

#buildActions form
{
	margin: 4px 0 0 0;
}

#buildActions fieldset
{
	display: inline;
}

#buildActions select
{
	vertical-align: middle;
}

#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
{
	display: inline;
	float: right;
	margin: 0 10px 0 0;
	line-height: 2.7;
	color: #003366;
}

.headingInfo a, .headingInfo a:visited
{
    color: #003366;
	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);
}

h2
{
	border-top: 1px solid #BBD0E5;
	border-bottom: 1px solid #BBD0E5;
	padding: 0 0 0 10px;
	background-color: #EBF1F7;
	color: #003366;
	font-size: 135%;
	line-height: 2;
}

/*To overwrite some of the h2 styles we don't want showing up in the aui forms.*/
form.aui h2 {
    border-top: none;
	background-color: #FFFFFF;
	color: #003366;
	line-height: 1.4;
}


#buildSummary
{
	display: inline;
	float: left;
	clear: both;
	width: 100%;
	margin: 15px 0 0 0;
    background-image: url(../../../images/success_rate_bg.gif);
	background-repeat: repeat-y;
	background-position: 100% 0;
}

#buildSummary.success
{
    background-color: #339933;
}

#buildSummary.suspended, #buildSummary.none
{
    background-color: #666;
}

#buildSummary.notRun, #buildSummary.none
{
    background-color: #666;
}


#buildSummary.fail
{
	background-color: #CC3333;
}

div.current
{
    background-color: #3C78B5 !important;
}

#successRate
{
	display: inline;
	float: right;
	width: 325px;
	padding: 10px;
	background-color: #EBF1F7;
}


.successRatePercentagePadded
{
    margin: 0 10px 5px 5px;
}

.successRatePercentagePadded p
{
    font-size: 85%;
}

#successRatePercentage
{
	display: inline;
	float: left;
	width: 115px;
	background-color: #FFFFFF;
	background-image: url(../../../images/percentage_box_top.gif);
	background-repeat: no-repeat;
}

#successRatePercentage h2
{
	margin: 8px 0 0 0;
	border: 0 none #FFFFFF;
	padding: 0;
	background-color: transparent;
	background-image: none;
	font-size: 300%;
	text-align: center;
	line-height: 1;
}

#successRatePercentage p
{
	margin: 0;
	padding: 0 0 8px 0;
	background-image: url(../../../images/percentage_box_bottom.gif);
	background-repeat: no-repeat;
	background-position: 0 100%;
	color: #003366;
	text-align: center;
}

#successRate dl
{
	margin: 0 0 0 125px;
	color: #003366;
}

#successRate dt
{
	display: inline;
	float: left;
	margin: 0 0.5em 0 0;
	border-top: 1px solid #BBD0E5;
	padding: 8px 0;
	font-weight: bold;
}

#successRate dt.first
{
	border-top: 0 none #FFFFFF;
}

#successRate dd
{
	border-top: 1px solid #BBD0E5;
	padding: 8px 0;
}

#successRate dd.first
{
	border-top: 0 none #FFFFFF;
}


#buildResultsSummary
{
	display: inline;
	float: left;
	clear: both;
	width: 100%;
	margin: 15px 0 0 0;
	background-repeat: repeat-y;
}

#buildResultsSummary.success
{
    background-image: url(../../../images/build_results.gif);
}

#buildResultsSummary.fail
{
	background-image: url(../../../images/build_results_error.gif);
}

#buildResults
{
    margin: 0 355px 0 0;
    padding: 10px 10px 10px 10px;
	color: #FFFFFF;
}
.success #buildResults
{
    background-color: #339933;
}

.fail #buildResults
{
	background-color: #CC3333;
}

.current #buildResults
{
    background-color: #3C78B5;
}

.none #buildResults, .suspended #buildResults
{
    background-color: #666;
}

.none #buildResults, .notRun #buildResults
{
    background-color: #666;
}

#buildResultsSummary #buildResults
{
	display: inline;
	float: left;
	width: 450px;
	margin-right: 0;
}

#buildResults h2
{
	margin: 0;
	border-bottom: 0 none #FFFFFF;
	padding: 5px 0;
	color: #FFFFFF;
	font-size: 135%;
	line-height: 120%;
}

.success #buildResults h2
{
    background-color: #51A851;
    border-top-color: #2E892E;
}

.fail #buildResults h2
{
	border-top-color: #B72E2E;
	background-color: #D45151;
}

.none #buildResults h2, .suspended #buildResults h2
{
    border-top-color: #666;
    background-color: #999;
}

.none #buildResults h2, .notRun #buildResults h2
{
    border-top-color: #666;
    background-color: #999;
}

.current #buildResults h2
{
   border-top-color: #326699;
	background-color: #5C94CC;
}


#buildResultsSummary #buildResults h2
{
	margin: 0;
	background-image: none;
}

#buildResults h2 a
{
    text-decoration: underline;
}

#buildResults h2 span
{
	display: block;
	padding: 0 0 0 35px;
	background-repeat: no-repeat;
	background-position: 10px 50%;
}
#buildResults.success h2 span
{
    	background-image: url(../../../images/jt/icn_plan_passed_dk.gif);
}

#buildResults.fail h2 span
{
	background-image: url(../../../images/jt/icn_plan_failed_dk.gif);
}

#buildResults.notRun h2 span
{
	background-image: url(../../../images/jt/icn_plan_cancelled_dk.gif);
}

#buildResults.current h2 span
{
	background-image: url(../../../images/icons/icon_indicator_blue.gif);
}

#buildResults.none h2 span
{
	background-image: url(../../../images/jt/icn_plan_disabled_dk.gif);
}

#buildResults ul
{
	margin: 0 0 0 0;
	list-style: none;
}

#buildResults li
{
	margin: 0 0 0 0;
	padding: 5px 0 5px 10px;
	border-top: 1px solid ;
}

.success #buildResults li
{
	border-top-color: #2E892E;
}

.fail #buildResults li
{
	border-top-color: #B72E2E;
}

.current #buildResults li
{
    border-top-color: #326699;
}

.none #buildResults li, .suspended #buildResults li
{
    border-top-color: #666;
}

.none #buildResults li, .notRun #buildResults li
{
    border-top-color: #666;
}

#buildResults dl
{
	margin: 0 0;
	border-top: 1px solid;
	padding: 0 0 0 10px;
}

.success #buildResults dl
{
	border-top-color:  #2E892E;
}

.fail #buildResults dl
{
	border-top-color: #B72E2E;
}

.current #buildResults dl
{
    border-top-color: #326699;
}

.suspended #buildResults dl, .none #buildResults dl
{
    border-top-color: #666;
}

.notRun #buildResults dl, .none #buildResults dl
{
    border-top-color: #666;
}

#buildResults dt
{
	display: inline;
	font-weight: bold;
	line-height: 2.5;
}

#buildResults dd
{
	display: inline;
	margin: 0 2em 0 0;
}

#buildResults a
{
	color: #FFFFFF;
	font-weight: bold;
}

#buildResults .noBold a
{
    font-weight: normal;
}

#changesSummary
{
	margin: 0 0 0 480px;
}

#changesSummary ul
{
	margin: 0;
	list-style: none;
}

#changesSummary li
{
	position: relative;
	border-bottom: 1px solid #E5E5E5;
	padding: 5px 0 0 40px;
    margin: 0;
    zoom: 1;
}

#changesSummary li img.profileImage
{
	position: absolute;
	margin-left: -30px;
	top: 10px;
}

#changesSummary h3
{
	margin: 0 0 -10px 0;
	font-size: 100%;
}

#commentsSummary
{
    clear: both;
    padding: 15px 0 0 0;
}

.commentDeleteLink
{
    float: right;
    margin-right: 10px;
    font-size: 90%
}

#displayFullCommits
{
	margin: 10px 0 0 10px;
    padding: 0 16px 0 0;
	background-image: url(../../../images/build_nav_arrow_right.gif);
	background-repeat: no-repeat;
	background-position: 100% 50%;
}

#changes
{
	margin: 10px 0 0 480px;
	padding: 0 0 10px 0;
}

#changes p.triggerDescription, #changesSummary p.triggerDescription
{
    margin-left: 10px;
}

#changes ul
{
	margin: 0;
	list-style: none;
}

#changes li
{
	position: relative;
	border-bottom: 1px solid #E5E5E5;
	padding: 5px 0 5px 40px;
    margin-left: 0;
    zoom: 1;
}

#changes li img.profileImage
{
	position: absolute;
	margin-left: -30px;
	top: 10px;
}

#changes h3
{
	margin: 0 0 -10px 0;
	font-size: 100%;
}

.artifactSection
{
    padding: 10px 0 0 0;
}

.artifactSection h2
{
    background-color: white;
    border-top: none;
    border-bottom: none;
    padding: 0;
}

#changes p.moreLink
{
	margin: 10px 0 0 0;
}

p.moreLink a
{
	padding: 0 16px 0 0;
}

#graphs
{
	clear: both;
}

#graph1, #graph2
{
	display: inline;
	float: left;
	width: 50%;
}

.graph
{
	display: inline;
	float: left;
	width: 402px;
	margin: 0 15px;
	border: 1px solid #BBD0E5;
}

#graph1 .graph
{
	float: right;
}

.graph h2
{
	border-top: 0 none #FFFFFF;
	margin: 0 0 15px 0;
	font-size: 100%;
	line-height: 2.5;
	text-align: center;
}

.section
{
	clear: both;
	padding: 10px 0 20px 0;
}

.sectionCollapsed *
{
	display: none;
}

.sectionCollapsed h2
{
	display: block;
}

.sectionCollapsed .headingInfo
{
	display: inline;
}

.sectionCollapsed .headingInfo a
{
	display: inline;
}

.sectionBody
{
	margin: 0 0 0 10px;
}

.section ul
{
	margin-left: 1.3em;
}

#testsSummary, .singleLine
{
	min-height: 16px;
	margin: 10px 0 0 10px;
	list-style: none;
	line-height: 16px;
}

* html #testsSummary, * html .singleLine
{
	height: 16px;
}

#testsSummary li, .singleLine li
{
	display: inline;
	float: left;
	min-height: 16px;
	margin: 0 40px 0 0;
	padding: 0 0 0 23px;
	background-repeat: no-repeat;
	background-position: 0 50%;
}

ul.singleLine
{
    margin-left: 0;
    padding: 0;
}

ul.singleLine li
{
    padding: 0;
}

#testsSummaryDuration
{
    background-image:  url(../../../images/icons/icon_hourglass.gif);
}

#testsSummaryTotal
{
	background-image: url(../../../images/icon_globe.gif);
}

#testsSummaryFailed
{
	background-image: url(../../../images/jt/icn_plan_failed.gif);
}

#testsSummaryFixed
{
	padding-left: 17px !important;
	background-image: url(../../../images/icon_plus_minus.gif);
}

.subSection
{
	clear: both;
	margin: 0 0 0 23px;
	position: relative;
}

.subSectionCollapsed *
{
	position: absolute;
	left: -9999px;
	top: -9999px;
}

.subSectionCollapsed * *
{
	position: static;
}

.subSection h3
{
	margin: 15px 0 0 0;
    color: #C2C2C2;
	font-size: 135%;
}

#tests .subSection h3
{
}

.subSectionCollapsed h3
{
	position: static;
}

.subSection h3 a.collapse
{
	padding-left: 20px;
	background-image: url(../../../images/icon_collapse_minus.gif);
	background-repeat: no-repeat;
	background-position: 0 0.18em;
	color: #C2C2C2;
	text-decoration: none;
}

.subSection h3 a.collapsed
{
	background-image: url(../../../images/icon_collapse_plus.gif);
}

.safariCollapseFix
{
	margin: 0 0 -1px 0;
	height: 1px;
}

#newFailures h4, #newFailures .testName a
{
	color: #CC0000;
}

#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 #CCCCCC;
}

th
{
	border: 1px solid #CCCCCC;
	padding: 5px 5px;
	background-color: #E5E5E5;
	vertical-align: top;
}

td
{
    text-align: left;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	padding: 5px 5px;
	background-color: #FFFFFF;
    vertical-align: top;
}

tr.start td
{
	border-top: 1px solid #CCCCCC;
}

tr.alt td
{
	background-color: #F5F5F5;
}

tbody th
{
	border-bottom: 0 none #FFFFFF;
	background-color: #FFFFFF;
}

#existingFailures table .c1 a
{
	color: #CC0000;
}

#existingFailures table .c1cell
{
	color: #CC0000;
}

#existingFailures table .c2 a
{
	color: #CC0000;
}

#existingFailures table .c2 a.subGrey
{
    color: gray;
    margin-left: 3px;
    text-decoration: none;
}

#existingFailures table .c2 a.subGrey:hover
{
    text-decoration: underline;
}


#fixedTests table .c1 a
{
	color: #009900;
}

#fixedTests table .c1cell
{
	color: #009900;
}

#fixedTests table .c2 a
{
	color: #009900;
}

#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 0 10px;
	padding: 0 0 0 23px;
	background-image: url(../../../images/jt/icn_plan_failed.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
}

#recentFailures table a.buildNumber, .failurePeriod a.buildNumber
{
	font-size: 135%;
	font-weight: bold;
}

#recentFailures .c1 a, #recentFailures .c1 .title, .failurePeriod .failedBuild, .failurePeriod .failedBuild a
{
	color: #CC0000;
}

#recentFailures .c2 a, #recentFailures .c2 .successfulBuild, .failurePeriod .successfulBuild, .failurePeriod .successfulBuild a
{
	color: #009900;
}

#recentFailures table p, .failurePeriod .details
{
	margin: 0;
	color: #7F7F7F;
	font-size: 90%;
}

.failurePeriod .removedInBuild, .failurePeriod .removedInBuild a {
    color: #5A5A5A;
}

.buildLogSection
{
    margin: -30px 0 0 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: #EEEEEE;
	border-right-color: #999999;
	border-bottom-color: #999999;
	background-color: #CCCCCC;
}

#queues .progressBar
{
	clear: both;
	margin: 0 2px 0 0;
	padding: 10px 0 0 0;
}

.buildHungWarning
{
   padding: 5px 0 0 0;
   clear: both;
}


#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 */

.centeredConfigTable
{
    width: 65%;
    margin: 10px auto;
}

.centeredConfigForm
{
    margin: 10px auto 20px;
    width: 65%;
    border: 1px solid #BBD0E5;
    border-top: none;
    line-height: 1.4;
}

.viewConfiguration, .editConfiguration {
    padding: 0;
}

.viewConfiguration table.centeredConfigTable
{
    margin-left: 10px
}

.bulkEditExistingView table.centeredConfigTable
{
    width: 100%;
    margin: 0;
    border-bottom: none;
}

.bulkEditExistingView table.centeredConfigTable thead th
{
    background-color: #E5E5E5;
}

.bulkEditExistingView table.centeredConfigTable td.notificationLastColumn, .bulkEditExistingView table.centeredConfigTable th
{
    border-right: none;
}

.bulkEditTable
{
    width: 98%;
}

.bulkEditExistingView
{
    padding: 0;
}

.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;
}


#container {
    min-height:100%;
    position:relative;
}

/* LICENSE MESSAGE ---------------------------------------------------------- */

#licenseMessage
{
    min-height: 3em;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #A0A0A0;
    background-color: #FFFFD0;
}

/* FOOTER ------------------------------------------------------------------- */

#footer
{
	min-height: 3em;
    
	background: #003366 url(../../../images/footer.gif) repeat-x;
	color: #99B3CC;
	line-height: 1em;
}

* html #footer
{
	height: 3em;
}

#footer p
{
	display: inline;
	float: left;
	margin: 11px 0 0 15px;
}

#footer a
{
	color: #99B3CC;
}

#footer ul
{
	display: inline;
	float: right;
	margin: 0 15px 0 0;
	list-style: none;
}

#footer li
{
	display: inline;
	float: left;
	margin: 11px 0 0 0.5em;
	border-left: 1px solid #99B3CC;
	padding: 0 0 0 0.5em;
}

#footer li.first
{
	border-left: 0 none #FFFFFF;
}

/* hides extra tabs on oauth admin page */
.dec_atl_admin ul.horizontal.tabs
{
    display: none;
}

#oauth-plugin table {
    width: 80%;
}

/* Specialisation for setup wizard */
.leftPadding
{
    padding-left: 5px;
}

.databaseDescriptions
{
    padding-top: 5px;
    padding-left: 30px;
}

.databaseDescriptions .fieldArea
{
    padding-top: 5px;
    padding-left: 0 !important;
}

.mysql-database-notice {
    background-color:#D8E4F1;
    background-image:url(../images/icons/information.gif);
    border:1px solid #3C78B5;
    background-position:7px 7px;
    background-repeat:no-repeat;
    margin:10px 10%;
    padding:10px 0 10px 30px;
}

.startupText
{
    padding: 10px;
}

.startupTextBox
{
    padding: 6px;
    margin-bottom: 10px;
    background-color: #F0F0F0;
    border: #BBBBBB solid 1px;
    width: 95%;
}

#createPlanButton
{
    padding: 10px
}

.commitsHover
{
    padding: 10px;
}

.ideConnectorIcon
{
    padding-bottom: 3px;
}

.gav-portlet-left {
    float: left;
    width: 49.8%;
}

.gav-portlet-right {
    float: right;
    width: 49.8%;
}

.gav-grid {
    border:1px solid #CCCCCC;
}

.gav-grid .gav-header-row {
    margin-top: 2px;
    background-color:#F0F0F0;
    border:1px solid #CCCCCC;
    font-size:12px;
    text-align:left;
    border-bottom:0pt none #FFFFFF;
    vertical-align: text-top;
}

.gav-grid-row {
    padding: 4px;
}

.gav-grid th {
    border: 0 none;
}

.gav-grid-first-cell {
    background-image: url(../../../images/agent_arrow.gif);
    background-position: 8px 0;
    background-repeat: no-repeat;
    padding-left: 19px !important;
}

.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;
}

.notificationWarningAddServer
{
    display: inline;
}

.notificationWarningAddServer a
{
    text-decoration: underline;
}

.help_icon
{
    width: 16px;
    height: 16px;
    border: 0;
}

.commentsummary
{
    margin: 5px;
}

#building > h2 {
    position: relative;
}

#manageAgents {
    display: block;
    font-size: 90%;
    line-height: 2.2;
    position: absolute;
    right: 10px;
    text-decoration: underline;
    top: 0;
}

#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 {
    border: 1px solid #ddd;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 20em;
}

#currentActivity .progress > .progress-bar {
    background: #ebf1f7;
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
}

#currentActivity .progress > .progress-text {
    display: block;
    padding: 1px 0.5em;
    position: relative;
    text-align: right;
    white-space: nowrap;
    z-index: 1;
}

#currentActivity .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;
    display: block;
    float: right;
    height: 16px;
    margin: -25px 8px 0 0;
    overflow: hidden;
    text-decoration: none;
    text-indent: -9999px;
    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 {
    font-size: 100%;
    margin: 0;
    color: #3C78B5;
}

.agentManager h3 > a {
    text-decoration: underline;
}

.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%;
}

.capture-image {
    border: 1px dotted rgb(187, 208, 229);
    margin-top: 3px;
    margin-bottom: 3px;
}