body {
    background: url( '/images/background.jpg' ) no-repeat;	
}

#header {
    height: 150px;
}

#header-left {
    height: 150px;
    background: url( '/images/logo.png' ) no-repeat;  
}

#header-right {
    height: 150px;
	background: url( '/images/header.png' ) no-repeat;  
}

#footer {
    text-align: center;
    margin: 0px;
    margin-left: 40px;
    margin-right: 40px;
    font-size: 0.8em;
}


.no-list {
    list-style: none;
}

ul.list-flush-left {
    list-style-position: inside;
    padding-left: 0;
    margin-left; 0;
}



.menu-submenu {
    display: none;
    list-style-position: inside;
    padding-left: 10px;
    margin-left; 10px;
}

.menu a {
    text-decoration: none;
    cursor: pointer;
    display: block;
    height: 30px;
    font-size: 14px;
    font-weight: bold;
    margin-left: 10px;
}

#homepage-image {
    float: right;
    padding-left: 20px;
    padding-bottom: 20px;
}

/********* EVENTS *********/
table.event-calendar caption {
    text-align: center;
}

table.event-calendar td {
    text-align: center;
    font-size: 0.7em;
    font-weight: bold;
    border: solid 1px #9d9d9d;
    width: 8px;
    height: 8px;
}

table.event-calendar td.class {
    background-color: #6969ff;
    cursor: pointer;
}

table.event-calendar td.event {
    background-color: #fff77e;
    cursor: pointer;
}

table.event-calendar td.no-date {
    background-color: #c9c9c9;
}

/****************/

.doc-type {
    font-weight: bold;
    font-size: 1.1em;	
}

/********** student tables **********/

table.student-mugshots {
	text-align: center;
}

table.student-mugshots td {
    vertical-align: top;
}

table.mugshot {
    width: 100px;
    padding: 0px;
}

table.mugshot td{
	padding: 0px;
	margin: 0px;
    text-align: center;
}

.student-name {
	font-style: italic;
	font-size: 0.9em;
}

#mugshot-tooltip div.body {
    width: 200px;
}

.student-email-area {
    background-color: #fff4a8;
    display: block;
    padding: 10px;
    border: solid black 1px;
}

.student-email-logout {
    font-style: italic;
    font-size: 12px;
    font-weight: bold;
    color: #ff3e3e;
    text-decoration: none;
}
