/* CSS Document */
/* 
  -----------------------------------
  Accordion Panel Magic
  by Project Seven Development
  www.projectseven.com
  Style Theme: 01 - Carbon
  -----------------------------------
*/

/*--- TRIGGER PANELS ---*/

.p7AB {
	padding: 0px;
	border-bottom: 1px solid #dadbd9;
	font-family: Arial, Helvetica, sans-serif;
	width: 275px;
	margin: 10px 0 20px 0;
	float:right;
}
.p7ABtrig {
	margin: 0;
	padding: 0;
	background:url(images/p7ap_qtmbut_2.gif) repeat-x transparent; 
}
.p7ABtrig2 {
	margin: 0;
	padding: 0;
	background:url(images/p7ap_qtmbut_2.gif) repeat-x transparent; 
}
/*.p7ABtrig h4 et subseq not used in triggers, only h3 */
.p7ABtrig h3, .p7ABtrig h4 {
	margin: 0;
	padding: 0;
	font-size: 11px;
	text-transform:uppercase;
	letter-spacing:0.1em;
}
.p7ABtrig2 h3, .p7ABtrig2 h4 {
	margin: 0;
	padding: 0;
	font-size: 11px;
	text-transform:uppercase;
	letter-spacing:0.1em;
}
#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: 4px 8px 4px 18px;
	color: #909090;
	font-weight: normal;
	border-top: 1px solid #eeeeee;
	border-right: 1px solid #dadbd9;
	border-bottom: 1px solid #dadbd9;
	border-left: 1px solid #dadbd9;
	background-image: url(images/p7ap_east_med_gray.gif);/*arrow right*/
	background-repeat: no-repeat;
	background-position: left center;
}
#p7ABW2 .p7ABtrig2 a {
	display: block;
	text-decoration: none;
	padding: 4px 8px 4px 18px;
	color: #909090;
	font-weight: normal;
	border-top: 1px solid #eeeeee;
	border-right: 1px solid #dadbd9;
	border-bottom: 1px solid #dadbd9;
	border-left: 1px solid #dadbd9;
	background-image: url(images/p7ap_east_med_gray.gif);/*arrow right*/
	background-repeat: no-repeat;
	background-position: left center;
}

#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 {
	color: #bfbfbf;
}
#p7ABW2 .p7ABtrig2 a:hover {
	color: #bfbfbf;
}
#p7ABW2 .p7ABtrig2 .p7ABtrig_down {
	color: #fff;
	letter-spacing: 0.1em;
	background-color: #474747;
	background-image: url(images/p7ap_south_light_gray.gif);/*arrow down*/
	background-repeat: no-repeat;
	background-position: left center;
	border-right: 1px solid #dadbd9;
	border-left: 1px solid #dadbd9;
	
}
.p7ABtrig a:active, .p7ABtrig a:focus {
	/*outline: 1px dotted #9c9668;*//*#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 {
	color: #fff;
	letter-spacing: 0.1em;
	background-color: #474747;
	background-image: url(images/p7ap_south_light_gray.gif);/*arrow down*/
	background-repeat: no-repeat;
	background-position: left center;
	border-right: 1px solid #dadbd9;
	border-left: 1px solid #dadbd9;
}

/*--- CONTENT PANELS ---*/

.p7ABcontent {
	padding: 20px;
	font-size: 11px;
	line-height: 1.45em;
	color: #8d8c8c;
	overflow:hidden;
	background-color: #fff;/*#FFFFFF*/
	background-image: url(images/p7ap_light_gray_bevel.jpg);
	background-repeat: repeat-x;
	border-right: 1px solid #dadbd9;/*#333333*/
	border-left: 1px solid #dadbd9;/*#333333*/
	font-family: Arial, Helvetica, sans-serif;
	min-height:400px; /*these 2 lines keep all content panels same height*/
	height:400px; /* _height not supported ie7; height s underscore works ie7*/
}
.p7ABcontent a{
	text-decoration:none;
}
.p7ABcontent a:hover {
	text-decoration:underline;
}
/*.p7ABcontent h2, .p7ABcontent h3 { 
	font-size: 14px;
	color: #ff0000;
	margin: 0px;
	line-height: normal;
	letter-spacing: 0.1em;
}*/
.p7ABcontent h4 {/*qtm for p7apm content headers and links*/
	font: 11px Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	letter-spacing:normal;
	color:#434343;
	line-height: normal;
	margin-bottom:4px;	
}
.p7ABcontent h4 a { /*use &raquo; right double arrows to indicate link*/
	text-transform:none;
	/*font: 1em Georgia, "Times New Roman", Times, serif;*/
	letter-spacing:normal;
	margin-bottom:4px;
	font-weight:bold;
	color:#434343;
	line-height: normal;
}
.p7ABcontent h4 .sup a { 
	font-size: 0.65em;
    font-weight: bold;
    vertical-align: text-top;
}
.p7ABcontent h5 {
	font: 0.9em Georgia, "Times New Roman", Times, serif;
	color:#434343;
	font-weight:bold;
	letter-spacing:0.1em;
	line-height:normal;
	text-transform:uppercase;
	margin-bottom:4px;
}
.p7ABcontent h5 a {
	color:#434343;
}
.p7ABcontent p a {
	color:#434343;
}
.p7ABcontent small a {
	color:#434343;
}
.p7ABcontent p {
	margin: 6px 0 12px 0;
	text-align:left; /*qtmjustify*/
}
.p7ABcontent ul li {
	list-style:square;
	list-style-position:outside;
	margin-left:15px;
}
	
.p7ABcontent ul li a {
	color:#434343;
}
.p7ABcontent ul a {
	color:#434343;
}
/*#insidevideocopy .p7ABcontent .subnav ul li a {
	font-size-adjust:none;
	color:#333333;
}
#insidevideocopy .p7ABcontent .subnav ul li a:hover {
	color:#333333;
}*/
#sbwrapper .p7ABcontent ul li img {
  display: inline;
  margin: 0;
}
.p7ABcontent ol li {
	list-style:square inside;
}
.p7ABcontent ol li a {
	color:#434343;
}
#sbwrapper .p7ABcontent img, #sbwrapper .p7ABcontent a:link img, #sbwrapper .p7ABcontent a:visited img {
	display:block;
	margin:0 auto 5px auto;
	border:none;
	padding:0;
	background-image:none;
	background-color:transparent;
	}

.p7ap_currentmark {
	font-weight: bold;
}
