/*styles for the the alumni lists by year, name and degree */
/*alphanav*/



div ul#alphanav {
	position:relative;
	float:left;
	width:100%;
	margin: 0;
	padding: 0;
	list-style:none;
	line-height:1em;
	white-space: nowrap;
}

div ul#alphanav li {
	list-style: none;
	float:left;
	margin:0;
	padding:0;
}

div ul#alphanav a {
	font-size:90%;
	display:block;
	color:#444;
	text-decoration:none;
	font-weight:bold;
	background:#ddd;
	margin:0;
	padding:0.4em 0.5em;
	border-left:1px solid #fff;
	border-top:1px solid #fff;
	border-right:1px solid #aaa;
}

#alphanav a:hover,
#alphanav a:active,
#alphanav a.here:link,
#alphanav a.here:visited {
	background:#bbb;
}

#alphanav a.here:link,
#alphanav a.here:visited {
	position:relative;
	z-index:102;
}

/*subnav*/

div ul#alphanav ul {
	font-size:90%;
	position:absolute;
	left:0;
	top:2.2em;
	float:left;
	background:#bbb;
/*	width:100%; */
	margin:0;
	padding:0em 0.25em 0.25em 1em;
	list-style:none;
	border:1px solid #fff;
	border-top:1px solid #fff;
}

div ul#alphanav ul li {
	/*float:left;*/
	display:block;
	margin-top:1px;
}

div ul#alphanav ul a {
	background:#bbb;
	color:#fff;
	display:inline;
	font-size:90%;
	margin:0;
	padding:0 1em;
	border:0
}

div ul#alphanav ul a:hover,
div ul#alphanav ul a:active,
div ul#alphanav ul a.here:link,
div ul#alphanav ul a.here:visited {
	color:#444;
	}
/*
table.yeartable {padding-top:5px;}
table.yeartable tr td {
	padding: 2px 5px;
	vertical-align:text-bottom; 
}

*/

/* Alumni list headings and listings */
fieldset {
        background-color:#fff;
        border-width:2px 2px 2px 10px;
        border-style:solid;
        border-color:#fff;
/*        font-family:Arial, Helvetica, sans-serif;
        font-size:90%;*/
        margin:10px 0px 0px 0px;
        width:100%;
        display:block;
        padding: 0px 0px 5px 5px;
}
#content table.yeartablelist {
/*used for listing alumnibyyear . actual name table */
	width:100%;
	left: 0px;
	border:none;
}
#content table.yeartablelist td{
	border:none;
	}
/*fieldset {
        background-color:#fff9e7; 
        border-width:2px 2px 2px 10px;
        border-style:solid;
        border-color:#cee574;
        font-family:Arial, Helvetica, sans-serif;
        font-size:12px;
        margin:20px 0px 20px 20px;
        width:90%;
        position:relative;
        display:block;
        padding: 0px 10px 10px 10px;
}*/
#content legend { /*same as h3 in Teamsite */
        background-color:#fff;/*ecefcb;*/
        /*border-width:1px 1px 1px 10px;
        border-color:#ff9900;
        border-style:solid;
        border:1px solid red;*/
	color:#AB2B34;
	font-family: Arial, Helvetica, sans-serif;
        font-weight:bold;
	font-size: 1.4em; 

        /*text-transform:uppercase;
        font-size:90%;
        text-align:center;
        width:186px;*/
        margin:0px 0px 5px 0px;
/*        position:relative;
        top: -10px; removed this section. Caused it to position to the top of page in IE7 for alumnibyyear.php*/
	
}

/* Alumni record entry */
table.grad {
	border: 0px solid #fff;
	margin-bottom: 50px;
	padding: 0px;
	font-size: 90%;
	
	
}

table.grad tr td {
	padding: 1px;
	padding-left: 5px;
	padding-right: 5px;
	border: 0px solid #fff;
	background-color: #fade98;
	font-size: 95%;
	vertical-align: text-top;
	margin: 2px;
}
table.grad tr td.txt {
	background-color: #fff4d9;
}
table.grad tr td.hdtxt { color: #AB2B34;  font-weight: bold}
table.grad tr td.last  {border-bottom:1px solid #ccc;  }

/*not sure where this is used yet.*/

td.alumnitop {
        background-color:#fff9e7; /*#ecefcb;*/
        font-size:100%;
	font-weight: bold;
       /* border-width:1px 1px 1px 10px;
        border-color:#ff9900;
        border-style:solid;*/
        padding: 0px 4px 2px 4px;
	vertical-align: text-top;
	text-align: left;
}

#content div.alumnilistname table{
/* used on alumnibyname.php (A-Z listing, name list), alumnibydegree.php(All degree list,name list) */
	border:none;
	margin: 0px 0px;
}
#content div.alumnilistname table tr td  {
/* used on alumnibyname.php (A-Z listing, name list), alumnibydegree.php(All degree list,name list) */
        border:none;
        margin: 0px 0px;
        line-height:180%;
}

#content table.yeartable{border: 1px solid #dbd3c2;}

#content table.yeartable tr td{
/* used on alumnibyname.php for selecting the year*/
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 3px;
	border: 1px solid #dbd3c2;
}


/* appears when a year is selected on alumnibyyear.php*/
table.yeardegreelist {
	margin-left: 3px;
	margin-bottom: 20px; 
}
table.yeardegreelist tr td{
	padding-right: 4px;
}
#content table.yeardegreelist tr td.column1 {padding-right: 3px}
#content table.yearlist, #content table.yearlist td {border:none;}
#content div.alumnisearch {font-size:1.2em}
#content div.alumnisearch li {font-size:1em}
#content div.alumnisearchresults{font-size:1.2em; line-height:1.3em}



