﻿.backgroundcss
{
    background-color:Black;
    filter:alpha(opacity=90);
    opacity:0.9;
}

.panelpopupcss
{
	background-color:White;
	width:700px;
	border:solid 2px Silver;
}

.panelmaincss
{
    background-color:Black;
    height:400px;
    width:200px;
}

.tablecss
{
    width:100%;
    text-align:center;
}

.headingcss
{
    font-family:Arial;
    font-size:10pt;
    font-weight:bold;
    color:Blue;
    padding-top:15px;
}

.closehdr
{
    background-color:Black;
    filter:alpha(opacity=70);
    opacity:0.7;
    padding:2px 4px 2px 0px;
}

.namecss
{
    font-family:Arial;
    font-size:14pt;
    font-weight:bold;
    color:#99CC00;
}

.logocss
{
    padding:3px 0px 0px 5px;
}
