﻿/*Modal Popup*/
.modalBackground {
	background-color:Black ;
	filter:alpha(opacity=65);
	opacity:0.2;
}

.modalPopup
{
    border: 3px solid #CC0000;
    background-color: #FFCC66;
    padding: 3px;
    width: 935px;
}
.modalPopupTree
{
    border: 3px solid #CC0000;
    background-color: #FFCC66;
    padding: 3px;
    width: 450px;
}
.sampleStyleA {
	background-color:#FFF;
}

.sampleStyleB {
	background-color:#FFF;
	font-family:monospace;
	font-size:10pt;
	font-weight:bold;
}

.sampleStyleC {
	background-color:#ddffdd;
	font-family:sans-serif;
	font-size:10pt;
	font-style:italic;
}

.sampleStyleD {
	background-color:Blue;
	color:White;
	font-family:Arial;
	font-size:10pt;
}
