/* Overlay style for files used in people section (faculty and staff)
 * SJSU SLIS. 11/23/05. hhe
 */


/* Rule to fix quirks-mode inheritance behavior */
/* table
{
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    font-variant: inherit;
} */

table { font-size: 1em; }

.center {text-align: center;}
.bold {font-weight: bold;}
.size85 {font-size: .85em;}
.head {font-size: 1.5em; font-weight: 800;}
/* f93 was orange */
.orange {color: #ff9900; background: #fff;}
.pubsection {color: #ff9900; background: #fff; text-align: center; margin-top: .7em; margin-bottom: .7em;}

ul
{
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
}

li
{
    list-style-position: outside;
    list-style: none;
    padding-bottom: 0.4em;
}

ul.facpersonal {
    margin-left: 3em;
}

ul.interests
{
	margin: 0;
	padding: 0;
    border: 0;
}

li.indent {
    list-style-position: outside;
	list-style-image: url(../files/dot.gif);
    list-style-type: disc;
    margin-left: 2em;
    vertical-align: bottom;
    padding-bottom: 0.1em;
}

li.dot
{
    list-style-position: outside;
	list-style-image: url(../files/dot.gif);
    list-style-type: disc;
    margin-left: .5em;
    font-size: .85em;
    vertical-align: bottom;
    padding-bottom: 0.2em;
}


/* mark is used for characters like the asterisk on required fields */
.mark {color: #f03; background: #fff; font-weight: bold;} 
td {text-align: left; border: 0; padding-top: 7px;}
.error {background: #fff; color: #c30;}
.required {border: 2px solid #fb4;}
.highlight {background: yellow; color: #000;}
.gray {color: #666; background: #fff; font-size: .9em;}
/* .sjblue {color: #36c; background: #fff; font-weight: bold; font-size: .9em;} */
.admintitles {font-weight: bold; font-size: .9em;} 

/* hiddensearch class used for search box for label */
.hiddensearch {
  position: absolute;
  left: 0;
  top: -500px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  }