/* 
  -----------------------------------
  Accordion Panel Magic
  by Project Seven Development
  www.projectseven.com
  Style Theme: 01 - Carbon
  -----------------------------------
*/

.p7AB {
	padding: 0px;
	margin-bottom: 10px;
	margin-top: 10px;
}
.p7ABtrig {
	margin: 0;
	padding: 0;
}
.mainContent .p7ABtrig h3 {
	margin: 0;
	font-size: 1em;
	border: 0;
	padding-left: 24px;
	padding-top: 0;
	margin-top: 0.3em;
	padding-bottom: 8px;
}

.mainContent .p7ABtrig h4 {
	margin: 0;
	font-size: 1em;
	border: 0;
	padding-left: 24px;
	background-image: url(../../../../common-images/question.gif);
	background-repeat: no-repeat;
	background-position: 2px left;
	padding-bottom: 10px;
}

#p7ABW1 .p7ABtrig a, #p7ABW2 .p7ABtrig a,
#p7ABW3 .p7ABtrig a, #p7ABW4 .p7ABtrig a,
#p7ABW5 .p7ABtrig a, #p7ABW6 .p7ABtrig a,
#p7ABW7 .p7ABtrig a, #p7ABW8 .p7ABtrig a,
#p7ABW9 .p7ABtrig a, #p7ABW10 .p7ABtrig a {
	display: block;
	text-decoration: none;
	padding: 0;
	color: #666666;
	font-weight: bold;
}
#p7ABW1 .p7ABtrig a:hover, #p7ABW2 .p7ABtrig a:hover,
#p7ABW3 .p7ABtrig a:hover, #p7ABW4 .p7ABtrig a:hover,
#p7ABW5 .p7ABtrig a:hover, #p7ABW6 .p7ABtrig a:hover,
#p7ABW7 .p7ABtrig a:hover, #p7ABW8 .p7ABtrig a:hover,
#p7ABW9 .p7ABtrig a:hover, #p7ABW10 .p7ABtrig a:hover {
		text-decoration: none !important;
}
.p7ABtrig a:active, .p7ABtrig a:focus {
}
#p7ABW1 .p7ABtrig .p7ABtrig_down, #p7ABW2 .p7ABtrig .p7ABtrig_down,
#p7ABW3 .p7ABtrig .p7ABtrig_down, #p7ABW4 .p7ABtrig .p7ABtrig_down,
#p7ABW5 .p7ABtrig .p7ABtrig_down, #p7ABW6 .p7ABtrig .p7ABtrig_down,
#p7ABW7 .p7ABtrig .p7ABtrig_down, #p7ABW8 .p7ABtrig .p7ABtrig_down,
#p7ABW9 .p7ABtrig .p7ABtrig_down, #p7ABW10 .p7ABtrig .p7ABtrig_down {
	color: #37509B;
}
.p7ABcontent {
	padding: 0 0 0 40px;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 10px;
	margin-top: -8px;
}
.p7ABcontent h2, .p7ABcontent h3, 
.p7ABcontent h4 {
	font-size: 14px;
	color: #333333;
	margin: 0px;
	line-height: normal;
}
.p7ABcontent p {
}
.p7ap_currentmark {
	font-weight: bold;
}
.p7ABcontent th {
	text-align: left;
	padding: 5px;
	border: 1px solid #CCCCCC;
	border-top: 0;
	border-left: 0;
	white-space: nowrap;
}
.p7ABcontent td {
	padding: 5px;
	border-bottom: 1px solid #CCCCCC;
}
.p7ABcontent table {
	border: 1px solid #CCCCCC;
	font-size: 0.95em;
	border-collapse: collapse;
	margin-bottom: 10px;
	margin-top: 10px;
}
