/* individual or localized styles for Language Studies public site */


/*****************************************/
/*          page: index.php              */
/*****************************************/

/* styles for contact info */
#index_php #contact td {
	padding: 0 .5em;
}

#index_php #contact td:first-child { 
	padding-left: 0;
}

/* styles for translation of USNA */
#index_php #langs { 
	border-width: 0;
}

#index_php #langs td {
	padding: .1em .5em; 
	border-width: 0;
}

#index_php #langs a {  
	/* shouldn't be needed but maybe because of the scripting? */
	text-decoration: underline;
}

#index_php #trans {
	height:auto; 
	font-size: 1.1em; 
	color: #00C; 
	border: 1px solid #C00; 
	text-align: center; 
	padding: .3em 0;
}

#index_php .chinese {
	/* These fonts work best with Chinese; left to its own devices, a browser may mix fonts */
	font-family: SimSun, 宋体, 黑体, "MS Song", Beijing, Arial, sans-serif;
}

#index_php .non-eur {
	font-size: 150%;  /* Use larger characters for non-European writing systems */
}

/*****************************************/
/*          page: faculty.php            */
/*****************************************/

#faculty_php table#index, .factbl {
	width: 100%;
}

/* language selection list at top of page */
#faculty_php #index, #index td { 
	border: 1px solid #9FB3FF; 
	border-collapse: collapse; 
}

#faculty_php #index { 
	margin: 1em auto; 
}

#faculty_php #index td { 
	text-align: center; 
	padding-bottom: .2em; 
}

/* faculty listing  */

#faculty_php .factbl {
/* 
	This is here to show the border between faculty members...
	IE (6,7) requires both of these in order to put borders on empty cells.
	Other browsers only need empty-cells -- as CSS2 specifies.
*/
	border-collapse: collapse;
	empty-cells: show;  
}

#faculty_php .langhead {
	font-size: 100%;
	border-bottom: 1px dotted #CCCCCC;
}

#faculty_php .factbl td { 
	vertical-align: top;
}

#faculty_php .toprow td {
	padding-top: 0.6em;
}

#faculty_php .lastrow td {
	border-bottom: 1px dotted #CCCCCC;
}

#faculty_php .interest, #faculty_php .deg {
	padding: 0 0 .5em 3em;
	line-height: 110%;
}

#faculty_php .ralign {
	text-align: right;
}

#faculty_php acronym {
	border-bottom: 1px dashed #66C;
}

