﻿
.Header
{
	font-size: 11px;
	font-weight: bold;
	font-family: Tahoma,Verdana,Arial,MS Sans Serif;
	color: #ffffff;
	background-color: #06377c;
	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: #ffffff;
	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: #ffffff;
	background-color: #000000;
}
.Cell
{
	font-size:11px;
	font-weight:normal;
	font-family:Tahoma,Verdana,Arial,MS Sans Serif;
	color:#000000;
	background-color:#EFF5FD;
}
.SellRow /* for Trade Book */
{
	font-size:11px;
	font-weight:normal;
	font-family:Tahoma,Verdana,Arial,MS Sans Serif;
	color:#000000;
	background-color: #fa8072;
}
.BuyCell
{
	font-size: 11px;
	font-weight: normal;
	font-family: Tahoma,Verdana,Arial,MS Sans Serif;
	color: #ffffff;
	/*background-color: #06439e;*/
	background-color:Blue;
	
}
.SellCell
{
	font-size: 11px;
	font-weight: normal;
	font-family: Tahoma,Verdana,Arial,MS Sans Serif;
	color: #ffffff;
	/*background-color: #ba0200;*/
	background-color:Red;
}
.TBBuyCell
{
	font-size: 11px;
	font-weight:bold;
	font-family: Tahoma,Verdana,Arial,MS Sans Serif;
	color: #ffffff;	
	background-color:Blue;
	
}
.TBSellCell
{
	font-size: 11px;
	font-weight:bold;
	font-family: Tahoma,Verdana,Arial,MS Sans Serif;
	color: #ffffff;	
	background-color:Red;
}

.SelectCell
{
	font-size: 11px;
	font-weight: normal;
	font-family: Tahoma,Verdana,Arial,MS Sans Serif;
	color: #000000;
	background-color: #e0edfb;
}

.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:#06377c;
	color:#ffffff;
	font-weight:bold;
}

.GrdRows
{
	background-color:#EAECE7;
	color:#000000;
}

.GrdAltRows
{
	background-color:#f6f6f7;
	color:#000000;
}

.GrdPager
{
	background-color:#06377c;
	color:#ffffff;
}

.GrdFooter
{
	background-color:#000000;
	color:#ffffff;
	font-weight:bold;
}

.LoadingText
{
	color:maroon;
	font-weight:bold;
}


A.MktScrip:link
{
	text-decoration: none;
	color: #000000;
	font-weight:normal
}
A.MktScrip:visited
{
	text-decoration: none;
	color: #000000;
	font-weight:normal
}
A.MktScrip:active
{
	text-decoration: none;
	color: #000000;
	font-weight:normal
}
A.MktScrip:hover
{
	text-decoration: none;
	color: #000000;
	font-weight:normal
}
A.MktScrip:link, A.MktScrip:visited, A.MktScrip:active
{
	text-decoration: none;
	font-weight:normal
}
