﻿/* Need to check to see if this is used by latest MSN TV */
﻿a:link {}
a:active {}
a:visited {}
a:hover {}

#PetesGuideBanner {display: none;}
#PetesGuideBannerTV {display: block;}
#Wrapper {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
/*	width: 100%;*/
	/*background-color: white;
	color: black;*/
	}

#Menu	{
	font: status-bar;
	margin: 0px;
	}

#TopBanner {
	height: 70px;
	width: 100%;
	padding: 0px;
	margin: 0px;
	background-color: #A9A9A9;
	background-image: url(/images/GrayBumpsTile1.png);
	background-repeat: repeat;
	color: black;
	overflow: hidden;
	}

#Wrapper {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
/*	width: 100%;*/
	/*background-color: white;
	color: black;*/
	}

#MainContent {
	z-index: 2;
	float: left;
	height: auto;
	width: 70%;
	background-color: white; /*#FFF8DC*/
	color: black;
	margin: 0px;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 1em;
	border-right: 2px solid #000000;
	border-bottom: 2px solid #000000;
	}

#IconBug	{
	z-index: 3;
	position: fixed;
	bottom: 20px;
	right: 20px;
	}

#SideContent
	{
	z-index: 2;
	width: 30%;
	height: auto;
	width: auto;
	background-color: transparent;
	background-image: url(/images/AmberBits.jpeg);
/*	background-color: #72C5E7; */
/*#ECA517 for amber*/
	color: white;
	margin: 0px 0px 0px 0px;
	padding: 1px 0px 0px 0px;
	}

#SideContent a:link    { color: #ffebcd; }    /* unvisited links */
#SideContent a:visited { color: #ffebcd; text-decoration: none;}   /* visited links   */
#SideContent a:hover   { color: white; background-color: #93d293; } /* user hovers     */
#SideContent a:active  { color: lime }   /* active links    */

#SideContent DIV
	{
	margin: 5px;
	padding: 0px;
	}

#SideContent TABLE
	{
	z-index: 3;
	margin: 5px;
	padding: 0px;
	color: white;
	}

#SideContent LI
	{
	font-size: 12px;
	margin-left: 1em;
	padding-left: 0px;
	list-style: inside;
	}

#SideContent UL {
	margin-left: 1em;
	padding-left: 0px;
	list-style: inside;
	}

#SideContent OL {
	margin-left: 1em;
	padding-left: 0px;
	list-style: inside;
	}

#SideContent DL {
	font-size: 12px;
	margin: 1em;
	padding-left: 1em;
	}

#SideContent DT {
	font-size: 12px;
	margin-left: 1em;
	font-weight: bold;
	}

#SideContent DD {
	font-size: 12px;
	margin-left: 1em;
	}

#SideContent P {
	font-size: 12px;
	margin: 1em;
	}