﻿.backgroundcss
{
    background-color:Black;
    filter:alpha(opacity=90);
    opacity:0.9;
}

.panelpopupcss
{
	background-color:White;
	width:340px;
	border:solid 4px Silver;
	padding:3px;
	-moz-border-radius:10px;
    -webkit-border-radius:10px;
    -khtml-border-radius:10px;
    border-radius:10px;
}

.panelmaincss
{
    background-color:Silver;
    width:210px;
}

.tablecss
{
    width:100%;
    text-align:Left;
}

.headingcss
{
    font-family:Arial;
    font-size:10pt;
    font-weight:bold;
    color:#99CC00;
    padding-top:15px;
}

.closehdr
{
    background-color:Black;
    padding:2px 4px 2px 0px;
}

.namecss
{
    font-family:Arial;
    font-size:10pt;
    font-weight:bold;
    color:White;
    text-align:left;
    padding-left:5px;
}

.logocss
{
    padding:3px 0px 0px 5px;
}

