﻿body
{
 font-family:Arial
	
}
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-image: url(Images/DivLightBlueBkg.jpg);
	background-repeat:repeat-x;
	background-color: White;
	border: solid 3px #CCE1FE;
    padding: 3px;
    font-size:small
}
.modalTable {
    padding: 3px;
    font-size:x-small
}
.GridviewHeader
{
    background-image: url(Images/GVHeaderBkg.jpg);
    background-repeat: repeat-x;
    height: 25px;
    font-size: 12px; 
    font-weight: bold; 
    text-align: left
}
