﻿@Media Print {
    /********************************************************* General *********************************************************************************/
    body {
        background-color: #ffffff;
        font-family: Verdana,Arial, Helvetica, sans-serif;
        font-weight: normal;
        font-size: 12px;
        text-align: left;
        margin: 0px;
    }

    a {
        color: #000000;
        text-decoration: underline;
        
    }

    th {
        font-weight: normal;
    }

    /********************************************************* Basic Layout *****************************************************************************/
    #Container {
        margin: 0px;
        padding: 0px 27px 5px 25px;
    }

    #Header, #Logo, #MainMenu, #DesktopAgent, #LoggedIN,  #Footer, .CopyRight {
        display: none;
    }

    #BodyContent {
        width: 100%;
    }


    .FormView_Style a{
        color: #000000;
        font-weight:normal;

    }


.breadCrumbs > a:first-child + span + span
{
  display: none;
}
.breadCrumbs a, .breadCrumbsSep
{
    display: none;
}

.breadCrumbsSelected
{
    font-size: 14px;
    color: #000000;
    font-weight: bold;
    text-decoration: none;
}



}
