﻿/* GENERAL */
body {
    background: #fff;
    margin: 0px;
    padding: 0px;
    font: 12px Arial, Tahoma, Helvetica, sans-serif;
    color: #000;
    }
a {
    color: #000;
    text-decoration: none;
    }
a:visited {
    color: #000;
    text-decoration: none;
    }
a:hover {
    color: #000;
    text-decoration: none;
    }
a:active {
    color: #000;
    text-decoration: none;
    }
sup {
    font: 8px Arial, Tahoma, Helvetica, sans-serif;
    }
    
/* CONTAINER */
#container {
    position: relative;
    width: 775px;
    height: auto;
    border: 1px solid #333;
    margin: 0 auto 15px auto;
    }

/* HEADER */
#container #header {
    height: 71px;
    width: inherit;
    margin: 0 0 15px 0;
    }
/* BRANDING */
#container #header #branding {
	position: relative;
	}
/* branding logo */
#container #header #branding #brandingLogo {
    position: relative;
    background: #016f52;
	}
#container #header #branding #brandingLogo h1 {
	position: relative;
	background-image: url(images/brandingLogo.jpg);
	width: 470px;
	height: 71px;
	margin: 0px;
	text-indent: -1000px;
	overflow: hidden;
    cursor: pointer;
    }

/* CONTENT */
#container #content {
    position: relative;
    margin: 10px;
    min-height: 400px;
    }
#container #content #talismaChat {
    position: absolute;
    right: 0px;
    top: 0px;
    }

.ajaxInfoBox {
    position: absolute;
    top: 0;
    left: 0;
    width: 350px;
    height: auto;
    display: none;
    border: 1px solid #000;
    background: #eee;
    padding: 5px;
    font: 11px Arial, Tahoma, Helvetica, sans-serif;
    }
.ajaxInfoBox h4 {
    display: block;
    font-size: 12px;
    margin: 2px 0 4px 0;
    font-weight: bold;
    }
.ajaxInfoBox span {
    float: left;
    width: 170px;
    display: inline;
    margin: 2px;
    }

a img {
    border: none;   
    }

#container #content .termKey {
    position: absolute;
    top: 295px;
    right: 40px;
    font-weight: bold;
    }
#container #content .termKey table {
    width: 100px;
    }
#container #content .termKey table td {
    width: 75px;
    }

#container #content #campusMap {
    position: absolute;
    top: 45px;
    right: 75px;
    float: left;
    height: 250px;
    width: 183px;
    background-image: url(images/campusMap.jpg);
    }
#container #content #validationSummary {
    margin: 20px 100px 0 0;
    width: 600px;
    height: 20px;
    text-align: right;
    }

a.schoolNotFound {
    position: absolute;
    right: 185px;
    color: #016f52;
    font-weight: bold;
    margin: 4px 0 0 0;
    }
    
/* THANK YOU */
#container #content #thankYou {
    margin: 110px 0 0 0;
    text-align: center;
    }
#container #content #thankYou h3 {
    margin: 20px 0 0 0;
    }
    
/* UNAVAILABLE */
#container #content #unavailable {
    margin: 95px 0 0 0;
    text-align: center;
    }
#container #content #unavailable h3 {
    margin: 20px 0 0 0;
    }