* 
	{padding:0; margin:0;}
a img 
	{border:none;}
body, table
	{font: 11px/150% Verdana, Geneva, Arial, Helvetica, sans-serif;}
h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, fieldset, address, ul, ol, dl
	{margin-top:1em;margin-bottom:1em;}
h1 
	{font-size:2em;}
h2 
	{font-size:1.75em;}
h3 
	{font-size:1.5em;}
h4 
	{font-size:1.2em;}
h5 
	{font-size:1.1em;}
h6 
	{font-size:1em;}
address 
	{font-style:normal;}
ul, ol, dl
	{margin-left:2.5em;}
li, dd 
	{/*margin-left:1em;*/}
ol li
	{list-style-type:decimal;}
ol ol li
	{list-style-type:lower-alpha;}
ol ol ol li
	{list-style-type:lower-roman;}
dl dl, dl ul, dl ol, ul dl, ul ul, ul ol, ol dl, ol ul, ol ol
	{margin-top:0;margin-bottom:0;margin-left:1em;}
fieldset 
	{padding:.5em;}
select 
	{min-width:1.5em;}
td, th
	{vertical-align:top;}

/* basic class */
.note
{
	font-style:	normal;
	font-size: .9em;
	font-variant: small-caps;
	font-family: Arial;
}
.warning
{
	font-style:normal;
	background:yellow;
	color:black;
	text-transform:none;
	font-weight:bolder;
}
pre.code
{
	border:1px dotted;
}
/*colors  end*/
.exception
{
	text-transform:	none;
	font-style:	normal;
	font-weight:	bolder;
	padding:3px;
	color:#ff0000;
	background-color:#ffdddd;
	border:1px solid #ff0000;
}
.sitejay-exposes
{
	position:absolute;
	top:0;
	left:0;
	border:solid 2px #005;
	background-color:#aaf;
	padding:1em;
	z-index:1;
}
.sitejay-exposes h1
{
	padding:0;
	margin:0;
	color:#005;
	font-size:15px;
}
.pmp
{
	float:left;
	width:9px;
	height:9px;
	background:url(/Images/pm_plus.gif);
	margin:5px 5px 0 0;
}
.pmm
{
	float:left;
	width:9px;
	height:9px;
	background:url(/Images/pm_minus.gif);
	margin:5px 5px 0 0;
}