﻿
.Header
{
	font-size: 11px;
	font-weight: bold;
	font-family: Tahoma,Verdana,Arial,MS Sans Serif;
	color: white;
	background-color: #134A4D;
	border-top-style: none; border-right-style: none; border-left-style: none; border-bottom-style: none; 
 }
 .MWHeader
{ 
	font-size: 11px;
	font-weight: bold;
	font-family: Tahoma,Verdana,Arial,MS Sans Serif;
	color: white;
	background-color: #004327;
	border-top-style: none; border-right-style: none; border-left-style: none; border-bottom-style: none;
 }

.MWCell
{
	font-size: 11px;
	font-weight: normal;
	font-family: Tahoma,Verdana,Arial,MS Sans Serif;
	color: white;
	background-color: #000000;
}
.Cell
{
	font-size:11px;
	font-weight:normal;
	font-family:Tahoma,Verdana,Arial,MS Sans Serif;
	color:Black;
	background-color:#EFF5FD;
}
.SellRow /* for Trade Book */
{
	font-size:11px;
	font-weight:normal;
	font-family:Tahoma,Verdana,Arial,MS Sans Serif;
	color:Black;
	background-color: #fa8072;
}
.BuyCell
{
	font-size: 11px;
	font-weight: normal;
	font-family: Tahoma,Verdana,Arial,MS Sans Serif;
	color: White;
	/*background-color: #06439e;*/
	background-color:Blue;
	
}
.SellCell
{
	font-size: 11px;
	font-weight: normal;
	font-family: Tahoma,Verdana,Arial,MS Sans Serif;
	color: white;
	/*background-color: #ba0200;*/
	background-color:Red;
}
.TBBuyCell
{
	font-size: 11px;
	font-weight:bold;
	font-family: Tahoma,Verdana,Arial,MS Sans Serif;
	color: White;	
	background-color:Blue;
	
}
.TBSellCell
{
	font-size: 11px;
	font-weight:bold;
	font-family: Tahoma,Verdana,Arial,MS Sans Serif;
	color: white;	
	background-color:Red;
}

.SelectCell
{
	font-size: 11px;
	font-weight: normal;
	font-family: Tahoma,Verdana,Arial,MS Sans Serif;
	color: Black;
	background-color: #74866c;
}

.MWTPlus			/* For trend to indicate + sign*/
{
	color: green;
}
.MWTMinus				/* For trend to indicate - sign*/
{
	color: red;
}
.MWTEquals				/* For trend to indicate = sign*/
{	
	color: White;
}
.SellTable				/* For trend to indicate - sign*/
{
	color: red;
}
.BuyTable				/* For trend to indicate = sign*/
{	
	color: blue;
}
.OESellTable
{
	background-color: #ba0200;
}
.OEBuyTable				/* For OE Buy side*/
{	
	background-color: #06439e;
}
/* Link color for Market Watch */
A.MWa:link
{
	font-weight: bold;
	color: yellowgreen;
}
A.MWa:visited
{
	color: yellowgreen;
	font-weight: bold;
}
A.MWa:active
{
	color: yellowgreen;
	font-weight: bold;
}
A.MWa:hover
{
	font-weight: bold;
	color: yellow;
}
A.MWa:link, A.MWa:visited, A.MWa:active
{
	text-decoration: none;
}
/* Market Watch link color ends here */


.GrdHead
{
	background-color:#134A4D;
	color:White;
	font-weight:bold;
}

.GrdRows
{
	background-color:#EAECE7;
	color:Black;
}

.GrdAltRows{
	background-color:#ffffff;
	color:Black;
}

.GrdPager
{
	background-color:#134A4D;
	color:White;
}

.GrdFooter
{
	background-color:Black;
	color:White;
	font-weight:bold;
}

.LoadingText
{
	color:maroon;
	font-weight:bold;
}


A.MktScrip:link
{
	text-decoration: none;
	color: black;
	font-weight:normal
}
A.MktScrip:visited
{
	text-decoration: none;
	color: black;
	font-weight:normal
}
A.MktScrip:active
{
	text-decoration: none;
	color: black;
	font-weight:normal
}
A.MktScrip:hover
{
	text-decoration: none;
	color: black;
	font-weight:normal
}
A.MktScrip:link, A.MktScrip:visited, A.MktScrip:active
{
	text-decoration: none;
	font-weight:normal
}
