body, input, td, th, button, textarea
{
    font-family:
                "Trebuchet MS",
                "Joanna MT",
                "CG Omega",
                "Georgia",
                "Book Antiqua",
                serif;
    font-size: 9pt;
}

input[type=button], input[type=submit], input[type=reset], input[type=file]
{
    font-weight: bold;
}

input[type=text], input[type=password], input[type=file], textarea, select
{
    width: 100%;
}

/*
body
{
    background-color: #b4c0cc;
}
*/

a:link
{
    color: #000088;
    text-decoration: none;
}

a:visited
{
    color: #000088;
    text-decoration: none;
}

a:hover
{
    color: #ffffff;
    text-decoration: underline;
}

a:active
{
    color: #ff0000;
    text-decoration: none;
}


div#Contents
{
    background-color: #c5d1dd;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    width: 752px;
}

p
{
    text-align: justify;
}


/* -----------------------------------------------------------------------
 * TOP SECTION
 * ----------------------------------------------------------------------- */
div#TopSection
{
    border-bottom: 3px ridge red;
}

/* -----------------------------------------------------------------------
 * BANNER MESSAGE
 * ----------------------------------------------------------------------- */
div#BannerMessage
{
    font-weight: normal;
    font-variant: normal;
    text-align: center;
    width: 700px;
    display: block;
    font-size: 120%;
    background-color: b4c0cc;
    border: 1px solid #000088;
    padding: 5px;
}

/* -----------------------------------------------------------------------
 * CONTACT PAGE
 * ----------------------------------------------------------------------- */
td.phone-item
{
}

td.phone-number
{
}

td.phone-even
{
}

td.phone-odd
{
}
 
/* -----------------------------------------------------------------------
 * LAST UPDATE
 * ----------------------------------------------------------------------- */
div#LastUpdate
{
    margin-top: 0.25em;
    background-color: #a3b0bb;
    width: 752px;
    padding-right: 5px;
    padding-left: 5px;
}

div#LastUpdate table
{
    width: 100%;
    table-layout: fixed;
}

div#LastUpdate td
{
    font-style: normal;
    font-variant: small-caps;
    text-align: left;
}

div#LastUpdate td + td
{
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-align: center;

    color: #dddddd;
}

div#LastUpdate td + td + td
{
    color: black;
    font-style: italic;
    font-variant: normal;
    text-align: right;
}

div#LastUpdate a:link
{
    color: #000088;
    text-decoration: none;
    font-variant: small-caps;
}

div#LastUpdate a:visited
{
    color: #000088;
    text-decoration: none;
    font-variant: small-caps;
}

div#LastUpdate a:hover
{
    color: #ddffff;
    text-decoration: underline;
    font-variant: small-caps;
}

div#LastUpdate a:active
{
    color: #ff0000;
    text-decoration: none;
    font-variant: small-caps;
}

/* -----------------------------------------------------------------------
 * TEXT PAGE
 * ----------------------------------------------------------------------- */
div#TextPage
{
    text-align: left;
}

div#TextPage p
{
    text-align: justify;
}

div#TextPage td
{
    text-align: left;
}

/* -----------------------------------------------------------------------
 * LOGO
 * ----------------------------------------------------------------------- */
div#Logo a img
{
    border: none;
}

div#Logo
{
    margin-bottom: 0.25em;
}

/* -----------------------------------------------------------------------
 * PORTAL
 * ----------------------------------------------------------------------- */
div#Portal td
{
    border-top: solid 1px #bbbbbb;
    border-left: solid 1px #bbbbbb;
    border-bottom: solid 1px #888888;
    border-right: solid 1px #888888;

    font-size: 100%;
    font-weight: bold;
    text-align: center;

    padding: 5px;

    background-image: url(../gfx/buttonbg.jpg);
}

div#Portal a:link
{
    color: #dd4400;
    text-decoration: none;
    font-variant: small-caps;
}

div#Portal a:visited
{
    color: #dd6600;
    text-decoration: none;
    font-variant: small-caps;
}

div#Portal a:hover
{
    color: #883300;
    text-decoration: underline;
    font-variant: small-caps;
}

div#Portal a:active
{
    color: #ff0000;
    text-decoration: none;
    font-variant: small-caps;
}

/* -----------------------------------------------------------------------
 * MENUTABS
 * ----------------------------------------------------------------------- */
div#MenuTabs table
{
    table-layout: fixed;
    width: 100%;
}

div#MenuTabs td.L1item
{
    border-top: solid 1px #bbbbbb;
    border-left: solid 1px #bbbbbb;
    border-bottom: solid 1px #888888;
    border-right: solid 1px #888888;

    font-size: 90%;
    font-weight: bold;
    text-align: center;

    padding: 2px;

    background-image: url(../gfx/common/buttonbg.jpg);
}

div#MenuTabs td.L1active_item
{
    border-top: solid 1px #bbbbbb;
    border-left: solid 1px #bbbbbb;
    border-bottom: none;
    border-right: solid 1px #888888;

    text-align: center;
    font-size: 90%;
    font-weight: bold;

    padding: 2px;

    background-image: url(../gfx/common/buttonbg_active_r.jpg);
}

div#MenuTabs td.L2item
{
    border-top: none;
    border-left: solid 1px #bbbbbb;
    border-bottom: solid 1px #888888;
    border-right: solid 1px #888888;

    /* text-align: center; */

    font-weight: normal;
    padding: 1px;

    background-image: url(../gfx/common/buttonbg_active.jpg);
}

div#MenuTabs td a.L2_active
{
    font-weight: bold;
    text-decoration: underline;
}

div#MenuTabs td a.L2_idle
{
    text-decoration: none;
}

div#MenuTabs a:link
{
    color: #000088;
    text-decoration: none;
    font-variant: small-caps;
}

div#MenuTabs a:visited
{
    color: #000088;
    text-decoration: none;
    font-variant: small-caps;
}

div#MenuTabs a:hover
{
    color: #ddffff;
    text-decoration: underline;
    font-variant: small-caps;
}

div#MenuTabs a:active
{
    color: #ff0000;
    text-decoration: none;
    font-variant: small-caps;
}

/* -----------------------------------------------------------------------
 * NAVIGATION
 * ----------------------------------------------------------------------- */
div#Navigation table
{
    table-layout: fixed;
    width: 100%;
}

div#Navigation td.Idle
{
    border-top: solid 1px #bbbbbb;
    border-left: solid 1px #bbbbbb;
    border-bottom: solid 1px #888888;
    border-right: solid 1px #888888;

    font-size: 100%;
    font-weight: bold;
    text-align: center;

    padding: 2px;

    background-image: url(../gfx/common/buttonbg.jpg);
}

div#Navigation a:link
{
    color: #000088;
    text-decoration: none;
    font-variant: small-caps;
}

div#Navigation a:visited
{
    color: #000088;
    text-decoration: none;
    font-variant: small-caps;
}

div#Navigation a:hover
{
    color: #ddffff;
    text-decoration: underline;
    font-variant: small-caps;
}

div#Navigation a:active
{
    color: #ff0000;
    text-decoration: none;
    font-variant: small-caps;
}

div#Navigation td.Active
{
    border-top: none;
    border-left: solid 1px #bbbbbb;
    border-bottom: solid 1px #888888;
    border-right: solid 1px #888888;

    text-align: center;

    padding: 1px;

    background-image: url(../gfx/common/buttonbg_active.jpg);
}

div#Navigation td.ActiveMain
{
    border-top: solid 1px #bbbbbb;
    border-left: solid 1px #bbbbbb;
    border-bottom: none;
    border-right: solid 1px #888888;

    text-align: center;
    font-size: 100%;
    font-weight: bold;

    padding: 2px;

    background-image: url(../gfx/common/buttonbg_active_r.jpg);
}

/* -----------------------------------------------------------------------
 * FORMS
 * ----------------------------------------------------------------------- */
div#InputForm
{
    margin-top: 1em;
}

div#InputForm th
{
    background-image: url('../gfx/common/headbg.jpg');
    font-size: 120%;
    font-weight: bold;
    color: #ccffff;
    padding: 5px;
}

div#InputForm td
{
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
    background-color: #bac6d2;
}

div#InputForm thead
{
    font-size: 120%;
    font-weight: bold;
    font-variant: small-caps;
    color: #ffff88;
    background-image: url('../gfx/common/headerbg.jpg');
    text-align: center;
    padding: 5px;
}

div#InputForm tfoot td
{
    background-image: url('../gfx/common/footbg.jpg');
    text-align: center;
    padding: 5px;
}

div#InputForm table
{
    border: 2px ridge blue;
    width: 100%;
}

div#InputForm td.help-text
{
    border-left: 1px dotted blue;
    background-color: #bbccff;
    vertical-align: top;
}

div#InputForm td.help-text p
{
    margin-left: 1em;
    text-indent: -1em;
    text-align: left;
}

div#InputForm td div.help-text-header
{
    font-variant: small-caps;
    font-size: 120%;
    display: block;
    background-color: #66bbdd;
    text-align: center;
    padding: 3px;
}

div#InputForm td div.form_separator
{
    font-size: 3px;
    padding-bottom: 1px;
    padding-left: 10px;
    padding-right: 10px;
    border-top: 1px dotted blue;
}

div#InputForm .group_text
{
    font-variant: small-caps;
    background-color: #a9b5c1;
}

div#InputForm .plain_text
{
    font-style: normal;
    font-weight: normal;
}

div#InputForm .red_alert
{
    background-color: #ffbb88;
    border-top: 2px ridge #ff0000;
    border-bottom: 2px ridge #ff0000;
}

/* -----------------------------------------------------------------------
 * BOOKS
 * ----------------------------------------------------------------------- */
div#Book table
{
    width: 100%;
    border: 3px ridge #000088;
    margin-bottom: 2em;
}

div#Book thead td
{
    background-color: #879399;
    color: #ffffff;
    padding: 5px;
    text-align: center;
    border: none;
}

div#Book td
{
    background-color: #b9c5e1;
    /* border-bottom: 1px dotted #000088;
    border-right: 1px dotted #000088; */
}

div#Book th
{
    background-color: #a8b4d0;
    font-variant: small-caps;
}

div#Book td+td
{
    width: 75%;
}

div#Book td+td+td
{
    width: 15%;
    text-align: center;
}

/* -----------------------------------------------------------------------
 * PROGRAM
 * ----------------------------------------------------------------------- */
div#Program table
{
    width: 100%;
}

div#Program thead td
{
    background-image: url('../gfx/common/headbg.jpg');
    font-size: 120%;
    font-weight: bold;
    color: #ccffff;
    padding: 5px;
    text-align: center;
}

div#Program td
{
    border: 1px solid #000088;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
}
/* -----------------------------------------------------------------------
 * STATUS INDICATOR
 * ----------------------------------------------------------------------- */
div#StatusIndicator
{
    margin-top: 1.5em;
    margin-bottom: 0.5em;
    width: 100%;
}

div#StatusIndicator table
{
    width: 100%;
    border: none;
}

div#StatusIndicator td
{
    text-align: center;
    font-weight: bold;
    font-size: 120%;
    padding: 5px;
    font-variant: small-caps;
    color: #000088;
    background-image: url(../gfx/common/buttonbg.jpg);
    background-repeat: repeat-x;

}

/* --------------------------------------------------------------
 * ERROR MESSAGES
 * -------------------------------------------------------------- */
div#ErrorHeader
{
    font-variant: small-caps;
    font-weight: bold;
    color: #880000;
    padding: 3px;
    background-color: #ffff00;
    border: 1px solid #880000;
    text-align: left;
}

div#ErrorMessage
{
    border: 1px solid #ffff00;
    margin-bottom: 0.5em;
    margin-top: 1em;
    width: 100%;
    background-color: #880000;
    text-align: left;
}

div#ErrorMessage ul
{
    font-weight: bold;
    color: #ffff00;
}

div#ErrorMessage ol
{
    font-weight: bold;
    color: #ffff00;
}

div#ErrorMessage li
{
    font-weight: bold;
    color: #ffff00;
}

div#ErrorMessage a
{
    color: #ff8800;
}

/* -----------------------------------------------------------------------
 * SQL TABLES
 * ----------------------------------------------------------------------- */
div#TableSQLData
{
    margin-top: 1em;
}

div#TableSQLData thead td
{
    background-image: url('../gfx/common/headbg.jpg');
    font-size: 100%;
    font-weight: bold;
    font-variant: small-caps;
    text-align: center;
    color: #ccffff;
    padding: 5px;
    background-color: #bac6d2;
}

div#TableSQLData th
{
    font-weight: bold;
    font-variant: normal;
    color: #000088;
    background-image: url('../gfx/common/headerbg.jpg');
    text-align: center;
    padding: 5px;
}

div#TableSQLData tfoot td
{
    background-image: url('../gfx/common/footbg.jpg');
    text-align: center;
    padding: 5px;
}

div#TableSQLData table
{
    border: 2px ridge blue;
    width: 100%;
}

div#TableSQLData td.help-text
{
    border-left: 1px dotted blue;
    background-color: #bbccff;
    vertical-align: top;
}

div#TableSQLData td a img
{
    border: none;
}

/* -----------------------------------------------------------------------
 * SQL TABLES
 * ----------------------------------------------------------------------- */
div#PaymentTable
{
    width: 100%;
}

div#PaymentTable thead td
{
    background-image: url('../gfx/common/headbg.jpg');
    font-weight: bold;
    font-variant: small-caps;
    text-align: center;
    color: #ccffff;
    padding: 5px;
    background-color: #bac6d2;
}

div#PaymentTable th
{
    font-weight: bold;
    font-variant: small-caps;
    font-size: 80%;
    color: #000088;
    background-image: url('../gfx/common/headerbg.jpg');
    text-align: center;
    padding: 5px;
}

div#PaymentTable tfoot td
{
    background-image: url('../gfx/common/footbg.jpg');
    text-align: center;
    padding: 5px;
}

div#PaymentTable table
{
    border: 2px ridge blue;
    width: 100%;
}

div#PaymentTable td
{
    border: none;
    vertical-align: center;
    /* background-color: #bac6d2; */
    background-color: #cbd7e3;
    padding-left: 3px;
    padding-right: 3px;
}

div#PaymentTable td+td
{
    text-align: center;
}

div#PaymentTable td+td+td
{
    text-align: right;
}

div#PaymentTable td+td+td+td
{
    text-align: right;
}

div#PaymentTable td+td+td+td+td
{
    text-align: center;
}

/* -----------------------------------------------------------------------
 * SQL TABLES
 * ----------------------------------------------------------------------- */
div#TabledData
{
    margin-top: 1em;
    margin-bottom: 1em;
}

div#TabledData thead td
{
    background-image: url('../gfx/common/headbg.jpg');
    font-weight: bold;
    font-variant: small-caps;
    text-align: center;
    color: #ccffff;
    padding: 5px;
    background-color: #bac6d2;
}

div#TabledData th
{
    font-weight: bold;
    font-variant: normal;
    color: #000088;
    background-image: url('../gfx/common/headerbg.jpg');
    text-align: center;
    padding: 5px;
}

div#TabledData tfoot td
{
    background-image: url('../gfx/common/footbg.jpg');
    text-align: center;
    padding: 5px;
}

div#TabledData table
{
    border: 2px ridge blue;
    width: 100%;
}

div#TabledData td
{
    border: none;
    vertical-align: center;
    background-color: #bac6d2;
    padding-left: 3px;
    padding-right: 3px;
}

/* -----------------------------------------------------------------------
 * QUICXTATS
 * ----------------------------------------------------------------------- */
div#AdminStats
{
    text-align: center;
}

div#AdminStats table
{
    width: 75%;
}

div#AdminStats tfoot td
{
    background-image: url('../gfx/footbg.jpg');
    text-align: center;
    padding: 5px;
    color: #ffaa44;
}

div#AdminStats th
{
    background-image: url('../gfx/headbg.jpg');
    font-size: 100%;
    font-weight: bold;
    color: #ffff88;
    padding: 5px;
}

div#AdminStats thead td
{
    font-size: 120%;
    font-weight: bold;
    font-variant: small-caps;
    color: #ffff88;
    background-image: url('../gfx/headerbg.jpg');
    text-align: center;
    padding: 5px
}

div#AdminStats td
{
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
    background-color: #ffffbb;
}

div#AdminStats table
{
    border: 2px ridge red;
}

div#AdminStats td a img
{
    border: none;
}

/* -----------------------------------------------------------------------
 * QUICXTATS (USER)
 * ----------------------------------------------------------------------- */
div#UserStats
{
    text-align: center;
}

div#UserStats table
{
    width: 75%;
}

div#UserStats tfoot td
{
    background-image: url('../gfx/footbg.jpg');
    text-align: center;
    padding: 5px;
    color: #ffaa44;
}

div#UserStats th
{
    background-image: url('../gfx/headbg.jpg');
    font-size: 100%;
    font-weight: bold;
    color: #ffff88;
    padding: 5px;
}

div#UserStats thead td
{
    font-size: 120%;
    font-weight: bold;
    font-variant: small-caps;
    color: #ffff88;
    background-image: url('../gfx/headerbg.jpg');
    text-align: center;
    padding: 5px
}

div#UserStats td
{
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
    background-color: #ffffbb;
}

div#UserStats table
{
    border: 2px ridge red;
}

div#UserStats td a img
{
    border: none;
}

/* -----------------------------------------------------------------------
 * CATEGORIES (Goodies)
 * ----------------------------------------------------------------------- */
div#Goodies
{
    text-align: center;
}

div#Goodies table
{
    width: 100%;
}

div#Goodies tfoot td
{
    background-image: url('../gfx/footbg.jpg');
    text-align: center;
    padding: 5px;
    color: #ffaa44;
}

div#Goodies th
{
    background-image: url('../gfx/headbg.jpg');
    font-size: 100%;
    font-weight: bold;
    color: #ffff88;
    padding: 5px;
}

div#Goodies thead td
{
    font-size: 120%;
    font-weight: bold;
    font-variant: small-caps;
    color: #ffff88;
    background-image: url('../gfx/headerbg.jpg');
    text-align: center;
    padding: 5px
}

div#Goodies td
{
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
    background-color: #ffffbb;
}

div#Goodies table
{
    border: 2px ridge red;
}

div#Goodies td a img
{
    border: none;
}

/* -----------------------------------------------------------------------
 * TOUR
 * ----------------------------------------------------------------------- */
div#Tour
{
    /* width: 100%; */
    text-align: center;
}

div#Tour table
{

}

div#Tour td
{
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 2px;
    padding-bottom: 2px;
    font-weight: bold;

    background-color: #ffffbb;
}

div#Tour th
{
    text-align: left;
    padding-left: 5px;
    padding-right: 5px;
    background-image: url('../gfx/headbg.jpg');

    font-variant: small-caps;
    color: #ffff88;
}

div#Tour td + td
{
    font-weight: normal;
    font-style: italic;
}

div#Tour tfoot td
{
    background-image: url('../gfx/footbg.jpg');
    text-align: center;
    padding: 5px;
}

/* -----------------------------------------------------------------------
 * INFO HILITES SECTION
 * ----------------------------------------------------------------------- */
 div#InfoHilites p
 {
     text-align: justify;
     margin-bottom: 0.5em;
     margin-top: 0em;
     border-bottom: 1px dotted #000088;
     padding-bottom: 3px;
 }

 div#InfoHilites span
 {
     font-variant: small-caps;
     font-weight: bold;
 }

 div#InfoHilites h1
 {
    color: #000066;
    /* background-color: #c5d1dd; */
    border-top: 2px ridge #b4c0cc;
    border-bottom: 2px ridge #b4c0cc;
    padding-bottom: 5px;
    padding-top: 5px;
    padding-left: 10px;
    display: block;
    background-image: url(../gfx/common/footbg.jpg);
    color: #88aaaa;
 }

 div#InfoHilites h2
 {
 }

/* -----------------------------------------------------------------------
 * LINE SEPARATED ITEMS (tight spacing)
 * ----------------------------------------------------------------------- */
 div#LineSeparated p
 {
     border-bottom: 1px dotted #000088;
     margin-top: 0em;
     margin-bottom: 0.5em;
     text-align: left;
 }

/* -----------------------------------------------------------------------
 * NEWS SECTION
 * ----------------------------------------------------------------------- */
div#News td
{
    font-weight: bold;
    vertical-align: top;
    padding: 2px;
}

div#News td + td
{
    font-weight: normal;
    font-style: italic;
}

div#News td.emphasized
{
    background-color: #ffbb88;
    border-top: 2px ridge #ff0000;
    border-bottom: 2px ridge #ff0000;
}

div#News td.odd
{
    background-color: #d6e2ee;
}

div#News td.even
{
    background-color: #b4c0cc;
}

div#News td.countdown
{
    background-color: #90a0aa;
    color: white;
    font-weight: bold;
    font-variant: small-caps;
    font-style: normal;
}

/* -----------------------------------------------------------------------
 * MESSAGE BOX
 * ----------------------------------------------------------------------- */
div#MsgBox
{
    text-align: center;
}

div#MsgBox thead td
{
    font-size: 120%;
    font-weight: bold;
    font-variant: small-caps;
    color: #88ffff;
    background-image: url('../gfx/common/headbg.jpg');
    text-align: center;
    padding: 5px
}

div#MsgBox td
{
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
    background-color: #b4c0cc;
    text-align: justify;
}

div#MsgBox table
{
    border: 2px ridge #000088;
    width: 100%;
}

div#MsgBox tfoot td
{
    background-image: url('../gfx/common/footbg.jpg');
    text-align: center;
    padding: 5px;
}

/* -----------------------------------------------------------------------
 * FACULTY GALLERY
 * ----------------------------------------------------------------------- */
div#FacultyGallery table
{
    width: 100%;
    border: 2px ridge #000088;
    background-color: #b4c0cc;
}

div#FacultyGallery td
{
    border-bottom: 1px dotted #000088;
}

div#FacultyGallery td.imageCell
{
    text-align: center;
    background: #d7e2ee;
    vertical-align: top;
}

div#FacultyGallery td.infoCell
{
    text-align: left;
    background: #b4c0cc;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 2px;
    vertical-align: top;
}

/* -----------------------------------------------------------------------
 * MANUFACTURER GALLERY
 * ----------------------------------------------------------------------- */
div#ManufacturerGallery table
{
    width: 100%;
    border: 2px ridge #000088;
    background-color: #b4c0cc;
}

div#ManufacturerGallery td.logo
{
    text-align: left;
    padding: 3px;
    width: 160px;
}

div#ManufacturerGallery td.company
{
    padding-left: 100px;
}

div#ManufacturerGallery td.equipment
{
    text-align: justify;
    background-color: #c5d1dd;
    border-bottom: 1px solid #000088;
    font-style: italic;
}

div#ManufacturerGallery tr.equipment
{
    background-color: #c5d1dd;
}

/* -----------------------------------------------------------------------
 * Generic classes
 * ----------------------------------------------------------------------- */
p.emphasized, div.emphasized
{
    background-color: #d7e2ee;
    border: 1px solid black;
    font-size: 110%;
    font-style: italic;
    padding: 3px;
}

p.hw-question
{
    background-color: #d6d1dd;
    font-size: 100%;
    border-top: 2px ridge #b4c0cc;
    border-bottom: 2px ridge #b4c0cc;
   padding: 3px;
}

p.last-in-section, ol.last-in-section, ul.last-in-section
{
    padding-bottom: 5px;
    border-bottom: 2px ridge #b4c0cc;
}

td.alumni-even
{
    background-color: #b0c0d0;
    padding: 2px;
    width: 50%;
}

td.alumni-odd
{
    background-color: #b2c0cc;
    padding: 2px;
    width: 50%;
}

td.even
{
    background-color: #b0c0d0;

}

td.odd
{
    background-color: #b2c0cc;

}

/* -----------------------------------------------------------------------
 * STUDENT GROUPS
 * ----------------------------------------------------------------------- */
div#StudentGroups
{
    margin-top: 1em;
}

div#StudentGroups thead td
{
    background-image: url('../gfx/common/headbg.jpg');
    font-size: 100%;
    font-weight: bold;
    font-variant: small-caps;
    text-align: center;
    color: #ccffff;
    padding: 5px;
    background-color: #bac6d2;
}

div#StudentGroups th
{
    font-weight: bold;
    font-variant: normal;
    color: #000088;
    background-image: url('../gfx/common/headerbg.jpg');
    text-align: center;
    padding: 5px;
}

div#StudentGroups tfoot td
{
    background-image: url('../gfx/common/footbg.jpg');
    text-align: center;
    padding: 5px;
}

div#StudentGroups table
{
    border: 2px ridge blue;
    width: 100%;
    margin-bottom: 2em;
}

div#StudentGroups td.help-text
{
    border-left: 1px dotted blue;
    background-color: #bbccff;
    vertical-align: top;
}

div#StudentGroups td a img
{
    border: none;
}

div#StudentGroups td
{
    /* background: #bbccff; */
    text-align: justify;
    vertical-align: top;
    padding: 2px;
}


