/* global */
#cluetip-close img {
  border: 0;
}
#cluetip-title #cluetip-close {
  float: right;
  position: relative;
}
#cluetip-waitimage {
  width: 43px;
  height: 11px;
  position: absolute;
  background-image: url(../../images/wait.gif);
}
.cluetip-arrows {
  display: none;
  position: absolute;
  top: 0;
  left: -11px;
  height: 22px;
  width: 11px;
  background-repeat: no-repeat;
  background-position: 0 0;
  z-index: 100;
}
#cluetip-extra {
  display: none;
}

h3#cluetip-title {
background: none;
}
/***************************************
   =cluetipClass: 'default'
-------------------------------------- */

.cluetip-default {
  background-color: #d9d9c2;
}
.cluetip-default #cluetip-outer {
  position: relative;
  margin: 0;
  background-color: #d9d9c2;
  -moz-box-shadow: 0px 0px 6px #cccccc;
  -webkit-box-shadow: 0px 0px 6px #cccccc;
  box-shadow: 0px 0px 6px #cccccc;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.cluetip-default h3#cluetip-title {
  margin: 0 0 5px;
  padding: 8px 10px 4px;
  font-size: 1.1em;
  font-weight: normal;
  background-color: #87876a;
  color: #fff;
}
.cluetip-default #cluetip-title a {
  color: #d9d9c2;
  font-size: 0.95em;
}
.cluetip-default #cluetip-inner {
  padding: 10px;
}
.cluetip-default div#cluetip-close {
  text-align: right;
  margin: 0 5px 5px;
  color: #900;
}

.mcw_mstone {

}

	.mcw_mstone .mcw_mstone_item {
	clear: both;
	border-bottom: dotted 1px #cccccc;
	padding-left: 45px;
	background-position: left 5px;
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 11px;
	}

	.mcw_mstone .mcw_mstone_item:first-child {
	padding-top: 0px;
	}

	.mcw_mstone .mcw_mstone_item:last-child {
	border-bottom: none;
	padding-bottom: 0px;
	}

		.mcw_mstone .mcw_mstone_item .userpic {
		float: left;
		}

		.mcw_mstone .mcw_mstone_item .title {
		line-height: 14px;
		clear: both;
		}

			.mcw_mstone .mcw_mstone_item .title a {
			color: inherit;
			}

		.mcw_mstone .mcw_mstone_item .username {
		font-weight: bold;
		float: left;
		color: #4F4F4F;
		}

		.mcw_mstone .mcw_mstone_item .project {
		font-weight: bold;
		float: left;
		color: #4F4F4F;
		margin-right: 5px;
		}

		.mcw_mstone .mcw_mstone_item .time {
		float: right;
		color: #4F4F4F;
		}


/* default arrows */

.clue-right-default .cluetip-arrows {
  background-image: url(../../images/darrowleft.gif);
}
.clue-left-default .cluetip-arrows {
  background-image: url(../../images/darrowright.gif);
  left: 100%;
  margin-right: -11px;
}
.clue-top-default .cluetip-arrows {
  background-image: url(../../images/darrowdown.gif);
  top: 100%;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;
}
.clue-bottom-default .cluetip-arrows {
  background-image: url(../../images/darrowup.gif);
  top: -11px;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;
}

/***************************************
   =cluetipClass: 'jtip'
-------------------------------------- */
.cluetip-jtip {
  background-color: transparent;
  _margin-top: 0px;
}
.cluetip-jtip #cluetip-outer {
  border: 1px solid #ccc;
  position: relative;
  background-color: #fff;
  -moz-box-shadow: 0px 0px 6px #cccccc;
  -webkit-box-shadow: 0px 0px 6px #cccccc;
  box-shadow: 0px 0px 6px #cccccc;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.cluetip-jtip h3#cluetip-title {
  background: none;
  margin: 0 0 5px;
  padding: 2px 5px;
  font-size: 11px;
  font-weight: normal;
  background-color: #ffffff;
  color: #ffffff;
  display: none !important;
}

.cluetip-jtip #cluetip-inner {
  padding: 12px;
  display: inline-block;
  color: #858383;
  line-height: 20px;
}

	.cluetip-jtip #cluetip-inner  a.black {
	color: #858383;
	text-decoration: underline;
	}

.cluetip-jtip div#cluetip-close {
  text-align: right;
  margin: 0 5px 5px;
  color: #900;
}

/* jtip arrows */

.clue-right-jtip .cluetip-arrows {
  background-image: url(../../images/arrowleft.gif);
  margin-left: 1px;
}
.clue-left-jtip .cluetip-arrows {
  background-image: url(../../images/arrowright.gif);
  left: 100%;
  margin-left: -1px;
}
.clue-top-jtip .cluetip-arrows {
  background-image: url(../../images/arrowdown.gif);
  top: 100%;
  left: 50%;
  margin-left: -11px;
  margin-top: -1px;
  height: 11px;
  width: 22px;
}
.clue-bottom-jtip .cluetip-arrows {
  background-image: url(../../images/arrowup.gif);
  top: -11px;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;
  margin-top: 1px;
}


.cluetip-acl {
  background-color: transparent;
  _margin-top: 0px;
}
.cluetip-acl #cluetip-outer {
  border: 1px solid #ccc;
  position: relative;
  background-color: #fff;
  -moz-box-shadow: 0 3px 10px #7D7D7D;
  -webkit-box-shadow: 0 3px 10px #7D7D7D;
  box-shadow: 0 3px 10px #7D7D7D;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.cluetip-acl h3#cluetip-title {
  background: none;
  margin: 0 0 5px;
  padding: 2px 5px;
  font-size: 11px;
  font-weight: normal;
  background-color: #ffffff;
  color: #ffffff;
  display: none !important;
}

.cluetip-acl #cluetip-inner {
  padding: 0;
  display: inline-block;
  color: #858383;
  line-height: 20px;
  width: 100%;
}

	.cluetip-acl #cluetip-inner .title {
    color: #000000;
    font-weight: bold;
    padding: 5px 7px;
	line-height: 13px;
	-moz-border-radius: 3px 3px 0px 0px;
	-webkit-border-radius: 3px 3px 0px 0px;
	border-radius: 3px 3px 0px 0px;
	font-size: 12px;
	}

	.cluetip-acl #cluetip-inner .list {

	}

		.cluetip-acl #cluetip-inner .list .item {
		margin-bottom: 1px;
		}

			.cluetip-acl #cluetip-inner .list .item .itemName {
			font-weight: bold;
			line-height: 13px;
			margin-left: 0;
			padding-bottom: 3px;
			padding-left: 7px;
			padding-top: 3px;
			}

			.cluetip-acl #cluetip-inner .list .item .itemCount {
			background-color: #F0F0F0;
			float: left;
			margin-right: 8px;
			margin-top: -3px;
			margin-left: -7px;
			padding-left: 5px;
			padding-right: 4px;
			line-height: 18px;
			color: #c0c0c0;
			font-size: 10px;
			font-family: Tahoma;
			-moz-border-radius: 0 0 3px 0;
			-webkit-border-radius: 0 0 3px 0;
			border-radius: 0 0 3px 0;
			-moz-box-shadow: 1px 1px 2px -1px #000000;
			-webkit-box-shadow: 1px 1px 2px -1px #000000;
			box-shadow: 1px 1px 2px -1px #000000;
			}

			.cluetip-acl #cluetip-inner .list .item .usersList {
			margin-right: 11px;
			margin-left: 10px;
			font-size: 10px;
			line-height: 16px;
			}

			.cluetip-acl #cluetip-inner .list .item .users {
			background: url(../../images/sharedicons/silk/users-small.png) 7px 1px no-repeat;
			padding-left: 29px;
			margin-right: 10px;
			font-size: 10px;
			line-height: 16px;
			}

				.cluetip-acl #cluetip-inner .list .item .user {
				background: url(../../images/sharedicons/silk/user-small.png) left center no-repeat;
				padding-left: 16px;
				margin-left: 2px;
				line-height: 13px;
				float: left;
				}

				.cluetip-acl #cluetip-inner .list .item .separator {
				float: left;
				line-height: 13px;
				}

	.cluetip-acl #cluetip-inner .toolboxContainer {
	margin-bottom: 0px !important;
	margin-top:10px;
	border-left: none;
	border-right: none;
	border-bottom: none;
	-moz-border-radius: 0px 0px 3px 3px;
	-webkit-border-radius: 0px 0px 3px 3px;
	border-radius: 0px 0px 3px 3px;
	}

		.cluetip-acl #cluetip-inner .toolboxContainer span.Blank {


		}

			.cluetip-acl #cluetip-inner .toolboxContainer span.Blank a {
			margin: 3px;
			padding: 0 5px;
			padding-left: 25px;
			background-repeat: no-repeat;
			background-position: 4px center;
			}

	.cluetip-acl #cluetip-inner  a.black {
	color: #858383;
	text-decoration: underline;
	}

.cluetip-acl div#cluetip-close {
  text-align: right;
  margin: 0 5px 5px;
  color: #900;
}
