body {
    margin: 0px 0px;
    padding: 0px;
    font-family: arial;
    font-size: 11px;
}

#linksbox, #linksboxUpper {
    position: absolute;
    left: 80px;
    top: 154px;
    padding: 0px;
    margin: 0px;
}

#linksboxUpper {
    left: 65px;
    top: 10px;
}

#linksboxUpperX {
    position: absolute;
    left: 588px;
    top: 10px;
    padding: 0px;
    margin: 0px;
}

.links {
    text-align: center;
    padding: 5px;
    font-size: 11px;
    height: 23px;
    background-color: #FEBB36;
    border: 1px solid #EBB341;
}

.showForPrint { visibility: hidden; }
@media print {
	.showForPrint { visibility: visible; }
    .noPrint { display: none; }
}

.errorText {
    color: Firebrick;
    font-weight: bold;
}

.disabledFeature {
    color: Gray;
}

.smallControls {
    font-size: 11px;
}

.tableShadowY, .tableShadowX {
    padding: 0px;
    margin: 0px;
}

.tableShadowTop, .tableShadowLeft {
    height: 11px;
    width: 11px;
    padding: 0px;
    margin: 0px;
}

#studentinfo {
    position: absolute;
    left: 520px;
    top: 6px;
    border-width: 1px;
    height: 55px;
    width: 480px;
    font: normal normal 11px verdana;
    line-height: 12px;
}
#studentinfoUpper {
    position: absolute;
    left: 440px;
    top: 6px;
    border-width: 1px;
    height: 55px;
    width: 550px;
    font: normal normal 11px verdana;
    line-height: 12px;
}

.info1 a, .info2 a {
    text-decoration: none;
}
.info1 a:hover, .info2 a:hover {
    text-decoration: underline;
}

#logout {
    position: absolute;
    left: 953px;
    top: 0px;
    border-width: 1px;
    padding: 4px 0px 0px 0px;
    height: 55px;
    width: 40px;
    color: #33445B;
    font: normal normal 10px verdana;
    line-height: 12px;
}

#ticker {
border-width: 1px;
color: #536895;
font: normal normal 11px verdana;
}

#featureIconTickerBar {
    height: 38px;
    width: 457px;
    position: absolute;
    left: 533px;
    top: 192px;
    /*border: solid 1px red;*/
}

#featureIcons {
    white-space:nowrap;
}

.searchbutton {
    width: 37px;
    height: 19px;
    text-align: left;
}

.text {
    border: 1px solid #536895;
    background-color: #FFFFFF;
    color: #000000;
    height: 18px;
    padding: 0px 5px 0px 5px;
    font: normal normal 11px arial;
}

.ContentPanel {
    font: normal normal 11px arial;
}

.ContentPanelUpper {
    width: 930px;
}
@media print {
	.ContentPanelUpper {
        width: 750px;
	}
}


tr {
    padding: 0px;
    margin: 0px;
}

.spacerTwenty {
    width: 1px;
    border: 0;
    padding: 0;
    margin: 0;
    height: 20px;
}

.tableheading {
    height: 22px;
    padding: 2px;
    margin: 0px;
    border-collapse: separate;
    font: normal bold 13px arial;
    vertical-align: middle;
    margin: 0px;
    /*padding: 0px 5px 0px 5px;*/
}

.PaletteContents {
    padding: 4px;
    width: 241px;
    overflow: hidden;
    overflow-x: hidden;
}

div.tableheading table {
    height: 20px;
}

div.tableheading table tr td {
    vertical-align: middle;
}

div.tooltipHeader, div.tooltipBody {
    margin: 0px;
    padding: 2px;
}
div.tooltipHeader {
    font-weight: bold;
    font-family: Verdana;
}

.contenttitle {
    /*font-style: italic;*/
    text-transform: uppercase;
    font-weight: bold;
    font-family: Verdana;
    font-size: 1.2em;
    padding: 3px 3px 3px 5px;
    height: 20px;
    margin: 0px;
}

.subheader {
    font-weight: bold;
    padding: 2px;
}
.contentBox {
    padding: 3px 3px 18px 3px;
}

.date {
    font-family: arial;
    font-size: 10px;
}

.empty {
    font-size: 6px;
    font-family: arial;
}

.scrolling {
    overflow: scroll;
}

.classLink {
    padding: 0px 6px 0px 6px;
    border-left: solid 1px #C0C0C0;
}

a.blue:link, a.blue:visited, a.blue:active, .blue {
    color: #536895;
    font-size: 11px;
    text-decoration: none;
}
a.blue:hover {
    color: #536895;
    font-size: 11px;
    text-decoration: underline;
}

a.white:link, a.white:visited, a.white:active, .white {
    color: #DDDDDD;
    font-size: 11px;
    text-decoration: none;
}
a.white:hover {
    color: #DDDDDD;
    font-size: 11px;
    text-decoration: underline;
}

a.black:link, a.black:visited, a.black:active, .black {
    color: #000000;
    font-size: 11px;
    text-decoration: none;
}
a.black:hover {
    color: #000000;
    font-size: 11px;
    text-decoration: underline;
}

a.bar:link, a.bar:visited, a.bar:active {
    color: #FFFFFF;
    text-decoration: none;
}
a.bar:hover {
    color: #FFFFFF;
    text-decoration: underline;
}

a.inactive:link, a.inactive:visited, a.inactive:active {
    font: normal bold 13px arial;
    height: 15px;
    vertical-align: middle;
    margin: 0px;
    padding: 0px 5px 0px 5px;
    text-decoration: none;
}
a.inactive:hover {
    font: normal bold 13px arial;
    height: 15px;
    vertical-align: middle;
    margin: 0px;
    padding: 0px 5px 0px 5px;
    text-decoration: underline;
}

.menuTop {
    text-align: center;
    background-color: #FEBB36; /*#FFFFFF;*/
    color: #536895;
    font-size: 11px;
    text-decoration: none;
}

.menuPlain {
    text-align: center;
    background-color: #ffda8d;
    color: #536895;
    font-size: 11px;
    text-decoration: none;
}

.menuHover {
    text-align: left;
    background-color: #FECF70;
    color: #536895;
    font-size: 11px;
    text-decoration: none;
}

.menuSelected {
    text-align: left;
    background-color: #ffda8d;
    color: #536895;
    font-size: 11px;
    text-decoration: none;
}

td.emailHeader {
    width: 100px;
    font-weight: bold;
    text-align: right;
}
td.emailField {
    vertical-align: top;
}
    .visible {
        display: block;
    }
    .invisible {
        display: none;
    }

 tr.rosterRow td {
    padding: 2px 4px;
 }
 
 .q {
    font-weight: bold;
 }
