﻿body {
}

/*Modal Popup*/
.modalBackground {
background-color:#fff;
filter:alpha(opacity=70);
opacity:0.7;
}
.modalPopup img {
border:solid 5px #fff;
}
.modalPopup-text {
display:block;
color:#000;
background-color:#fff;
text-align:center;
border:solid 2px #000;
padding:10px;
width:200px;
}
.modalPopup-text input {
width:75px;
}    



.modalBackground2 {
background-color:#fff;
filter:alpha(opacity=70);
opacity:0.7;
}
.modalPopup2 img {
border:solid 5px #fff;
}
.modalPopup2-text {
display:block;
color:#000;
background-color:#fff;
text-align:center;
border:solid 2px #000;
padding:10px;
width:200px;
}
.modalPopup2-text input {
width:75px;
}  




.feedback
{
color: #00cc00;
font-weight: 700;
}
.groupAddLable
{
text-align:center;	
}

.gridViewOptions
{
 width: 600px;	
}

.patientLabel
{
 width: 200px;	
}

.listBox 
{
	border:solid 1px gray;
}

.reportTable
{
 text-align:left;
 font-size:small; 	
}

.listBoxes
{
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: small;
  font-style: normal;
  font-weight: normal;	
}

.grHeader
{
	background-color:#507CD1;
	font-weight:bold;
	color:White;
}

.grRowEven
{
	font-weight:normal;
	color: #333333;
	background-color:Gainsboro;
}

.grRowOdd
{
	font-weight:normal;
	color: #333333;	
	background-color:#EFF3FB;
}