#divAlertID 
{
    display: block;
	position:fixed;
	top:0;
	left:0;
	z-index: 10;  
	width: 520px;
	color:#000000;

}

#dimmerDiv
{
    display: none;
    position: absolute;
    z-index: 8;
    width: 100%;
	height:1500px;
    top: 0px;
    left: 0px;
    min-height:100%;
	color:#000000;
    background-color:#000000;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
    -KHTML-opacity: 0.5;
}

A.noTitle:link , A.yesTitle:link
{
    color: white;
    font-weight: bold;
    font-size: 11px;
}

A.noTitle:hover , A.yesTitle:hover
{
    color:#FF0000;
    text-decoration: none;
    font-weight: bold;
}

table.noTitle 
{
	width: 520px;
    border-width: 0px;
	border-spacing: 0px;
	background-color:#333333;
	color:#000000;
}

table.yesTitle 
{
	width: 520px;
    border-width: 0px;
	border-spacing: 0px;
    background-color: #CCCCCC;
}

td.alertText
{
    text-align: left;
    font-family: Tahoma;
    font-size: 11px;
    color: #000000;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 32px;
    padding-right: 32px;
}

td.alertButton
{
    text-align: center;
}

td.alertTitle
{
    font-size: 18px;
    text-align: left;
    font-family: Arial, sans-serif;
    color: #000000;
    padding-top: 5px;
    padding-bottom: 0px;
    padding-left: 8px;
    padding-right: 5px;
}

td.x
{
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 0px;
    text-align: right;
}

td.alertSpace
{
    height: 30px;
}

