.popover-trigger {
	display: block;
	padding: 2px 12px;
	border: 1px solid #2c71be;
	cursor: default;
	color: #fff;
	font-size: 90%;
	text-decoration: none;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .5);
	background: #388ef0;
	background: -moz-linear-gradient(top, #388ef0 0%, #317cd6 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#388ef0), color-stop(100%,#317cd6));
	background: -webkit-linear-gradient(top, #388ef0 0%,#317cd6 100%);
	background: -o-linear-gradient(top, #388ef0 0%,#317cd6 100%);
	background: -ms-linear-gradient(top, #388ef0 0%,#317cd6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#388ef0', endColorstr='#317cd6',GradientType=0 );
	background: linear-gradient(top, #388ef0 0%,#317cd6 100%);
	border-radius: 2px;
	-moz-border-radius: 2px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 0 rgba(255, 255, 255, .25);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 0 rgba(255, 255, 255, .25);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 0 rgba(255, 255, 255, .25);
}
.popover-trigger:hover {
	border-color: #20538f;
	background: #3381df;
	background: -moz-linear-gradient(top, #3381df 0%, #2e76cc 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3381df), color-stop(100%,#2e76cc));
	background: -webkit-linear-gradient(top, #3381df 0%,#2e76cc 100%);
	background: -o-linear-gradient(top, #3381df 0%,#2e76cc 100%);
	background: -ms-linear-gradient(top, #3381df 0%,#2e76cc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3381df', endColorstr='#2e76cc',GradientType=0 );
	background: linear-gradient(top, #3381df 0%,#2e76cc 100%);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 1px rgba(0, 0, 0, .25);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 1px rgba(0, 0, 0, .25);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 1px rgba(0, 0, 0, .25);
}

.popover-gray {
	background: #eeeeee;
	background: -moz-linear-gradient(top, #eeeeee 0%, #cccccc 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#cccccc));
	background: -webkit-linear-gradient(top, #eeeeee 0%,#cccccc 100%);
	background: -o-linear-gradient(top, #eeeeee 0%,#cccccc 100%);
	background: -ms-linear-gradient(top, #eeeeee 0%,#cccccc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 );
	background: linear-gradient(top, #eeeeee 0%,#cccccc 100%);
	border: 1px solid #999;
	color: #666;
	text-shadow: 0 1px 0 rgba(255, 255, 255, .6);
}
.popover-gray:hover {
	background: #eaeaea;
	background: -moz-linear-gradient(top, #eaeaea 0%, #cacaca 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eaeaea), color-stop(100%,#cacaca));
	background: -webkit-linear-gradient(top, #eaeaea 0%,#cacaca 100%);
	background: -o-linear-gradient(top, #eaeaea 0%,#cacaca 100%);
	background: -ms-linear-gradient(top, #eaeaea 0%,#cacaca 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#cacaca',GradientType=0 );
	background: linear-gradient(top, #eaeaea 0%,#cacaca 100%);
	border-color: #888;
	color: #666;
	text-shadow: 0 1px 0 rgba(255, 255, 255, .6);
}

.arrow-down {
	display: block;
	float: right;
	height: 10px;
	width: 10px;
	margin: 4px 0 0 5px;
	background: transparent url(images/img-arrow-down.png) no-repeat center center;
}
.arrow-dark { background-image: url(images/img-arrow-down-dark.png); }

.popover {
	display: none;
	position: absolute;
	width: 332px;
}
.popover-sections {
	top: 40px;
	right: 8px;
}
.popover-toc {
	top: 115px;
	right: 35px;
}

.popover-top {
	width: 100%;
	height: 22px;
	background: transparent url(images/bg-popover-top.png) no-repeat top left;
}
.popover-body {
	border: 1px solid #999;
	border-top: none;
	background: #cbcbcb;
	background: -moz-linear-gradient(top, #cbcbcb 0%, #bababa 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cbcbcb), color-stop(100%,#bababa));
	background: -webkit-linear-gradient(top, #cbcbcb 0%,#bababa 100%);
	background: -o-linear-gradient(top, #cbcbcb 0%,#bababa 100%);
	background: -ms-linear-gradient(top, #cbcbcb 0%,#bababa 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cbcbcb', endColorstr='#bababa',GradientType=0 );
	background: linear-gradient(top, #cbcbcb 0%,#bababa 100%);
	border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
}

.popover ul {
	margin: 0;
	padding: 0;
}
.popover ul li {
	margin: 0 0 3px 0;
	list-style-type: none;
}
.popover ul li ul { margin: 0 0 0 1em; }

.popover a {
	display: block;
	padding: 1px 8px;
	text-decoration: none;
	color: #555;
	text-shadow: 0 1px 0 rgba(255, 255, 255, .4);
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
}
.popover a:hover {
	background: #388ef0;
	background: -moz-linear-gradient(top, #388ef0 0%, #317cd6 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#388ef0), color-stop(100%,#317cd6));
	background: -webkit-linear-gradient(top, #388ef0 0%,#317cd6 100%);
	background: -o-linear-gradient(top, #388ef0 0%,#317cd6 100%);
	background: -ms-linear-gradient(top, #388ef0 0%,#317cd6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#388ef0', endColorstr='#317cd6',GradientType=0 );
	background: linear-gradient(top, #388ef0 0%,#317cd6 100%);
	color: #fff;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .5);
	border-color: #20538f;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2);
}

.popover-blue .popover-top {
	height: 19px;
	background: transparent url(images/bg-popover-top-blue.png) no-repeat top left;
}
.popover-blue .popover-body {
	border-color: #1d528e;
	background: #2c70c0;
	background: -moz-linear-gradient(top, #2c70c0 0%, #2c6fbf 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2c70c0), color-stop(100%,#2c6fbf));
	background: -webkit-linear-gradient(top, #2c70c0 0%,#2c6fbf 100%);
	background: -o-linear-gradient(top, #2c70c0 0%,#2c6fbf 100%);
	background: -ms-linear-gradient(top, #2c70c0 0%,#2c6fbf 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c70c0', endColorstr='#2c6fbf',GradientType=0 );
	background: linear-gradient(top, #2c70c0 0%,#2c6fbf 100%);
}
.popover-blue a {
	color: #fff;
	color: rgba(255, 255, 255, .75);
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0);
}
.popover-blue a:hover {
	color: #fff;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .5);
	background: transparent;
	border-color: transparent;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0);
}

.popover-toc { font-size: 90%; }