/* 
  -----------------------------------
  APM - 11 - modified for crt
  -----------------------------------
*/

.p7AP3-11 {
	padding: 0px;
	margin: 0 auto;
	width: auto;
}
.p7AP3:after {
	content: "\0020";
	font-size: 0px;
	display: inline;
	overflow: hidden;
	line-height: 1;
}
.p7AP3trig.p7ap3-theme-11 {
	margin: 0;
	margin: 10px 0 10px 0;
}
.p7AP3trig.p7ap3-theme-11 h3, .p7AP3trig.p7ap3-theme-11 h4 {
	margin: 0;
	padding: 0;
	letter-spacing: normal;
}
.p7AP3trig.p7ap3-theme-11 a {
	display: block;
	text-decoration: none;
	padding: 6px 20px;
	color:#075490;
	font-weight: normal;
	background-image: url(img/p7ap3_plus_blue.gif);
	background-repeat: no-repeat;
	background-position: left center;
	border-radius: 6px;
	border: 1px solid;
	border-color: #fff;
}
.p7AP3trig.p7ap3-theme-11 a img {
	vertical-align: middle;
	margin: 0 10px;
}

.p7AP3trig.p7ap3-theme-11 a:visited {
	color: #075490;
}
.p7AP3trig.p7ap3-theme-11 .p7AP3_ext, .p7AP3trig.p7ap3-theme-11 .p7AP3_ext.p7AP3trig_down {
	background-image: url(img/p7ap3_page_blue.gif);
}
.p7AP3trig.p7ap3-theme-11 a:hover {
	background-color: #259dc5;
	color: #fff;
}
.p7AP3trig.p7ap3-theme-11 a:focus {
	outline: none;
}
.p7AP3trig.p7ap3-theme-11 .p7AP3trig_down {
	background-image: url(img/p7ap3Minus_white.gif);
	background-repeat: no-repeat;
	background-position: left center;
	background-color: #999;
	color: #fff;
}
.p7AP3cwrapper.p7ap3-theme-11 {
	position: relative;
	border: 1px dotted #ccc;
	border-top: 0;
}
.p7AP3panelcontent.p7ap3-theme-11 {
	margin: 0 8px;
}
.p7AP3panelcontent.p7ap3-theme-11 h1,
.p7AP3panelcontent.p7ap3-theme-11 h2,
.p7AP3panelcontent.p7ap3-theme-11 h3,
.p7AP3panelcontent.p7ap3-theme-11 h4 {
	margin: 0px;
}
.p7AP3panelcontent.p7ap3-theme-11 p {
	margin-top: 1px;
	margin-bottom: 10px;

}
.p7AP3trig.p7ap3-theme-11 a.current_mark {
	font-weight: bold;
}
.p7AP3trig.p7ap3-theme-11 .p7AP3_ext.current_mark {
	background-image: url(img/p7ap3_page_blue.gif) !important;
}
.p7AP3panelcontent.p7ap3-theme-11 a.current_mark {
	font-weight: bold;
}


.responsive .ap3-toolbar {display: none;}

@media only screen and (min-width: 0px) and (max-width: 700px) {
.p7AP3-11.responsive .ap3-toolbar {
	display: block;
	padding: 0px;
	cursor: pointer;
}
.p7AP3-11.responsive .ap3-toolbar a {
	font-size: 2em;
	font-weight: bold;
	color: #259dc5;
	text-decoration: none;
	display: block;
}
.p7AP3-11.responsive .ap3-toolbar a:hover {
	color: #000;
}
.responsive .toggle-text a:before {
	position: relative;
	top: -.25em;
}
.p7AP3-11.responsive .toggle-text.closed a:before {
	content: "Show Menu \0020";
	font-size: .5em;
}
.p7AP3-11.responsive .toggle-text.opened a:before {
	content: "Hide Menu \0020";
	font-size: .5em;
}
.p7AP3root-wrapper.closed {
	height: 0px;
	overflow:hidden;	
}
.p7AP3root-wrapper.opened {
	height: auto;
	overflow: hidden;	
}

}