/* 
Style Sheet
-------------------------------------------------------
Copyright (c) 2008, Chasetheweb.net

Last Updated: Mark Garczewski */


/* Color Schemes


yellow: #f6f807
blue (lighter): #2468f1
 */
 
/*//////////////////////////// DESIGN ///////////////////////////////////////////////////////*/

	img {
		border: 0;
	}
	
	body{
		background: #ffffff url() repeat-x;
		}
		

		
		div#branding{
			color: #FFFFFF;
			}

		/* END HEADER */
		
	

		 
			
			div#banner {
				background: #000000  url(/images/template/home_bannerbg.jpg) repeat-x;
			}	
			
			div#layout {
			}
			
			div#freeTrialButton
			{
			    border: none;
			    padding: 0px;
			    margin: 0px;
			    background-color: #003398;
			    height: 47px;
			    width: 457px;
			}
			div#freeTrialButton table
			{
			    border-collapse: collapse;
			    width: 457px;
			}
			.freetrialtexttd 
			{
			    padding: 10px 0px 0px 5px !Important;
			    vertical-align: middle;
			}
			.freetrialtexttd h3
			{
			    font-size: 20px;
			}
			.freetrialimgtd
			{
				margin: 0 !Important;
				padding: 0px !Important;
				vertical-align: middle;
			}
			.freetrialimgtd img
			{
				border: none;
				padding: 0px;
				margin: 0px 5px 0px 0px;
			}
			
			div#main {
				border: 1px solid #d4d3d3;
				background: #FFFFFF url(/images/template/home_mainbg.jpg) repeat-x;
			}
			
			div#local {
            }
			

			div#weekAheadMarketReport
			{
			    background-color: #060606;
			    background-image: url(/images/template/signupbg.jpg);
			    background-repeat: repeat-x;
			}
			div#weekAheadMarketReport .reportDate
			{
				font-style: italic;
				color: #ffffff;
			}
			div#signup
			{
			    background: #060606 url(/images/template/signupbg.jpg) repeat-x;
			}
				
			
			div#news
			{
			    background: #212121  url(/images/template/newsbg.jpg) repeat-x;
			    }
			
			
			#memlogin
			{
			    background: #003398  url(/images/template/memlogin_bg.jpg) repeat-x;
				
			    }
			#dailyLoggedIn
			{
				font-weight:bold;
				border-collapse: collapse;
				border: none;
			}
			#dailyLoggedIn a
			{
				font-weight: normal;
			}
			#dailyLoggedIn td
			{				
				padding: 0px 0px 0px 10px;
				vertical-align: middle;
				text-align:left;
			}
		 .summary{
				background: #FFFFFF url(/images/template_charts/bg_summary.jpg) repeat-x;
				border: 1px solid #d4d3d3;
			}
		
		 /* END CONTENT */
			
		/* FOOTER */
			div#footer {
				color: black;
			}
		/* END FOOTER */


/*//////////////////////////// END DESIGN ///////////////////////////////////////////////////*/

/*//////////////////////////// TYPOGRAPHY ///////////////////////////////////////////////////*/
	body {
	text-align: left;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 76%;
	line-height: 1em;
	color: #333;
	
	}
	div {
		font-size: 1em;
	}
		
		/* TEXT */
			p {
				padding: 0;
				font-size: 1em;
				line-height:1.4em;
				margin-top: 0;
				margin-right: 10px;
				margin-bottom: 1.5em;
				margin-left: 0;
			}
			
			#banner p{
				color: #ffffff;
			}
			
			#news p{
				font-size: .9em;	
				color: white;
				margin-bottom: 1em;
			}
			
		 div#memlogin p
			{		
				
			text-align:left;		
			margin: 6px 0px 0px 10px;
			}
			
	       .summary p
			{		
				
			text-align:left;		
			margin: 6px 0px 10px 10px;
			}
			
			#memlogin{
				color: white;
				margin-bottom: 1em;
			}

			blockquote {
				margin-left: 10px;
				border-left: 10px solid #ddd;
			}
			pre {
				font-family: monospace;
				font-size: 1.0em;
			}
			strong, b {
				font-weight: bold;
			}
			em, i {
				font-style:italic;
			}
			code {
				font-family: "Courier New", Courier, monospace;
				font-size: 1em;
				white-space: pre;
			}
		/* END TEXT */
		
		/* HEADINGS */
			h1{
				margin: 0 0 0.25em 0;
				padding: 0;
				font-family: Georgia, "Times New Roman", Times, serif;
				font-size: 30px;
				font-weight: normal;
				line-height: 1.3em;
				color: #003399;
			}
		
		
			h2 {
				margin: 0px 0 0.5em 0;
				padding-top: 10px;
				font-family: Georgia, "Times New Roman", Times, serif;
				font-size: 22px;
				line-height: 1.5em;
				font-weight: normal;
				color: #f6f807;
			}


			.summary h2{
				background: url(/images/icons/charts.gif) no-repeat;
				margin-top: 15px;
				margin-left:5px;
				padding-left: 40px;
				padding-bottom: 10px;
				}

			h3 {
				margin: 0 0 .5em 0;
				padding: 0;
				font-family: Georgia, "Times New Roman", Times, serif;
				font-size: 22px;
				line-height: 1.5em;
				font-weight: normal;
				color: #FFFFFF;
			}
			
			h4 {
				margin: 0 0 0.5em 0;
				padding:0;
				font-family: Georgia, "Times New Roman", Times, serif;
				font-size: 22px;
				font-weight: normal;
				line-height: 1.5em;
				color: #2468f1;
			}
			

			
			h5 {
				margin: 0 0 0.25em 0;
				padding: 0;
				font-size: 1.1em;
				line-height: 1.3em;
				color: black;
			}
			
			
			
			h6 {
				margin: 0 0 0.25em 0;
				padding: 0;
				font-size: 1em;
				line-height: 1.3em;
				color: black;
			}
			
		/* END HEADINGS */
		
		/* SPECIAL CLASSES */
		.small{
		font-size: .9em;	
		color: white;
		}
		
		.highlight {
			color: #f6f807;
			font-weight: bold;
			}
			
		.refresh{
		font-size: 10px;
		color: #b80000;
		font: Verdana, Arial, Helvetica, sans-serif;
		margin-bottom: 100px;
		}	
	
		/*END SPECIAL CLASSES */
	
	
	
	/*///////////////////// LINKS */
		a,
		a:link,
		a:active {
		text-decoration: underline;
		color: #2468f1;
		font-size: 1em;        
		}
		a:visited {
			color:#2468f1;
			background-color: transparent;
		}
		a:hover {
			text-decoration: underline;
			color: #2468f1;
			
		}
	
		/* Banner LINKS */
			#banner a,
			#banner a:link,
			#banner a:active {
			color: #f6f807;
			text-decoration: none;
			}
			
			#banner a:visited {

			}
			#banner a:hover {
				text-decoration: underline;

			}
		/* END Local LINKS */
			
		/* Local LINKS */
			#local a,
			#local a:link,
			#local a:active {
			color: #e2e2e2;
			text-decoration: none;
			}
			
			#local a:visited {

			}
			#local a:hover {
				text-decoration: underline;

			}
		/* END Local LINKS */

	
	/* END LINKS */
	
		
	/* ///////////////////////////LISTS */
		ul {
		margin: 0;
		padding: 0;
		line-height:1.7em;
		list-style-type: none;
		}
		
		
		ul.services {
		
			font-size:10px; 
			padding:0px 0px 20px 20px;
			margin-top:0px;		
		}
		
		ul li {
			margin: 0;
			padding: 0;
		}

	
	/* END LISTS */
		
		
	/*//////////////////////////////////// TABLE */
		table {
			margin: 0 0 1.5em 0;
			padding: 0;
			
			font-size: 1em;
		}
		table caption {
			margin: 0;
			padding: 0 0 1.5em 0;
			
			font-weight: bold;
		}
		th {
			font-weight: bold;
			text-align: left;
		}
		td {
			font-size: 1em;
		}
	/* END TABLE */ 
	/* Horizonatal Rules  */     
		hr
		{
		  border-color: #ccc;
		  border-style: solid;
		  border-width: 1px 0 0;
		  clear: both;
		  margin: 0 0 20px;
		  height: 0;
		}
	/* Horizonatal Rules */ 

    
/* ///////////////////////////////////END TYPOGRAPHY //////////////////////////////////////////////////////////*/    
