﻿.page
{
	width: 800px;
	margin: 0 auto;
	}
	
	.header
	{
		width: 100%;
		}
		
	.logo
	{
		position: relative;
		width: 300px;
		float: left;
		}
		
		.login
		{
			position: relative;
			width: 500px;
			float: right;
			text-align: right;
			}
			
			.toolBar
			{
				position: relative;
				width: 100%;
				float: left;
				}
				
				.search
{
	width: 240px;
	float: left;
	text-align: left;
	background-color: #CC3300;
	font-size: larger;
	color: White;
	height: 40px;
	vertical-align:middle;
}
					
					.mainMenu
					{
						width: 560px;
						float: right;
						text-align: right;
						}
						
						.pageContent
						{
							width: 100%;
							text-align: center;
							}
							
							.footer
							{
								width: 100%;
								}
								
								.copy
								{
									width: 240px;
									float: left;
									text-align: left;
									}
									
									.footerMenu
									{
										width: 560px;
										float: right;
										text-align: right;
										}
										
										.tradeControl
										{
											width: 100%;
											}
											
											.empty
											{
												width: 100%;
												height: 176px
												}


 #AutoComplete /*AutoComplete flyout */ .autocomplete_completionListElement
        {
            visibility: hidden;
            background-color: gray;
            color: yellow;
            border: buttonshadow;
            border-width: 1px;
            border-style: solid;
            margin-left: 0px;
            background-color: gray;
            height: 200px;
            max-height: 250px;
            overflow: auto;
            width: 180px;
        }
        .ListElement
        {
            color: yellow;
            border: buttonshadow;
            margin-left: 0px;
            visibility: hidden;
            height: 100px;
            max-height: 250px;
            overflow: auto;
            width: 180px;
            border-width: 1px;
            border-style: solid;
            border-color: Blue;
        }
        .ListElementBuySell
        {
            color: yellow;
            border: buttonshadow;
            margin-left: 0px;
            visibility: hidden;
            height: 40px;
            max-height: 40px;
            overflow: auto;
            width: 180px;
            border-width: 1px;
            border-style: solid;
            border-color: Blue;
            top:30px;
            
        }
        /* AutoComplete highlighted item */.autocomplete_highlightedListItem
        {
            background-color: Yellow;
            color: Blue;
        }
        /* AutoComplete item */.autocomplete_listItem
        {
            background-color: White;
            color: Black;
            font-family: Verdana | Arial;
            font-size: 8pt;
        }
