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

.p7AB {
	background-color: #DDDDDD;
	padding: 6px;
	border-bottom: 1px solid #333333;
	border-right: 1px solid #000000;
	border-left: 1px solid #666666;
	border-top:	1px solid #666666;
	font-family: Arial, Helvetica, sans-serif;
}
.p7ABtrig {
	margin: 0;
	padding: 0;
	background: 949494 url(images/p7ap_greystonebut.jpg) repeat-x;
}
.p7ABtrig h3, .p7ABtrig h4 {
	margin: 0;
	padding: 0;
	font-size: 14px;
}

#p7ABW1 .p7ABtrig a {
	display: block;
	text-decoration: none;
	padding: 4px 5px 4px 15px;
	color: #33333;
	font-weight: normal;
	background-color: #DDDDDD;
	border-bottom: 1px solid #000000;
	border-top: 1px solid #4a4a4a;
	background-image: url(images/p7ap_east_med_gray.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#p7ABW1 .p7ABtrig a:hover {
	color: #eeeeee;
}
.p7ABtrig a:active, .p7ABtrig a:focus {
	outline: 1px dotted #ccc;
}
#p7ABW1 .p7ABtrig .p7ABtrig_down {
	color: #ABABAB;
	background-color: #eeeeee;
	background-image: url(images/p7ap_south_med_gray.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 14px;
}
.p7ABcontent {
	padding: 2px;
	color: #444444;
	background-color: #FFFFFF;
	background-image: url(images/p7ap_light_gray_bevel.jpg);
	background-repeat: repeat-x;
	border-right: 1px solid #333333;
	border-left: 1px solid #333333;
	font: 14px/1.5em Arial, Helvetica, sans-serif;
}
.p7ABcontent h2, .p7ABcontent h3, 
.p7ABcontent h4 {
	font-size: 12px;
	color: #333333;
	margin: 0px;
	line-height: normal;
	letter-spacing: 0.1em;
	width: 455px;
}
.p7ABcontent p {
	margin: 6px 10px 12px 10px;
}
.p7ap_currentmark {
	font-weight: bold;
}
#container #mainContent #p7ABW1 #p7ABw1_1 #p7ABc1_1 p,
#container #mainContent #p7ABW1 #p7ABw1_2 #p7ABc1_2 p,
#container #mainContent #p7ABW1 #p7ABw1_3 #p7ABc1_3 p {
  	font-size: 12px;
}
#container #mainContent #p7ABW1 #p7ABw1_1 #p7ABc1_1 h1,
#container #mainContent #p7ABW1 #p7ABw1_2 #p7ABc1_2 h1,
#container #mainContent #p7ABW1 #p7ABw1_3 #p7ABc1_3 h1 {
	font-size: 14px;
	color: #FF6600;
	font-weight: bold;
}
#container #mainContent #current img {
	float: right;
}

