.withintranscript { padding:10px 16px; }

.transpanel .transpanelcontents{ /*CSS for "content" DIV of Drop Down Panel*/
color: #333;
background: #fff; /*background of Drop Down Panel*/
border-top:1px solid #e22b00;
border-bottom:1px solid #e22b00;
/*Do NOT add any "padding" or "margin" properties here! Any padding/margin should be added to your content's container within this DIV instead */
}

.transpanel .toggletab{ /*CSS for "toggle" tab DIV of Drop Down Panel*/
margin-right: 15px;
font: normal 12px Arial;
}

#transcript .transpanel .toggletab a{ /*"toggle" tab related CSS*/
float: right;
color: white;
background: #EA0000 url(../images/icons/toggleleft.gif) no-repeat left bottom; /*background of toggle tab*/
text-decoration: none;
letter-spacing: 0px;
}


.transpanel .toggletab a span{ /*"toggle" tab related CSS*/
float: left;
display: block;
background-color:#EA0000;
background: transparent url(../images/icons/toggleright.gif) no-repeat right bottom;
padding: 1px 12px 4px 13px;
cursor: pointer;

}

.transpanel .toggletab a span img.pointerimage{ /*CSS for pointer image within toggle tab*/
margin-top: 2px;
margin-left: 5px;
}

#transcript .transpanel .toggletab a:hover{ /*"toggle" tab related CSS*/
background-color: #333; /*background of toggle tab onMouseover*/
color:#fff;
}

.transpanel .toggletab a:active, .ddpanel .ddpaneltab a:focus{ /*"toggle" tab related CSS*/
outline: 0;
}

.transpanel .toggletab a:hover span{ /*"toggle" tab related CSS*/
background-color: transparent;
}

.transcript { padding-top:5px; font-weight:bold; font-size:14px; }
