/* TABS STYLES */



.tab_container {

background: transparent none repeat scroll 0 0;

border: none

}



ul.tabs {

	border: none;

}

ul.tabs li {

	background: #637285

}



ul.tabs li a {

    padding: 0 10px;

    font-size: 0.9em;

    border: 1px solid #776F6D;

    color: #CCCCCC;

}



ul.tabs li a:hover {

background: none repeat scroll 0 0 #666666;

}



html ul.tabs li.active, html ul.tabs li.active a:hover {

    background: none repeat scroll 0 0 #655D72;

    border-bottom: 1px solid #999999;

    border-left: 1px solid #999999;

}



.tab_content {

    font-family: Verdana,Arial,Helvetica,sans-serif,"trebuchet MS","Trebuchet MS";

    font-size: 14px;

    line-height: 1.1em;

}



.plays h2 {

	border-top:1px dashed #DDDDDD;

	font-size:1.8em;

	font-weight:normal;

	padding-top:15px;

	margin:15px 0;

}



.plays {

	margin-bottom:20px;

}



p.heading1 {

	color: #D4D5D9;

	font-size: 24px;

	padding: 5px 0;

	border: none;

	margin-bottom: 0;

	margin-top: 10px

}