/* iOS work-around */
button {
	background: #DDD;
	/* width: 150px; */
	padding: 1px;
	letter-spacing: 1px;
	border: none;
	color: #000;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-webkit-appearance: none;
}


.myfa-button-small {
	font-size: 10pt;
	height: 26px;
	letter-spacing: 1px;
	cursor:pointer;
	padding: 2px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-webkit-appearance: none;
}
.myfa-button-small:hover {
	cursor:pointer;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-webkit-appearance: none;
}

/* main div */
#divMain {
	border-width: 1px ;
	border-color: #808080 ;
	border-style: solid ;
	border-radius: 4px ;
	-moz-border-radius: 4px;
	padding: 7px;
	color: #CC0;
	background-color: black;
	width: 925px;
	/* width: 925px; */
}

/* stats at top of edit screen */
#divHdrStats {
	border-width: 1px ;
	border-color: #808080 ;
	border-style: solid ;
	border-radius: 4px ;
	-moz-border-radius: 4px;
	padding: 5px;
	color: #000;
	background-color: #aaa;
	font-size: 10px;
	width: 450px;
	margin-bottom: 5px;
}

/* "If you want to add any info for Marriages or Collaborations" */
#divOtherInfo {
	border-width: 1px ;
	border-color: #808080 ;
	border-style: solid ;
	border-radius: 4px ;
	-moz-border-radius: 4px;
	padding: 5px;
	color: #0cc;
	background-color: #000;
	font-size: 10px;
	width: 450px;
	margin-bottom: 5px;
	}

/* EMPTY Positions list */
#divNoPosnsYet {
	border-width: 1px ;
	border-color: #808080 ;
	border-style: solid ;
	border-radius: 4px ;
	-moz-border-radius: 4px;
	padding: 12px;
	color: #ff0;
	background-color: #C00;
	font-size: 12pt;
	font-weight: bold;
	width: 610px;
	height: 23px;
	margin-bottom: 5px;
	text-align: middle;
}

/* row header tooltip */
span.defn { 
	color: #FFCC00;
	font-family: Helvetica,Arial,Verdana;
	text-decoration: none;
	border-bottom: thin dotted #FFFF00;
	cursor: help;
}

/* column header tooltip */
span.tddefn {
	color: #C00;
	font-weight: bold;
	font-family: Helvetica,Arial,Verdana;
	text-decoration: none;
	border-bottom: thin dotted #666666;
	cursor: help;
}

/* all user-supplied input fields can look the same */
.posnentry {	background-color: #EEE8AA; }

/* "Required" indicator, usually just an asterisk * */
.required {	font-weight: bold;	color: #E00; }

/* most of the fields are in this table */
#tblMainForm {	text-align: left; }

/* Submitter Info */
#tblSubmitterInfo {	text-align: center;}

td.tdRowHeaders {
	font-weight: bold;
}
tr.trColHeaders {
	background: #DDD;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	color: #000;
}

div.AlumEditingSuspended {
	border-width: 3px ;
	border-color: yellow ;
	border-style: solid ;
	border-radius: 6px ;
	-moz-border-radius: 6px;
	padding: 10px;
	color: yellow;
	background: #D00;
	font-weight: bold;
	font-size: 16pt;
	width: 650px;
}
