/* Use this page to overwrite styles found in standard1.css - do not change standard1.css */

.body_div {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;
}

.color_cell {
	background-color: #eee;
}

/* sidebar_header_li & menu_subheader should be used together.
Latter controls font stuff & former controls just background color.
Necessary cuz li/ul within sidebar already have style applied to them
in standard1.css and the font settings were NOT totally overridden by
new class for li in standard2.css
Also, couldn't simply make headers non-li due to IE wackiness during display.
*/
.sidebar_header_li {
	background-color: #F0E2F3;#EEEEEE;#E4E4E4; #666;#eee;
	}
.menu_subheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000; #333;#666;#fff;
	font-weight: normal;
	text-align: center;
	text-transform: uppercase;
	padding: 3px 1px 3px 1px;
	margin: 0px;
	}

/* Simple table with subdued borders & bolded header cells
Primarily used on LSS page that lists presentations */
#lss_presentation_tables {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	}
	
#lss_presentation_tables table{	
	border: 1px solid #999;
	border-collapse: collapse;
	}
#lss_presentation_tables td {
	border: 1px solid #999999;
	border-collapse: collapse;
	padding: 3px 2px 3px 2px;
	}

#lss_presentation_tables th {
	background-color: #eeeeee; #F0E2F3;
	border: 1px solid #999999;
	border-collapse: collapse;
	}
	
/* For LSS self-assessment checklist */
#lss_checklist_tables {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	}
#lss_checklist_tables table{	
	border: 1px solid #999;
	border-collapse: collapse;
	}
#lss_checklist_tables td {
	border: 1px solid #999999;
	border-collapse: collapse;
	padding: 3px 3px 3px 3px;
	text-align: center;
	vertical-align: text-top;
	}

#lss_checklist_tables th {
	border: 1px solid #999999;
	border-collapse: collapse;
	text-align: left;
	vertical-align: text-top;
	font-weight: normal;
	padding: 3px 3px 3px 3px;
	}

/* Simple table, centered colored headers, dark grey borders, white backgrounds,
left aligned td cells, vertical-align top for all. 
Initially For LSS -> Handouts & Topics -> Learning Styles, but anything OK */
#simple_table {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	}
#simple_table table{	
	border: 1px solid #999;
	border-collapse: collapse;
	}
#simple_table th {
	background-color: #F0E2F3;
	border: 1px solid #999999;
	border-collapse: collapse;
	padding: 3px 3px 3px 3px;
	text-align: center;
	font-weight: bold;
	font-size: larger;
	vertical-align: text-top;
	}

#simple_table td {
	border: 1px solid #999999;
	border-collapse: collapse;
	text-align: left;
	vertical-align: text-top;
	padding: 3px 6px 3px 3px;
	}





#simple_table2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border-spacing: 1px;
	}
#simple_table2 table{	
	border: 1px solid #999;
	border-collapse: collapse;
	}
#simple_table2 th {
	background-color: #F0E2F3;
	border: 1px solid #999999;
	border-collapse: collapse;
	padding: 4px 4px 4px 4px;
	text-align: left;
	font-weight: bold;
	font-size: larger;
	vertical-align: text-top;
	}

#simple_table2 td {
	border: 1px solid #999999;
	border-collapse: collapse;
	text-align: left;
	vertical-align: text-top;
	padding: 4px 6px 4px 4px;
	}


/* For the LSS graduate book listing tables */
#lss_gradbook_tables {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	}
#lss_gradbook_tables td {
	vertical-align: text-top;
	text-align: left;
	padding: 4px;
	border: 1px solid #666;
	border-collapse: collapse;
	}
#toplinks {
	background: #F0E2F3; 
	padding: 2px 5px 2px 3px; 
	margin-right: 5px; 
	text-align:right; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 9px; 
	color: black; #ECE9D8; }
#menu {
	font-weight@@@: normal;
	color: #CCCCCC;
	}	
#menu a:link {
	color:  #c9f;
	text-decoration: none;	}
	
#menu a:visited {
	color: #c9f; #fff;
	text-decoration: none;
		}
	
#menu a:hover {
	color:#c9f;
	text-decoration: underline;
	}


