﻿
* {margin: 0px; padding: 0px;}

/******************************************/
/* Specifies the Minimun Width and Max Widths for a Page */
/* IE uses the expression, which is any javascript you want */
/* Firefox ect, will ignore the expresssion */
/******************************************/

/* for all browsers min-width */
.width {
 width:100%; 
 min-width:100%;
 max-width:100%;
 width:100%;
}

/* for IE browsers */
.minwidth {border-left:0; position:absolute; float:none;}
.container {margin-left:0; position:absolute; float:none; }
/* End the Minimun Page Width    */

/* Start Min-Height Page Width    */
/******************************************/
/* Specifies the Minimun Height for a Page 
   Also sets up the three column colors 
   Main1 background is the color of the center column
   Main1 background url is the color of the left column (a faux column)
   Main2 background url is the color of the Right Column (a faux column)
   The following ensures that the all columns appear the same length and grow together
*/
/******************************************/
.main1 {
 margin:0; padding:0;
 background:#FFF url("../images/leftColumn.gif") top left repeat-y;
 min-height:400px;
 height:400px;
 position:absolute;
 border:none;
}

div[class="main1"] { height:auto; }
/******************************************/
/* End Minimun Height for a Page */

  
body 
{
    background-color: #FFF;
    margin:0;
    padding:0;
}
#banner
{
    display:none;
}
#topNav
{
    display:none;
}
#left
{
    display:none;
    margin:0;
    width:0;
}
#right
{
    display:none;
    margin:0;
}
#footer
{
    display:none;
}
#middle
{
    position:absolute;
    padding:0;
    width: 650px;
    margin:0;
    border: none;
}
#middle .content { 
  color:#000; 
  padding: 0;
}

/*
  Toggle images so grey images don't display on print.
*/
.resourceList img.hiddenCheck
{
    display:block;
    margin-left: auto;
    margin-right: auto;
}
.resourceList img.greyCheck
{
    display:none;
}

.resourceList
{
    margin-left: 5px;
}
.resourceList td,.resourceList th
{
   border: solid 1px #000;
   text-align:center;

}
.resourceList thead th 
{
    color: #000;
}

.resourceList img.hiddenCheck
{
    display:block;
}
.resourceList img.greyCheck
{
    display:none;
}