/* 
Style Sheet
-------------------------------------------------------
Copyright (c) 2008, Chasetheweb.net

Last Updated: Mark Garczewski */



@import url("nav-horizontal.css");


	
/* SITE WIDE LAYOUT */
    body {
        margin: 0;
        padding: 0;
    }
	
	
		html, body,  div#page {
			height:100%; /* needed for container min-height */
		}
	
	
	    div#page {
			position:relative; /* needed for footer positioning*/
			margin:0 auto; /* center, not in IE5 */
			width:760px;
			height:auto !important; /* real browsers */
			height:100%; /* IE6: treaded as min-height*/
			min-height:100%; /* real browsers */
   		}
		
		div#branding{
			position:absolute;
			top: 15px;
			left: 15px;
			}
	
    
    /* HEADER */
		div#header {
			height: 130px;
		}
		
    
    /* CONTENT */
		div#content {
			padding: 0;
   			 width:100%;
			position:relative; /* needed for footer positioning*/
			margin-right: auto;
			margin-bottom: 0px;
			margin-left: auto;
			top: 0px;
   			 left: 0px;
			}
		

        /* LAYOUT */
			div#layout {
				width:760px;
				float: right;
				margin-bottom: 100px;
			}
			
		 /* CLEAR */
			div#clear {
				clear: both;				
			}
			
			
		
        /* MAIN */
			div#main {
				width:760px;
			}

		
		 /* LOCAL */
			div#local{
			    display: none;
			}

		 /* SUB1 */
		 
		 
			 div#sub1,div#sub2,div#sub2,div#sub2,div#sub2,div#sub2,div#sub2{
			    display:none;
			}
        
		 /* extras */
			 div#extra2,div#extra3,div#extra4,div#extra5,div#extra6{
			    display: none;
			  }		


			div#memlogin
			{
				width:760px;
				height: 32px;
				position: absolute;
				text-align:center;
				left: 0px;
				padding-top: 10px;
			    }
					
			
			div#weekAheadMarketReport
			{
				margin: 0px 0px 10px 0px;
				padding: 10px;
			}
			div#signup 
			{
				margin: 0px 0px 10px 0px;
				padding: 10px;
			    }
				
			div#news
			{
				margin:0px 0px 10px 0px;
				padding: 10px;
			    }
				
				
    /* FOOTER */
		div#footer {

			width:100%;
			bottom:0px; /* stick to bottom */
			text-align:center;
			margin-top:10px;
			/*height: 130px;
			position:absolute;
            */
			
			}
			
		div#footer p {
			margin: 0;
			padding: 15px;
			font-size: 0.8em;
		}

	/*//////////////////////////////////// TABLE */
		table {

		}
		table caption {

		}
		th {
			padding: 7px;
		}
		td {
			padding: 7px;
		}
		
		
		#header td, th{
			padding: 0px;
			}
	/* END TABLE */ 
	
	/* Special Classes */
	
	/* Currently only used on Member Page  But use them anywhere you want*/
	.launchbtn {
	position:absolute; 
	bottom: 0px; 
	margin: 0px 0px 10px 25px;
	}
		
	.plybtn{
		position:absolute; 
		top: 3px;
		right: 3px;
	}
			
			
	 .whizbtn{
		position:absolute; 
		top: 3px;
		right: 110px;
	}	
	
	 .summary{
		position: relative;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.playbookHeader
	{
		margin-top: 8px;
	}
		
/* END LAYOUT */



