/* These set up the top background.  By setting the left side
 * to right-justify, and the right side to left-justify, the
 * background tiles neatly.
 */
#page_top_left {
/*    background-image:url(Images/sky-ground-trees-huge-fade60.jpg);
*/
    background-position: 100% 100%;
    margin-bottom:0px;
    text-align: center;
    vertical-align:bottom;
    padding: 10px 10px 0px 10px;
}

#page_top {
/*    background-image:url(Images/sky-ground-trees-huge-fade60.jpg);
*/
    background-color: #ffffff;
    background-position: 100% 100%;
    margin-bottom:0px;
    text-align: center;
    vertical-align:bottom;
    padding: 10px 10px 0px 10px;
}

#page_top_right {
/*   background-image:url(Images/sky-ground-trees-huge-fade60.jpg);
*/
    background-position: 0% 100%;
    margin-bottom:0px;
    padding: 10px 10px 0px 10px;
}

.cslink {
    padding: 1px 5px;
    text-decoration: none;
    color: rgb(0,0,255);
}



.menu a {
    margin: 1px 1px;
    border-width: 1px 0px;
    padding: 0px 5px;
    line-height: 1.5em;
    text-decoration: none;
    border-color: #edd51c;
    border-style: solid;
    color: #3f1a0a;

}

.menu #login {
    padding: 1px 5px;
    text-decoration: none;
}


.menu a:hover {
/* text-decoration: overline underline;
*/
    border-style: solid;
    border-color: #3f1a0a;
    border-width: 1px 0px;

/* background: #3f1a0a;
  color: #edd51c;
*/
}

body {
  margin: 0px;
  padding: 0px;
  color: #3f1a0a;
  background-image:url(./manila_paper2.jpg);
}
.content {
  margin: 10px 10px 10px 10px;
  padding-left: 5px;
}


/*
h1 {
  background: #31fa0a;
  color: #edd51c;
  font-size: 30px;
  line-height: 30px;
  padding: 0px;
}
*/

.header {
  background: #3f1a0a;
  color: #edd51c;
/* background: #330000;
   background: #339933;
   color: #ffffff;
*/
  border-color: #006600;
  border-width: 0px;
  font-size: 23px;
  font-weight: bold;
  margin: 0px;
  padding: 10px 10px 5px 15px;
}


/* padding of 10px looks weird in FireFox 0.9.2
 * dunno why.
 */
.menu {
  border-width: 0px;
  background: #edd51c;
  color: #3f1a0a;
/* background: #66cc99;
  color: #000000;
*/
  margin-left: 2px;
  padding: 3px;
  float: left;
    text-align: center;
}

#studentlist {
    margin-left: 25px;
    border-width: 1px;
}
#studentlist th {
    padding: 1px 5px;
    text-align: center;
}
#studentlist td {
    padding: 1px 5px;
    text-align: center;
}


/* written by Wai Kiu Louie (wlouie@elvis.rowan.edu) and
 *              Delio Morales (dmorales@elvis.rowan.edu)
 *   modified by Joshua Ogren (ogren@elvis.rowan.edu
 *  $Id: $
 */

