﻿body {
}
.popupWindow {
    width:800px;
    border:solid 1px grey;
}
.popupWindow .popupHeader
{
	background-image: url(../../Graphics/OLIC/OLICHeaderBackground.png);
	background-repeat: no-repeat;
	color:white;
	padding:3;
	border:solid 1px grey;
}
.popupWindow .popupHeader table
{
    width:100%;
}
.popupWindow .popupHeader a:link
{
    color:white;
}

