@charset "UTF-8";
/* CSS Document */

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
b:hover {
	color: #996600;
}

.wrapper {
	width: 850px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	height: auto;
}
.topbar {
	height: 26px;
	width: 849px;
	float: left;
}
.logo {
	height: 141px;
	width: 283px;
	float: left;
}
.moviecontainer {
	height: 141px;
	width: 540px;
	float: left;
}
.rightbox {
	height: 141px;
	width: 25px;
	float: left;
}
body {
	background-color: #2C3740;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 110%;
	text-align: left;
	margin-top: 0px;
}
.telephone {
	float: left;
	height: 37px;
	width: 283px;
	background-image: url(images/mc_img_07.png);
	font-size: 22px;
	line-height: 0px;
	color: #FFFFFF;
	text-indent: 10px;
}
.contentwrapper {
	float: left;
	height: auto;
	width: 849px;
	background-image: url(images/main_cnt_bg_13.png);
	background-repeat: repeat-y;
}
.menucontainer {
	height: 37px;
	width: 541px;
	float: left;
}
.menurightbox {
	height: 37px;
	width: 24px;
	float: left;
}
.lft_content {
	background-image: url(images/mc_img_11.png);
	background-repeat: no-repeat;
	float: left;
	height: auto;
	width: 229px;
	padding-left: 54px;
	text-align: left;
}
.rightContent {
	background-repeat: no-repeat;
	height: auto;
	width: 506px;
	float: left;
	background-image: url(images/mc_img_12.png);
	text-align: left;
	padding-right: 36px;
	padding-top: 15px;
	padding-left: 20px;
}
.footer {
	background-image: url(images/mc_img_14.png);
	float: left;
	height: 80px;
	width: 849px;
	font-size: 85%;
	font-weight: normal;
	color: #333333;
	text-align: center;
}

/* SpryMenuBarVertical.css - Revision: Spry Preview Release 1.4 */

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

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

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

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

/* The outermost container of the Menu Bar, a fixed width box with no margin or padding */
ul.MenuBarVertical
{
	padding: 0;
	list-style-type: none;
	font-size: 90%;
	cursor: default;
	width: 125px;
	height: auto;
	margin-top: 20;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	font-family: Arial, Helvetica, sans-serif;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-top-color: #33333;
	border-bottom-style: solid;
	border-bottom-color: #33333;
}
/* 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 same fixed width as parent */
ul.MenuBarVertical li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 90%;
	position: relative;
	text-align: left;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #33333;
	border-bottom-color: #33333;
	border-top-style: solid;
	border-bottom-style: solid;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarVertical ul
{
	margin: -5% 0 0 95%;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: absolute;
	z-index: 1020;
	cursor: default;
	width: 8.2em;
	left: -1000em;
	top: 0;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarVertical ul li
{
	width: 8.2em;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarVertical a
{
	display: block;
	cursor: pointer;
	color: #000000;
	text-decoration: none;
	height: auto;
	width: 110px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-image: url(images/widget_bg.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarVertical a:hover, ul.MenuBarVertical a:focus
{
	color: #FFF;
	background-image: url(images/widget_bg_ovr.jpg);
}

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

 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.MenuBarVertical a.MenuBarItemSubmenu
{
	background-image: url(SpryAssets/SpryMenuBarRight.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

/* 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: 0px;
	padding: 0px;
}

/* 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: #DDD;
	margin: 0px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	background-image: url(images/widget_bg.png);
	width: 465px;
	height: 26px;
	background-repeat: no-repeat;
	padding-top: 25px;
	padding-left: 35px;
}

/* 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;
	text-align: center;
	background-color: #CEBDA1;
}

/* 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 {
	
}

/* 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 {
	color: #FFFFFF;
	background-image: url(images/widget_ovrbg.png);	
}

/* 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 {
	
}
.image {
	border: thin solid #FFFFFF;
	margin-top: 20px;
	width: 125px;
	height: 188px;
}
.datatable {
	border -collapse: collapse;
	width 80%
;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
}
.datatable td {
	border: 1px solid #d6dde6:
	padding: 0.3em}	
.datatable th {
	border: 1px none #828282;
	background-color: #bcbcbc;
	font-weight: bold;
	text-align: left;
	padding-left: 0.3em;
}
.datatable caption {
	font: bold 110% arial, helvetica, sans-serif;
	color:#33517a;
	text-align:left;
	padding: 0.4em 0 0.8em 0;
}
.datatable tr.altrow {
	background-color:#FFCC99;
	color: #000000;		
}
.datatable tr:hover {
	background-color:#737373;
	color: #FFFFFF;
}	
#table_content_scroller {
	display: table-cell;
	height: 300px;
	background-position: left;
	float: left;
	position: relative;
	text-align: justify;
	text-indent: 0px;
	background-repeat: repeat-x;
	padding-top: 5px;
	padding-right: 0px;
	padding-left: 0px;
	overflow: auto;
	font-size: 95%;
}
#table_header {
	display: table-cell;
	background-position: left;
	position: relative;
	text-align: left;
	text-indent: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	overflow: auto;
	font-size: 95%;
	float: left;
}
.clearfloat {
	clear: both;
}
.icon {
	height: 25px;
	width: 20px;
	float: left;
	background-image: url(images/mule_icon.gif);
	background-repeat: no-repeat;
	margin-top: -8px;
	margin-right: 3px;
}
