/* =====================wrapper */
#wrapper {
	text-align: left;
	background: #ffe;
	color: #333;
	margin: 0 auto;
	padding: 0;
	border: 1px solid #bbb;
	border-top: 5px solid #bbb;
	width: 725px;             /* False value for IE4-5.x/Win */
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 700px;	          /* Actual value for conformant browsers */
	}

html>#wrapper	{
	width: 700px;  /* Be nice to Opera */
	} 

/* =====================banner */
#banner {
	background: url(http://www.stockmarkettimer.com/images/header.jpg);
	margin: 0 0 10px;
	padding: 0;
	border: 0;
	width: 700px;
	height: 60px;
	}

#banner a {
	text-decoration: none;
	color: #ffe;
	display: block;
	padding: 0;
	margin: 0;
	border: 0;
	width: 700px;
	height: 60px;
	background: transparent url(http://www.stockmarkettimer.com/images/header.jpg) no-repeat;
	}

#banner a:hover	{
	background: transparent url(http://www.stockmarkettimer.com/images/header1.jpg) no-repeat;
	color: #ffe;
	}

#banner a img	{
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
	width: 700px;
	height: 60px;
	}


/* =====================maincontent */
div#maincontent	{
	float: left;
	width: 518px;
	padding: 0;
	border: 0;
	margin: 0;
	/* False margin value for all versions of IE Win, including 6.0 */	
	margin-left: 6px;
	margin-bottom: 6px;
	}

html>body div#maincontent 	{
	/* Correct value for browsers that don't suffer from IE Win's bugs */
	margin-left: 12px;
	margin-bottom: 10px;
	min-height: 600px;
	}

/* =====================sidebar */
div#sidebar {
	padding: 5px;
	margin: 0 0 10px 535px;
	border: 1px solid #ccc;
	background: #eed;
	font-size: x-small;
	text-align: left;
	width: 180px; 
	/* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 145px;
	}
	
html>body div#sidebar {
	width: 145px; 
	/* ie5win fudge ends */
	}

#sidebar dd, #sidebar dt {
	margin-left: 0;
	padding-left: 5px;
	line-height: 17px;
	margin-bottom: 4px;
	}

body #sidebar dt 	{
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-top: 15px;
	background: transparent;
	color: #ffe;
	padding: 2px 5px;
	background: #aa8;
	text-shadow: 2px 3px 3px #896;
	}

#sidebar dd a {
	font-weight : bold; 
	text-decoration: none;
	}

#sidebar dd a:link, #sidebar dd a:visited {
	color: #669;
	}

#sidebar dd a:link:hover, #sidebar dd a:visited:hover {
	color: #CC3399;
	}

#sidebar h5	{
	display: none;
	}

#sidebar form	{
	margin: 10px 0 10px 0;
	padding: 0;
	}
	
#sidebar label	{
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 11px;
	color: #ffe;
	}

#sidebar input.butt	{
	color: #663;
	background: #bc9;
	font-size: x-small;
	}

#sidebar input.hun	{
	margin: 0 2px;
	width: 60px;
	font-size: x-small;
	}
	
/* =====================Sidebar banners */
div#banner1	{
	margin: 10px 0 0 15px;
	padding: 0;
	width: 113px;
	height: 75px;
	background: transparent url(http://www.stockmarkettimer.com/images/PI125x75b.gif) no-repeat;
	}

#peakinvesting	{
	display: block;
	padding: 0;
	width: 113px;
	height: 75px;
	text-decoration: none;
	background: transparent url(http://www.stockmarkettimer.com/images/PI125x75b.gif) no-repeat;
	}

a#peakinvesting:hover	{
	background: transparent url(http://www.stockmarkettimer.com/images/PI125x75.gif) no-repeat;
	}
	
div#banner2	{
	margin: 10px 0 10px 15px;
	padding: 0;
	width: 113px;
	height: 68px;
	background: transparent url(http://www.stockmarkettimer.com/images/afi125x75b.gif) no-repeat;
	}

div#banner3	{
	float:left;
	margin: 0 10px 10px 0;
	padding: 0;
	width: 113px;
	height: 56px;
	background: transparent url(http://www.stockmarkettimer.com/images/timertrac75_mediumb.gif) no-repeat;
	}

/* =====================footer */
#footer {
	clear: both;
	border: 0;
	margin-top: 20px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	color: #666;
	background: #eee;
	padding: 10px 7px 15px 10px;
	font-size: xx-small;
	voice-family: "\"}\""; 
	voice-family:inherit;
	font-size: x-small;	
	}

html>#footer	{
	font-size: x-small;
	} 

/* =====================inner nav */
#innernav {
/*	border: 1px solid #ccc; */
	color: #666;
	background: #eee;
	padding: 5px 7px 0 5px;
	font-size: xx-small;
	voice-family: "\"}\""; 
	voice-family:inherit;
	font-size: x-small;	
	}

html>#innernav	{
	font-size: x-small;
	} 

#innerleft {
	width: 350px;
	float: left;
	text-align: left;
	margin: 0;
	padding: 0;
  }

#innerright {
	float: right;
	padding: 0;
  }

#innerright ul {
	margin: 0;
	padding: 0;
	display: inline;
}

#innerright ul li {
	margin: 0;
}

/* =====================Two Column layout */
#columnLeft {
	margin-left: 20px;
	padding-top: 0;
	float: left;
	width: 260px;
  }

#columnLeft ul {
	margin-top: 1px;
	display: inline;
}

#columnRight {
	margin: 0 2em 0 280px;
	text-align:left;
  }

#columnRight ul {
	margin-top: 1px;
	display: inline;
}


/* =====================Home page body layout */
#midsection {
        margin: 0 5px 0 5px;
        padding: 5px;
/*		border: 1px dashed #ccc; */
		background: #FFFFCC;
        }

#midsection #graph {
        float:left;
        margin: 0 0px 0 0;
        padding: 0;
        width: 240px;
        }

#midsection #graph img {
		vertical-align: top;
		 width:"240px";
		 height:"199px"
        }

#midsection p {
		text-align: right;
		}
		
#midsection ul {
		display: inline;
        margin: 0 10px 0 0;
        padding: 2px;
        width: 355px;             /* False value for IE4-5.x/Win */
        voice-family: "\"}\"";
        voice-family:inherit;
        width: 235px;             /* Actual value for conformant browsers */
        }

html>#midsection ul     {
        width: 235px;  /* Be nice to Opera */
        }

#midsection ul li:before {
	content: "\00BB \0020";
	
	}

#midsection li
 {
        display: block;
        margin: 0 0 6px 0;
        padding: 2px;
        font-size: x-small;
        voice-family: "\"}\"";
        voice-family:inherit;
        font-size: small;
  }

html>#midsection li     {
        font-size: small;
        }


/* =====================Market Summary */
#marketsum {
	margin: 10px 0;
	}

#marketsum .quotebox {
	color: #000;
	float: left;
	margin-top: 0;
	width:240px;
	font-size: medium;
	voice-family: "\"}\""; 
	voice-family:inherit;
	font-size: small;
  }
html>.quotebox	{
	font-size: small;
	}
#marketsum #snapshot {
	float:right;
	width: auto;
	text-align: center;
	}


/* =====================quote */
div#quote {
	padding: 5px 20px 20px 0;
	margin: 0;
	color: #CC3366;
	font-style: italic;
	font-size: small;
	voice-family: "\"}\""; 
	voice-family:inherit;
	font-size: x-small;	
	}
	
html>body div#quote {
	font-size: x-small;
	}

div#quote p {
	padding: 0;
	margin: 0;
	}

/* =====================Swing trade table */
div#swing {
	margin-top:10px;
	text-align:center;
	background: #fff;
	border: 1px solid #D9D9D9;
	}

div#swing table {
	float:left;
	margin:0 10px 10px 50px;
	border: 1px solid #D9D9D9;
	background: #fff;
	text-align:left
	}

div#swing table+table {
	margin-left:10px;
	}

div#swing table caption{
	margin-top:10px;
	text-align:center;
	font-weight:bold;
	}

div#swing table td+td{
	text-align:center;
	}

#banner, #footer
{
	z-index: 10;
}