﻿body
{
    background-image: url('images/lawbg.gif');
    background-repeat: repeat-x;
    margin: 0px;
    background-color: #DBDBDB;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12pt;
}

/* Entire upper portion of viewing area */
#header
{
    left: 0;
    height: 169px;
}

/* Logo area of header */
#banner
{
    height: 169px;
    background-image: url('images/banner.jpg');
    background-repeat: no-repeat;
    width:812px;
        
}

/* Bar holding horizontal menu items */
#navbar
{
    background-image: url('images/navbar.gif');
    height: 36px;
    background-repeat: repeat-x;
}

/* Box to left of content holding law enforcement menu items */
#menu
{
    float: left;
    padding-top: 20px;
    background-position: bottom;
    width: 200px;
    border: 1px solid Black;
    background-color: #7FB180; /* GTCC Green */
    background-image: url('images/menu_titan.gif');
    background-repeat: no-repeat;
    height: 400px;
}

/* Menu items in law enforcement menu */
.menuItem
{
    text-decoration: none;
    border-bottom-style: solid;
    border-bottom-color: Black;
    border-bottom-width: 1px;
    width: 200px;
    padding-top: 15px;
    display: inline-block;
    color: White;
    font-weight: bold;
    margin: 0px;
}

/* Menu items in law enforcement menu when mouse hovers over */
.menuItem:hover
{
    background-color: #003366;
}

/* asp.net menu control static menu items */
.navBarItem
{
    height: 36px;
    margin-left: 10px;
    text-decoration: none;
    font-weight: bold;
    font-size: 10pt;
    color: #FFFFFF;
}

/* asp.net menu control static menu items when moused over */
.navBarItemHover
{
    color: Black;
    background-color: #D3D3D3; /* LightGrey */
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}

/* asp.net menu control dynamic menus */
.navBarSubMenu
{
    border: 1px Solid Black;
}

/* asp.net menu control dynamic menu items */
.subMenuItem
{
    background-color: Gray;
    text-decoration: none;
    font-weight: bold;
    color: #FFFFFF;
}

/* asp.net menu control dynamic menu items when moused over */
.subMenuItemHover
{
    color: Black;
    background-color: #D3D3D3; /* LightGrey */
}

/* main content area to right of menu */
#content
{
    position: absolute;
    left: 210px;
    background-color: White;
    border: 1px solid Black;
    padding: 5px;
}

/* footer area @ bottom of each page */
#footer
{
    clear: both;
}

/*Course Description modal popup*/
.popupMenu
{
    border: 1px solid #000000;
    background-color: #FFFFE0;
}

/*Used to center*/
.center
{
    text-align: center;
}

/*Header of public schedule*/
.publicScheduleHeader
{
    background-color: #A5C9A6;
    font-weight: bold;
}


table.schedule
{
    border-collapse: collapse;
    width:100%;
}

.schedule
{
    border: 1px solid Black;
    font-size: small;
}

td.courseTitle
{
    width: 300px;
}

span.courseTitle
{
    font-weight: bold;
}

.scheduleRow
{
    background-color: #E5E5E5;
}

a.reserve, .descriptionLink
{
    font-size: x-small;
    color: Blue;
}

.modalBackground
{
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}
tr.rsvStudentsAltRow
{
    background-color: #D8E8D9;
}

.warning
{
    color: Red;
}

p.warning
{
    font-weight: bold;
}
tr.waitingList
{
    color: Red;
}

fieldset.studentLogin
{
    display: inline;
    margin: 30px;
    background-color: #FFFFE0;
}

.adminPopupMenuItem
{
    padding: 3px;
}
.adminPopupMenuItem:hover
{
    background-color: Gray;
}

table.categories
{
}

tr.categories
{
    background-color: #E5E5E5;
}

