﻿/* This section should be updated with the contents of General.css, since the import control crashes visual studio */

body 
{
    font-size: 15px;
    font-family:     font-family: Calibri, Arial, sans-serif;
}

.standardFont
{
    font-size: 10pt;
    font-family: Arial,Helvetica, Sans-Serif;
}

.fontGrey
{
    color: #444444;/*#a9a9a9;*/
}

.textCentred
{
    text-align:center;
}


/* End of General.css copied section */

.Centred
{
    margin:0 auto;
}

.padLeft20
{
    padding-left:20px;
}

.padAll5
{
    padding:5 5 5 5;
}

.font16pt
{
    font-size:16pt;
}

.bold
{
    font-weight: bold;
}

.right
{ 
  text-align: right; 
  }


.centre
{ 
  text-align: center; 
  }

.details_label
{
    font-weight: bold;
    color: gray;
}

.details_field
{
    font-weight: normal;
    color: gray;
}

.button
{
    font-size: 8pt;
    width: 70px;
}

.flatButton
{
    font-size: 8pt;
    width: 70px;
    border-right: 0px solid;
    border-top: 0px solid;
    border-left: 0px solid;
    border-bottom: 0px solid;
}

.searchResults_col1
{
    width:85px;
}
.searchResults_col2
{
    width:400px;
}

.searchResults_col3
{
    width:95px;
}

.validityMatrix
{
    font-size: 7pt;
    background-color: transparent;/*#dcdcdc;*/
    width:145px;

}
.vmCell
{
    border-right:  red 1px solid;
    border-top: #dcdcdc 0px solid;
    border-left: #dcdcdc 0px solid;
    border-bottom: #dcdcdc 0px solid;
    width: 15px;
    
}

.vmCheckbox
{
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    width: 15px;
    border-right: white 0px solid;
    border-top: white 0px solid;
    border-left: white 0px solid;
    border-bottom: white 0px solid;
    text-indent: 0px;
    line-height: normal;
    letter-spacing: normal;
}

.larger
{
    font-size: 125%;
}

.lpLogo
{
    margin-left:12px;
}
