﻿/*Popup Control*/
.popupControl{
	background-color: White;
	position: absolute;
	visibility: hidden;
	overflow: hidden;
	z-index: 1000;
}

.hiddenText
{   content: "."; 
    display: block; 
    clear: both; 
    visibility: hidden;
}  

/* Main Output Panel */
.OutputArea
{
    margin: auto;
    width: auto;
}



.watermarked
{
    background-color: Silver;
    color: #666;
    font-style: italic;
    text-align: center;
}

.watermarked2
{
    background-color: #99cccc;
    color: #666;
    font-style: italic;
    text-align: center;
}

td.dropdowns
{
    width: 350px
}

table.selections
{
    width: 700px;
    
}

.check
{
    text-decoration: line-through;
    color: red;
    list-style-type: circle;
}

#bottomClear
{
    clear: both;
    margin: auto;
    border: none;
}

.ListSearchExtenderPrompt
{
    font-style:italic;
    background-color: #CCC;
}