 /* cc24 Local Action Bar Container
  * 
  *This revision is being manually managed to be equivalent to Web Publisher version #.
  * $Revision: 9.1 $
  */

.cc24-pilot {
	position: relative;
	display: block;
	width:100%;
	height:57px;
	padding-top:17px; 
	z-index:300;
}

.cc24-pilot .trigger {
	height: 57px;
	padding: 0;
	border-top: 1px solid #fff;
}
.cc24-pilot .trigger a {
	position: relative;
	display: inline-block;
	height:50px;
	width:100%;
	top:0;
	left:0;
	background:url('//www.static-cisco.com/assets/pilot/cc24/cc24_bg.png');
	background-repeat: no-repeat;
	background-position: 0 -17px;
	padding: 7px 0 0 0;
	font-size: 123.07%;
	color: #666;
	text-align: center;
	vertical-align: middle;
}
.cc24-pilot a noscript {
	font-size: 70%;
	text-align: left;
	line-height: .8em;
}
.ie67 .cc24-pilot .trigger a {
	display:inline;
	background:url('//www.static-cisco.com/assets/pilot/cc24/cc24_bg.gif');
	background-position: 0 -17px;
}
.cc24-pilot .trigger a:hover {
	text-decoration: none;
}
.cc24-pilot .trigger .yesscript {
	display:none;	/* will be changed to inline by js */
}
.cc24-pilot .trigger .img-trg {
	display:none;	/* will be changed to inline by js */
	width: 46px;
	height: 46px;
	background:url('//www.static-cisco.com/assets/pilot/cc24/cc24_bg.png');
	background-repeat: no-repeat;
	vertical-align: middle;
	margin-right: 10px;
}
.rtl .cc24-pilot .trigger .img-trg {
	margin-right: 0;
	margin-left: 10px;
}
.cc24v1-pilot .trigger .img-trg {
	background-position: 0 -240px;
}
.cc24v2-pilot .trigger .img-trg {
	background-position: 0 -180px;	
}
.cc24v3-pilot .trigger .img-trg {
	background-position: 0 -120px;
}
/* all the smart browsers get this right without the gymnastics */
.ie67 .cc24v1-pilot .trigger .img-trg {
	background:url('//www.static-cisco.com/assets/pilot/cc24/cc24_bg.gif');
	background-position: 0 -240px;
}
.ie67 .cc24v2-pilot .trigger .img-trg {
	background:url('//www.static-cisco.com/assets/pilot/cc24/cc24_bg.gif');
	background-position: 0 -180px;
}
.ie67 .cc24v3-pilot .trigger .img-trg {
	background:url('//www.static-cisco.com/assets/pilot/cc24/cc24_bg.gif');
	background-position: 0 -120px;
}


.cc24-pilot .drawer {
	display: inline-block;
	position: absolute;
	background-color: #efefef;
	width: 298px;
	bottom: 57px;
	border-left: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
	z-index:100;
}
.cc24-pilot .content {
	width: 100%;
}

.cc24-pilot .top {
	display: block;
	position: absolute;
	background:url('//www.static-cisco.com/assets/pilot/cc24/cc24_bg.png');
	background-repeat: no-repeat;
	width:300px;
	height: 17px;
	top: -17px;
	left: -1px;
	padding:0;
}
.ie67 .cc24v1-pilot .top {
	padding-top:0;
	padding-bottom:0;
	line-height:0;
	height:17px;
	background:url('//www.static-cisco.com/assets/pilot/cc24/cc24_bg.gif');
}
.cc24-pilot .top .a-top-arrow {
	position: relative;
	display: block;
	height:11px;
	width:100%;
	border-bottom: 1px solid #ddd;
	text-align: center;
	z-index:1;
	padding: 6px 0 0 0;
}		

.cc24-pilot .top .img-top-arrow {
	display: none; /* will be changed to inline-block by js */
	height: 5px;
	width: 9px;
	background:url('//www.static-cisco.com/assets/pilot/cc24/cc24_bg.png');
	background-repeat: no-repeat;
	background-position: 0 -80px;
}
.ie67 .cc24-pilot .top .img-top-arrow {
	font-size: 1px;
	line-height: 1px;
}
.cc24-pilot .hover .img-top-arrow {
	background-position: 0 -100px;
}
.cc24-pilot .open .img-top-arrow {
	background-position: 0 -90px;
}

/* all the smart browsers get this right without the gymnastics */
.ie67 .cc24-pilot .top .img-top-arrow {
	background:url('//www.static-cisco.com/assets/pilot/cc24/cc24_bg.gif');
	background-position: 0 -80px;
}
.ie67 .cc24-pilot .hover .img-top-arrow {
	background:url('//www.static-cisco.com/assets/pilot/cc24/cc24_bg.gif');
	background-position: 0 -100px;
}
.ie67 .cc24-pilot .open .img-top-arrow {
	background:url('//www.static-cisco.com/assets/pilot/cc24/cc24_bg.gif');
	background-position: 0 -90px;
}
