﻿body 
{

}

.bodybk
{
	}
	
	

.hide
{
 display:none;
	}
	
	.show
	{
		 display:block;
		}
		
		
		.collapsed 
{
	display:none;	
}

.expanded 
{
	display:block;
}

.format
{
	 padding:2px;
	 font-family:Verdana;
	 font-size:small;
	 color:#00618b;
	}

.imgbk
		{
			height:20px;
			width:200px;
		    background-image:url(minmenutop.png); 
					}
					
					.imgmastertop
		{
			 height:10px;
			width:900px;
		    background-image:url(minborderimg1.png); 
		    background-repeat:no-repeat;
					}
					.imgmasterbtm
		{
			height:10px;
			width:900px;
		    background-image:url(minborderimg2.png); 
		    background-repeat:no-repeat;
					}
					
					.shadow{
border:1px solid silver;
font:10pt arial;
position:relative;
display:inline;
background:white;
z-index:100
}

.shadow_inner{
overflow:hidden;
position:absolute;
top: -1000px;
filter:alpha(Opacity=10); /*modify to change the shade solidity/opacity, same as below*/
opacity:0.1; /*firefox 1.5 opacity*/
-moz-opacity:0.1; /*mozilla opacity*/
-khtml-opacity:0.1; /*opacity*/
z-index:10
}

.tablecss
{
 font-family:Verdana;
 font-size:12px;
 
	}
	
	.gridviewheader
{
 background-color:#00618b;
 border:solid 2px #00618b;
 color:White;
	}
	
	.gridviewrows
	{
		border-left:solid 5px #00618b;
		border:solid 2px #00618b;
		}
.gridviewcell
{
 font-family:Verdana;
 font-size:11px;
 border:solid 1px black;
	}
	
	
	#topbar{
position:absolute;
border: 1px solid black;
padding: 2px;
background-color: lightyellow;
width: 300px;
height:150px;
visibility: hidden;
z-index: 100;
}

.gridviewheaderfixed
{
background-color:#00618b;
border:solid 2px #00618b;
color:White;
position:relative ;
vertical-align:top;
top:expression(this.offsetParent.scrollTop);
z-index:10;
}

