/* ------------------------------------------------------------------------
	 UITS - Print styles			v2.0
------------------------------------------------------------------------ */

/* show - hide */
	#skip_content,
	#nav,
	#foot,
	#sidebar,
	#foot_left,
	#foot_center,
	.corner
	{display:none;}
	
	#head_uconn a, #head_site a, #top_line a {text-indent:0;}

/* layout */

	#header {padding-bottom:0;}
	#content {margin-left:0px; border:0; padding:0;}
	#foot {clear:none;}
	#wrapper {padding:0;}



/* turn black and white */

	#content,
	#content h1, #content h2, #content h3, #content h4,
	#content h5,
	#content h6,
	#content p,
	#content a,
	#content a:visited,
	#header a,
	#header a:visited,
	.red
	{color:#000000;}
	.box_white, .box_blue {border-color:#cccccc;}


/* Footer format */

	#foot_right {
	  padding: 0;	
	  width:auto;         
	  margin-right:0px;
	  float:none;  
	}
	#footer {border-top:1px solid #CCCCCC;}


/* tables */

	table {
		border-collapse:inherit;
		border-spacing:inherit;
	}
	table, caption, tbody, tfoot, thead, tr, th, td {border:inherit;}

/* content */
	#content p {margin:0 0 1em 0}
	#content h3 {margin:1.6em 0 0 0}
	#content h6 {margin:.5em 0}

/* Header styling */

	#head_site
	{float:none;}
	#head_uconn {float:left; width:178px; border-right:1px solid #999999; margin-right:6px;}
	#header { padding:0; height:50px; margin:0;}
	
	#head_uconn img {height:50px; width:50px; float:left; margin-right:0px; position:relative;}
	
	#header h3, #header h2, #header h4 {margin:0; font-family: "Times New Roman", Times, serif;}
	#header h3 {font-size:1.4em; line-height:1em;}
	#header h2, #header h4 {display:block;}
	#header h2 {position:relative; top:0; left:0; font-size:1.4em;}
	#header h4 {width:auto;}
	
	
	#head_uconn a, #head_site a  {text-decoration:none; height:auto; display:inline; text-indent:0px; }
	#head_site a {width:auto;}
	
	#head_site a#top_line {display:block; width:1000px; clear:right; }
	
	/* Hacks */
	
		/* IE 5 + 6 */
		* html #header h3 { font-size/**/: 1.3em;} 
		* html #header h2 { font-size/**/: 1.3em; top/**/:5px;} 
		/* IE 7 */
		*+html #header h3 { font-size: 1.3em;} 
		*+html #header h2 { font-size: 1.3em; top:5px;} 


/* removes left padding for File ICons. */
	
	a[href $=".pdf"], a[href $=".PDF"],
	a[href *=".pdf#"], a[href *=".PDF#"],
	a[href *=".pdf?"], a[href *=".PDF?"],
	a[href $=".doc"], a[href $=".DOC"],
	a[href *=".doc#"], a[href *=".DOC#"],
	a[href *=".doc?"], a[href *=".DOC?"],
	a[href $=".ppt"], a[href $=".PPT"],
	a[href *=".ppt#"], a[href *=".PPT#"],
	a[href *=".ppt?"], a[href *=".PPT?"],
	a[href $=".xls"], a[href $=".XLS"],
	a[href *=".xls#"], a[href *=".XLS#"],
	a[href *=".xls?"], a[href *=".XLS?"],
	a[href $=".zip"], a[href $=".zip"],
	a[href *=".zip#"], a[href *=".zip#"],
	a[href *=".zip?"], a[href *=".zip?"]
	{ padding-left:0;}

