html, body { height: 98%; }
body { background-color: white; margin: 15px 10px; }
.mainContent { font: 9px/15px Verdana,Arial,Helvetica; color: #666; letter-spacing: 1px; }
html>body .mainContent>* { font: 9px/15px Verdana,Arial,Helvetica; color: #666; letter-spacing: 1px; }
.mainContent a { color: #666; text-decoration: none; }
.mainContent a:hover { color: black; }
.cont { font-style: italic; font-size: 9px; }

a .cursor { background-image: url("/img/casper.gif"); }
a:hover .cursor { background-image: url("/img/cursor.gif"); border-color: white; }
.loader, #headlines .content img { background: url("/img/Loading_white.gif") no-repeat 50%; }
#headlines .content img { padding-left: 40px; }

#interviews { position: absolute; margin: 0px 15px; color: #444; letter-spacing: 0px; font-size: 110%; }
#interviews .q { font-weight: bold; margin: 15px 0px 5px 0px; color: #666; }

#scrollableWindow { overflow: hidden; position: relative; height: 120%; padding-right: 45px; }
	#scrollableWindow>div, .scrollableContent { position: absolute; }
	#scrollBar { position: absolute; right: 0px; width: 20px; height: 100%; }
	#scrollWell { position: relative; width: 20px; background: url("/img/scrollbar/well2.gif") repeat-Y 8px white; border: 0px solid #333333; }

	#scrollThumbShell { position: relative; width: 20px; }
	#scrollThumb { width: 8px; height: 100%; border: 1px #CCC outset; background-color: #555; margin-left: 5px; cursor: move; }
	#scrollThumb:hover { background-color: #BBB; border-style: inset; }

	#upArrow { background-image: url("/img/scrollbar/upArrow.gif"); }
	#downArrow { background-image: url("/img/scrollbar/downArrow.gif"); }
	a.scrollArrows { background-color: #555; background-repeat: no-repeat; display: block; width: 20px; height: 16px; }
	a.scrollArrows:hover { background-color: #888; }
	a.scrollArrows:active { background-color: #777; }

.archives a { width: 150px; display: block; }
.archives a img, .archives a:hover img { border: 0px solid #666666; }

.padTitleCard { padding: 39px 38px; background-color: black; width: 634px; }

.hidden { display: none; }
