/* CSS Document */

/*general template and structure*/
    html, body {
    	padding: 0;
    	margin: 0;
    }
    
    body {
      font-family: Georgia, arial, sans;
      font-size: 100%;
      line-height: 1.7em;
      color: #1b1c20;
      background: #ffffff;
      text-align: center;
      margin-top: 5px;	
    }
    
    #page-container {
    	width: 905px;
    	margin: auto;
    }
    
    #main-column {
	   float: left;
	   width: 700px;
	   padding: 20px 0;
    }
/*end of general template and structure*/

/*general styles*/
    h2 {
    	font-size: 1.4em;
    	letter-spacing:	-0.01em;
    	margin: 10px 0;
    	padding: 0;
    	text-align: left;
    	font-weight: normal;
    }
    
    h3 {
    	font-size: 1.2em;
    	letter-spacing:	-0.01em;
    	margin: 0;
    	padding: 0;
    }
    
    p {
    	margin: 0;
    	padding: 0;
    	padding-bottom: 15px;
    }
    
    a:link {
    	color: #00509F;
    }
    
    a:visited {
        color: #00509F;
    }
    
    a:hover {
    	color: purple;
    }
	
	a
	{
	  outline: none;
	}
    
/*end of general styles*/

/*head and navigation*/
    #head {
    	height: 180px;
    }
    
    #logo {
    	float: left;
    	margin-left: 10px;
    	top: 5px;
     	width: 350px;
    }
    
    #head-right {
    	float: right;
    }
    
    #user {
    	text-align: right;
    	position: relative;
    	right: 20px;
    	left: 0;
    	font-size: 80%;
    }
    
    #navigation {
    	height: 50px;
    	margin-top: 45px;
    	margin-right: 20px;
    	margin-bottom: 10px;
    }

	* html #navigation {
    	height: 50px;
    	margin-top: 45px;
    	margin-right: 20px;
    	margin-bottom: 10px;
		display: inline;
    }
    
    #navigation dl { margin: 0; padding: 0; }
    
    /* IE5 Mac Hack \*/ 
    #navigation { padding-left: 11px; } 
    /**/ 
    #navigation { padding-left: 11px; overflow: hidden; } 
    /* End Hack */
    
    #navigation dt { float: left; margin-left: 10px;}
    
    #navigation dt a {
    	display: block;
    	height: 0px !important;
    	height /**/:50px; /* IE 5/Win hack */ 
    	padding: 50px 0 0 0;
    	overflow: hidden;
    	background-repeat: no-repeat;
    }
    
    #navigation dt a:hover {
    	background-position: 0 -50px;
    }
/* warning: the following nav #dts are not universal!!! */   
/*    #navigation dt#learn,
/*    #navigation dt#learn a { width: 100px; background-image: url(/images/learn.jpg); }
    
/*    #navigation dt#join,
/*    #navigation dt#join a { width: 100px; background-image: url(/images/join.jpg); }
    
/*    #navigation dt#portfolio,
/*    #navigation dt#portfolio a { width: 100px; background-image: url(/images/portfolio.jpg); }
    
/*    #navigation dt#trade,
/*    #navigation dt#trade a { width: 100px; background-image: url(/images/trade.jpg); }
    
/*    #navigation dt#login ,
/*    #navigation dt #login a { width: 100px; background-image: url(/images/login.jpg);}
/*end of head and navigation*/

#input{
	display: block;
	height: 0px !important;
	height /**/:50px; /* IE 5/Win hack */ 
	padding: 50px 0 0 0;
	overflow: hidden;
	background-repeat: no-repeat;
}
#input:hover{background-position: 0 -50px;}


#main-content {
	font-family: Georgia, Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
}

.littleleft {
    margin-left: 30px;
}

#footer {
	clear: both;
	margin: 40px 0 15px 0;
	height: 150px;
	font-family: Georgia, Tahoma, Arial, Helvetica, Sans-serif;
	font-size: 0.75em;
	color: #202020;
	width: 900px;
	margin: auto;
	background-image: url(/images/dotted.gif);
	background-position: left top;
	background-repeat: repeat-x;
}

#footer-a {
	float:left; 
	width:100px;
}

#footer-b {
	float:left; 
	width:600px; 
	text-align:left;
}

#footer-c {
	float:left; width:200px;
}

#errorExplanation {
    z-index: 9999;
    position: absolute;
	width: 100%;
    top: 0;
    left: 0;
    right: 0;
	padding: 8px 0;
    background-color: #d13c36;
	font-family: Georgia, Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size: 1.2em;
	color:  #302d25;
}

#noticeExplanation {
    z-index: 9999;
    position: absolute;
	width: 100%;
    top: 0;
    left: 0;
    right: 0;
	padding: 8px 0;
    background-color: #d13c36;
	font-family: Georgia, Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size: 1.2em;
	color:  #302d25;
	border-bottom: 2px solid  #302d27;
}


#explainer-markets {
	background-color: #c15352;
}

#explainer-traders {
	background-color: #e66f11;
}

#explainer-prdictions {
	background-color: #7b9740;
}
