/* -----------------------------------------------
Project: Digication LMS
Purpose: IE6 Only Styles
Author: Katelynn O'Brien
Last Updated: 09/19/06
-------------------------------------------------- */
body {
	font-size:.75em;
}
#subcontainer,
#main_container {
	overflow:hidden;
}

div#Main_Box_LMS {
	margin-left:1px;
}

/* IE6 Rollover Hack */
* html #access-results tbody tr, * html #access-control tbody tr {
	zoom: expression((function(element,rollOver) {
		element.rollOver=rollOver;element.runtimeStyle.zoom=1.0;return 1.0;
	})(this,"#ccc"));
	behavior: url(/css/rollover.htc);
}

#libraryresults li h3, li.topic h3 {
	height: 50px;
}

#portfolioright {
	overflow:hidden; /* because width adjusting sucks */
}
#site_heading,
#site_topnav {
	padding-bottom:0px;
}}
.slideshow_edit .thumbnail {
left:-85px;
}
.tabnav a {
	margin-bottom:-3px;
}

#site_top .tabnav {
	margin-bottom:-3px;
	
}
#site_top .tabnav li{
	margin-bottom:-4px;
}
#site_top .tabnav a{
	padding-bottom:7px;
	margin-bottom:-4px;
}
.span-9 {
	width:278px !important;
}
.span-7 {
	width:214px !important;
	margin-right:-10px;
}
.span-8{
	width:270px !important;
	max-width:270px !important;
}
/*
 IE PNG fix
*/

img,div { behavior: url(/css/pngfix/iepngfix.htc) }
body{text-align:left}


div.span-16{
	width:500px !important;
	max-width:500px !important;
}

div.span-18{
	width:550px !important;
	max-width:550px !important;
}

div.span-5, div.span-6{
	width:200px !important;
	max-width:200px !important;
}

