@charset "UTF-8";

/* SpryMenuBarHorizontal.css - version 0.6 - Spry Pre-Release 1.6 */

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

/*******************************************************************************

 LAYOUT INFORMATION: describes box model, positioning, z-order

 *******************************************************************************/

/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.MenuBarHorizontal
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	width: auto;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 10px;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 8.5em;
	float: left;
}
/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarHorizontal ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	z-index: 1020;
	cursor: default;
	width: 8.7em;
	position: absolute;
	left: -1000em;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
{
	left: auto;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal ul li
{
	width: 700px;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal ul ul
{
	position: relative;
	margin: -5% 0 0 95%;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	left: auto;
	top: 0;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Submenu containers have borders on all sides */
ul.MenuBarHorizontal ul
{
	border: 0px solid #CCC;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	background-color: #A50309;
	padding: 0.5em 0.75em;
	color: #FFFFFF;
	text-decoration: none;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	background-color: #A50309;
	color: #FFF;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
	background-color: #A50309;
	color: #FFF;
}

/*******************************************************************************

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

 *******************************************************************************/

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenu
{
	background-image: url(SpryMenuBarDown.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenu
{
	background-image: url(SpryMenuBarRight.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenuHover
{
	background-image: url(SpryMenuBarDownHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover
{
	background-image: url(SpryMenuBarRightHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarHorizontal iframe
{
	position: absolute;
	z-index: 1010;
	filter:alpha(opacity:0.1);
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarHorizontal li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		background: #FFF;
	}
}

#wrapper {
	background-repeat: no-repeat;
	width: 700px;
	padding-top: 0px;
	background-position: 0px 36px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../finearts_new/theatre_bg.jpg);
	background-color: #000000;
}
#bg {
	background-image: url(../finearts_new/theatre_navbg.png);
	background-repeat: no-repeat;
	margin-left: 10px;
	height: 80px;
	margin-top: 175px;
	visibility: visible;
	filter: 
}
#rightstide {
	text-align: left;
	float: left;
	width: 250px;
	margin-top: 20px;
	margin-left: 10px;
}
body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(http://www.roncalli.org/images/barnav_1.gif);
	background-repeat: repeat-x;
}
.navcol {
	text-align: left;
	float: left;
	width: 125px;
	margin-left: 7px;
	padding-top: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	color: #FFFFFF;
}
.navcolText {
	text-align: left;
	float: right;
	width: 125px;
	margin-left: 7px;
	padding-top: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	color: #FFFFFF;
}
#rebelHeader {
	background-image: url(http://www.roncalli.org/images/splash_redbanner.gif);
	background-repeat: no-repeat;
	height: 36px;
}
#main {
	text-align: left;
	width: 440px;
	float: left;
	margin-top: 10px;
}
#main p, ul {
	padding: 0;
	margin: 0 0 1.7em 0;
	color: #FFFFFF;
	list-style-position: inside;
	list-style-type: square;
	font-family: "Lucida Grande", "Verdana", sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 1.4em;
	font-weight: normal;
	font-variant: normal;
}
#main ol {
	font: normal 11px/1.4em "Lucida Grande", "Verdana", sans-serif;
	color: #FFFFFF;
	list-style-position: outside;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 1.7em;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 25px;

}
#main p a {
	font-weight: bold;
	color: #A50309;
	text-decoration: none;
}
    
#main p a:hover {
	color: #FFFFFF;
	border-color: #FFFFFF;
	text-decoration: none;
}
    
    #main .leadingarticle p {
        color: #fff;
        font-size: 13px;
        line-height: 1.4em;
        padding: 7px 10px;
        margin-bottom: 0 !important; }
        
    #main .leadingarticle p a {
        font-weight: bold !important;
        color: #fff !important;
        text-decoration: none;
        border-bottom: 1px solid #fff !important; }
        
    #main .leadingarticle p a:hover {
        color: #542C08 !important;
        border-color: #542C08 !important;
        text-shadow: 0 0 0 !important; }
        
        #main .recentlypublished p {
            color: #222;
            padding-top: 5px !important;
            padding-bottom: 25px; }
            
        #main .recentlypublished p a {
            text-decoration: none;
            color: #222;
            font-weight: bold;
            text-transform: none; }
#main h1 {
	padding: 0 0 4px 0;
	margin: 0 0 10px 0;
	letter-spacing: -1px;
	font-family: "Trebuchet MS", "Verdana", sans-serif;
	font-size: 25px;
	line-height: 1.1em;
	font-weight: bold;
	color: #A50309;
	border-bottom-width: thin;
	border-bottom-style: none;
}
#main h1 a {
	text-decoration: none;
	border: 0;
	color: #FFFFFF;
}
    
#main h1 a:hover {
    text-decoration: none;
    border: 0;
    text-shadow: none;
    color: #333; }
#main h2 {
	font-family: "Trebuchet MS", "Verdana", sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	color: #1D2E59;
	font-weight: bolder;
	letter-spacing: -1px;
}
#main fieldset {
	padding: 0;
	margin: 0 0 1.7em 0;
	background-color:#F0EEDC;
	color: #1D2E59;
	font-family: "Lucida Grande", "Verdana", sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 1.4em;
	font-weight: normal;
	font-variant: normal;
	padding: 7px;

}
#table {
	margin: 0;
	font: normal 12px/1.6em "Lucida Grande", "Verdana", sans-serif;
	color: #FFFFFF;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 100%;
}
.ListBoxItem {
	border-bottom: solid 1px #202020;
	cursor: pointer;
	clear: both;
	background-color: #000;
	-moz-user-select: none;
	-khtml-user-select: none;
	color: #FFFFFF;
}

.EvenRow {
	background-color: #151515;
	color: #FFFFFF;
	cursor: pointer;
}
.ListBoxItemHover {	background-color: #777; color: #000; }
.SelectedListBoxItem { color: #fc0; }
#finearts_rsNAV {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
}
#finearts_rsNAV a {
	font-weight: bold;
	color: #A50309;
	text-decoration: none;
}
#finearts_rsNAV a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

#main_nav_column {
	width:190px;
	float:left;
	padding-left:0px;
	margin-top:14px;
	margin-bottom:14px;
	line-height:16px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	margin-right: 0px;
	margin-left: 10px;
	}

#main_nav_column a:link {
	text-decoration: none;
	COLOR: #FFA09D;
	float:left;
	width:190px;
	padding-left:10px;
	padding-bottom:2px;
}
#main_nav_column a:active {
	text-decoration: none;
	COLOR: #FFA09D;
	float:left;
	width:190px;
	padding-left:10px;
	padding-bottom:2px;
}
#main_nav_column a:visited {
	text-decoration: none;
	COLOR: #FFA09D;
	float:left;
	width:190px;
	padding-left:10px;
	padding-bottom:2px;
}
#main_nav_column a:hover {
	text-decoration: none;
	COLOR: #fff;
	float:left;
	width:190px;
	padding-left:10px;
	padding-bottom:2px;
	background-color: #7E0105;
}
#item_hdr {

	margin-left:8px;

	padding:6px;

	text-align:left;

	width:301px;

	border:1px solid #c2cdcd;

	color:#e48d00;

	clear:both; }

*html #item_hdr {

	width:315px; }
#schedule {

	width:320px; 

	height:404px; 

	padding-top:6px;

	text-align:left; 

	float:right; 

	background-image:url('/hp_2007/images/bg_schedule.jpg'); }



*html #schedule {

	height:410px; }

	

#schedule_item {
	width:225px;
	margin-top:0px;
	margin-left:5px;
	clear:both;
	padding-top:4px;
	padding-bottom:6px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}

.schedule_time {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#fff;
	font-weight:700;
	text-align:right;
	float:left;
	width:75px;
	display:table;
}

.schedule_title {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	width:200px;
	color:#fff;
	padding-left:8px;
	display:table;
}

*html .schedule_time {

	float:left; }

*html .schedule_title {

	float:left; }

	/* B BLOCK FORMATTING START */

#b_block {
	width:441px;
	height:300px;
	background-color:#000000;
	text-align:left;
	float:left;
}

#block_main {
	width:147px;
	float:left;
	margin-bottom: 20px;
}

#block_main img {

	margin-left:1px; }

#hdr {
	height:13px;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FF9900;
	margin-top:6px;
	margin-bottom:5px;
	padding-left:14px;
	border-right-width: thin;
	border-right-style: dotted;
	border-right-color: #333333;
}

*html #hdr {
	width:133px;
}

#block_text {
	height:117px;
	margin-top:8px;
	line-height:12px;
	padding-top:4px;
	padding-left:12px;
	padding-right:3px;
	border-right-width: thin;
	border-right-style: dotted;
	border-right-color: #333333;
}

#block_hdr, #block_copy, #block_hdr_sub {
	font-size:10px;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
}

#block_hdr_sub {

	font-weight:700;

	color:#e48d00; }

/* B BLOCK FORMATTING END */
.widget {
	width: 499px;
	height: 276px;
	border: solid 0px black;
	background-color: #00FF00;
}
.SlidingPanels {
	width: 441px;
	height: 325px;
	overflow: visible;
	float: left;
	padding: 0px;
	position: relative;
}
.SlidingPanelsContainer {
	height:276px;
	position: absolute;
	float:left;
	margin: 0px;
	padding: 0px;
	width: 1600px;
}
.SlidingPanelsContent {
	width: 147px;
	height: 276px;
	float: left;
}
.content {
	float: left;
	overflow: hidden;
	padding: 0px;
	border-right: solid 1px #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #304A8F;
}
.panelnav {
	clear: both;
	height: 25px;
}
.left {
	text-align: left;
	margin-left: 4px;
}
.right {
	text-align: right;
	margin-right: 4px;
}

/* SpryCollapsiblePanel.css - version 0.5 - Spry Pre-Release 1.6 */

/* 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: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #CCC;
	border-left-color: #7E0E11;
}

/* 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: #000000;
	margin: 0px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	padding-top: 10px;
	padding-right: 2px;
	padding-bottom: 10px;
	padding-left: 2px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	border-left-width: 0px;
	border-left-style: solid;
	border-left-color: #333333;
	font-family: sans-serif;
	font-size: 0.7em;
	font-weight: bold;
	color: #FFFFFF;
}

/* 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: 0px;
	border-left-width: 0px;
	border-left-style: solid;
	border-left-color: #333333;
}

/* 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: #000000;
}

/* This is an example of how to change the appearance of the panel tab when the
 * CollapsiblePanel is closed. The "CollapsiblePanelClosed" class is programatically added and removed
 * whenever the CollapsiblePanel is closed.
 */

.CollapsiblePanelClosed .CollapsiblePanelTab {
 /* background-color: #EFEFEF */
}

/* 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: #151515;
}

/* 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: #000000;
}
.navcol a {
	color: #CCCCCC;
	text-decoration: none;
	font-weight: bold;
}
.navcol a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.navcol a:visited {
	color: #CCCCCC;
	text-decoration: none;
}


</style>
<style type="text/css">

#apDiv2 {
	position:absolute;
	width:700px;
	height:115px;
	z-index:1020;
	background-color:#A50309;
	top: 35px;
	visibility: hidden;
}
#footer { 
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	text-align:center;
	color:#666666;
	}
#footer a { color:#999999; text-decoration:underline; font-weight:bold; }
#footer a:hover {color:#FFF; text-decoration:none; }
#footer a:visited {color:#999999; }