﻿/****************************************
 * IDEA LIST SECTION
 ****************************************/

	.NoIdeaWrapper
	{
		float:left;
		width: 800px; 
		height:300px;
		border-color:Black;
		border-width:thick;
	}
	
	.VoteCount
	{ 
	    vertical-align: top;
	}
	
	.IdeaWrapper
	{
		float:left;
		width: 800px; 
		height:300px;
		border-color:Black;
		border-width:thick;
	}

    .IdeaColumnHeader
    {
        height:23px;
    }
    
	.IdeaVotes
	{
		BACKGROUND-IMAGE: url(/thespiderswebb/media/images/bidvotebg.gif); MARGIN-LEFT: 0px; BACKGROUND-REPEAT: no-repeat;		
	}
	
	.IdeaBids
	{
		BACKGROUND-IMAGE: url(/thespiderswebb/media/images/headerbg.gif); MARGIN-LEFT: 0px; BACKGROUND-REPEAT: no-repeat;
	}

/****************************************
 * SUBMIT IDEA SECTION
 ****************************************/

    .PanelIdea
    {
        float:left;
        width: 600px;
    }
    
    .IdeaBasicLabels
    {
        float:left;
        height: 24px;
    }

    .IdeaAmounts
    {    height: 59px;
    width: 573px;
}

    .IdeaBasicFields
    {
        float:left;
    height: 27px;
}
    
    .TitleDescLabels
    {
        float:left;
    width: 575px;
}

    .TitleDescFields
    {
        float:left;
    width: 577px;
}
    
    .DescriptionLabels
    { 
        float:left;
    height: 23px;
    width: 573px;
}

    .DescriptionFields
    { 
        float:left;
    width: 570px;
    height: 175px;
}
    
    .IdeaIdLabel
    {    
        float:left;
        width: 174px;
    }
    
    .IdeaId
    {    
        width: 451px;
    }
    
    .IdeaNameLabel
    {
        float:left;
        width: 281px;
    }
    
    .IdeaName    
    {
        float:left;
        width: 289px;
    }
    
    .SellingTypeLabel
    {
        float:left;
        width: 282px;
    }
    
    .SellingType
    {
        float:left;
        width: 281px;
    }
    
    .IdeaDurationLabel
    {
        float:left;
        width: 126px;
    }
    
    .IdeaDuration
    {
        float:left;
        width: 125px;
    }
    
    .ShortTitleLabel
    {
        float:left;
        width: 210px;
    }
    
    .ShortTitle
    {
        float:left;
        width: 210px;
    }
    
    .TitleLabel
    {
        float:left;
        width: 210px;
    }
    
    .Title
    {
        float:left;
        width: 364px;
    }
    
    .ShortDescriptionLabel
    {
        float:left;
        width: 125px;
    }
    
    .ShortDescription
    {
        float:left;
        width: 448px;
    }
    
    .DescriptionLabel
    {
        float:left;
        width: 288px;
    }
    
    .Description
    {
        float:left;
        width: 284px;
    }
    
    .FullDescriptionLabel
    {
        float:left;
        width: 282px;
    }
    
    .FullDescription
    {
        float:left;
        width: 282px;
    }
    
    .ShowFullDescBidder
    {
        float:left;
        width: 225px;
    }
    
    .AmountLabel
    {
        float:left;
        width: 163px;
    }
    
    .Amount
    {
        float:left;
        width: 166px;
    }
    
    .SharesLabel
    {
        float:left;
        width: 237px;
    }
    
    .Shares
    {
        float:left;
        width: 200px;
    }
    
    .TagLabel
    {
        float:left;
        width: 100px;
    height: 18px;
}
    
    .Tags
    {
        float:left;
        width: 567px;
    }
    
    .IdeaSubmitButtonSpacer
    {
       float:left;
    }
    
    .IdeaSubmitButton
    {
        float:left;
        margin-left:100px;
        margin-top:15px;
    }
    
/****************************************
 * IDEA DETAILS SECTION
 ****************************************/

    .PanelIdeaDetails
    {
        float:left;
        width: 600px;
    }
    
    .DetailIdeaBasicLabels
    {
        float:left;
        height: 24px;
    }

    .DetailIdeaAmounts
    {    height: 59px;
    width: 573px;
}

    .DetailIdeaBasicFields
    {
        float:left;
    height: 27px;
}
    
    .DetailTitleDescLabels
    {
        float:left;
    width: 575px;
}

    .DetailTitleDescFields
    {
        float:left;
    width: 577px;
}
    
    .DetailDescriptionLabels
    { 
        float:left;
    height: 23px;
    width: 573px;
}

    .DetailDescriptionFields
    { 
        float:left;
        width: 570px;
        height: 175px;
    }
    
    .DetailIdeaIdLabel
    {    
        float:left;
        width: 200px;
    }
    
    .DetailIdeaId
    {    
        width: 572px;
    }
    
    .DetailIdeaNameLabel
    {
        float:left;
        width: 270px;
    }
    
    .DetailIdeaName    
    {
        float:left;
        width: 270px;
    }
    
    .DetailSellingTypeLabel
    {
        float:left;
        width: 282px;
    }
    
    .DetailSellingType
    {
        float:left;
        width: 281px;
    }
    
    .DetailIdeaDurationLabel
    {
        float:left;
        width: 123px;
    }
    
    .DetailIdeaDuration
    {
        float:left;
        width: 125px;
    }
    
    .DetailIdeaDateLabel
    {
        float:left;
        width: 125px;
    }

    .DetailIdeaDate
    {
        float:left;
        width: 125px;
    }
    
    .DetailEndDateLabel
    {
        float:left;
        width: 125px;
    }
    
    .DetailEndDate
    {
        float:left;
        width: 125px;
    }
    
    .DetailShortTitleLabel
    {
        float:left;
        width: 210px;
    }
    
    .DetailShortTitle
    {
        float:left;
        width: 210px;
    }
    
    .DetailTitleLabel
    {
        float:left;
        width: 330px;
    }
    
    .DetailTitle
    {
        float:left;
        width: 364px;
    }
    
    .DetailShortDescriptionLabel
    {
        float:left;
        width: 125px;
    }
    
    .DetailShortDescription
    {
        float:left;
        width: 448px;
    }
    
    .DetailDescriptionLabel
    {
        float:left;
        width: 288px;
    }
    
    .DetailDescription
    {
        float:left;
        width: 284px;
    height: 150px;
}
    
    .DetailFullDescriptionLabel
    {
        float:left;
        width: 282px;
    }
    
    .DetailFullDescription
    {
        float:left;
        width: 282px;
    height: 149px;
}
    
    .DetailShowFullDescBidder
    {
        float:left;
        width: 225px;
    }
    
    .DetailAmountLabel
    {
        float:left;
        width: 167px;
    }
    
    .DetailAmount
    {
        float:left;
        width: 166px;
    }
    
    .DetailSharesLabel
    {
        float:left;
        width: 237px;
    }
    
    .DetailShares
    {
        float:left;
        width: 200px;
    }
    
    .DetailTagLabel
    {
        float:left;
        width: 100px;
        height: 18px;
    }
    
    .DetailTags
    {
        float:left;
        width: 567px;
    }
    
    .DetailIdeaSubmitButtonSpacer
    {
       float:left;
    }
    
    .DetailIdeaEditButton
    {
        float:left;
        margin-left:100px;
        margin-top:15px;
    }
    
    .DetailIdeaSaveButton
    {
        float:left;
        margin-left:100px;
        margin-top:15px;
    }

    .DetailSecurityLevel
    {
        float:left;
    }
    
    .DetailIdeaSubmitButton
    {
        float:left;
    }
    
/****************************************
 * IDEA SHARE SECTION
 ****************************************/

    .ShareWrapper
    {
        float:left;
    }
    
/****************************************
 * IDEA SEND TO SECTION
 ****************************************/
    
    .SendToWrapper
    {
    }
    
    .SendToNameLabel
    {
    }
    
    .SendToNameWrapper
    {
    }
    
    .SendToEmailLabel
    {
    }
    
    .SendToEmailWrapper
    {
    }
    
    .SendToMessageLabel
    {
    }
    
    .SendToMessage
    {
    }
    
    .SendToPreview
    {
    }
    
    .SendToButton
    {
    }
