/*
This style sheet is used for pages that should not follow the standard look of the product.
An example would be the pop-up calendar or contact list.
*/

/* IE Mac Ignore \*/ 
html, body{height:100%;} 
/* end IE Mac Hack */

html, body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	background-color: #FFFFFF;
}

form, #outer{
}

pre {
	background-color: #FFFFFF;
	color: #000000;
	font-family: 'Courier New' , Monospace;
	font-size: 10pt;
}

.pre {
	background-color: #FFFFFF;
	color: #000000;
	font-family: 'Courier New' , Monospace;
	font-size: 10pt;
}

td.dangerousscriptsremoved
{
	background-color: #cccccc;
	color: #000000;
	font-family: Arial;
	font-size: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #999999;
}

td.dangerousscriptsremoved a
{
	color: red;
	font-family: Arial;
	font-size: 10px;
	text-decoration: none;
}

td.dangerousscriptsremoved a:hover
{
	color: red;
	font-family: Arial;
	font-size: 10px;
	text-decoration: underline;
}

.kbcontentarea /* USED - inner area of page contents that holds settings, etc */ {
	background-color: #FFFFFF;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px; 
	padding-top: 15px; 
}

table.kbsidebox
{
	background-color: #f3f3f3;
	border: solid 1px black;
	font-family: Arial;
	font-size: 8pt;
}

table.kbsidebox tr th
{
	background-color: #63CBDE;
	font-size: 8pt;
	color: White;
	padding: 3px 5px;
}

table.kbsidebox tr td
{
	padding: 2px 5px;
	background-color: #f3f3f3;
}

.kbcontent
{
	font-family: Arial;
	font-size: 9pt;
	line-height: 12pt;
}

.kbcontenthead
{
	font-weight: bold;
	font-size: 10pt;
	line-height: 13pt;
	font-family: Arial;
}

.kbcategoryname
{
	padding-left: 4px;
	font-weight: bold;
	font-size: 8pt;
	line-height: 9pt;
	font-family: Arial;
}

.kbcategoryarticle
{
	font-weight: normal;
	font-size: 8pt;
	line-height: 10pt;
	font-family: Arial;
}

.kbcategoryarticlemore
{
	font-weight: normal;
	font-size: 8pt;
	line-height: 9pt;
	font-family: Arial;
}

.kbcategoryarticlelink
{
	text-decoration: none;
}

.kbcategoryarticlelink:hover
{
	text-decoration: underline;
}

.kbcategoryarticle a
{
	padding-left: 4px;
	text-decoration: none;
}

.kbcategoryarticlemore a
{
	padding-left: 4px;
	text-decoration: none;
}

.kbcategoryarticle a:hover
{
	text-decoration: underline;
}

.kbcategoryarticlemore a:hover
{
	text-decoration: underline;
}

