﻿body
{
    margin:0;
}

A
{
    text-decoration: none;
}

/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffff;
	border-width:1px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:300px;
}

.pTr {
    background-color:#E6EBFF;
    border-bottom-color:White; 
    border-bottom-width:2px;
    border-bottom-style:Solid;
    font-family:Arial;
    font-size:9pt;
    height:75px;
}

.gTr {
    background-color:#E6FFE6;
    border-bottom-color:White; 
    border-bottom-width:2px;
    border-bottom-style:Solid;
    font-family:Arial;
    font-size:9pt;
}

.filtri{
    font-size:11px;
}
