<link type="text/css" rel="stylesheet" href="rrtc_css/rrtc_theatre.css">
@charset "utf-8";
h1, h2, h3, h4, h5, h6, p, span, em {
	margin: 0;
	padding: 0;
	color: #781B39;
	font-weight: bold;
}
body {
margin: 5px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
padding: 0;
text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
./*I'mchanging filetoforcean update whereused */
color: #000;
font-family: Arial, Helvetica, sans-serif;
font-size: 100.01%;
background-image: url(../images/background.jpg);
background-attachment: fixed;
background-repeat: repeat;
background-position: center top;
line-height: normal;
}
.rrtc_top #container {
width: 950px;
margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
border: 0px none #000000;
text-align: left; /* this overrides the text-align: center on the body element. */
}
.rrtc_top #header {
height: 162px;
padding-top: 0;
padding-right: 10px;
padding-bottom: 0;
padding-left: 10px;
background-image: url(../images/NEWaltbanner.png);
position: relative;
background-color: #294D5B;
}
.rrtc_top #header ul {
margin: 0px;
padding: 0px;
list-style-type: none;
right: 0px;
bottom: 0px;
position: absolute;
}
.rrtc_top #header li {
float: left;
}
.rrtc_top #header li a {
display: block;
padding: 4px;
margin-left: 5px;
font-weight: bold;
font-size: 18px;
font-family: Arial, Helvetica, sans-serif;
}
.rrtc_top #header li a:link, .rrtc_top #header li a:visited {
color: #D2D2D2;
text-decoration: none;
background-image: url(../images/purple_80.png);
}
.rrtc_top #header li a:hover {
color: #FFF;
background-image: url(../images/red_80.png);
}
.rrtc_top #sidebar1 {
float: left; /* since this element is floated, a width must be given */
width: 230px;
margin: 0px;
padding: 0px;
font-family: Arial, Helvetica, sans-serif;
position: relative;
}
.rrtc_top #sidebar1 #sidealign {
	position: absolute;
	width: 230px;
	top: 0px;
	background: url(../images/blue_80.png);
}
.rrtc_top #sidebar1 #archiveBox {
position: absolute;
height: 300px;
width: 235px;
top: 0px;
}
.rrtc_top #sidebar1 #archiveBox #menuBox{
}
.rrtc_top #sidebar1 #archiveBox #menuBox ul {
list-style-image: none;
list-style-type: none;
}
.rrtc_top #sidebar1 #archiveBox #menuBox ul li a {
font-family: Arial, Helvetica, sans-serif;
text-decoration: none;
display: block;
vertical-align: center;
padding: 5px;
}
.rrtc_top #sidebar1 #archiveBox #menuBox ul li a:link, .rrtc_top #sidebar1 #archiveBox #menuBox ul li a:visited {
font-weight: bolder;
text-decoration: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
background-image: url(../images/purple_80.png);
color: #D2D2D2;
}
.rrtc_top #sidebar1 #archiveBox #menuBox ul li a:hover, .rrtc_top #sidebar1 #archiveBox #menuBox ul li a:active {
color: #FFF;
background-image: url(../images/red_80.png);
}
.rrtc_top #mainContent {
margin: 0px;
float: right;
width: 680px;
padding-left: 15px;
padding-right: 15px;
padding-top: 15px;
padding-bottom: 15px;
background-image: url(../images/blue_80.png);
text-align: center;
height: auto;
}
.rrtc_top #onlyMainContent {
margin: 0px;
float: center;
width: 880px;
padding-left: 15px;
padding-right: 15px;
padding-top: 15px;
padding-bottom: 15px;
background-image: url(../images/blue_80.png);
text-align: center;
height: auto;
}
.rrtc_top #onlyMainContent table.center {
font-family: Arial, Helvetica, sans-serif;
font-size: 1em;
color: #006;
margin-bottom: 15px;
margin-left:auto; margin-right:auto;
border-collapse:separate;
empty-cells:hide;
}
.rrtc_top #onlyMainContent #tableStyle1 tbody tr td {
background-color: #9FA9C4;
font-family: Arial, Helvetica, sans-serif;
font-size: 1em;
text-align: center;
border: 2px solid #006;
padding: 5px;
}
.rrtc_top #mainContent h1 {
font-family: Arial, Helvetica, sans-serif;
font-size: 1.3em;
font-weight: bold;
color: #009;
background-image: url(../images/square-25.png);
background-repeat: no-repeat;
background-position: 0px center;
padding-left: 25px;
margin-bottom: 10px;
margin-top: 0px;
margin-right: 0px;
margin-left: 0px;
padding-top: 0px;
padding-right: 0px;
padding-bottom: 0px;
text-align: left;
}
.rrtc_top #mainContent h2 {
font-family: Arial, Helvetica, sans-serif;
color: #009;
background-image: url(../images/square-25.png);
background-repeat: no-repeat;
background-position: left center;
padding-left: 25px;
margin-left: 30px;
font-size: 1.1em;
font-style: italic;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-right: 0px;
padding-bottom: 0px;
}
.rrtc_top #mainContent h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #009;
	background-image: url(../images/square-25.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 30px;
	margin-left: 30px;
	font-style: italic;
	margin-bottom: 20px;
	margin-top: 0px;
	margin-right: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	text-align: left;
}
.rrtc_top #mainContent h4 {
font-weight: bolder;
font-size: 24px;
margin: 0px;
padding: 0px;
}
.rrtc_top #mainContent h5 {
font-family: Arial, Helvetica, sans-serif;
font-size: 1.1em;
margin-left: 90px;
margin-top: -20px;
margin-bottom: 15px;
color: #006;
font-weight: normal;
font-style: italic;
padding: 0px;
margin-right: 0px;
}
.rrtc_top #mainContent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #006;
	padding-bottom: 10px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	text-align: left;
}
.rrtc_top #mainContent p em {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bolder;
	color: #781b39;
	text-align: center;
	font-size: larger;
}
.rrtc_top #mainContent table#tableStyle1 {
font-family: Arial, Helvetica, sans-serif;
font-size: 1em;
color: #006;
margin-bottom: 15px;
border-collapse: collapse;
}
.rrtc_top #mainContent #tableStyle1 tbody tr td {
background-color: #9FA9C4;
font-family: Arial, Helvetica, sans-serif;
font-size: 1em;
text-align: center;
border: 2px solid #006;
padding: 5px;
}
.rrtc_top #mainContent #tableStyle1 thead tr th{
background-color: #8794B6;
text-align: center;
font-weight: bold;
padding: 5px;
border: 2px solid #006;
}
.rrtc_top #mainContent #tableStyle1 caption {
font-family: Arial, Helvetica, sans-serif;
font-size: 1.2em;
font-weight: bold;
padding-bottom: 5px;
}
.rrtc_top #mainContent table#tableStyle2 {
font-family: Arial, Helvetica, sans-serif;
font-size: small;
color: #006;
margin-bottom: 15px;
border-collapse: collapse;
}
.rrtc_top #mainContent #tableStyle2 tbody tr td {
	background-color: #9FA9C4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	text-align: left;
	border: 2px solid #006;
	padding: 5px;
	font-weight: normal;
}
.rrtc_top #mainContent #tableStyle3 tbody tr td {
background-color: #9FA9C4;
font-family: Arial, Helvetica, sans-serif;
font-size: small;
text-align: left;
border: 2px solid #006;
padding: 5px;
}
.rrtc_top #mainContent #tableStyle2 thead tr th {
background-color: #8794B6;
text-align: center;
font-weight: bold;
padding: 5px;
border: 2px solid #006;
}
.rrtc_top #mainContent #tableStyle2 caption {
font-family: Arial, Helvetica, sans-serif;
font-size: 1.2em;
font-weight: bold;
padding-bottom: 5px;
}
.rrtc_top #mainContent ul li {
list-style-image: url(../images/square-25.png);
list-style-position: outside;
margin-left: 50px;
}
.rrtc_top #mainContent #addrDiv {
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
color: #006;
margin-left: 50px;
margin-top: 20px;
margin-bottom: 20px;
}
.rrtc_top #footer {
background-image: url(../images/blue_80.png);
margin-top: 5px;
padding-top: 0;
padding-right: 10px;
padding-bottom: 0;
padding-left: 20px;
line-height: 0em;
margin-left: 265px;
margin-bottom: 300px;
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
}
.rrtc_top #footer p {
margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
font-size: 0.6em;
text-align: center;
}
.rrtc_top #footer p a {
font-size: 1.2em;
margin-right: 1.5em;
}
.archiveTitle {
font-family: Arial, Helvetica, sans-serif;
font-size: 18px;
color: #FFF;
display: block;
text-align: center;
font-weight: bolder;
height: 28px;
background-image: url(../images/archive-banner.png);
padding-top: 7px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 0px;
}
.archiveTitle2 {
font-family: Arial, Helvetica, sans-serif;
font-size: 18px;
color: #FFF;
display: block;
text-align: center;
font-weight: bolder;
height: 28px;
background-image: url(../images/archive-banner2.png);
padding-top: 7px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 0px;
}
.bottomSeparator {
margin-top: 20px;
background-image: url(../images/separatorH.gif);
background-repeat: no-repeat;
background-position: left bottom;
padding-bottom: 30px;
margin-bottom: 15px;
font-size: medium;
text-align: left;
}
.directions {
font-family: Arial, Helvetica, sans-serif;
font-size: 0.6em;
}
.directions a:link , .directions a:visited{
text-decoration: underline;
color: #006;
}
.directions a:hover {
color: #820000;
text-decoration: none;
}
.initialCap {
float: left;
height: 64px;
width: 62px;
}
.mainContentDiv {
background-image: url(../images/separatorH.gif);
background-repeat: no-repeat;
background-position: left bottom;
padding-bottom: 30px;
margin-bottom: 25px;
}
.moreInfo {
font-family: Arial, Helvetica, sans-serif;
}
.moreInfo a:link , .moreInfo a:visited{
color: #006;
text-decoration: underline;
font-weight: bold;
}
.moreInfo a:hover {
color: #820000;
text-decoration: none;
text-align: center;
}
.rounded {
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
}
.roundedTop {
-moz-border-radius-topleft:10px;
-webkit-border-top-left-radius:10px;
-moz-border-radius-topright:10px;
-webkit-border-top-right-radius:10px;
}
.roundedBottom {
-moz-border-radius-bottomright:10px;
-webkit-border-bottom-right-radius:10px;
-moz-border-radius-bottomleft:10px;
-webkit-border-bottom-left-radius:10px;
}
.roundedMain {
-moz-border-radius-topleft:10px;
-webkit-border-top-left-radius:10px;
-moz-border-radius-bottomright:10px;
-webkit-border-bottom-right-radius:10px;
-moz-border-radius-bottomleft:10px;
-webkit-border-bottom-left-radius:10px;
}
.rrtc_top #mainContent p.scriptQuote{
font-size: 1em;
color: #781B39;
}
.sidebarMore {
font-family: Arial, Helvetica, sans-serif;
text-align: center;
display: block;
margin: 5px;
font-weight: bold;
}
.sidebarMore a:link, .sidebarMore a:visited {
color: #009;
text-decoration: underline;
}
.sidebarMore a:hover {
color: #F00;
text-decoration: none;
}
.sidebarTitle {
font-family: Arial, Helvetica, sans-serif;
font-size: 17px;
color: #FFF;
display: block;
text-align: center;
font-weight: bolder;
height: 20px;
padding: 1px;
background-color: #E592AC;
}
.sideElement {
margin-bottom: 5px;
margin-top: 0px;
margin-right: 0px;
margin-left: 0px;
}
.rrtc_top #mainContent #announce .tightText {
margin: 0px;
padding: 0px;
font-size: 0.8em;
}
.whatsNew {
margin-bottom: 5px;
background-color: #9FA9C4;
border-right-width: 2px;
border-bottom-width: 2px;
border-left-width: 2px;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
border-right-color: #006;
border-bottom-color: #006;
border-left-color: #006;
padding: 10px;
}
.whatsNewCat {
	font-size: large;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #781B55;
	display: block;
	text-align: left;
	margin-bottom: 2px;
	margin-right: 15px;
	margin-top: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #781B55;
	float: left;
}
.whatsNewDate {
font-size: large em;
font-style: italic;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
color: #781B55;
display: block;
text-align: right;
margin-bottom: 2px;
margin-right: 15px;
margin-top: 2px;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #781B55;
}
.whatsNewTab {
background-color: #9FA9C4;
padding: 10px;
border: 2px solid #006;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
float: right;
margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
float: left;
margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
clear:both;
height:0;
font-size: 1px;
line-height: 0px;
}
#EmphasizeText1 {
font-family: Arial, Helvetica, sans-serif;
font-size: 18px;
font-style: normal;
font-weight: bold;
color: #909;
}
</link>

