﻿html
{
    height: 100%;
}
body
{
    height: 99%;
}

.Text
{
    line-height: normal;
    font-size: 10pt;
    font-family: Century Gothic;
    
    
    
}
#Container
{
 /*   height: 100%; */
}

#Content
{
    height: 375px;
}
.LabelForecolor
{
    color: black;
}
.grvnormal
{
    background-color:white;
}
.grvhighlight
{
    background-color: Silver;
}
.grvselect
{
    background-color: #ffffcc;
}
.grvLinecolor
{
	border-color :Silver ;
	border-style :solid inherit; 	
}

.MyGridView 
{
	font-family:Century Gothic;  
	font-size: 12px; 
}


.MyGridView tr.row 
{ 
	color: #000000; 
	background-color: #FFFFFF; 
} 

.MyGridView tr.row:hover 
{ 
	background-color:Silver ; 
	background-repeat: repeat-x; 
	color: #333333; 
}
.tooltip
{

position: absolute;
visibility: hidden;
padding: 3px;
border: 1px solid Gray;
color :Black ;
background-color:#f5f5dc;
height:auto;
overflow:hidden;
}

.modalPopup1
{
padding: 3px;
border: 1px solid Gray;
color :Black ;
background-color:#f5f5dc;
height: auto;
}

.modalBackground
{
	background-color: Gray;
	filter: alpha(opacity=70);
	opacity: 0.7;
}
