﻿@import url("layout.css");

body
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9pt;
    color: #000000;
    margin: 5px;
    
}

h1 { font-size:180%; }
h2 { font-size:160%; }
h3 { font-size:140%; }
h4 { font-size:120%; }

.content1 { margin:0 auto; width:970px; }

.hdrTbl { width:100%; border-bottom:solid 1px #cecece; }
.hdrTbl th { text-align:left; padding-left:29px; }
.hdrTbl td { vertical-align:bottom; padding-bottom:11px; }
.lnkTbl { width:100%; }

.userLinks { text-align:right; vertical-align:bottom; font-size:90%; }
.userLinks a { 
    display:inline-block;
    float: right;
    margin: 3px;
    padding:1px 7px;
    font-weight:bold;
}

.hidesctn { display:none; }

.border1 { border:solid 1px #cccccc; padding:5px; }

.help  
{
    font-family:Tahoma; 
    color:#333333; 
    background-image:url('../images/help.gif'); background-position:left top; background-repeat:no-repeat; background-color:White;
    padding-left:52px; 
    min-height:50px; 
}
.help2 {
    font-family:Tahoma; 
    color:#333333; 
    font-size:90%;
}

.error { font-family:Calibri, Tahoma, Sans-Serif; color:#cc0000; }

.btm1 { 
    font-size:80%; font-family:Arial;
    text-align:center; 
    border-top:solid 1px #cecece; 
    padding:11px 5px; 
    margin-top:20px; 
    }

/*  this style is used to show notifications with a bright green background    */
.disp p { background-color:#c4e635; padding:5px; margin-bottom:10px; text-align:center; font-size:110%; }
.tick1 { vertical-align:middle; width:35px; height:38px; }

.hidecontrol { display:none; }
