@charset "UTF-8";
/* CSS Document
   global.css for KCREP.org
   Scott Wilmarth
   River City Studio  
*/   

/* Basic Colors, Fonts and Sizes
---------------------- */

a:link {
   color: #960100;
   text-decoration: none;
}
a:visited {
   text-decoration: none;
   color: #660000;
}
a:hover {
   text-decoration: underline;
   color: #CC0000;
}
a:active {
   text-decoration: none;
   color: #CC0000;
}

body,td,th
{
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 12px;
   line-height: 1.2;
   color: #000;
}

body
{
    background-image: url(/_img/gGrayBackgroundBtm2.jpg);
    background-color: #FFF;
    background-repeat: no-repeat;
    margin: 0px 0px 0px 0px;
    background-position: top left;
}

p {
   margin: 4px 0px 10px 0px;
}

h1,h2,h3,h4,h5,h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.2;
	margin: 13px 0px 4px 0px;
 }

h1 {
   font-size: 23px;
   border-bottom: 1px solid #ccc;
   /*line-height: 28px;*/
	 margin-top: 0px;
   margin-left: 0px;
   padding-bottom: 2px;
}

h1, h3, h4 {
   color:#990000;
}

h2, h5 {
   color:#007B90;
}

h2 {
	font-size: 15px;
	line-height: 18px;
	margin: 12px 0px 4px 0px;
	padding-top: 4px;
}

h3, h4 {
	font-size: 14px;
	padding-top: 4px;
}

address {
	margin: 10px 0px;
	font-style: normal;
 }

address strong {
	font-style: italic;
	font-weight:bold
}

.KCREPLogo {
border:none;
}

p.author {
	font-weight:bold;
	padding-top: 10px;
}

.RedText {color: #990101;}

.smallText {font-size: 11px;}


/* Basic Layout
---------------------- */

#pageWrapper
{
	background-image: url(/_img/gHeaderBackground.jpg);
	background-repeat: repeat-x;
	width: 98%;
	position: relative;
	left: 0px;
}

#sidebar
{
   margin: 0;
   width: 160px;
   position: absolute;
   text-align: center;
   top: 86px;
   z-index: 52;
}

#grayBackground
{
    position: relative;
    bottom: 0px;
    margin: 0px;
    z-index: 5;
}

#pageHeader
{
    margin: 0px;
    padding-top: 0px;
    position: absolute;
    left: 201px;
    top: 0px;
    z-index: 100;
    width: 700px;
    height: 86px;
}

#content
{
	top: 0px;
	text-align: left;
	position: relative;
/*	margin: url(/_img/gGrayBackgroundBtm2.jpg);*/
	z-index: 6;
	padding: 0px;
}

#breadcrumbs
{
	position: relative;
	top: 0px;
	z-index: 51;
	color: #CCC;
	font-size: 11px;
	margin: 0;
	padding: 0px 10px 12px 20px;
	background-color: #000;
	width: auto;
}

#breadcrumbs a.current
{
	font-weight: bold;
}

#breadcrumbs a:link, #breadcrumbs a:visited
{
    color: #CCC;
    text-decoration: none;
}

#breadcrumbs a:hover { color: #FFF; }

#contentCorner
{
   position: relative;
   left: 0px;
   top: 0px;
   z-index: 50;
   margin: 0;
   padding: 0;
}

/* Primary Content Styles
---------------------------- */

#primaryContentBackground
{
	margin: 0px 0px 0px 160px;
	position: relative;
	border-right: 1px solid #000000;
	z-index: 5;
	padding: 0px;
   /*background-image: url(/_img/gContentBackground.jpg);
	background-repeat: repeat-x;
	background-position: bottom;*/
   overflow: hidden;
/*   z-index:5;*/
	}

/*#ieBackgroundHack {
   text-align:left;
	margin: 0px;
	width: 98%;
	z-index: 4;
	padding: 0px;
	position:absolute;
	left:0px;
	bottom:0px;
}
*/


#primaryContent
{
	margin: 0px;
	padding: 90px 30px 20px 267px;
	position: relative;
	z-index: 25;
}

#contentCorner
{
   position: absolute;
   top: 114px;
   left: 160px;
	border:0px
}
.img #contentCorner
{
	border:none
}

#contentPhoto
{
   position: absolute;
   top: 25px;
   left: 0px;
	border:none;

	margin: 0px 0px 0px 0px;
	width: 224px;
	z-index: 210;
/*	float: left;*/
   padding: 45px 20px 15px 20px;
}

#primaryContentBackground.noPhoto #contentPhoto /* change left padding to make up for no contentPhoto */
{
    display: none;
}

#primaryContentBackground.noPhoto #primaryContent /* change left padding to make up for no contentPhoto */
{
	padding: 90px 30px 20px 50px;
}


#contentPhoto h3 {
   font-size: 14px;
   color: #007B90;
   line-height: 17px;
   margin: 15px 0 0px 0;
}

#contentPhoto h4 {
   font-size: 14px;
   margin: 8px 0 4px 0;
   line-height: 18px;
}


#contentPhoto p {
   margin: 4px 0 10px 0;
   padding: 0;

}

#contentPhoto ul {
   line-height: 1;
   margin: 6px 0 10px 20px;
   padding: 0;

}

#contentPhoto ul li {
   margin: 5px 0 4px -5px;
   padding: 0 0 0 0px;
}

#contentSubNav, #contentSubNav ul {
	display: block;
}

#secondaryContent
{
	width: 225px;
	margin: 0px 0px 10px 25px;
	float: right;
	overflow:hidden;

}

#secondaryContent h3 {
   font-size: 14px;
   line-height: 18px;
   margin: 3px 0 10px 0;
}

#secondaryContent #specialEvents h4 {
	border-bottom: 1px solid #ccc;
	line-height:18px;
	margin-bottom:12px;
	width: 100%;
	padding-bottom: 4px;
	font-size: 14px;
}

#secondaryContent #specialEvents h5 {
   line-height:1;
   margin-bottom:0px;
   width: 100%;
   padding-bottom: 0px;
   font-size: 13px;
   margin: 13px 0 4px 0;
}

#secondaryContent #specialEvents p {
   margin:4px 0 10px 0;
   width: 100%;
   padding-bottom: 4px;

}
#secondaryContent #specialEvents p.disclaimer {
	font-size: 10px;

}

#secondaryContent #specialEvents ul {
	list-style-position: outside;
}
#secondaryContent #calendar h4 {
	border-bottom: 1px solid #ccc;
	line-height:18px;
	margin-bottom:12px;
	width: 100%;
	padding-bottom: 4px;
	font-size: 14px;
}

/*#secondaryContent #calendar table {
   width: 100%;
   border:#666 1px solid;
   border-collapse:collapse;
   padding: 0px;
   text-align: center;
   margin: 0;
}

#secondaryContent #calendar th {
   color: #FFFFFF;
   background-color: #646464;
   font-size: 9px;
   border:#CCCCCC 1px solid;
   border-collapse:collapse;
   padding: 2px;
}

#secondaryContent #calendar td {
   color: #000000;
   background-color: #ffffff;
   border:#CCCCCC 1px solid;
   border-collapse:inherit;
}

#secondaryContent #calendar p {
   font-size: 10px;
   line-height: 13px;
   margin: 6px 0px 8px 0px;
}*/

.floatImageRight {
   margin: 0px 0px 10px 0px;
   padding: 0px 0px 0px 10px;
   float:right;
   border: 0px;
}
.floatImageLeft {
   margin: 0px 0px 10px 0px;
   padding: 0px 10px 0px 0px;
   float:left;
      border: 0px;
}
a img.floatImageLeft, a img.floatImageright {
   /*margin: 0px;
   padding: 0px;
*/   border: 0px;
}

/* Footer Styles
-------------------- */
#footer
{
    margin: 0px 0px 20px 160px;
    left: 0px;
    text-align: center;
}

#footer p.textNav
{
	background-image: url(/_img/gBtmTextNavBackground.jpg);
	background-position: right;
	background-repeat: repeat-y;
	font-size: 13px;
	padding: 7px 0;
	line-height: 13px;
	margin: 0px;
	border-bottom: 1px solid #666;
	border-top: 1px solid #666;
	background-color: #FFFFFF;
	width: 100%;
}

#footer p.textNav a:link, #footer p.textNav a:visited
{
    color: #000000;
    text-decoration: none;
}

#footer p.textNav a:hover
{
    color: #990000;
    text-decoration: none;
}

#footer p.textShows
{
    font-size: 13px;
    padding: 7px;
    line-height: 16px;
    margin: 8px;
    font-family: Georgia, "Times New Roman", Times, serif;
}

#footer p.textShows strong { font-size: 14px; }

#footer p.textShows a:link, #footer p.textShows a:visited
{
    color: #007B90;
    text-decoration: none;
}

#footer p.textShows a:hover
{
    color: #990000;
    text-decoration: none;
}

#copyright
{
    font-size: 10px;
    color: #666666;
    margin: 12px;
}

img a { border: none; }

.ClearFloats {
	clear: both;
	line-height: 2px;
	font-size: 2px;
}

/* home specific Styles
------------------------ */

.home #contentCorner {
display:none;
}

.home #breadcrumbs {
display:none;
}

.home #contentPhoto {
	margin: 0px;
	padding:0px;
	position:relative;
	width: 100%;
	float: none;
	background-color: #000000;
	height: 350px;
	color: #FFFFFF;
	text-align: left;
	top: 15px;
   left: 0px;
	/*background-image: url(/_swf/homeFlashGradationAMP.jpg);
	background-repeat: repeat-x;
	background-position: bottom;*/
}
.home #contentPhoto.new {
   margin: 0px;
   padding:0px;
   position:relative;
   width: 100%;
   float: none;
   background-color: #000;
   height: 350px;
   color: #FFFFFF;
   text-align: left;
   top: 15px;
   left: 0px;
   background-image: url(_img/gHomeContentBackgroundBlueBlackFade.gif);
   background-repeat: repeat-x;
   background-position: bottom;
}
.home #content #primaryContentBackground {
   background-image: url(_img/gHomeContentBackgroundBlueBlackFade.gif);
   background-repeat: repeat-x;
   background-position: bottom;
}
.home #contentPhoto #flash1, .home #contentPhoto #flash2 {
	z-index: 20;
}
.home #primaryContent {
	margin: 20px 0px 0px 0px;
	padding: 20px 30px;
}

.home #primaryContent h2 img {
	margin: 0px 10px 10px 0px;
   float:left;
	}

.home #primaryContent h2 img.floatRight {
	margin: 0px 0px 10px 10px;
   float:right;
}

.home #primaryContent ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px;
	list-style: none;
}

.home #primaryContent ul li {
	margin: 0px 0px 0px 0px;
	list-style-position: outside;
}
.home #secondaryContent
{
    width: 225px;
    margin: 0 2px 0px 35px;
    float: right;
    overflow:hidden;

}



/* Now Showing - Sidebar Quote Styles
-------------------------- */

#nowShowing
{
    background-image: url(/_img/gNowShowingMid.jpg);
    background-repeat: repeat-y;
    margin: 0px 0px 0px 0px;
    color:#FFFFFF;
}

#nowShowing h6, #nowShowing h4
{
   margin: 8px 5px 3px 5px;
   font-family: Georgia, "Times New Roman", Times, serif;
   font-size: 14px;
}
#nowShowing h6 a, #nowShowing h4 a

{
   color:#FFFFFF}


#nowShowing p
{
   margin: 2px 5px 10px 5px;
   font-size: 12px;
   line-height: 1;
}

#nowShowing a.buytTicketsBtn img
{
   margin: -2px 0;
   font-size: 10px;
   border:none;
}

#nowShowing h6.top
{
    background-image: url(/_img/gNowShowingTop.jpg);
    background-repeat: no-repeat;
    background-position: top;
    margin: 0px;
    line-height: 8px;
    width: 100%;
    font-size: 5px;
}

#nowShowing h6.bottom
{
    background-image: url(/_img/gNowShowingBtm.jpg);
    background-repeat: no-repeat;
    background-position: bottom;
    margin: 0px;
    width: 100%;
    line-height: 8px;
}

#nowShowing img {
   border: solid 1px #000;
   margin: 4px 0;
}

#sidebar h5 {
   font-size: 16px;
   font-weight: bold;
   padding: 20px 0 20px 0;
   border-bottom: 1px solid #9E9E9E;
   width: 100%;
   background-image: url(/_img/gGrayBackgroundLight.jpg);
   line-height: .8;
   background-repeat: repeat-y;
   margin: 0;
}

#backgroundCover /* hack to cover primaryContent background for IE */ {
background-color:#FFFFFF;
position:absolute;
bottom: 0px;
left: 0px;
width:160px;
height:500px;
}

#sidebar #quote
{
    padding: 10px 0 0 0;
    width: 150px;
    margin: 0px 5px;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 12px;
}

#sidebar #quote .startQuote
{
   left:5px;
   position: absolute;
   margin: 0px 0 0 0;
}

#sidebar #quote .endQuote
{
   margin: 0px 0 0 0;
}


#sidebar #quote p
{
    padding: 0px 15px 0 24px;
    text-align: left;
    margin: 0px 0 12px 0;
    font-style: italic;
    line-height: 17px;
   text-align: left;
}

#sidebar p.quoteName
{
   padding: 0 15px 0 20px;
   text-align: right;
   line-height: 12px;
   margin: 14px 0 0 0;
}

#sidebar #quote p img { border: 0px; }

em.moreLink a, em.moreLink a:link
{
   color: #007B90;
   font-size: 9px;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   text-decoration: none;
   margin-top: 4px;
   font-style: normal;
   line-height: 10px;
}

em.moreLink a:hover
{
    color: #990000;
    text-decoration: none;
}

/* page specific styles --------- */

#primaryContent ul.showHistory /* history page list of bulled shows */ {
	list-style-type: none;
	width:auto;
	margin: 5px 0px;
	position: static;
	left:0px;
	padding: 5px 0px;
}

#primaryContent ul.showHistory li {
	list-style-type: none;
	width:auto;
	margin: 6px 0px 6px 0px;
	color:#990000;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}

#primaryContent ul.showHistory li ul {
	border-top:#646464 solid 1px;
	margin: 10px 0px 5px 0px;
	padding-top: 8px;
}

#primaryContent ul.showHistory li ul li{
	list-style-type:disc;
	border-top: none;
	color:#000;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px 0px 0px 12px;
	font-weight: normal;
}

#primaryContent ul#pressList {
	float: left;
	margin: 0px 0px;
	padding: 0px 0px;
	list-style: none;
	width: 50%;
}

#primaryContent ul#pressList li {
	margin: 10px 0px 0px 0px;
	padding: 0px 0px;
	list-style-position: outside;
}

#primaryContent table#eSignUp {
	float: left;
	margin: 15px 0px 0px 0px;
}

/* Photo Gallery Styles */


.photoDiv {
  position: relative;
}

.photoDiv img {
  position: relative;
  border: 0px;
}

.photoDiv #box1 {
  position: absolute;
  bottom: 1px;
  right: -2px;
  width: 100%;
  height: 99%;
  background-color: #F2F2F2;
  border: 1px solid #666;
}

.photoDiv #box2 {
  position: absolute;
  bottom: -1px;
  right: -4px;
  width: 100%;
  height: 99%;
  background-color: #F2F2F2;
  border: 1px solid #666;
}

.photoDiv #shadow {
  position: absolute;
  bottom: -3px;
  right: -6px;
  width: 100%;
  height: 99%;
  background-color: #CCC;
}

#galleryTopper {
  padding-top: 10px;
  position: relative;
  margin-bottom: 20px;
}

#galleryTopper .photoContent {
  position: absolute;
  left: 520px;
  top: 100px;
	/*overflow:auto;*/
width:240px;
}

.albumThumbWrapper {
  position: relative;
  margin: 10px;
}

.albumThumb1, .albumThumb2, .albumThumb3 {
  width: 220px;
  padding: 10px;
  /*background-color: transparent;*/
  height: 310px;
  background-color: #E4E1D8;
  background-image: url( "/_img/album_background.jpg" );
  background-repeat: repeat-x;
  background-position: 50px 0px;
}

.albumThumb1 {
  position: relative;
}

.albumThumb2 {
  position: absolute;
  top: 0px;
  left: 250px;
}

.albumThumb3 {
  position: absolute;
  top: 0px;
  left: 500px;
}

.albumThumb1 .photoContent, .albumThumb2 .photoContent, .albumThumb3 .photoContent {
  padding-top: 10px;
  padding-right: 5px;
}

#albumNav {
  text-align: center;
  padding: 5px 0px 20px 0px;
}

#albumDesc {
 width:85%;
  padding: 15px;
  background-image: url( "/_img/album_background.jpg" );
  background-position: bottom left;
  background-repeat: repeat-x;
}

.photoThumbWrapper {
  position: relative;
  height: 150px;
  width: 600px;
}

.photoThumb1, .photoThumb2, .photoThumb3, .photoThumb4 {
  position: absolute;
  top: 0px;
  width: 125px;
  height: 125px;
  text-align: center;
}

.photoThumb2 {
  left: 150px;
}

.photoThumb3 {
  left: 300px;
}

.photoThumb4 {
  left: 450px;
}

.photoThumbWrapper img {
  border: none;
}


/* End Photo Gallery Styles */

/* Contact Us form */

#ContactUs #form {
	padding: 0px;
	margin: 0px
}
#ContactUs #form tr {
	padding: 0px;
	margin: 0px
}
#ContactUs #form td {
	padding: 0px 8px 10px 0px;
	margin: 0px
}

/* Mini Calendar display styles from POP */
        table.calendar {
               margin-bottom: 10px;
        }
        table.calendar caption {
               color: #900;
               font-family: Georgia, serif;
               font-weight: bold;
               text-align: left;
               padding-bottom: 2px
        }
        table.calendar {
               border-collapse: collapse;
               
        }
        table.calendar td, table.calendar th {
               border: solid 1px #d1d2d3;
               font-family: Verdana, sans-serif;
        }
        table.calendar td {
               font-size: 9px;
               vertical-align: top;
               width: 26px;
               height: 30px;
        }
        table.calendar th {
               font-size: 11px;
               padding: 3px;
               font-weight: bold;
               background-color: #666;        
               color: #fff;
               text-align:center;
        }
        table.calendar td a {

               display: block;
               float: left;
               width: 11px;
               height: 10px;
               background-repeat:no-repeat;
               background-position:top left;
        }
        table.calendar td a.evening {
               background-image: url('/_img/calendarIcons/solid_circle.gif');
        }
        table.calendar td a.matinee {
               background-image: url('/_img/calendarIcons/hollow_circle.gif');
        }
        #spencer_theatre table.calendar td a.evening {
               background-image: url('/_img/calendarIcons/solid_arrow.gif');
        }
        #spencer_theatre table.calendar td a.matinee {
               background-image: url('/_img/calendarIcons/hollow_arrow.gif');
        }
        table.calendar td a span {
               position: absolute;
               left: -50001px;
        }
        
        table.calendar td.out {
               background-color: #dedede;
        }

/* Social Networking Bar 
--------------------------- */
/* SpryCollapsiblePanel.css - Revision: Spry Preview Release 1.4 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/* This is the selector for the main CollapsiblePanel container. For our
 * default style, the CollapsiblePanel is responsible for drawing the borders
 * around the widget.
 *
 * If you want to constrain the width of the CollapsiblePanel widget, set a width on
 * the CollapsiblePanel container. By default, our CollapsiblePanel expands horizontally to fill
 * up available space.
 *
 * The name of the class ("CollapsiblePanel") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style the
 * CollapsiblePanel container.
 */
.CollapsiblePanel {
   margin: -5px 0px 0px 0px;
   padding: 2px 2px;
   width: 200px;
   /*border-left: solid 1px #CCC;
   border-right: solid 1px #999;
   border-top: solid 1px #999;
   border-bottom: solid 1px #CCC;*/
   font-size: 11px;
}

/* This is the selector for the CollapsiblePanelTab. This container houses
 * the title for the panel. This is also the container that the user clicks
 * on to open or close the panel.
 *
 * The name of the class ("CollapsiblePanelTab") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * CollapsiblePanel panel tab container.
 */
.CollapsiblePanelTab {
   background-color: #FFF;
   margin: 0px;
   padding: 2px;
   cursor: pointer;
   -moz-user-select: none;
   -khtml-user-select: none;
   font-size: 12px;
   color: #990000;
}

/* This is the selector for a CollapsiblePanel's Content area. It's important to note that
 * you should never put any padding on the content area element if you plan to
 * use the CollapsiblePanel's open/close animations. Placing a non-zero padding on the content
 * element can cause the CollapsiblePanel to abruptly grow in height while the panels animate.
 *
 * The name of the class ("CollapsiblePanelContent") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style a
 * CollapsiblePanel content container.
 */
.CollapsiblePanelContent {
   margin: 0px;
   padding: 3px 0px 3px 7px;
   background-color: #EEE;
   border-collapse:collapse;
   border:1px solid #CCC;

}

/* An anchor tag can be used inside of a CollapsiblePanelTab so that the
 * keyboard focus ring appears *inside* the tab instead of around the tab.
 * This is an example of how to make the text within the anchor tag look
 * like non-anchor (normal) text.
 */
.CollapsiblePanelTab a {
	color: black;
	text-decoration: none;
}

/* This is an example of how to change the appearance of the panel tab that is
 * currently open. The class "CollapsiblePanelOpen" is programatically added and removed
 * from panels as the user clicks on the tabs within the CollapsiblePanel.
 */
.CollapsiblePanelOpen .CollapsiblePanelTab {
	background-color: #FFF;
       border-bottom: solid 1px #CCC;
       background-image:url(/_img/btnClose.gif);
       background-repeat:no-repeat;
       background-position:top right;

}

/* This is an example of how to change the appearance of the panel tab as the
 * mouse hovers over it. The class "CollapsiblePanelTabHover" is programatically added
 * and removed from panel tab containers as the mouse enters and exits the tab container.
 */
.CollapsiblePanelTabHover,  .CollapsiblePanelOpen .CollapsiblePanelTabHover {
	background-color: #CCC;
}

/* This is an example of how to change the appearance of all the panel tabs when the
 * CollapsiblePanel has focus. The "CollapsiblePanelFocused" class is programatically added and removed
 * whenever the CollapsiblePanel gains or loses keyboard focus.
 */
.CollapsiblePanelFocused .CollapsiblePanelTab {
	background-color: #CCC;
}


/* ******************* Tabbed Panels for videos ****************************** */
/* SpryTabbedPanels.css - Revision: Spry Preview Release 1.4 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/* Horizontal Tabbed Panels
 *
 * The default style for a TabbedPanels widget places all tab buttons
 * (left aligned) above the content panel.
 */

#videoTabs.TabbedPanels {
   width:570px;
   text-align:center;
   margin-top:8px;
   font-size: 13px;
}
/* This is the selector for the main TabbedPanels container. For our
 * default style, this container does not contribute anything visually,
 * but it is floated left to make sure that any floating or clearing done
 * with any of its child elements are contained completely within the
 * TabbedPanels container, to minimize any impact or undesireable
 * interaction with other floated elements on the page that may be used
 * for layout.
 *
 * If you want to constrain the width of the TabbedPanels widget, set a
 * width on the TabbedPanels container. By default, the TabbedPanels widget
 * expands horizontally to fill up available space.
 *
 * The name of the class ("TabbedPanels") used in this selector is not
 * necessary to make the widget function. You can use any class name you
 * want to style the TabbedPanels container.
 */
.TabbedPanels {
	margin: 0px;
	padding: 0px;
	/* float: left; */
	clear: none;
	width: 100%; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
}

/* This is the selector for the TabGroup. The TabGroup container houses
 * all of the tab buttons for each tabbed panel in the widget. This container
 * does not contribute anything visually to the look of the widget for our
 * default style.
 *
 * The name of the class ("TabbedPanelsTabGroup") used in this selector is not
 * necessary to make the widget function. You can use any class name you
 * want to style the TabGroup container.
 */
.TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;
}

/* This is the selector for the TabbedPanelsTab. This container houses
 * the title for the panel. This is also the tab "button" that the user clicks
 * on to activate the corresponding content panel so that it appears on top
 * of the other tabbed panels contained in the widget.
 *
 * For our default style, each tab is positioned relatively 1 pixel down from
 * where it wold normally render. This allows each tab to overlap the content
 * panel that renders below it. Each tab is rendered with a 1 pixel bottom
 * border that has a color that matches the top border of the current content
 * panel. This gives the appearance that the tab is being drawn behind the
 * content panel.
 *
 * The name of the class ("TabbedPanelsTab") used in this selector is not
 * necessary to make the widget function. You can use any class name you want
 * to style this tab container.
 */
.TabbedPanelsTab {
   position: relative;
   top: 1px;
   float: left;
   padding: 5px 10px;
   margin: 0px 1px 0px 0px;
   /* font-size: 14px; */
   font-weight: bold;
   background-color: #DDD;
   list-style: none;
   border-left: solid 1px #CCC;
   border-bottom: solid 1px #999;
   border-top: solid 1px #999;
   border-right: solid 1px #999;
   -moz-user-select: none;
   -khtml-user-select: none;
   cursor: pointer;
   background-image: url(../_img/videoTabBackground.jpg);
   background-position: top;
   background-repeat: repeat-x;
}
#videoTabs.TabbedPanels ul.TabbedPanelsTabGroup li.TabbedPanelsTab {
   font-size: 11px;
   font-weight: bold;
}

/* This selector is an example of how to change the appearnce of a tab button
 * container as the mouse enters it. The class "TabbedPanelsTabHover" is
 * programatically added and removed from the tab element as the mouse enters
 * and exits the container.
 */
.TabbedPanelsTabHover {
	background-color: #CCC;
	color:#9C0000;
}

/* This selector is an example of how to change the appearance of a tab button
 * container after the user has clicked on it to activate a content panel.
 * The class "TabbedPanelsTabSelected" is programatically added and removed
 * from the tab element as the user clicks on the tab button containers in
 * the widget.
 *
 * As mentioned above, for our default style, tab buttons are positioned
 * 1 pixel down from where it would normally render. When the tab button is
 * selected, we change its bottom border to match the background color of the
 * content panel so that it looks like the tab is part of the content panel.
 */
.TabbedPanelsTabSelected {
   background-color: #EEE;
   border-bottom: 1px solid #EEE;
   background-image: url(../_img/videoTabBackground.jpg);
   background-position: bottom;
   background-repeat: repeat-x;
}

/* This selector is an example of how to make a link inside of a tab button
 * look like normal text. Users may want to use links inside of a tab button
 * so that when it gets focus, the text *inside* the tab button gets a focus
 * ring around it, instead of the focus ring around the entire tab.
 */
.TabbedPanelsTab a {
	color: black;
	text-decoration: none;
}
.TabbedPanelsTab a:hover {
	color: #9c0000;
}


/* This is the selector for the ContentGroup. The ContentGroup container houses
 * all of the content panels for each tabbed panel in the widget. For our
 * default style, this container provides the background color and borders that
 * surround the content.
 *
 * The name of the class ("TabbedPanelsContentGroup") used in this selector is
 * not necessary to make the widget function. You can use any class name you
 * want to style the ContentGroup container.
 */
.TabbedPanelsContentGroup {
	clear: both;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	background-color: #EEE;
}

/* This is the selector for the Content panel. The Content panel holds the
 * content for a single tabbed panel. For our default style, this container
 * provides some padding, so that the content is not pushed up against the
 * widget borders.
 *
 * The name of the class ("TabbedPanelsContent") used in this selector is
 * not necessary to make the widget function. You can use any class name you
 * want to style the Content container.
 */
.TabbedPanelsContent {
   padding: 12px 4px;
}

.TabbedPanelsContent p {
   padding: 10px;
   text-align: left;
   font-size: 12px;
   line-height: 125%;
}

/* This selector is an example of how to change the appearnce of the currently
 * active container panel. The class "TabbedPanelsContentVisible" is
 * programatically added and removed from the content element as the panel
 * is activated/deactivated.
 */
.TabbedPanelsContentVisible {
}

/* Vertical Tabbed Panels
 *
 * The following rules override some of the default rules above so that the
 * TabbedPanels widget renders with its tab buttons along the left side of
 * the currently active content panel.
 *
 * With the rules defined below, the only change that will have to be made
 * to switch a horizontal tabbed panels widget to a vertical tabbed panels
 * widget, is to use the "VTabbedPanels" class on the top-level widget
 * container element, instead of "TabbedPanels".
 */

/* This selector floats the TabGroup so that the tab buttons it contains
 * render to the left of the active content panel. A border is drawn around
 * the group container to make it look like a list container.
 */
.VTabbedPanels .TabbedPanelsTabGroup {
	float: left;
	width: 10em;
	height: 20em;
	background-color: #EEE;
	position: relative;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
}

/* This selector disables the float property that is placed on each tab button
 * by the default TabbedPanelsTab selector rule above. It also draws a bottom
 * border for the tab. The tab button will get its left and right border from
 * the TabGroup, and its top border from the TabGroup or tab button above it.
 */
.VTabbedPanels .TabbedPanelsTab {
	float: none;
	margin: 0px;
	border-top: none;
	border-left: none;
	border-right: none;
}

/* This selector disables the float property that is placed on each tab button
 * by the default TabbedPanelsTab selector rule above. It also draws a bottom
 * border for the tab. The tab button will get its left and right border from
 * the TabGroup, and its top border from the TabGroup or tab button above it.
 */
.VTabbedPanels .TabbedPanelsTabSelected {
	background-color: #EEE;
	border-bottom: solid 1px #999;
}

/* This selector floats the content panels for the widget so that they
 * render to the right of the tabbed buttons.
 */
.VTabbedPanels .TabbedPanelsContentGroup {
	clear: none;
	float: left;
	padding: 0px;
	width: 30em;
	height: 20em;
}
