@media all
 {
		#table-of-contents
	{
			display:none !important;
	}

	#table-of-contents h2
	{
		display:none;
	}

	#table-of-contents ul
	{
		list-style:none;
		padding:0;
	}

	.done
	{
		color:#066;
	}


	.share img
	{
		-moz-opacity:.4;
		filter:alpha(opacity=40);
		opacity:.4;
	}

	.share img:hover
	{
		-moz-opacity:1px;
		filter:alpha(opacity=100);
		opacity:1px;
	}

	.tag
	{
		color:#DDD;
		font-size:70%;
		font-weight:500;
	}



	a
	{
		color:#f89c00;
		text-decoration:underline;
	}

	a:hover
	{
		color:#a34d32;
		text-decoration:underline;
	}

	a:visited
	{
		color:#98855b;
		text-decoration:none;
	}

	body
	{
		color:#OOOOOO;
   		background:#F7F7F7;
		font-family:Verdana, Helvetica, sans-serif;
		font-size:12pt;
		line-height:1.2em;
		text-align:left;
/*		position:absolute;*/
		overflow:auto;
		margin:1% 20% 1% 20%;
	}

	code
	{
		font-size:10pt;
	}

	h1
	{
		color:#0173cc;
		font-size:21pt;
	}

	h2
	{
		border-bottom:1px solid #DDD;
		font-size:12pt;
		margin-bottom:5px;
		margin-top:5px;
		padding-bottom:4px;
	}

	h3
	{
		color:#a34d32;
		font-size:11pt;
	}

	h4
	{
		font-size:9pt;
	}

	img
	{
		border:1px solid #555;
	}

	pre
	{
		background:#EEE;
		border:1px solid #555;
		font-size:9pt;
		padding:1em;
	}

	table,th
	{
	border:1px solid #555;
	 border-collapse: collapse;
	}

	td
	{
		border:1px solid #555;
	}

	#left-column
	{
		display:block;
		font-size:80%;
		left:0;
		max-height:100%;
		min-height:100%;
		position:fixed;
		text-align:left;
		top:0;
		width:127px !important;
		text-transform:capitalize;
		border-right-color:#dddddd;
		background:#EEEEEE;
		border-style:solid;
		border-width:0px 1px 0px 0px;
		overflow:hidden;
	}
	
	#left-column-header
	{
		background-repeat:repeat-x;
		background-image:url(../../Scripts/superminibanner.png);
		display:block;
		max-height:55px;
		min-height:55px;
		max-width:121px;
		min-width:121px;
		overflow:hidden;
		position:fixed;
	}
	#left-column-background
	{
		background-repeat:repeat;
		background-image:url(../../Scripts/superminiexpt.png);
		display:block;
		top:55px;
		height:95%;
		max-width:121px;
		min-width:121px;
		overflow:hidden;
		position:fixed;
	/*
		position:absolute;
		bottom:30%;
		left:5%;
		overflow:hidden;
		max-width:100%;
		min-width:100%;
	*/
	}
	
}

