﻿.body
{
	background-image:none;
}
.Label
{
	text-align:left ;
	font-weight:bold ;
}
.LabelHeader
{
	text-align:left ;
	font-size:medium;
	font-weight :bold;
}
.LabelAlignCenter
{
	text-align:left ;
	font-weight:bold ;
	text-align:center;
	width:100%;
	
}
	
.Table
{
	width:100%;
	border-width:thick ;
	border-color:Black;
}
.tcTable
{
	text-align:left ;
	font-weight:bold ;
	width:100px;
}
.trTable
{
	
}
.errorLabel
{
	font-size:13px;
	color:Red ;	
}

.ScrollGrids
{
    width:1000px;
    height :500px;
    overflow:auto;
}


.DataGridFixedHeader 
{ 
    background-color:#353F72;
    padding-left:5px;
    border-color:gray;
    text-align :center;
    POSITION: relative; 
    TOP: expression (this.offsetParent.scrollTop);
}
.gridHeaderStyle
{
	background-color:Gray;
	padding-left:5px;
	border-color:Black;
	text-align :center;
}

.gridText
{
	font-family:Arial;
	font-size: 12px;
	color:Black;
}

.gridNormalStyle
{
	background-color:#ffffff;
	padding-right:5px;
	padding-left:5px;
}

.gridfooterstyle
{
	font-family:Arial;
	color:Black;
	font-size: 12px;
	padding-left:5px;
	border-color:gray;
	text-align :left;
}

.gridAltStyle
{
	background-color:#F3F1F2;
	padding-right:5px;
	padding-left:5px;
}

.gridHeaderText
{
	font-weight:bold;
	font-family:Arial;
	color:White;
	font-size: 20px;
}

.Grid
{
	border:1;
}

.multilineTextbox
{
	width:300px;
}

.tcWidth25PCRightAlign
{
	width:25%;
	text-align : right;
}
.tcWidth75PCLetfAlign
{
	width:75%;
	text-align :left ;
}

.DivImage
{
	overflow:auto;
	width:400px;
	height:450px;
}

.DivAmreliImage
{
	overflow:auto;
	width:400px;
	height:450px;
}

.AmreliImageSize
{
	width:150px;
	height:100px;
	cursor:pointer;
}

.ImagePointerClass
{
	cursor:pointer;
}
