@font-face
{
   font-family: 'XWing';
   src: url('../Fonts/xwing-miniatures.ttf');
}

@font-face
{
   font-family: 'Kimberley';
   src: url('../Fonts/kimberley bl.ttf');
}

@font-face
{
   font-family: 'EurostileLTStd';
   src: url('../Fonts/EurostileLTStd.otf');
}

@font-face
{
   font-family: 'EurostileBold';
   src: url('../Fonts/EurostileLTStd-Bold.otf');
}

@font-face
{
   font-family: 'BankGothic';
   src: url('../Fonts/Bank Gothic Medium BT.ttf');
}

.tabHeader
{
	display: block;
	width: 100%;
    overflow: hidden;
}

a.tab:link,
a.tab:visited
{
    display: inline-block;
    float: left;
    color: black;
    padding: 10px 25px;
    margin: 2px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    font-family: "Arial", Sans-serif;
    border: solid 1px black;
    background-color: rgba(128,128,128,0.4);
}

a.tab:hover,
a.tab:active
{
    background-color: rgba(128,128,128,0.2);
}

a.currentTab:link,
a.currentTab:visited
{
    display: inline-block;
    float: left;
    color: black;
    padding: 10px 25px;
    margin: 2px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    font-family: "Arial", Sans-serif;
    border: solid 1px black;
    background-color: rgba(128,128,128, 0);
}

@page
{
    size: A4 landscape;
    margin: 1.27cm;
}

@media print
{    
    .NoPrint
    {
        display: none !important;
    }
}