/* 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.
 */

a       { text-decoration: none; }
a:hover { text-decoration: underline; }

* {
    padding: 0px; margin: 0px; border: 0px;
}

p { margin-top: 1em; }


#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);
}

table.layout {
    width: 100%;
    border-collapse: collapse;
}

table.layout td {
    vertical-align: top;
}

table.layout td.menu {
    vertical-align: top;
  background-color: #edd51c;
}


.menu a {
    line-height: 3.5ex;
    margin: 4px;
    padding: 2px 10px;
    text-decoration: none;
    border: 1px solid #edd51c;
    color: #3f1a0a;
}

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

.menu a:hover {
    border-radius: 10px;
    color: #edd51c;
    background-color: #3f1a0a;
    text-decoration: none;
}

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

.content {
  margin: 10px 10px 10px 10px;
  padding-left: 5px;
}

.content dt {
    margin-top: 1ex;
}

.content h2 {
    margin-top: 1em;
}

.content ol {
    margin-left: 2em;
}

/*
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: 5px 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: 0px;
  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: hspc-color.css,v 1.1 2013/02/21 14:12:53 kilroy Exp kilroy $
 */
