html {
    overflow: hidden;
}

body {
    overflow: hidden;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    text-align: left;
    /*background-image: url(/images/18pxgridbg.gif);*/
}

/*TOGGLE GRID STYLES*/
body.grid {
    background-image: url(/images/18pxgridbg.gif);
}

body.grid #main {
    background-color: transparent;
}
/*END TOGGLE GRID STYLES*/

ul {
    text-align: left;
    list-style: none;
}

a:link, a:visited {
    outline: none;
    text-decoration: none;
}

legend {
    color: #999;
    padding: 0 3px;
    font-size: 1em !important;
}

input {
	padding: 0 6px;
}

input[type="radio"], x:-moz-any-link {
    margin-top: 4px;
}

input[type="text"],
input[type="password"]{
    border-width: 1px;
    border-style: solid;
    border-color: #bbb;
    height: 14px;
    padding: 1px;
	font-size: 12px;
}

.hasicon {
    background-repeat: no-repeat;
    background-position: 0 1px;
    padding-left: 14px;
}

.italicized {
	font-style: italic;
}

.red {
	color: #ee0000;
}

.green {
	color: green;
}

.bold {
	font-weight: bold;
}

.old {
	color: #8b4513;
}

.demologo, #logo {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    height: 36px;
    width: 118px;
    text-indent: -9999em;
    margin: 0;
}

#logo:not(.demologo){
	background: url(/images/logos/adhe.gif) no-repeat top center;
}

#header {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 36px;
    overflow: hidden;
    background: url(/images/headerbg.gif) #e1e5ea repeat-x;
}

#secondarynav {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 36px;
    left: 0;
    right: 0;
    overflow: hidden;
	background: url(/images/secondarynavbg.gif) repeat-x;
}

#main {
    background-color: white;
    padding: 17px 18px 18px;
    margin: 0;
    position: absolute;
	top: 36px;
    left: 0;
    right: 0;
    bottom: 18px;
    overflow: auto;
    text-align: left;
}

#main.withsecondarynav {
    top: 72px;
}

#footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 17px;
    overflow: hidden;
    color: #777;
    font-size: 9px;
    line-height: 18px;
    text-align: right;
    border-top: 1px solid #888;
    background: url(/images/footerbg.gif) repeat-x #e1e5ea;
}

#footer h6 {
    color: #666;
    font-weight: normal;
    margin-right: 9px;
}

#footer span {
    position: absolute;
    left: 6px;
    top: 0;
    color: #333;
}

#footer a {
    color: #333;
}

#footer a:hover {
    color: #ee0000;
}

#header ul {
    list-style: none;
    padding: 0;
    margin: 0 0 0 118px;
}

#header ul li {
    float: left;
}

#header ul li a {
    color: #555;
    display: block;
    line-height: 36px;
    text-decoration: none;
    font-size: 14px;
    padding: 0 9px;
	font-weight: bold;
}

#header ul li a:hover {
    color: #111;
}

#header ul li a.current,
#header ul li a.current:hover {
	background: url(/images/mainnavarrow.gif) no-repeat bottom center;
    cursor: default;
}

#header #login {
    color: #555;
    position: absolute;
    right: 9px;
    top: 10px;
    /*top: 9px;*/
    font-size: 11px;
}

#header #login a {
    color: #555;
    text-decoration: none;
    font-weight: bold;
}

#header #login a:hover {
    color: #111;
    text-decoration: underline;
}

#loginForm {
	margin: 100px auto 0;
	width: 290px;
	background: #f1f5fa;
	border: 1px solid #ccc;
}

#loginForm h4 {
	background: transparent url(/images/tbtitle.gif) repeat-x;
	line-height: 28px;
	padding: 0 1em;
	margin: 0;
	border: none;
	border-bottom: 1px solid #999;
}

#loginForm form {
	padding: 1em;
}

#loginForm form input[type="text"],
#loginForm form input[type="password"] {
	width: 144px;
}

#loginForm form div {
	text-align: right;
}

#secondarynav ul.tabs {
    list-style: none;
    padding: 0;
    margin: 0;
    height: 27px;
	padding-top: 8px;
    padding-left: 119px;
    border-bottom: 1px solid #d1d1d1;
}

#secondarynav ul.tabs li {
    float: left;
}

#secondarynav ul.tabs li a {
    display: block;
    padding: 5px 9px;
    text-decoration: none;
	color: #888;
}

#secondarynav ul.tabs li a:hover {
	color: #444;
}

#secondarynav ul.tabs li a.current {
    border: 1px solid #d1d1d1;
    border-bottom: none;
    background: white;
    padding-top: 4px;
    padding-left: 8px;
    padding-right: 8px;
    cursor: default;
	color: #555;
}
    
#secondarynav ul.tabs li a.current:hover {
    color: #555
}

#main a {
    color: #0033ff;
}

#main a:hover,
#main label a:hover {
    background-color: #0033ff;
    color: #fff;
    cursor: pointer;
}

.editInfoErrors{
    color: #ee0000;
    font-size: 9px;
    position: absolute;
    left: 3px;
    display: none;
}

#main form .formErrors{
    color: #ee0000;
    font-size: 10px;
    position: absolute;
    left: 34px;
    display: none;
}

h4 {
    line-height: 18px;
    font-weight: bold;
    padding: 0;
    margin-bottom: 17px;
    text-align: left;
	border-top: 1px solid #ddd;
	background: url(/images/h4.gif) repeat-x #f1f1f1;
	padding: 0 3px;
}

h4 a:link,
h4 a:visited {
    float: right;
    margin-top: 1px;
    margin-left: 9px;
    font-size: 11px;
    font-weight: normal;
    text-decoration: none;
}

h4 select {
    float: right;
    margin-top: 1px;
    font-size: 9px;
}

img.photo {
    padding: 3px;
    border: 1px solid #ddd;
    float: left;
    background-color: white;
}

#main .box label  {
    float: left;
    width: 175px;
    color: #777;
}

label span {
    color: #ee0000;
    font-style: normal;
}

#main .box label a {
    color: #777;
    text-decoration: none;
}

.box p.indented {
    margin-left: 175px;
}

.primary {
    margin: 0 0 -1px;
    height: 12px;
    width: 12px;
    float: none;
}

.newsitem {
    padding-top: 18px;
    border-top: 1px solid #ddd;
}

#news div:first-child {
    padding-top: 0;
    border-top: none;
}

.newsitem h5 {
    font-size: 16px;
    line-height: 36px;
    margin-bottom: 0;
}

.newsitem p {
    font-size: 11px;
    line-height: 18px;
}

.newsitem ul li {
    background-color: #eeeeff;
    float: right;
}

.newsitem ul li a {
    font-size: 10px;
    padding: 0 6px;
    line-height: 18px;
    display: block;
}

.newsitem div {
    font-size: 10px;
    line-height: 18px;
}

#notes {
    margin-bottom: 0;
}

.notes div {
    margin-top: 17px;
}

#notesDiv div:first-child {
    margin-top: 0;
}

.notes h5 {
    border-left: 4px solid #ccc;
    border-bottom: 1px solid #ddd;
    height: 54px;
    background-color: #eee;
    font-size: 11px;
    margin-bottom: 17px;
}

.notes h5.private {
    border-left-color: #fb645b; /*red*/
}

.notes h5.other {
    border-left-color: #f6aa44; /*orange*/
}

.notes h5.faculty {
    border-left-color: #efdb47; /*yellow*/
}

.notes h5.financial {
    border-left-color: #b4d747; /*green*/
}

.notes h5.staff {
    border-left-color: #5aa2ff; /*blue*/
}

.notes h5.admin {
    border-left-color: #c08ed8; /*purple*/
}

.notes h5 img {
    margin: 3px 6px;
    padding: 2px !important;
    height: 42px;
    width: 34px;
}

.notes h5 span {
    float: right;
    margin-right: 6px;
    margin-top: 3px;
    color: #777;
    font-size: 9px;
}

.notes div ul {
    margin: 0 9px 0 0;
    height: 18px;
    font-size: 10px;
    line-height: 18px;
}

.notes div ul li {
    float: right;
    background-color: #eee;
}

.notes p {
    margin: -54px 9px 0 56px;
    background-color: white;
    border: 1px solid #ddd;
    border-top: none;
    padding: 0 3px;
    font-size: 11px;
    line-height: 18px;
    /*ie6 min-height hack*/
    min-height: 36px;
    height: auto !important;
    height: 36px;
}

.notes p span {
    display: block;
    font-size: 10px;
    color: #555;
    margin-top: 18px;
}

.notes p span a{
    font-weight: normal;
}

.required_error{
    color: #EE0000;
    font-size: 10px;
    position: absolute;
}

ul.smalltabs {
    margin: 0;
    padding: 0;
    height: 18px;
}

ul.smalltabs li {
    float: left;
}

ul.smalltabs a {
    padding: 0 6px;
    display: block;
    font-size: 11px;
    line-height: 18px;
}

ul.smalltabs a.current {
    background-color: #eee;
    color: #2971A7;
    cursor: default;
}

.hascontrolbar div.filterdiv {
    margin-right: -18px;
    margin-left: -18px;
}

div.filterdiv {
	margin-bottom: 18px;
}

div.filterdiv a,
div.underh4 a{
    font-size: 10px;
}

div.filterdiv form {
	padding: 18px;
    border: 1px solid #ddd;

}

div.filterdiv label,
form.filters {
    color: #999;
    text-transform: capitalize !important;
}

.miniformlinks {
    float: left;
    line-height: 9px;
}

.miniformlinks a {
    font-size: 9px !important;
}

div.padded,
table.padded {
    background-color: #EEEEEE;
    padding: 0 9px;
}

table.padded td {
    background-color: #FFFFFF;
}

table.IETableHack,
.tablescroller {
    _width: 98%;
    //width: 98%;
}

#facebox label {
    color: #59595e;
    font-size: 11px;
    float: left;
    width: 81px;
    //clear: left;
}

.container {
	border: 1px solid #BBBBBB;
	height: 180px;
	overflow:auto;
	padding: 3px;
	margin-bottom: 18px;
}

.options label {
    color: #222 !important;
    font-weight: normal;
    float: none !important;
    width: auto !important;
}

div.options {
    margin: 0 0 0 118px;
    padding-bottom: 18px;
    position: relative;
}

div.options select {
    height:18px;
    /*margin-bottom: -1px;*/
}

div.options select, x:-moz-any-link {
    height: 16px;
    //height:22px;
	font-size: 11px;
}

div.options input[type="text"] {
    /*margin-top: -1px;
    margin-bottom: -2px;*/
}

div.options input[type="checkbox"] {
    /*margin-top: -2px;*/
}

#facebox form div.radioButtons {
    margin: 0 0 0 110px;
    padding-bottom: 2px;
    position: relative;
}
p.aa_page{
	margin-bottom: 48px;
}
p.aa_page label {
    width: 100px;
	float: left;
	text-align:right;
}
.empty{
	width: 250px;
    height: 18px;
	display: block;
	float: left;
	border-bottom: 1px solid black;
	margin-left: 18px;
}

form label {
    width: 118px !important;
    float: left;
}

#facebox form .dpFormErrors,
#facebox form .formErrors {
    color: #ee0000;
    font-size: 9px;
    position: absolute;
    bottom: 3px;
    left: 0;
    display: none;
}

#facebox .editinfo .options .dpFormErrors {
    top: 0px;
	left: -100px;
	margin-right: -100px;
	position: relative;
}

#facebox form .dpFormErrors {
    top: 0px;
	left: -81px;
	margin-right: -81px;
	position: relative;
}

#facebox form .requirementErrors {
    color: #ee0000;
    font-size: 10px;
    position: absolute;
    bottom: 5px;
    left: 24px;
    display: none;
}

#facebox form .personFormErrors {
    color: #ee0000;
    font-size: 10px;
    position: absolute;
    bottom: 5px;
    left: 8px;
    display: none;
}

#facebox form .scheduleFormErrors {
    color: #ee0000;
    font-size: 10px;
    position: relative;
    bottom: 0px;
    left: 82px;
    display: none;
}

div.adminGroupErrors {
    color: #ee0000;
    font-size: 10px;
    position: absolute;
    bottom: 5px;
    left: 24px;
    display: none;
    width: 190px;
}

div.courseErrors{
    color: #ee0000;
    font-size: 10px;
    position: absolute;
    display: none;
    left: 114px;
}

div.addNoteFormErrors{
    color: #ee0000;
    font-size: 10px;
    margin-top: 2px;
    position: absolute;
    left: 312px;
}

div.addBulletinFormErrors{
    color: #ee0000;
    font-size: 10px;
    float: right;
    margin-top: 2px;
}

#facebox form textarea {
    margin: 0;
}

table .right {
    text-align: right;
}

table .center {
    text-align: center;
}

table .overdue {
    color: red;
}

table.data {margin-top:18px;}
table.data, x:-moz-any-link {margin-top:1px;}
/*
.box table {
    margin-bottom: -1px !important;
}

.box table.data {
    margin-bottom: 17px !important;
}
*/
table input[type="radio"] {
    margin: 3px 0 -3px;
    height: 12px;
}

table input[type="text"] {
    height: 12px;
    font-size: 10px;
    width: 27px;
    line-height: 11px;
    text-align: right;
}

table input[type="text"], x:-moz-any-link {
    margin-bottom: 1px;
    /*margin-top: 0;*/
}

table .fb_content input[type="text"] {
    text-align: left;
    width: 133px;
    margin-top: 0;
    height: 14px;
    font-size: 11px;
}

td p:last-child {
    margin-bottom: 0;
}

table tr.altrow td {
	background-color: #f1f5fa !important;
}

input.search-field {
    padding-left: 20px;
    margin-top: 2px;
    height: 16px;
    width: 168px;
    border-width: 1px;
    background: url(/images/search2.gif) white no-repeat center left;
}

input.usd {
    background: url(/images/usdinput.gif) white no-repeat 3px;
    padding-left: 12px;
	width: 121px !important;
}

div.search {
    position: relative;
}

label.over-apply {
    color: #aaa;
    position: absolute;
    z-index: 1000;
    font-size: 100%;
    cursor: text;
    display: block;
    padding-top: 4px;
    padding-left: 2px;
    font-weight: 100;
}

.folder,
.folder:visited {
    background-repeat: no-repeat;
    padding-left: 16px !important;
    color: #777;
}

#inbox a {
    background-image: url(/images/inbox12.gif);
}

#trash a {
    background-image: url(/images/trash12.gif);
}

#junk a {
    background-image: url(/images/junk12.gif);
}

#sent a {
    background-image: url(/images/sent12.gif);
}

#drafts a {
    background-image: url(/images/drafts12.gif);
}

.folder {
    background-image: url(/images/folder12.gif);
}

#inbox a,
#trash a,
.folder {
    background-position: left center;
}

#inbox a span,
#trash a span,
.folder span {
    float: right;
}

.loading {
    cursor: wait;
}

.folderdrag {
    list-style: none;
    text-transform: capitalize;
    font-weight: bold;
	font-size: 11px;
    color: #777;
}

.imagespan {
    display: none;
}

.deleteimage {
    background-image: url(/images/delete.gif);
}

.addimage {
    background-image: url(/images/plus.gif);
}

.editimage {
    background-image: url(/images/pencil12.gif);
}

.trashimage {
    background-image: url(/images/trash12.gif);
}

.sendimage {
    background-image: url(/images/send12.gif);
}

.imageclass {
    background-image: url(/images/image12.gif);
}

.excelclass{
    background-image: url(/images/excel12.gif);
}

.rtfclass{
    background-image: url(/images/word12.gif);
}

.pdfclass{
    background-image: url(/images/pdf12.gif);
}

.fileclass{
    background-image: url(/images/file12.gif);
}

.audioclass{
    background-image: url(/images/audio12.gif);
}

.noteimage {
	background-image: url(/images/note12.gif);
}

.nonoteimage {
	background-image: url(/images/note12gray.gif);
}

.statusimage {
	background-image: url(/images/status12.gif);
}

.fileimage {
	background-image: url(/images/paperclip12.gif);
}

.mergeimage {
    background-image: url(/images/merge12.gif);
}

.mailimage {
    background-image: url(/images/mail12.gif);
}

.exportimage {
    background-image: url(/images/export12.gif);
}

.addimage,
.deleteimage,
.sendimage,
.trashimage,
.noteimage,
.nonoteimage,
.fileimage,
.statusimage,
.editimage,
.mergeimage,
.mailimage,
.exportimage {
    background-position: center;
    background-repeat: no-repeat;
    height: 12px;
    display: block;
    margin: -10px;
    /*margin: 0;
    margin-top: 3px;*/
}

td a img {
    margin-bottom: -2px;
}

th img {
    margin-bottom: -1px;
    /*margin-bottom: 3px;*/
}

/* AUTOCOMPLETE STUFF */
input.ac_input {
    /*padding-left: 2px !important;*/
    /*padding-left: 20px !important;*/
    /*margin-top: 2px;*/
    /*height: 16px;*/
    /*width: 128px;*/
    /*border: 1px solid #777;*/
    /*background: url(/images/search2.gif) white no-repeat center left;*/
}

.ac_results {
    padding: 0px;
    border: 1px solid #bbb;
	background-color: white;
    overflow: hidden;
    z-index: 1000;
}

.ac_results ul {
    width: 100%;
    list-style-position: outside;
	/*border-top: 1px solid WindowFrame;*/
    list-style: none;
    padding: 0;
    margin: 0;
}

.ac_results li {
    margin: 0px;
    padding: 3px 6px;
    cursor: default;
    display: block;
    /*width: 100%;*//*This makes there be an x-overflow when there doesn't need to be*/
    font: menu;
    font-size: 12px;
    line-height: 16px;
    overflow: hidden;
	border-top: 1px solid #ddd;
}

.ac_list li:first-child {
    border-top: none;
}

.ac_results li div.extra {
    font-size: 9px;
    color: #888;
}

.ac_results li.ac_over div.extra {
    color: #ddd;
}

.ac_loading {
    background: Window url('/images/indicator.gif') right center no-repeat;
}

.ac_over {
    background-color: #2A81EB;
    color: white;
}

.editinfo label {
	float: left;
	clear: left;
	width: 160px;
	margin-left: 10px;
}

.editinfo .options {
	margin: 0 0 0 110px;
	padding-bottom: 18px;
	position: relative;
}

#facebox #description p{
	padding: 0px;
}
#facebox #image img{
	margin: 0px 18px 18px 0px;
	float: left;
}

#main h3 {
    font-size: 18px;
    font-weight: bold;
    padding: 0px;
    height: 26px;
    line-height: 28px;
    white-space: nowrap;
    position: relative;
}

#main h3 select,
#main h3 input {
	position: relative;
	top: -2px;
	/*top: 0;*/
}

#main h3 span.rightcontrols {
	position: absolute; 
	right: 0; 
	top: 8px;
}

span.lbl,
span.lbl1,
span.lbl2,
span.lbl3 {
    font-weight: bold;
    float: left;
    width: 100px;
}

span.lbl1 {
    font-weight: normal;
}

span.lbl2 {
    width: 130px;
}

span.lbl3 {
    /*margin-left: 200px;*/
}

div.desc {
    margin-left: 100px;
}

/*Tablesorter sort direction styles*/
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	/*background-color: #e6EEEE;*/
	/*border: 1px solid #FFF;*/
	/*font-size: 8pt;*/
	/*text-align: left;*/
	/*padding: 4px;*/
}
table.tablesorter thead tr .header,
table.sortable thead tr .header{
	/*background-image: url(/images/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;*/
	cursor: pointer;
}

table.tablesorter thead tr .header span,
table.sortable thead tr .header span{
	background-repeat: no-repeat;
	background-position: center right;
	display: none;
}

table.tablesorter thead tr .headerSortUp span,
table.sortable thead tr .headerSortUp span{
	background-image: url(/images/asc.gif);
	display: inline;
}

table.tablesorter thead tr .headerSortDown span,
table.sortable thead tr .headerSortDown span{
	background-image: url(/images/desc.gif);
	display: inline;
}

.tablescroller{
    overflow-x: auto;
    overflow-y: hidden;
    clear: both;
    padding: 0;
    margin: 0;
}

.nomarginbottom {
    margin-bottom: 0 !important;
}

.nowrap,
.nowrap a{
    white-space:nowrap;
}

.fb_content .notice,
.fb_content .error,
.fb_content .success {
	font-size: 11px;
}

.notice,
.error,
.success {
    line-height: 18px;
    font-size: 18px;
    margin-bottom: 18px;
}

.padbottom {
	margin-bottom: 18px;
}

.notice {
    color: #817134;
}

.error {
    color: #D12F19;
}

.success {
    color: #529214;
}

#groups {
    margin-top: 0;
    margin-left: 81px;
    margin-bottom: 3px;
}

#groups span {
    display: block;
    height: 18px;
}

.rowhighlight tbody tr:hover {
    background-color: #eeeeff;
}

.modalcontrols {
    background-color: #f1f5fa;
    margin: 0 -10px -11px;   
    text-align: right;
    padding: 6px 11px;
    text-align: right;
    border-top: 1px solid #c1c5ca;
    clear: both;    
}

.modalcontrolsleft {
	float: left;
	/*padding-left: 9px;*/
}

.box { 
	padding: 0; 
	margin-bottom: 18px; 
}

.strongrow td, .strong {
	font-weight: bold;
}

.emrow td {
	background-color: #f1f1f1 !important;
}

.emrow td {
	font-style: italic;
}

.notebox {
	background-color: #FFFFCF;
	color: #817134;
	border: 1px solid #FFF05F;
	padding: 5px 10px 0px 10px;
	margin-top: 0.5em;
	overflow: hidden;
	height: 25px;
}

.note_div {
    margin-bottom: 15px;
}

.notebox textarea {
	width: 100%;
	background-color: #FFFFF5;
	font-size: 12px;
	padding: 0;
	margin: 5px 0 0 0;
	border: 1px solid #CFCFCF;
	height: 38px;
}

.notebox #content {
	color: black;
	white-space: pre;
	line-height: 18px;
}

.notebox input[type="text"] {
    background-color: #FFFFF5;
    font-size: 14px;
    color: #817834;
    font-weight: bold;
    height: 18px;
    width: 600px;
    margin: 5px 0 0 0;
    border: 1px solid #CFCFCF;
}

.notebox a {
    padding: 2px;
    margin-left: -2px;
}

.notebox #title {
    font-size: 14px;
    font-weight: bold;
}

.notebox #signature {
    color: #555;
    padding-right: 20px;
    padding-left: 20px;
    text-align: left;
}

.alert {
	margin-bottom: 1em;
	padding-bottom: 1em;
	border-bottom: 1px solid #e9e9e9;
}

.dismisslink {
	text-decoration: none;
	color: #999 !important;
	float: left;
	font-weight: bold;
}

.dismisslink:hover {
	background-color: transparent !important;
	color: #ee0000 !important;
}

.alert div {
	margin-left: 1.8em;
}

.alert div div {
	font-size: .8em;
	margin-left: 0;
}

/* Clearing floats without extra markup
   Based on How To Clear Floats Without Structural Markup by PiE
   [http://www.positioniseverything.net/easyclearing.html] */

.clear { display: inline-block; }   
.clear:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}
* html .clear { height: 1%; }
.clear { display: block; }
.onlyprint{display:none;}