/*
 * $Id: main.css,v 1.63 2003/09/19 17:14:59 brian Exp $
 * CSS selectors shared across all pages of the student directory site.
 */

/*
 * background image for the entire page.
 * tiles on both the x- and y- axes by default.
 */
body
{    background-image: url(/images/background.gif);
     margin: 0;
     padding: 0;
}

/*
 * blanket policy for all images. this should remove the
 * need to specify border=0 in every img tag.
 */
img
{    border: 0px;
}

/*************
 * page banner
 *************/

#banner, #banner-wave, #banner-shadow, #home
{    position: absolute;    
}

#banner, #banner-wave, #banner-shadow
{    left: 0px;
}

#banner, #banner-wave
{    top: 0px;
    height: 95px;
}

#banner, #banner-shadow
{    width: 100%;
}

#banner-wave
{ width: 920px;
}

/*
 * the blue/gold wave at the top of every page.
 */
#banner
{    background-color: rgb(255,206,5);
    z-index: 1;
}

#banner-wave, #banner-shadow
{    z-index: 2;
}

/*
 * used to create the shadowed black line below the header wave
 */
#banner-shadow
{    top: 91px;
    height: 5px;
    background-image: url(/images/banner_shadow.gif);
    background-repeat: repeat-x;
}

/*
 * the home button, when present
 */
#home
{    left: 645px;
    top: 34px;
    width: 129px;
    height: 62px;
    z-index: 3;
}

/*****************
 * page navigation
 *****************/

#navigation
{    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 10;
}

/**************
 * page content
 **************/

#content, #hint, #links
{    position: absolute;
}

/*
 * container for the page's content
 */
#content
{    left: 20px;
    z-index: 5;    
}

#hint, #links
{    top: 0px;
}

/*
 * gives the user a hint as to what to do
 * ex: "Click on your book"
 */
#hint
{    left: 0px;
}

/******************
 * copyright notice
 ******************/
p#notice
{    position: relative;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: rgb(0,0,0);
    text-align: center;
}

.linkadmin {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: rgb(255,0,0);
}
