/* This is the main .css file for the website. It controls the colors and
types of fonts, much of the layout and the general look of the site. If you
are changing anything other than the two results screens, change it here. If
you want to change the look of the results screens (color, size of background
bars, etc) change it in inmagicoutput.css. 
*/

/*This is the text and padding information for Table Cells*/
td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 2px;

}
/*This is the text and padding information for Table Headings*/
th {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/*
.bodystyle {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
*/

/*This is the standard font for the page*/
.medium {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: lighter;
	text-indent: 0cm;
}

/*Text information for the header, which makes the font and position pleasing*/
.title {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #000000;
	font-size: 16px;
	font-weight: 900;
	text-align: center;
	margin-top: 1px;
	line-height: 0px;
}

/* the fontface for the contact information and the "last updated" text. */
.contact {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	font-weight: 800;
	text-transform: lowercase;

	}

/*Change the color of the links*/
a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #6D2918;
	text-decoration: none;
}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #6D2918;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: underline;}
		

a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #6D2918;
	text-decoration: none;
}

/*This changes the font and color of the Search and Clear Button*/
input.button{
	background: #CCCCCC;
	color: #0066CC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold
}

/* the copyright and University navigation font controls */
.footer {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;

	}

/*Horizontal line color information*/
hr{
	line-height:0px;
	color: #D6654A;
	}
	
/* controls the typeface for the input boxes */
.field{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-transform: none;

}


