﻿/***** Name : Manoj Katiyar *************************
****** Company : Onwards Technology ltd. ********
****** Date of Creation : 11 November 2008 *****/

*
{
    margin: 0;
    padding: 0;
}
body 
{
    font-family: Verdana;
    font-size:12px;
}
body.Master1
{
	background-color:mistyrose;
}
a
{
	color:Black;
	text-decoration:underline;
}
a:hover
{
	text-decoration:none;
}
div#Master
{    
    margin:0 auto 0 auto;        
}
div#Master table.Main
{
    margin: 0 auto 0 auto;
    border: solid 1px #888;    
    width:752px;
}
.heading
{
	border: solid 1px maroon;
	color: Maroon;
	font-weight:bold;
	font-size:14px;
	text-align:center;
}
.heading1
{
	color: black;	
	font-size:15px;
	text-align: center;
}
.MsgText
{
	font-weight:bold;
	text-align:center;
}
.tblText
{
	font-weight:bold;
	text-align:left;
}
.titletext
{
	font-size: 10px;
	text-align: center;
}
table.ReportTab td
{
	font-weight: bold;
}
td.lbltxt
{
	text-align: center;	
}
.Main td ul
{
	padding: 5px 0 5px 5px;	
}
.Main td ul li
{
	list-style:inside;
	list-style-type:disc;
}
.Main td ul li a
{
	text-decoration:none;
}
.Main td ul li a:hover
{
	text-decoration:underline;
}
.DisplayTable th,
.ReconTab th
{
	background-color: Maroon;
	color:White;
	padding:5px;
	text-align:center;
}
.DisplayTable td
{
	padding:5px;
	text-align:center;
}
#dispbid,
#dispremark
{
	display:none;
}
.ReconTab
{
	font-size: 12px;	
}
.Marquee
{
	FONT-SIZE:4; FONT-FAMILY:Courier; COLOR:Blue;
}
body.Master1
{
 /*background-color:mistyrose;*/ /* background-color:  #EFEFEF; */
 background-color:  #FFC6C6;
}
 .buttons
 {
font-weight: bold;
    color: #FFFFFF;
    background-color:Maroon;
   
    display: block;
    
}