﻿body 
{
    margin: 0px 0px 0px 0px;
    font-family: Arial, Sans-Serif;
    font-size: 75%;
}
table 
{
    border: none 0px white;
}
th 
{
    text-align: right;
    vertical-align: top;
    white-space: nowrap;
    border: none 0px white;
}
td
{
    vertical-align: top;
    border: none 0px white;
}
h1
{
    font-family: Arial, Sans-Serif;
    font-size: 150%;
    margin: 5px 0px 5px 0px;
}
.mastertd 
{
    color: White;
	background-color: #666666;
	border: solid 1px #333333;
}
.mastertd a:link 
{
    color: White;
    text-decoration: none;
}
.mastertd a:visited
{
    color: White;
    text-decoration: none;
}
.mastertd a:hover
{
    color: #999999;
    text-decoration: none;
}
.mastertd a:active
{
    color: #E5A04D;
    text-decoration: none;
}
.image-right
{
	float: right;
	padding: 0px 0px 8px 10px;
}
.image-left
{
	float: left;
	padding: 0px 10px 8px 0px;
}
.th_leftalign 
{
    text-align: left;
}
.modalpopupbackground 
{
    background-color: Gray;
    filter: alpha(opacity=60);
    opacity: 0.60;   
}    
.modalpopuppanel
{
    background-color: White;
    border: solid 1px #333333; 
    padding: 10px 10px 10px 10px;
    position: absolute; 
    width: 200px; 
    height: 125px;
}