@charset "utf-8";

html
{
height: 100%;
overflow: scroll; 
}

body  {
  height: 100%;
  margin: 0; 
  padding: 0;
  text-align: center; /*---Center the container in IE 5* browsers---*/
  color: #FFF;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 11px;
  background-color: #333;
  background-image: url(images/bodyBGrepeat.jpg);
  background-repeat: repeat-x;
}

img {
  border: none;
}

#container  {
  width: 880px;
  margin: 0 auto;
  text-align: left; /* this overrides the text-align: center on the body element. */
  padding-bottom: 4em;
  background-color: #333;
} 


.spacedlist
{
  margin-bottom: 12px;
}

.divider {
  display: block;
  border-bottom: #777 1px dotted;
  padding-bottom: 4px;
}

.dividerSideBar {
  display: block;
  border-bottom: #777 1px dotted;
  padding-bottom: 8px;
}

#header  {
  height: 260px;
  padding-top: 0;
  padding-bottom: 0;
  background-color: #333;
  background-image: url(images/SiteHeader.jpg);
  background-repeat: no-repeat;
  background-position: left center;
}

.studentIDtext {
  margin-top: 0px;
    margin-left: 15px;
  color: #FFF;
  font-weight: bold;
  line-height: 24px !important;
  text-align: left;
  float: left;
  position: relative;
  padding-top: 5px;
  padding-left: 10px;
  padding-right: 10px;
  border-left: #555 1px solid;
  border-right: #555 1px solid;
  border-bottom: #555 1px solid;
}

#nonFooter {
position: relative;
min-height: 100%;
}

* html #nonFooter
{
height: 100%;
}



#GreyBox01Centered {
  background-color: #666;
  text-align: center;
  padding: 15px;
  border: 1px solid #999;
  width: 400px;
  margin-left: 207px;
}

.alert {
  background-color:#444;
  display: block;
  border-top: 1px solid #777;
  border-bottom: 1px solid #777;
  padding: 10px;
}
.alert2 {
  color: #360;
  background-color:#CFC;
  display: block;
  border-top: 1px solid #6F6;
  border-bottom: 1px solid #6F6;
  padding: 10px;
}

#sidebar1  {
  float: right;
  width: 150px;
  padding-right: 10px;
  padding-bottom: 15px;
  padding-left: 10px;
  margin-right: 0px;
  margin-left: 10px;
  border-right: #676767 1px solid;
}

#sidebar1 h1 {
  font-size: 12px;
  font-weight: bold;
  background-image: url(images/sideBarHDRBG.jpg);
  background-repeat: repeat-x;
  margin-top: 0px;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-left: 10px;
  padding-bottom: 8px;
}

/*---sidebar1 ordinary links ---*/

#sidebar1 a {
  color: #feb028;
  font-weight: bold;
  text-decoration: none;
}

#sidebar1 a:hover {
  color: #ffcb70 !important;
  font-weight: bold;
  text-decoration: none;
}

#sidebar1 a:visited {
  color: #feb028;
  font-weight: bold;
  text-decoration: none;
}


/*-------------------------------*/

/*--- main page links List Style ---*/

/*--- mainlinks List Style ---*/

#mainlinks 
{
  margin: 0px 0px 30px 0px;
}

#mainlinks img 
{
  float: right;
}
#mainlinks ul 
{
  padding-top: 10px;
  margin-left: 0px;
  list-style: none;
  padding-left: 0px;
}
#mainlinks ul li 
{
  margin-bottom: 10px;
  padding-left: 22px;
  background:url(/images/MainMenuBullet.gif) no-repeat 0px 0px;
}
#mainlinks li a 
{
  font-weight: normal !important;
}
#mainlinkscol
{
  width: 180px;
  float: left;
}

/* attempted preloading of CSS background images (notably the header); not entirely successful although possibly useful with further work
#preload img
{
height: 0; width: 0; border-width: 0;
position: absolute;
bottom: 0;
left: 0;
z-index: -30;
} 
*/

/*-------------------------------*/

/*--- sidebar1 List Style ---*/

#sidebar1 ul {
  line-height: 26px;
  list-style: none;
}

#sidebar1 li img{
  margin-left: 0px;
  padding-right: 2px;
  padding-top: 2px;
}

#sidebar1 li a {
  font-weight: normal !important;
  display: block;
  color: #ccc;
  margin-left: -50px;
  padding-left: 10px;
  border-bottom: 1px dotted #ccc;
  text-decoration: none;
}

#sidebar1 li a:hover {
  color: #ccc !important;
  background-color: #444;
}

#sidebar1 li a:visited {
  display: block;
  color: #ccc;
  border-bottom: 1px dotted #ccc;
}

#sidebar1 li a:active {
  display: block;
  color: #ccc;
  border-bottom: 1px dotted #ccc;
}

/*--------------------------------------*/

#sidebar2 {
  float: right;
  width: 140px;
  padding-top: 0px;
  padding-right: 10px;
  padding-bottom: 15px;
  padding-left: 10px;
  margin-right: 0px;
  margin-left: 0px;
}

#sidebar2 h1 {
  font-size: 12px;
  font-weight: bold;
  background-image: url(images/sideBarHDRBG.jpg);
  background-repeat: repeat-x;
  margin-top: 0px;
  margin-left: -10px;
  margin-right: -10px;
  padding-top: 10px;
  padding-left: 10px;
  padding-bottom: 8px;
}

/*--- sidebar2 List Style ---*/

#sidebar2 ul {
  line-height: 26px;
  list-style: none;
}

#sidebar2 li img{
  margin-left: 0px;
  padding-right: 2px;
  padding-top: 2px;
}

#sidebar2 li a {
  font-weight: normal !important;
  display: block;
  color: #ccc !important;
  line-height: 13px;
  margin-left: -40px;
  padding-top: 4px;
  padding-left: 10px;
  padding-bottom: 4px;
  border-bottom: 1px dotted #ccc;
  text-decoration: none;
}

#sidebar2 li a:hover {
  color: #ccc !important;
  background-color: #444;
}

#sidebar2 li a:visited {
  display: block;
  color: #ccc;
  border-bottom: 1px dotted #ccc;
}

#sidebar2 li a:active {
  display: block;
  color: #ccc;
  border-bottom: 1px dotted #ccc;
}

/*--------------------------------------*/

/*---sidebar2 ordinary links ---*/

#sidebar2 a {
  color: #feb028;
  font-weight: bold;
  text-decoration: none;
}

#sidebar2 a:hover {
  color: #ffcb70 !important;
  font-weight: bold;
  text-decoration: none;
}

#sidebar2 a:visited {
  color: #feb028;
  font-weight: bold;
  text-decoration: none;
}

/*-------------------------------*/

/*--------------------------------------*/

#sidebar3 {
  float: right;
  width: 320px;
  padding-top: 0px;
  padding-right: 10px;
  padding-bottom: 15px;
  padding-left: 10px;
  margin-right: 0px;
  margin-left: 0px;
}

#sidebar3 h1 {
  font-size: 12px;
  font-weight: bold;
  background-image: url(images/sideBarHDRBG.jpg);
  background-repeat: repeat-x;
  margin-top: 0px;
  margin-left: -10px;
  margin-right: -10px;
  padding-top: 10px;
  padding-left: 10px;
  padding-bottom: 8px;
}

/*--- sidebar3 List Style ---*/

#sidebar3 ul {
  line-height: 22px;
  /*list-style: none;*/
}

#sidebar3 li img{
  margin-left: 0px;
  padding-right: 2px;
  padding-top: 2px;
}

#sidebar3 li a {
  line-height: 13px;
  padding-top: 0px;
  padding-left: 10px;
  padding-bottom: 4px;
}


/*--------------------------------------*/

/*---sidebar3 ordinary links ---*/

#sidebar3 a {
  color: #feb028;
  font-weight: bold;
  text-decoration: none;
}

#sidebar3 a:hover {
  color: #ffcb70 !important;
  font-weight: bold;
  text-decoration: none;
}

#sidebar3 a:visited {
  color: #feb028;
  font-weight: bold;
  text-decoration: none;
}

/*-------------------------------*/

/*--- mainContent CSS for dual column pages ---*/

#mainContent  {
  height: auto;
  width: 500px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 0;
  padding-right: 15px;
  padding-bottom: 0px;
  padding-left: 15px;
  background-color: #333;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 11px;
  line-height: 18px;
  color: #FFF;
  text-align: justify;
} 

#mainContent h1 {
  font-size: 14px;
  font-style: italic;
  font-weight: bold;
  padding-bottom: 5px;
  border-bottom: #fff 1px dotted;
}

#mainContent h2 {
  font-size: 12px;
  font-style: italic;
  font-weight: bold;
  padding-bottom: 5px;
  border-bottom: #fff 1px dotted;
}


/* --- MainContent Links --- */

#mainContent a {
  color: #feb028;
  font-weight: bold;
  text-decoration: none;
}

#mainContent a:hover {
  color: #ffcb70;
  text-decoration: none;
}

#mainContent a:visited {
  color: #feb028;
  font-weight: bold;
  text-decoration: none;
}


/* -------------------------- */

#mainContent img {
    padding: 10px;
}

/*--- mainContent Table CSS---*/

#mainContentTable {
  border: #676767 1px solid;
  text-align: center;
}

.mainContentTableCellHDR {
  font-weight: bold;
  background-image:url(images/TableHDRBGrpt.jpg);
  background-repeat: repeat-x;
  text-align: center;
}

.mainContentTableWebmailHDR {
  font-weight: bold;
  background-image:url(images/TableHDRBGrpt.jpg);
  background-repeat: repeat-x;
  text-align: center;
  border-top: 1px solid #777;
  border-bottom: 1px solid #777;
}

.mainContentTableWebmailCell
{
  font-weight: bold;
  background-image: url(images/wmBodyBGrepeat.jpg);
  background-repeat: repeat-x;
  text-align: left;
  border-top: 1px solid #777;
  border-bottom: 1px solid #777;
}

.mainContentTableCellAlt {
  background-color: #404040;
  text-align: center;
}
.mainContentTableCellRightAlign {
  text-align: right;
}

.mainContentTableCellleftAlign {
  text-align: left;
}

/* -------------------------- */

#mainContentSingleColumn01 { /* --For single column pages such as Log in/Log off ---*/
  height: auto;
  width: 850px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 0;
  padding-right: 15px;
  padding-bottom: 0px;
  padding-left: 15px;
  background-color: #333;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 11px;
  line-height: 18px;
  color: #FFF;
}
#mainContentSingleColumn01 a {
  color: #feb028;
  font-weight: bold;
  text-decoration: none;
}

#mainContentSingleColumn01 a:hover {
  color: #ffcb70 !important;
  text-decoration: none;
}

#mainContentSingleColumn01 a:visited {
  color: #feb028;
  font-weight: bold;
  text-decoration: none;
}
/*------ Form  Rules -------*/

.formfield {
  width: 200px;
  background: #CCC;
   border: #fff 1px solid;
  padding-left:5px;
} 

.formfieldTextArea {
  width: 480px;
  background: #CCC;
   border: #fff 1px solid;
  padding-left:5px;
} 

.formfieldTextArea2 {
  width: 300px;
  background: #CCC;
   border: #fff 1px solid;
  padding-left:5px;
} 

.button {
  color: #fff !important;
  font-size: 10px;
  font-weight: bold;
  background: #333;
  border: #CCC 1px solid;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 3px;
  padding-bottom: 3px;
}

.button:hover {
  color: #fff !important;
  font-size: 10px;
  font-weight: bold;
  background: #444;
  border: #CCC 1px solid;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 3px;
  padding-bottom: 3px;
}

/* -------------------------- */
    
#footer  {
  position: relative;
  margin-top: -5.5em;
  height: 60px;
  padding-top: 0;
  padding-right: 10px;
  padding-left: 20px;
  text-align: center;
  background-color: #222;
} 

#footer p  {
  margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
  padding: 20px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
  color: #FFF;
}

.fltrt { 
  float: right;
  margin-left: 8px;
}

.fltlft { 
  float: left;
  margin-right: 8px;
}

.clearfloat { 
  clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}



/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.pagination
{
  text-align: center;
}

.pagination ul
{
  margin: 0;
  padding: 0;
  text-align: center; /*Set to "right" to right align pagination interface*/
  font-size: 12px;
}

.pagination li
{
  margin: 5px;
  list-style-type: none;
  display: inline;
  border: 1px solid #9aafe5;
  text-decoration: none;
  font-weight: bold;
  color: #2e6ab1;
}


.pagination li:hover
{
  background-color: lightyellow;
  color: #000;
}

.pagination li.currentpage
{
  font-weight: bold;
  background-color: #2e6ab1;
  color: #FFF;
  padding: 1px 5px;
}
.pagination li a
{
  padding: 1px 5px;
}

.pagination li.disablepage
{
  margin: 5px;
  background-color: #404040;
  border: 1px solid #929292;
  color: #CCC;
  padding: 0px 5px;
}

#whitebox
{
  width: 770px; 
  align: center; 
  background: white; 
  padding: 0px 5px 0px 5px; 
  border: 2px solid red;
}
#whitebox a:link
{
  color: red !important;
  text-decoration: none;
}
#whitebox a:hover
{
  color: red !important;
  text-decoration: underline;
}

* html .pagination li.currentpage, * html .pagination li.disablepage, * html .pagination li.nextpage
{ /*IE 6 and below. Adjust non linked LIs slightly to account for bugs*/
  margin-right: 5px;
  padding-right: 0;
;
}

