/* Default CSS Stylesheet for a new Web Application project */


BODY
{
	border-right: medium none;
	border-top: medium none;
	margin: 15px 0px 0px;
	border-left: medium none;
	border-bottom: medium none;
	font-family: Arial;
	background-color: buttonface;
	text-align: center;
}


A:link
{
	text-decoration: none;
}
A:visited
{
	text-decoration: none;
}
A:hover
{
	text-decoration: underline;
}
.NavigationLink
{
	font-size: 8pt;
	color: #ffffff;
}
.HeaderNavigation
{
	padding-right: 15px;
	padding-left: 15px;
	font-weight: bold;
	font-size: 10pt;
	cursor: hand;
	color: black;
	font-family: Arial;
	text-decoration: none;
}
.HeaderNavigationTabSmall
{
	background-color: white;
}
.HeaderNavigationTabLarge
{
	background-color: white;
}
.HeaderNavigationTabAccount
{
	background-color: #660000;
}
.HeaderNavigationTabMarket
{
	background-color: #006600;
}
.HeaderNavigationTabResearch
{
	background-color: #000066;
}
.TDFieldDesc
{
	font-weight: bold;
	width: 150px;
	text-align: right;
}
.TDFieldInfo
{
	font-weight: normal;
}

.SubTableDesc
{
	border-right: activeborder thin outset;
	padding-right: 5px;
	border-top: activeborder thin outset;
	padding-left: 5px;
	font-size: x-small;
	padding-bottom: 5px;
	border-left: activeborder thin outset;
	width: 100%;
	padding-top: 5px;
	border-bottom: activeborder thin outset;
	font-family: Arial;
	height: 100%;
}
.SubTableDesc2
{
	border-right: activeborder thin outset;
	padding-right: 5px;
	border-top: activeborder thin outset;
	padding-left: 5px;
	font-size: x-small;
	padding-bottom: 5px;
	border-left: activeborder thin outset;
	width: 100%;
	padding-top: 5px;
	border-bottom: activeborder thin outset;
	font-family: Arial;
}
.NavigationBlockDesc
{
	padding-right: 5px;
	padding-left: 5px;
	font-size: x-small;
	padding-bottom: 5px;
	width: 100%;
	color: #ffffff;
	padding-top: 5px;
	font-family: Arial;
	text-align: center;
}
.NavigationBlockTD_Account
{
	background-color: #660000;
}
.NavigationBlockTD_Account_Selected
{
	font-weight: bold;
	text-decoration: underline;
}
.NavigationBlockTD_Account2
{
	background-color: #660000;
}
.NavigationBlockTD_Account2_Selected
{
	font-weight: bold;
}
.NavigationBlockTD_Market
{
	background-color: #006600;
}
.NavigationBlockTD_Market_Selected
{
	font-weight: bold;
	text-decoration: underline;
}
.NavigationBlockTD_Market2
{
	background-color: #006600;
}
.NavigationBlockTD_Market2_Selected
{
	font-weight: bold;
	text-decoration: underline;
}
.NavigationBlockTD_Research
{
	background-color: #000066;
}
.NavigationBlockTD_Research_Selected
{
	font-weight: bold;
	text-decoration: underline;
}
.NavigationBlockTD_Research2
{
	background-color: #000066;
}
.NavigationBlockTD_Research2_Selected
{
	font-weight: bold;
	color: yellow;
}
.MainTableDesc
{
	padding-right: 3px;
	padding-left: 3px;
	padding-bottom: 3px;
	width: 100%;
	padding-top: 3px;
	
}
.AccountTitleBar_Account
{
	color: white;
	background-color: #660000;
}
.AccountTitleBar_Market
{
	color: white;
	background-color: #006600;
}
.AccountTitleBar_Research
{
	font-size: x-small;
	color: white;
	background-color: #000066;
}
.txtDisclaimer
{
	font-size: x-small;
	color: red;
	font-family: Arial;
	background-color: whitesmoke;
}
.TDHomeFieldDesc
{
	font-size: x-small;
	color: black;
	font-family: Arial;
}

.TextBox
{
	text-align: right;
}


.TDFieldMain
{
	text-align: center;
}
.TableMain
{
	border-right: activeborder thin groove;
	border-top: activeborder thin groove;
	border-left: activeborder thin groove;
	width: 1000px;
	border-bottom: activeborder thin groove;
	height: 100%;
	background-color: #ffffff;
}
.TableSubMain
{
	padding-right: 3px;
	padding-left: 3px;
	font-size: 10pt;
	padding-bottom: 3px;
	padding-top: 3px;	
}
.TxtNumber
{
	text-align: right;
}
P
{
	margin-top: 0px;
	margin-bottom: 0px;
}

