﻿table
{
	border: none;
	border-spacing: 0px;
	padding: 0;
}
td
{
	padding: 2px 5px;
	margin-left: 120px;
	font-size: 9pt;
}
a
{
	color: #3a6891;
}
.InnerHeading
{
	font-size: 9pt;
}
.InnerData
{
	text-align: right;
	padding: 2px 2px;
}
.PortfolioTableStyle
{
	width: 100%;
}
.OrderAlertMessageStyle
{
	font-weight: bold;
}
.Master
{
	white-space: nowrap;
	font-weight: bold;
	padding: 5px 2px;
	text-align: right;
}
.subtotal
{
	font-weight: bold;
	font-style: italic;
	font-size: 11px;
}

/*data table*/
table.data
{
	width: 100%;
	border-spacing: 0px;
	padding: 0px;
	border: 1px solid #c5b9a0;
}

table.data th
{
	border-bottom: 1px solid #c5b9a0;
	background-color: #ebe7de;
	padding: 5px 2px;
	margin: 0px;
	font-size: 11px;
	white-space: nowrap;
	text-align: right;
}
table.data td
{
	border-bottom: 1px solid #ece9d8;
	white-space: nowrap;
	padding: 6px 2px;
}

table.data td.TradeTermsTDStyleRight
{
	border-bottom: 1px solid #ece9d8;
	padding: 0px 2px;
	white-space: normal;
}

table.data tr.even
{
	border-bottom: 1px solid #ebf0f4;
}

/*trading result table*/
table.result
{
	width: 100%;
	border-spacing: 0px;
	padding: 0px;
	border: 1px solid #c5b9a0;
}
table.result th
{
	border-bottom: 1px solid #c5b9a0;
	background-color: #ebe7de;
	padding: 5px 1px;
	margin: 0px;
	font-size: 11px;
	white-space: nowrap;
}
table.result td
{
	white-space: nowrap;
	padding: 3px 3px;
}
table.result tr.even
{
	background-color: #ebf0f4;
}


/*trading result detail*/
table.trace
{
	width: 100%;
	border-spacing: 0px;
	padding: 0px;
	border: 1px solid #c5b9a0;
}
table.trace th
{
	font-weight: normal;
	border-bottom: 1px solid #c5b9a0;
	padding: 5px 3px;
	margin: 0px;
	font-size: 11px;
	white-space: nowrap;
	text-align: right;
}
table.trace td
{
	white-space: nowrap;
	font-size: 11px;
	padding: 2px 3px;
}

/*table help*/
/*data table*/
table.help
{
	width: 100%;
	border-spacing: 0px;
	padding: 0px;
	border: 1px solid #c5b9a0;
}
table.help th
{
	border-bottom: 1px solid #c5b9a0;
	background-color: #ebe7de;
	padding: 5px 2px;
	margin: 0px;
	font-size: 11px;
	white-space: nowrap;
}
table.help td
{
	border-bottom: 1px solid #ece9d8;
	padding: 3px 10px;
}

.bttn
{
	border-style: none;
	border-color: inherit;
	border-width: 0px;
	background-color: #283a87;
	color: #FFFFFF;
	height: 24px;
	font-size: 12px;
	padding: 2px 5px 5px 5px;
	margin: 0;
	top: -30px;
	left: -66px;
}

table.market
{
	float: left;
	font-size: 11px;
}
table.market td
{
	padding: 0px 5px;
	margin-left: 40px;
}
#authentication
{
	width: 720px;
	height: 200px;
}
.key
{
	background-image: url(../Images/key.png);
	background-repeat: no-repeat;
	width: 48px;
	height: 48px;
}

/*Lookup*/
#leftMenu
{
	font-size: 11px;
	vertical-align: top;
	padding: 0px 10px 5px 5px;
	background-color: #ebf0f4;
	border: 2px solid #92acc2;

}


#leftMenu td
{
	margin: 0px;
	padding: 0px;
}
#leftMenu input
{
	margin: 1px 0px;
}
#leftMenu input.text
{
	font-size: 11px;
	text-align: left;
	width: 80px;
}

#leftMenu input.textShort
{
	text-align: left;
	width: 60px;
}


#leftMenu select
{
	font-size: 11px;
}
#leftMenu #search td
{
	vertical-align: top;
	padding: 1px;
	margin: 0px 0px 0px 40px;
}
#leftMenu label
{
	padding: 0px 0px 0px 3px;
	margin: 0px;
	white-space: nowrap;
}
#middle
{
	padding: 0px;
	margin: 0px;
}
#search
{
}
#search .title
{
	font-weight: bold;
	text-align: left;
	cursor: pointer;
}
.optionGroup
{
	display: none;
}


.boxTopNeutral
{
	border-top: 1px solid #bababa;
	font-size: 9pt;
}

.boxBottomNeutral
{
	border-bottom: 1px solid #bababa;
}

.boxLeftNeutral
{
	border-left: 1px solid #bababa;
}

.boxRightNeutral
{
	border-right: 1px solid #bababa;
}

.boxCenterNeutral
{
}

.boxNeutralCorner
{
	width: 7px;
	height: 7px;
}

.boxIconList
{
	float: left;
	white-space: nowrap;
	padding-left: 5px;
	padding-right: 5px;
}

.boxIconItem, .boxIconItemAlert
{
	white-space: nowrap;
	padding-left: 3px;
	padding-right: 12px;
}
table.legend td
{
	margin: 0px;
	padding: 0px;
	height: 7px;
	font-size: 9pt;
}
table.legend tr
{
	margin: 0px;
	padding: 0px;
	height: 7px;
	font-size: 9pt;
}
table.legend
{
	margin: 0px;
	padding: 0px;
}

.upperText
{
	text-transform:uppercase;
}
.imgButton
{
	position:absolute;
}
.progresLable
{
	position: fixed; 
	top: 0px; 
	left: 0px;	
	background-color: Green;
	color: White;
}