/*
 * style.css   
 *
 * 12/20/2007 CHM Tried to merge some styles from mainstyle.css into this
 *                file and cleaned up a number of non-conforming declarations.
 * 11/29/2013 SK  Added new style7 class
 */

td {
    font-size: 9pt;
    font-family: Arial;
    font-variant: normal;
}

th { font-size: 9pt;
     font-family: Arial;
     font-weight: bold;
}

h1 {
    font-size: 22pt;
    font-family: Arial;
    font-variant: normal;
    font-weight: bold;
    text-align: center;
}

h2 {
    font-size: 12pt;
    color: red;
    font-family: Arial;
    font-variant: italic;
    text-align: center;
}

span.oldspan {
    border-right: black thin solid;
    border-top: black thin solid;
    border-left: black thin solid;
    width: 150px;
    border-bottom: black thin solid;
    position: absolute;
    top: 250px;
    height: 350px;
}

tt {
    font-size: 9pt;
    color: #006c4d;
    font-family: Arial;
}

thead {
    font-size: 9pt;
    color: #006c4d;
    font-family: Arial;
}

button { background-image: url(images/GRNTRK.JPG); }

em { font-size: 9pt;
     color: black;
     font-style: italic;
     font-family: Arial;
}

a { font-size: 9pt;
    font-family: Arial;
    #commentcolor: #006c4d;
}
a:hover { color: red; }

body { font-size: 9pt;
       #color: black;
       font-family: Arial;
       margin-top: 2px;
}

.style7 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #009999;
  font-size: 15px;
}

.tableheader {
        font-family: Arial; 
        font-size: 9pt; 
        font-weight: bold; 
        color: black; 
        background-color: #20B2AA;
}
.welcome_text {
        font-family: Arial;
        font-size: 14pt;
        font-weight: bold;
        color: green;
}

.company_text {
    font-size: 30pt;
    color: black;
    font-family: Arial;
    font-style: italic;
    font-weight: bold;
    text-align: center;
}

.showSwitch { display: block; }
.hideSwitch { display: none; }
.expandMenu { width: 50%; }

.expandMenu dt {
        text-transform: uppercase;
        background-color: #20B2AA;
        padding: 2px;
        margin: 0px 0px 1px;
        font-weight: bold; 
        color: black;
        cursor: hand;
}
.expandMenu a {
        color: #FFFFFF;
}
.expandMenu a:hover {
        color: #333333;
        background-color: transparent;
}
.expandMenu dd {
        margin: 0px;
        padding: 0px;
        background-color: #999999;
}

.expandMenu table {
        border-collapse: collapse;
        width: 100%;
}

.expandMenu ul {
        background-color: #999999;
        margin:  2em;
        padding: 0px;
        list-style-type: none;
}

.expandMenu td {
        color: black;
        border-color: #FFFFFF;
        border-style: solid;
        border-width: 1px 0;
        background-color: "#D3D3D3";
}
.expandMenu thead td {
        color: black; 
        background-color: #20B2AA;
        border-top-style: none;
        font-weight: bold; 

}
.alignCenter {
        text-align: center;
}

.pickup_text{
        font-family: Arial;
        font-size: 1.5em;
        font-weight: bold;
        color: green;
}

#bol { font-size: 90%; 
       font-weight:bold; 
}

tr.evenrow {background: #D3D3D3;}
tr.oddrow {background: white;}
tr.thirdrow {background: #DCEDFF;}

.sortable thead {cursor: pointer;}

span.stspan {
    position: static;
    border: none;
    width: 1px;
    height: 1px;
    top: 1px;
}

.wait {
    cursor: wait;
    background: #D3D3D3;
}

/*  BEGIN styles merged from mainstyle.css  **/
.submenu { position: absolute;
           left: 15px;
           width: 165px;
           border: 0px solid black;
           font-weight: normal;
           font-family: tahoma, arial, helvetica, sans-serif;
           font-size: 9pt;
           visibility: hidden;
           color: #000000;
           line-height: 11pt;
}

.title { position: absolute;
         width: 170px;
         height: 20px;
         left: 01px;
         z-index: 10;
         font-family: tahoma, arial, helvetica, sans-serif;
         font-weight: bold;
         font-size: 10pt;
         color: #000000;
}

table #maintable { font-size: 100%; }

#leftbar { width: 165px; }

#leftbar .headers {
        padding-top: 2px; 
        padding-right: 2px; 
        padding-left: 2px; 
        padding-bottom: 2px; 
        font: bold 1 10% Arial; 
        color: white; 
        background-color: #008000; 
        /* #commentbackground-color: #bf0000;  CHM */
        text-align: center;
}
#leftbar .menuitems {
        padding-top: 0px;
        padding-left: 0px; 
        padding-right: 0px; 
        padding-bottom: 0px; 
        list-style-image: url(arrow.gif);
        margin: 5px auto 10px 17px; 
        line-height: 1.2em; 
}
#leftbar .menuitems li {
        background-position: left bottom; 
        background-image: url(menuline.gif); 
        padding-bottom: 8px; 
        background-repeat: no-repeat;
}
#leftbar .menuitems li a {
        font-weight: bold; 
        text-decoration: none;
}

.protrace_text{
        font-family: Arial; 
        font-size: 12px;   
        font-weight: bold; 
        color: 3399FF;
        background-color:FFFF99;
}

.categorylinks {
        padding-top: 0px;
        padding-left: 0px; 
        padding-right: 0px; 
        padding-bottom: 0px; 
        margin: 5px auto 10px 18px; 
}
.categorylinks li {
        padding-bottom: 1px;
}
.categorylinks li a {
        padding-right: 1px; 
        display: block; 
        padding-left: 1px; 
        font-weight: bold ; 
        font-size: 10pt; 
        padding-bottom: 3px; 
        margin-left: -3px; 
        /* #commentcolor: #449805;  CHM */
        color: #000; 
        padding-top: 3px; 
        border-bottom: #ececec 1px solid; 
        text-decoration: none;
}
.categorylinks a {
        color: #000; 
        text-decoration: none;
}
.categorylinks a:visited {
        color: #000; 
        text-decoration: none;
        /* color: #449805; CHM */
}
.categorylinks a:hover {
        background: #4d6599;   
        /* background: #51b906;   CHM */
        color: #fff;  
        text-decoration: none;
}

/**  END styles merged from mainstyle.css  **/

input.loginbtn{ 
   font-size:110%;
   font-weight:bold;
}

legend {font-weight: bold; text-align: left;}

.thankyou { font-size: 10pt;
               font-weight: bold;
               color: green;
               text-align: center;}

.errormessage { font-size: 10pt;
               font-weight: bold;
               color: red;
               text-align: center;}

tr.tableheader th a {color: black;
                     font-size: 12;}
                     
.function_title_text {
        font-family: Arial;
        font-size: 26;
        font-weight: bold;}                     

@media print {
  #sidenavdiv {display: none;
  }

  #sidenavdiv2 { width: 100%;
  }

  #maincontentdiv {
  }
}

@media screen {
  #sidenavdiv {position: absolute;
	       top: 0px;
	       left: 0px;
	       width: 160px;
	       height: 100%;
	       z-index: 10;
	       /* background-color: purple; */
  }

  #sidenavdiv2 { position: absolute;
		 top: 0px;
		 left: 161px;
		 width: 80%;
  }

  #maincontentdiv { position: absolute;
                    top: 0px;
		    left: 161px;
		    width: 80%;
	            z-index: 1;
  }
}

.pagetitle { font-weight: bold;
             font-size: 18pt;
             text-align: center;
             color: black;
	     font-family: Arial, Helvetica, sans-serif, "New Century Schoolbook", Times, serif;
}
h3.pagetitle { font-weight: bold;
             font-size: 18pt;
             text-align: center;
             color: black;
}
td h3.pagetitle { font-weight: bold;
             font-size: 18pt;
             text-align: center;
             color: black;
}

