/* 
    Document   : custom
    Created on : 28-ago-2008, 10.42.59
    Author     : catozzi
    Description:
        Purpose of the stylesheet follows.
*/

/*.loginHeaderTop
{
    background-image: url(loginSMAU.jpg);
    height: 250px;
}

.loginHeaderBottom
{
    display: none;
}*/

table.customTable
{
    width: 100%;
}

table.customTable tr td
{
    vertical-align: top;
    font-size: 1em !important;
}

table.customTable tr td .datatable tbody tr td, table.customTable tr td .datatable thead tr th
{    
    vertical-align: middle;
}

.link-dis
{
    display: inline;
    color: #303030 !important;
    text-decoration: none;
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=20);    /*IE8*/
}

