﻿/* Dream street landing page */

#dreamdetailsdrop 
{
    margin-top:50px;
}

.dreamdetails  {
    display:inline;
    float:left;
    margin:0;
    overflow:hidden;
    text-align:left;
    margin-right:5px;
}
.dreamdetails ul li, .dreamdetails p {
    clear:both;
    overflow:hidden;
    list-style-type:none;
    margin-left:0px;
}
.dreamdetails ul li label {
    float:left;
    margin-top:5px;
    margin-right:5px;
    width:100px;
}
.dreamdetails .inputtext {
    background:transparent none repeat scroll 0 0;
    color:#666666;
    font-size:11px;
    margin-left:3px;
    margin-top:2px;
    width:148px;
}

.dreamdetails .inputbg {
    background:transparent url(../img/inputbg.gif) no-repeat scroll 0 0;
    display:block;
    float:left;
    height:20px;
    margin-top:3px;
    width:154px;
}

.dreamdetails .input label 
{
	width:110px; float:left;margin-top:5px
}

.dreamdetails .login 
{
    background-color:White;
    color:#666666;
}

.dreamdetails .login .inputbgimage 
{
	background:transparent url(../img/inputbg.gif) no-repeat scroll 0 0;
}

.dreamdetails .login .inputtext 
{
	background:transparent url(../img/inputbg.gif) no-repeat scroll 0 0;
	color:#999999;
	font-size:11px;
	margin-top:1px;
	padding:2px 0 2px 3px;
	width:156px;
	clear:both;
}

.dreamdetails .login .fake 
{
	background:transparent none repeat scroll 0 0;
	color:#999999;
	font-size:11px;
	margin-top:1px;
	padding:2px 0 2px 3px;
	width:156px;
	display:inline;
}

.dreamdetails .registration UL LI LABEL {
	MARGIN-TOP: 5px;
	FLOAT: left;
	WIDTH: 100px
}

.dreamdetails a
{
	cursor:pointer;
}

.dreamdetails .registerdreambutton
{
    margin-top:10px;
}

/* dreams street registration conformation page */

.dsrc .detail ul li
{
    clear:both;
    list-style-type:none;
    margin-left:0px;
}

.dsrc .detail .item
{
    clear:both;
    list-style-type:none;
    margin-left:0px;
}

.dsrc .detail .lhs 
{
    width:120px;
    float:left;
}

.dsrc .detail
{
    color:Gray;
}

.dsrc .heading 
{
    font-weight: bold; 
    margin-bottom:20px;
    margin-top:20px;
}

.dsrc
{
}

/* Dream street top 10 */
.topten .bigtitle
{
}

/* Top 10 panel */
.topten .bigtitle {
    background:transparent url(/global/img/contentTitle.gif) repeat-x scroll 0 0;
    border-bottom:1px solid #B0B7C0;
    border-top:1px solid #B0B7C0;
    clear:both;
/*    color:#656C75; */
    color:Orange;
    font-size:10px;
    font-weight:bold;
    height:15px;
    line-height:15px;
    margin-bottom:10px;
    padding-left:5px;
}
.topten .smalllink
{
    font-size:8px;
    color:Navy;
}

.topten .results li
{
    text-decoration: underline;
}

.topten .results 
{
    font-size:10px;
    color:Blue;
    text-align:left;
    white-space:nowrap;
    overflow:hidden;
}

.topten .button 
{
    cursor:pointer;
    width:140px;
    text-align:"right"
}


