body, td, p, div  { font-family: Verdana, sans-serif; color:white; font-size:8pt; }
input, textarea, select  { font-family: Verdana, sans-serif; font-size:8pt; }
body { background-color:#000000; }
a, a:link, a:visited, a:active {color:#ccccdd}
a:hover {color:white }
#pageBody
{
	margin: 0px auto;
	text-align: center;
	background-image: url('../../images/theme/bg_starfield.jpg');
}
form
{
	margin: 0px;
	padding: 0px;
}
img
{
	border: none;
}
#pageHeader
{
	margin: 0px auto 0px auto;
	width:820px;
	height:133px;
	background-image: url('/images/theme/tmnt.jpg');
	background-repeat: no-repeat;
	position: relative;
	text-align:left;
}
#pageHeader ul {
	padding: 0;
	margin: 0;
}
#pageHeader li {
	list-style: none;
	display: block;
	float:left;
	margin: 0;
	padding: 0;
}
#pageHeader li a
{
	display: block;
	cursor:hand;
}
#pageHeader li a span
{
	display: none;
}
#headerLogo
{
	position: absolute;
	left: 34px; top: 35px;
	width: 172px; height: 82px;
	cursor:hand;
	/*filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/theme/logo.png', sizingMethod='scale');*/
}
html>body #headerLogo { /*Child Selector Hack, hides this from ie*/
	background: url('/images/theme/logo.png');
}
#headerNavigation
{
	position: absolute;
	left: 127px; top: 93px;
	width: 650px; height: 22px;
}
#navHome
{
	width: 53px; height: 22px;
	/*filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/theme/home.png', sizingMethod='scale');*/
}
html>body #navHome { /*Child Selector Hack, hides this from ie*/
	background: url('/images/theme/home.png');
}
#navChecklists
{
	width: 99px; height:22px; margin-left: 9px;
	/*filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/theme/checklists.png', sizingMethod='scale');*/
}
html>body #navChecklists { /*Child Selector Hack, hides this from ie*/
	background: url('/images/theme/checklists.png');
}
#navForums
{
	width: 73px; height: 22px; margin-left: 9px;
	/*filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/theme/forums.png', sizingMethod='scale');*/
}
html>body #navForums { /*Child Selector Hack, hides this from ie*/
	background: url('/images/theme/forums.png');
}
#navReviews
{
	width: 75px; height: 22px; margin-left: 9px;
	/*filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/theme/reviews.png', sizingMethod='scale');*/
}
html>body #navReviews{ /*Child Selector Hack, hides this from ie*/
	background: url('/images/theme/reviews.png');
}
#navBookClub
{
	width: 94px; height: 22px; margin-left: 9px;
	/*filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/theme/bookclub.png', sizingMethod='scale');*/
}
html>body #navBookClub{ /*Child Selector Hack, hides this from ie*/
	background: url('/images/theme/bookclub.png');
}
#navQuiz
{
	width: 44px; height: 22px; margin-left: 9px;
	/*filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/theme/quiz.png', sizingMethod='scale');*/
}
html>body #navQuiz{ /*Child Selector Hack, hides this from ie*/
	background: url('/images/theme/quiz.png');
}
#navLinks
{
	width: 52px; height: 22px; margin-left: 9px;
	/*filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/theme/links.png', sizingMethod='scale');*/
}
html>body #navLinks{ /*Child Selector Hack, hides this from ie*/
	background: url('/images/theme/links.png');
}
#navLogin
{
	width: 61px; height: 22px; margin-left: 9px;
	/*filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/theme/login.png', sizingMethod='scale');*/
}
html>body #navLogin{ /*Child Selector Hack, hides this from ie*/
	background: url('/images/theme/login.png');
}
#navLogout
{
	width: 72px; height: 22px; margin-left: 9px;
	/*filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/theme/logout.png', sizingMethod='scale');*/
}
html>body #navLogout{ /*Child Selector Hack, hides this from ie*/
	background: url('/images/theme/logout.png');
}
#navAdmin
{
	width: 64px; height: 22px; margin-left: 9px;
	/*filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/theme/admin.png', sizingMethod='scale');*/
}
html>body #navAdmin{ /*Child Selector Hack, hides this from ie*/
	background: url('/images/theme/admin.png');
}
#pageContent
{
	width:760px;
	margin-left: 15px;
	margin-right: 15px;
	margin: 0px auto;
	padding-left: 15px;
	padding-right: 15px;
	text-align: left;
	background-image: url('../../images/theme/bg_starfield_trans.jpg');
}
#pageFooter
{
	width:820px;
	height:30px;
	margin: 0px auto 0px auto;
	background-image: url('/images/theme/bg_footer.gif');
	background-repeat: no-repeat;
}

.eventsTable tr td {
	font-size: 10px
}

table.listtable tr.header td { border-top: none; border-bottom: 2px solid #CCCCCC }

ul.booklist {
	padding: 0px; margin: 0px;
}
ul.booklist li {
	list-style: none;
	margin-bottom: 4px;
}
ul.booklist li div {
	display: block;
	margin: 0px 0px 0px 8px;
}

h4
{
	margin: 4px 0px;
}
table.adminlist
{
	border-collapse: collapse;
}
table.adminlist th, table.adminlist td
{
	padding: 2px 12px 2px 2px;
}
table.adminlist td
{
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;	
}