#divAlertID 
{
    display: block; 
    z-index: 10; 
    width: 520px; 
    left: 200px; 
    /*PRB: modificata in fixed. Ho modificato anche la notification.js*/
    /*position: absolute; 
    top: 100px;*/
    position: fixed;
    top: 10px;
}

#dimmerDiv
{
    display: none;
    position: absolute;
    z-index: 8;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    min-height:100%;
    background-color: black;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
    -KHTML-opacity: 0.6;
}

A.noTitle:link , A.yesTitle:link
{
    color: white;
    font-weight: bold;
    font-size: 11px;
}

A.noTitle:hover , A.yesTitle:hover
{
    color: #7897E4;
    text-decoration: none;
    font-weight: bold;
}

table.noTitle 
{
	width: 520px;
    border-width: 0px;
	border-spacing: 0px;
	/*background: #333e70 url(img/bg-notif.jpg) repeat-x top left;*/
    background-color: #ffffff;
    -webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
}

table.yesTitle 
{
	width: 520px;
    border-width: 0px;
	border-spacing: 0px;
    background-color: #333e70;
}

td.alertText
{
    text-align: left;
    font-family: Tahoma;
    font-size: 11px;
    color: #ffffff;
    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;
}
