﻿body
{
  font-family: Verdana, Arial, Sans-Serif;
  font-size: 11px;
}

h1
{
  font-size: 15px;
}

.LabelCellBack
{
  background-color: #FFC0C0;
  color:Black;
  font-weight: bold;
  width: 120px;
  
}

.LabelCell
{
  background-color:White;
  color:Black;
  font-weight: bold;
  width: 120px;
  vertical-align: top;
}
.LabelCell1
{
  background-color:White;
  color:Red;
  font-weight: bold;
  width: 120px;
  vertical-align:middle;
  font-size:medium;
  text-align: center;
}
.LabelCellHead
{
	background-color:Green;
	color:White;
	font-size:medium;
	font-weight: bold;
	width: 150px;
	
	text-align: center;
}

.LabelCellInDetailView
{
  background-color: #FFC0C0;
  color:Black;
  font-weight:normal;
  font-size:small;
  width: 25%;
  text-align:left;
  vertical-align: top;
}
.LabelCellSubHeadInDetailView
{
  background-color: #FFC0C0;
  color:Black;
  font-weight:bold;
  font-size:small;
  text-align:left;
  width: 25%;
  vertical-align: top;
}
.LabelCellHeadInDetailView
{
	background-color: red;
	color: Black;
	font-weight:bold;
	text-align:left;
	width: 25%;
	font-size:medium;
	vertical-align: top;
	text-align: center;
}
.TrInDetailView
{
	height:25px;		
}


fieldset
{
  padding: 20px;
  padding-top: 0;
}

legend
{
  margin-bottom: 10px;
}

.Label
{
  display: block;
  font-weight: bold;
}

.FooterStyle
{
  background-color: #507CD1;
  color: #fff;
  font-weight: bold;
}

.RowStyle 
{
  background-color: #EFF3FB;
}    
  
.AlternatingRowStyle 
{
  background-color: #fff;
}
  
.SelectedRowStyle 
{
  background-color: #D1DDF1;
  color: #333333;
  font-weight: bold;
}

.PagerStyle 
{
  background-color: #2461BF;
  color: #fff;
  text-align: center;
}

.HeaderStyle
{
	background-color:#f0f8ff;
	color: #fff;
	font-weight: bold;
	font-style:italic;	
}
.Button
{
	width: 157px;
	background-color:#d8e4f8;
	color: #000099;
	font-weight: bold;
	border-right: teal 1px solid;
	border-top: teal 1px solid;
	border-left: teal 1px solid;
	border-bottom: teal 1px solid;
}
.LblError
{
	text-align:center;
background-color:Red;
font-size:x-small;

color:White; 
width:60%;
}

.table
{
	border-right: Teal thin solid; 
	border-top: Teal thin solid;
    border-left: Teal thin solid; 
    border-bottom: Teal thin solid;
}

