﻿.FadedBackground
{
    background-color: #666699;
    filter: alpha(opacity=50);
    opacity: 0.7;
}

.DialogMainBox
{
    border: 2px solid #000000;
    width: 400px;
    background: #FFFF99;
    top: 300px;
}

.DialogSmallBox
{
    border: 2px solid #000000;
    top: 300px;
    width: 250px;
    background: #FFFF99;
    
}

.DialogLargeBox
{
	background-position: #FFFF99;
	border: 2px solid #000000;
	background: #FFFF99;
	width: 600px;
}

.DialogLargeWideBox
{
	background-position: #FFFF99;
	border: 2px solid #000000;
	background: #FFFF99;
	width: 800px;
}

.PanelClass
{
	margin-top: 20px;
	margin-bottom: 20px;
	overflow: auto;
}

.DialogLargeBoxOld
{
    border: 2px solid #000000;
    background: #FFFF99;
    width: 600px;
}

.DialogLargeBoxScroll
{
    
    width: 600px;

   
}

.DialogTitle
{
    min-width: 100%;
    min-height: 20px;
    background-color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    font-weight: bold;
    color: #FFFFFF;
    text-align: left;
    vertical-align: middle;
    text-indent: 10px;
    
}

.DialogBody
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    color: #000000;
    text-align: left;
    margin-left: 10px;
    margin-top: 10px;
    
}

.DialogControls
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    color: #000000;
    text-indent: 10px;
    padding-top: 20px;
}


.DialogNewsBox
{
	background-position: #FFFF99;
	border: 2px solid #000000;
	background: #FFFF99;
	width: 600px;
	margin: 25px auto;
	text-align: left;
	
}

.DialogGreyText
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #808080;
	text-align: right;
	font-style: italic;
}