@CHARSET "ISO-8859-1";

/* Learning Experience Display Styles */


#le_sidebar
{
	float: right;
	width: 140px;
	background: url(/images/le/le_sidebar_bg.png) top left repeat-y #fff;
}

#le_sidebar ul
{
	margin: 15px !important;
	padding: 0 !important;
}

#le_sidebar li
{
	list-style: none;
	margin: 0;
	padding: 0;
	padding-left: 28px !important;
	margin-bottom: 8px;
	overflow: visible;
}

#le_sidebar li img
{
	display: inline-block;
	vertical-align: middle;
	margin-right: 8px;
}

#le_sidebar a
{
	display: block;
	font-size: 11px;
	color: #000 !important;
	border: none !important;
	outline: none !important;
	text-decoration: none !important;
	line-height: 120%;
	margin-bottom: 8px;
	margin-top: 0px;
}

#le_content
{
	position: relative;
	width: 740px; 
	border: solid 1px #888 !important; 
	padding: 5px;
}
 
#le_content .breakout_box
{
	border-color: #758C12;
	background-color: #d4e2b8;
}


#le_navbar
{
	list-style: none;
	float: left;
	margin: 0 !important;
	padding: 0 !important;
	z-index: 4000;
}

#le_navbar a
{
	border: none !important;
	text-decoration: none;
	outline: none;
}
	

#le_navbar li
{
	list-style: none;
	float: left;
	margin: 0;
	padding: 0;
}

.le_navbar_dropdown
{
	position: relative;
	margin: 0 !important;
	padding: 0 !important;	
}
	
.le_navbar_dropdown li
{
	padding: 0 !important;
	margin: 0 !important;
	margin-bottom: 2px;
	list-style: none;
}

.le_navbar_dropdown li img
{
	display: inline-block;
	vertical-align: middle;
}

.le_navbar_dropdown li a
{
	display: block;
	width: 138px;
	color: #000 !important;
	font-size: 11px;
	margin-left: 1px;
	font-family: Arial;
	text-decoration: none;
	text-align: left;
	background: none;
	outline: none;
	border-top: solid 1px #fff;
	border-bottom: solid 1px #fff;	
}

.le_navbar_dropdown li a:hover
{
	color: #000 !important;
	background-color: #D4E2B8 !important;
	border-top: solid 1px #91B44A !important;
	border-bottom: solid 1px #91B44A !important;
	text-decoration: none !important;
}

#le_content tr, #le_content th, #le_content td
{
	border: none !important;
}

#le_content #matrix
{
	border: solid 1px #000 !important;
	border-collapse: collapse;
}

#le_content #matrix th
{
	background-color: #d4e2b8;
	color: #000;
	border: solid 1px #000 !important;
}

#le_content #matrix a
{
	color: #000;
	text-decoration: none;
}

#le_content #matrix a:hover
{
	color: #758C12;
	text-decoration: underline;
}

#le_content #matrix td
{
	border: solid 1px #000 !important;
}

body.primary_sources #matrix th
{
	background-color: #ffcc33;
	color: #000;
}


body.primary_sources #matrix th a
{
	color: #000;
	text-decoration: none;
}

body.primary_sources #matrix a:hover
{
	color: #C60;
	text-decoration: underline;
}

/* NOTE - keep these at the end of the file */
	
@import url(library_quest.css);
