body,td { font: 12px Georgia,'Times New Roman',Times,serif; color:#FFF; line-height: 1.4em;}

.background { width:100%; height:100%; background:#005BAA url(../img/microsites/scrooge/background.jpg) no-repeat top center; }

#mainContent table { text-align:left; margin:0 auto; }
#mainContent a { color: #600; }
#mainContent a:hover { color: #FFF; }

#booktable table { float:left; text-align:left; margin:0; }
#booktable td {  border-bottom:1px solid #C00; }
#booktable td a { float:right; color:#600; text-decoration:none; } 
#booktable td a:hover { color:#FFF; text-decoration:underline; }

.casttable td {  border-bottom:1px solid #C00; padding:2px 0 2px 0; }
.casttable td a { float:left; color:#600; text-decoration:none; } 
.casttable td a:hover { color:#FFF; text-decoration:none; }

.quote { font: normal 17px Georgia,'Times New Roman',Times,serif; color:#FFF; margin: 0 0 10px 0; }
.credit { font: normal 11px Georgia,'Times New Roman',Times,serif; font-style:italic; color:#FFF; margin-left:10px; text-transform:none; }

h1 {  }
h2 { text-align:left; font: normal 18px Georgia,'Times New Roman',Times,serif;; color:#FFF; margin:0; padding-bottom:10px; }
h3 {  }

hr { border: 1px; color: #C00; background-color: #C00; height: 1px; clear: both; }

#navtop { position:absolute; top:0px; left:34px; width:476px; }
#navtop ul { margin:0; padding:0; list-style-type: none; }
#navtop ul li { display:inline; height:50px; margin:0; padding:0; }
#navtop img { float:left; height:50px; margin:0; padding:0; }

/* Scroll Bar Styling Starts Here */

#scrollContent {
/* Typical fixed height and fixed width example */
text-align:left;
width: 450px;
height: 320px;
overflow: hidden;
/* IE overflow fix, position must be relative or absolute*/
position: absolute;
top:60px;
left:30px;
margin:0;
padding:0 15px 0 0;
}

.scrollgeneric { line-height: 1px; font-size: 1px; position: absolute; top: 0; left: 0; }
.vscrollerbase { width: 10px; background-color: #FFF; filter:alpha(opacity=50); /* Internet Explorer */ -moz-opacity:0.5; /* Mozilla 1.6 and below */opacity: 0.5; /* newer Mozilla and CSS-3 */ }
.vscrollerbar { width: 10px; background-color: #600; }
.hscrollerbase { height: 10px; background-color: #FFF; }
.hscrollerbar { height: 10px; background-color: #600; }
.scrollerjogbox { width: 10px; height: 10px; top: auto; left: auto; bottom: 0px; right: 0px; xbackground-color: gray; }
