@media screen
{
	body {
		font-family: arial, helvetica;
		background-color: #660066;
	}
}

@media print
{
	body {
		font-family: arial, helvetica;
		background-color: white;
		margin: 0;
	}
}

.pageContainer {
	width: 100%;
	text-align: center;
}

.pageContent {
	background-color: white;
	width: 100%;
	text-align: left;
}

div.tiny {
	color: white;
	font-size: 9pt;
}

.contentArea {
	padding-bottom: 5px;
}

.navList {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.content {
}

.header {
	color: black;
	background-color: #FF99FF;
	font-weight: bold;
	text-align: center;
	padding-top: 1px;
	padding-bottom: 1px;
	white-space: nowrap;
}

.pageFooter {
	background-color: black;
	font-size: smaller;
	color: white;
}

td.sidebar {
	margin-right: 2px;
	padding-right: 5px;
	border-right: 1px solid black;
	height: 100%
}

/*-------------
News and Comment
-------------*/

div.newsDate {
	font-weight: bold;
}

div.cmtDate {
	font-size: 9pt;
	color: gray;
}

div.comment {	
}

div.newsSubject {
	vertical-align: middle;
	font-weight: bold;
}

div.news {
	margin-left: 10px;
}

div.newsCommentLink {
	margin-left: 10px;
	font-size: smaller;
	padding-top: 3px;
}
	
div.nowrap {
	white-space: nowrap;
}

.quote {
	color: gray;
	font-size: 9pt;
}

/*-------------
Bookshelf
-------------*/

.bs_title {
	font-weight: bold;
	font-size: larger;
}

/*-------------
D&D Section
-------------*/

@media screen
{
	.spellHeading {
		font-size: 10pt;
	}
	
	.spellList {
		font-size: 9pt;
	}
	
	span.spellExtra {
		font-size: 7pt;
	}
	
	.otherText {
		font-size: 9pt;
	}
}

@media print
{
	.spellHeading {
		font-size: 8pt;
	}
	
	.spellList {
		font-size: 7pt;
		padding-left: 8pt;
		list-style: none;
	}

	span.spellExtra {
		font-size: 5pt;
	}
	
	.otherText {
		font-size: 8pt;
	}
}

.skillList td {
	padding: 0;
}

.skillBonus {
	text-align: right;
	text-indent: 2em;
}

.skillName {
	text-indent: 0.5em;
}

.skillLang {
	vertical-align: top;
	margin-left: 2em;
}
