@media print
{ 
	DIV#Column
	{
		display: none;
	}
}

DIV#Column
{
	position: absolute;
	right: 1px;
	left: auto;
	border-top: 5px solid black;
	width: 34%;
	margin: 0em;
	padding: 0em;
}

DIV#Column DIV.Content
{
	padding: 30px 1em;
}

DIV#Column HR
{
	border-width: 0px;
	border-top: 3px solid #EEE;
	height: 3px;
}

DIV#Column DIV.Profile
{
	font-family: Tahoma, Sans-serif;
	font-size: 0.7em;
	font-weight: bold;
}

DIV#Column DIV.Profile IMG
{
	position: absolute;
	width: 32px;
	margin-bottom: 5px;
}

DIV#Column DIV.Profile DIV
{
	margin-left: 32px;
	padding-left: 0.5em;
	padding-bottom: 5px;
	line-height: 1.2em;
}

DIV#Column DIV.Text, DIV#Column TD.Text
{
	font-family: Tahoma, Sans-serif;
	font-size: 0.7em;
}

/*
 * Lexicon
 */

DIV.Lexicon
{
	background: gray url('http://www.sgtofu.com/i/corner_23.gif') bottom left no-repeat;
	border-top: 1px solid white;
	margin-top: 2em;
	font-family: Tahoma, Sans-serif;
	font-size: 0.7em;
	font-weight: bold;
	padding-bottom: 2em;
}

DIV.Lexicon U
{
	display: block;
	background-color: white;
	margin: 1px 1px 2em 1px;
	padding: 0.2em 1em;
	font-size: 0.9em;
	text-decoration: none;
}

DIV.Lexicon I
{
	font-style: normal;
	text-transform: uppercase;
	color: silver;
}

DIV.Lexicon B, DIV.Lexicon A, DIV.Lexicon A:visited
{
	color: white;
	font-style: normal;
	padding: 0em 1em 1em 1em;
	display: block;
}

DIV.Lexicon A, DIV.Lexicon A:visited
{
	margin-top: 0.2em;
	float: right;
	color: silver;
}


/*
 * Online
 */

DIV.Online
{
	margin-top: 2em;
	font-family: Tahoma, Sans-serif;
	font-size: 0.7em;
	font-weight: bold;
	padding-bottom: 2em;
}


/*
 * Days till next reinc
 */

DIV.ReincAlert
{
	margin-top: 2em;
	background: #FF6600 url('http://www.sgtofu.com/i/corner_24.gif') bottom left no-repeat;
	border-top: 1px solid white;
	font-family: Tahoma, Sans-serif;
	font-size: 0.7em;
	font-weight: bold;
}


DIV.ReincAlert U
{
	display: block;
	background-color: white;
	margin: 1px 1px 1em 1px;
	padding: 0.2em 1em;
	font-size: 0.9em;
	color: orangered;
	text-decoration: none;
}

DIV.Reinc
{
	margin-top: 2em;
	background: #999999 url('http://www.sgtofu.com/i/corner_23.gif') bottom left no-repeat;
	border-top: 1px solid white;
	font-family: Tahoma, Sans-serif;
	font-size: 0.7em;
	font-weight: bold;
}


DIV.Reinc U
{
	display: block;
	background-color: white;
	margin: 1px 1px 1em 1px;
	padding: 0.2em 1em;
	font-size: 0.9em;
	color: #999999;
	text-decoration: none;
}

DIV.ReincAlert B, DIV.Reinc B
{
	color: white;
	padding: 0em 1em 1em 1em;
	display: block;
}
