/* 
  -----------------------------------
  Accordion Panel Magic
  by Project Seven Development
  www.projectseven.com
  Style Theme: 01 - Carbon
  -----------------------------------
*/

.p7AB {
	background-color: #CCCCCC;
	padding: 0px;
	border-bottom: 1px solid #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
	width: 154px;
}
.p7ABtrig {
	margin: 0;
	padding: 0;
}
.p7ABtrig h3, .p7ABtrig h4 {
	margin: 0;
	padding: 0;
	font-size: 14px;
}
#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, 
#p7ABW11 .p7ABtrig a, #p7ABW12 .p7ABtrig a {
	display: block;
	text-decoration: none;
	padding: 4px 1px 1px 5px;
	color: #000;
	font-weight: bold;
}
#p7ABt1_1, #p7ABt1_2, #p7ABt1_3, #p7ABt1_4, #p7ABt1_5, #p7ABt1_6, #p7ABt1_7, #p7ABt1_8, #p7ABt1_9, #p7ABt1_10, #p7ABt1_11, #p7ABt1_12 {
	background-image: url(images/button_ext.gif);
	height: 20px;
	width: 149px;
	color: #000;
	font: 1em "Times New Roman", Times, serif;
	padding: 2px 0 2px 5px;
}
#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, 
#p7ABW11 .p7ABtrig a:hover, #p7ABW12 .p7ABtrig a:hover {
	background-image: url(images/button_over_ext.gif);
	height: 20px;
	width: 149px;
}
.p7ABtrig a:active, .p7ABtrig a:focus {
	outline: 1px dotted #ccc;
}
#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, 
#p7ABW11 .p7ABtrig .p7ABtrig_down, #p7ABW12 .p7ABtrig .p7ABtrig_down {
	background-image: url(images/button_open_ext.gif);
	height: 20px;
	width: 149px;
}

.p7ABcontent {
	padding: 20px;
	font-size: 12px;
	line-height: 1.5em;
	color: #333333;
	background-color: #FFFFFF;
	background-image: url(p7ap/images/p7ap_light_gray_bevel.jpg);
	background-repeat: repeat-x;
	border-right: 1px solid #333333;
	border-left: 1px solid #333333;
	height: auto;
	overflow: visible;
}
.p7ABcontent h2, .p7ABcontent h3, 
.p7ABcontent h4 {
	font-size: 14px;
	color: #333333;
	margin: 0px;
	line-height: normal;
	letter-spacing: 0.1em;
}
.p7ABcontent p {
	margin: 6px 0 12px 0;
}
.p7ap_currentmark {
	font-weight: bold;
}
