﻿#Header
{
	width: 100%;
	background-color: #FFF; 
	/*height: 90px;*/
	
}

#UserMenu
{
    background-color: black;
    height: 36px;
    background-image: url(/Img/bg-menu-main.png);
	background-repeat:repeat-x;
	/*
    background-image: url(/Img/TradeManagerLogo.jpg);
    background-repeat: no-repeat;
    */
    padding-top: 4px;
    padding-right: 20px;
    color: #FFF;
}


#UserMenu select
{
	padding: 0px;
	margin: 0px;
	background-color: #EEE;
	  
	font-size:x-small;  
}

#MainMenuContainer
{
	border-top: solid 1px #1151a6;
	border-bottom: dotted 1px #AAA;
	padding-left: 15px; 
	background-image: url(/Img/ToolbarBg.gif);
}

#UserMenu a
{
    color: #EEE;
    font-weight: bold;
}

#UserMenu a:hover
{
	color: #FFF;
	font-weight: bold;  
}


#Content
{
	width: auto;
	margin: 1em 1em 0em 1em;
	padding: 0 0 0 0 px;
	overflow: visible;
	min-height: 450px; 
}

#Footer
{
	margin-top: 10px; 
	border-top: dotted 1px #AAA;
	/*border-bottom: solid 1px #FF3333;*/
	padding-right: 20px;
	text-align: right; 
}

.filterPanel
{
    width:740px;
    background-color: #f5f5dc;
    border-width: thin;
    border-color: Black;
    border-style: dashed;
    }
    
.filterPanel td
{
    font-size:small;
    font-weight:normal;
    color:Gray;
    }

.disabled-variation {color:silver; text-decoration:line-through}
    