/* user hover */
.hoverpopup .spinner-hover {
	margin: 32px 16px 48px;
}
/* inline dialog*/
div.aui-inline-dialog {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    z-index: 10000;
}

div.aui-inline-dialog .contents {
    border: 1px solid #BBBBBB;
	float: left;
    overflow: visible;
    /*position: absolute;*/
}

.user-hover-info {
    min-height: 48px;
    position: relative;
    padding: 7px;
}
.user-hover-avatar {
	float: left;
	margin: 0 10px 6px 0;
}
.user-hover-avatar img{
	width: 48px;
	height:  48px;
}
.user-hover-details {
	overflow: hidden;
	position: relative;
	top: -1px;
}
.user-hover-info h4{
    font-size: 1.2em;
}
.user-hover-info ul{
	color: #000000;
    padding-top: 7px;
    font-size: 13px;
}
.user-hover-info h5 {
    font-weight: normal;
    text-transform: none;
}
.user-hover-info h5 a{
    padding-top: 7px;
	text-decoration: underline;
	color: #666666;
    font-size: 12px;
}
.user-hover-buttons {
    clear:both;
}
.user-hover-buttons ul li {
    position: relative;
    display:inline;
    float:left;
}

.user-hover-buttons ul li li {
    float: none;
    display: list-item;
}

.user-hover-buttons ul li.empty {
    background-color: #F7F7F7;
	display: block;
	height: 28px;
	margin: 0;
	padding: 0;
	width: 149px;
}

.user-hover-buttons .aui-dd-link {
    background: #F7F7F7 url(../images/sprite_dropdown.png) no-repeat 70px -205px;
}

.user-hover-buttons a.aui-dd-link:hover,
.user-hover-buttons .active .aui-dd-link {
    background: #6699CC url(../images/sprite_dropdown.png) no-repeat 70px -236px;
	color: #FFFFFF;
	text-decoration: none;
}

.user-hover-more {
	display: block;
	width: 150px;
	height: 28px;
	background-color: #F7F7F7;
	color: #333333;
	line-height: 28px;
	text-align: center;
}
.user-hover-star{
	margin-right: 1px;
}
.user-hover-star a{
	display: block;
	width: 149px;
	height: 28px;
	color: #333333;
	padding: 0;
	margin: 0;
	background: #F7F7F7 url(../images/sprite_dropdown.png) no-repeat 39px -583px;
}
.user-hover-star a:hover {
	background-color: #6699CC;
	color: #FFFFFF;
	text-decoration: none;
}
.user-hover-star a.star-on{
	background-position: 39px -614px;
}
.user-hover-star span {
	display: block;
	padding: 7px 1em 0 20px;
	text-indent: 0;
	text-align: center;
}

.user-hover-star a.star-throb {
    background:transparent url(../images/spinner_003366.gif) no-repeat scroll 41px 6px;
}

/* hoverpopup */
.hoverpopup {
    z-index: 1000;
    max-width: 360px;
    font-size: 13px;
    line-height: 1.3;
}

.hoverpopup-throb {
    background-color: #FFFFFF;
    opacity: 0.9;
    padding: 10px;
}

.hoverpopup-data {
    position: relative;
    margin: 6px 6px 12px;
}

.hoverpopup dt {
    color: #666666;
    float: left;
    margin-bottom: 4px;
    padding-right: 8px;
    width: 70px;
    text-align: right;
}

.hoverpopup dd {
    color: #000000;
    margin-bottom: 4px;
}

.hoverpopup dd.block {
    padding-left: 74px;
    font-style: italic;
}

.ajs-inline-dialog .inline-dialog-shadow {
	height: 98px;
}

.hoverpopup-throbber-text {
    display: inline;
    left: 6px;
    position: relative;
    top: -2px;
}

/* jira hover */
#inline-dialog-jira-hover-popup,
#inline-dialog-jira-hover-popup .contents {
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
    -khtml-border-radius-bottomleft: 10px;
    -khtml-border-radius-bottomright: 10px;
	border-radius-bottomleft: 10px;
	border-radius-bottomright: 10px;
}
.jirahoverpopup-data {
	margin: 0;
	padding:6px 6px 0;
}

div.jirahoverpopup-data a.avatar span.linkText {
	margin-left: 0;
}
.jirahoverpopup-data dd a.avatar,
.jirahoverpopup-data li a.avatar {
    display: inline-block;
	padding: 2px 0 2px 19px !important;
}

.jirahover-tar {
	float: left;
}
.jirahover-tar a {
	display: block;
	width: 46px;
	height: 46px;
	border: 1px solid #CECECE;
	background: transparent url(../images/sprite_jira.png) no-repeat 3px -57px;
}
/*
REENABLE TO CHANGE ICON COLOURS
.jirahover-tar a.Open {
	background-position: 3px -117px;
}
.jirahover-tar a.Closed {
	background-position: 3px -177px;
}
.jirahover-tar a.Resolved {
	background-position: 3px -237px;
}
*/

.jirahover-tar span {
	display: block;
	text-indent: -999em;
}
.jirahover-tar + .jirahover-details {
	margin-left: 54px;
}

.jirahover-tar + .jirahover-info {
    margin-left: 54px;
    min-height: 54px;
}

/*The firefox doesn't recognise the margin-bottom in .jirahover-details > div */
.firefox .jirahover-tar + .jirahover-info {
    padding-bottom: 6px;
}

.jirahover-details > div {
    color: #333;
    margin-bottom: 8px;
    line-height: 1.3;
}

.jirahover-details h3 {
	font-size: 16px;
	line-height: 24px;
}
.jirahover-details h4 {
	font-weight: normal;
	margin-bottom: 6px;
}
.jirahover-details h4 span{
	font-weight: bold;
	margin-right: 4px;
}
.jirahover-details dt {
	text-align: left;
	width: 60px;
}
.jirahover-details li {
    padding-bottom: 10px;
}

.jirahover-details .ellipsis.multiline {
    height: 2em;
    width: 100%;
}

.jirahover-trundle .aui-dropdown div {
    white-space: normal;
    overflow: auto;
    margin: 2px 0;
}

/* cs hover  */
#inline-dialog-cslinkspan-popup,
#inline-dialog-cslinkspan-popup .contents {
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
    -khtml-border-radius-bottomleft: 10px;
    -khtml-border-radius-bottomright: 10px;
	border-radius-bottomleft: 10px;
	border-radius-bottomright: 10px;
}
.cshoverpopup-data {
	margin: 0;
	padding:6px 6px 0;
}

#inline-dialog-cslinkspan-popup div.hoverpopup .trundle .aui-dropdown {
    max-height: 200px;
    overflow: auto;
}

#inline-dialog-cslinkspan-popup div.hoverpopup .trundle dd {
	padding-left: 8px;
}

div.cshoverpopup-data a.avatar span.linkText {
	margin-left: 0;
}
.cshoverpopup-data dd a.avatar,
.cshoverpopup-data li a.avatar {
    display: inline-block;
	padding: 2px 0 2px 19px !important;
}

.cshover-tar {
	float: left;
}
.cshover-tar-cruonly,
.cshover-tar a {
	display: block;
	width: 46px;
	height: 46px;
	border: 1px solid #CECECE;
	background: transparent url(../images/sprite_title-v2.png) no-repeat 3px -357px;
}
.cshover-tar span{
	display: block;
	text-indent: -999em;
}
.cshover-details {
	margin-left: 54px;
}
.cshover-details h3 {
	font-size: 16px;
	height: 60px;
	line-height: 50px;
}
.cshover-details h4 {
	font-weight: normal;
	margin-bottom: 6px;
}
.cshover-details h4 span{
	font-weight: bold;
	margin-right: 4px;
}
.cshover-details dt {
	text-align: left;
	width: 60px;
}

/* cru hover */
#inline-dialog-crulinkspan-popup,
#inline-dialog-crulinkspan-popup .contents {
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
    -khtml-border-radius-bottomleft: 4px;
    -khtml-border-radius-bottomright: 4px;
	border-radius-bottomleft: 4px;
	border-radius-bottomright: 4px;
}
.cruhoverpopup-data {
	margin: 0;
	padding:6px 6px 0;
}
div.cruhoverpopup-data a.avatar span.linkText {
	margin-left: 0;
}
.cruhoverpopup-data dd a.avatar,
.cruhoverpopup-data li a.avatar {
    display: inline-block;
	padding: 2px 0 2px 19px !important;
}

.cruhover-tar {
	float: left;
}
.cruhover-tar a {
	display: block;
	width: 46px;
	height: 46px;
	border: 1px solid #CECECE;
	background: transparent url(../images/sprite_title-v2.png) no-repeat 3px -117px;
}
.cruhover-tar a.Closed {
	background-position: 3px -117px;
}
.cruhover-tar a.Resolved {
	background-position: 3px -117px;
}
.cruhover-tar a.Open {
	background-position: 3px -117px;
}
.cruhover-tar span{
	display: block;
	text-indent: -999em;
}
.cruhover-details {
	margin-left: 54px;
}
.cruhover-details h3 {
	font-size: 16px;
	height: 60px;
	line-height: 50px;
}
.cruhover-details h4 {
	font-weight: normal;
	margin-bottom: 6px;
    margin-right: 25px;
}

.cruhover-details h4 span{
	margin-right: 4px;
}
.cruhover-details dt {
	text-align: left;
	width: 60px;
}

/* trundle */
div.hoverpopup .trundle {
	margin: 0 -6px;
}

div.hoverpopup .trundle-open {
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
    -khtml-border-radius-bottomleft: 4px;
    -khtml-border-radius-bottomright: 4px;
	border-radius-bottomleft: 4px;
	border-radius-bottomright: 4px;
	background: #F7F7F7 url(../images/sprite_dropdown.png) no-repeat scroll 120px -210px;
	display: block;
	height: 15px;
	text-indent: -999em;
	width: 100%;
	margin: 0;
}

div.hoverpopup .trundle-open:hover {
	background-color: #6699CC;
	background-position: 120px -241px;
}

div.hoverpopup .active .trundle-open {
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-bottomright: 0;
	border-radius-bottomleft: 0px;
	border-radius-bottomright: 0px;
	background-color: #6699CC;
	background-position: 120px -644px;
	border-left: 1px solid #BBBBBB;
	border-right: 1px solid #BBBBBB;
	margin: 0 -1px;
}

div.hoverpopup .trundle .aui-dropdown {
	border-color: #BBBBBB;
	padding: 4px 12px 8px;
	width: 276px;
}

div.hoverpopup .trundle h5 {
	color:#666666;
}

div.hoverpopup .trundle dt {
	padding-right: 9px;
	width: 75px;
}

div.hoverpopup .trundle dd {
	padding-left: 84px;
}

div.hoverpopup .trundle dd.description {
	max-height: 124px;
	overflow-y: auto;
	padding-left: 0;
	white-space: normal;
	width: 190px;
}

div.hoverpopup .trundle .participants li {
	display: inline;
}

div.hoverpopup .trundle .participants a.avatar {
	height: 16px;
	padding: 0 !important;
	width: 16px;
	background-color: transparent !important;
}

div.hoverpopup .trundle .completedReviewer a.avatar {
	opacity: 0.3;
}

div.hoverpopup .trundle .participants span.linkText {
	text-indent: -999em;
	display: inline-block;
}

div.hoverpopup .trundle .aui-dropdown dd a {
	background: #FFFFFF none repeat scroll 0 0;
	color: #003366;
	padding: 0;
}
div.hoverpopup .trundle .aui-dropdown dd a:hover {
	text-decoration: underline;
}

.hidden-username {
    display: none;
}

/* trundle cruhover */
div.hoverpopup .trundle {
	z-index: 0;
}

/* trundle user */
.trundle .expandable .user,
.trundle .expandable .completedness,
.trundle .expandable img {
	display: none;
}

.trundle .expandable .avatar {
	display: inline-block;
}
/*[{!hover_base_css_yufa412!}]*/