﻿/*@font-face
{
    font-family: 'AsapRegular';
    src: url('/fonts/Asap-Regular-webfont.eot');
    src: url('/fonts/Asap-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/Asap-Regular-webfont.woff') format('woff'), url('/fonts/Asap-Regular-webfont.ttf') format('truetype'), url('/fonts/Asap-Regular-webfont.svg#AsapRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face
{
    font-family: 'AsapItalic';
    src: url('/fonts/Asap-Italic-webfont.eot');
    src: url('/fonts/Asap-Italic-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/Asap-Italic-webfont.woff') format('woff'), url('/fonts/Asap-Italic-webfont.ttf') format('truetype'), url('/fonts/Asap-Italic-webfont.svg#AsapItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face
{
    font-family: 'AsapBold';
    src: url('/fonts/Asap-Bold-webfont.eot');
    src: url('/fonts/Asap-Bold-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/Asap-Bold-webfont.woff') format('woff'), url('/fonts/Asap-Bold-webfont.ttf') format('truetype'), url('/fonts/Asap-Bold-webfont.svg#AsapBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face
{
    font-family: 'AsapBoldItalic';
    src: url('/fonts/Asap-BoldItalic-webfont.eot');
    src: url('/fonts/Asap-BoldItalic-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/Asap-BoldItalic-webfont.woff') format('woff'), url('/fonts/Asap-BoldItalic-webfont.ttf') format('truetype'), url('/fonts/Asap-BoldItalic-webfont.svg#AsapBoldItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}*/

select, .lineheight20
{
    line-height: 20px;
}
.lineheight30
{
    line-height: 30px;
}
body, select
{
    font-family: 'AsapRegular' , Arial, sans-serif;
}
td, input
{
    font-size: 15pt;
}
.input_textbox
{
    width: 250px;
}
.input_submit
{
    width: 200px;
}
.bold
{
    font-family: 'AsapBold' , Arial, sans-serif;
}
.fontsize10
{
    font-size: 10pt;
}
th
{
    text-align: right;
    font-family: 'AsapRegular' , Arial, sans-serif;
    font-size: 10pt;
    font-weight: normal;
    line-height: 30px;
    vertical-align: middle;
}
th.header
{
    text-align: left;
    font-size: 20pt;
    font-weight: bold;
    line-height: 30px;
    vertical-align: middle;
    width: 400px;
}
th.count
{
    width: 200px;
}
.countOthers
{
    width: 80px;
    text-align: right;
}
td.smallRight
{
    text-align: right;
    font-size: 10pt;
}
input.inventory
{
    text-align: right;
}
.red  
{
    color: red;
}
.hidden
{
    visibility: hidden;
}