span.active {
	font-style: italic;
}

/*Flyout tertiary navigation
------------------------------------------*/


/* this is the main UL element*/
#toc2{
	display:none;
}

/* these are all the LIs in the menu*/
#toc2 li {
	cursor:pointer;
}

/* these are the LIs that contains a submenu and which are in a sub-menu themselve*/
#toc2 li.submenu-left {
	background: url(/images/rt_dbl_arrow.png) 95% 12px no-repeat !important;
	padding-right: 8px !important;
}

#toc2 li.submenu-left ul {
	border: solid #ccc !important;
	border-width: 0 1px 1px !important;
	margin: 0;
}

#toc2 li.submenu-left ul li a{
	padding: 6px 10px !important;
	width: 220px;
}

* html #toc2 li.submenu-left a {
	display: inline-block !important;
}

/*Search Box
------------------------------------------*/

#handbook_search {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background: #f1f1f1;
	overflow: hidden;
	padding: 10px;
	margin-bottom: 10px;
}

#handbook_search div {

}

#handbook_search fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

#handbook_search input#query {
	float: left;
	line-height: 1;
	height: 18px;
	font-size: 1em;
	border: 1px solid #bbb;
	width: 169px;
	margin: 0;
	padding: 0;
}

#handbook_search #btn {
	float: left;
	border: 1px solid #bbb;
	height: 20px;
	background: #e1e1e1;
	font-size: 1em;
	width: 25px;
	padding: 0;
	margin: 0;
	cursor: pointer;
	margin-left: 2px;
}

* html #handbook_search {
	height: 1%;
}

/* WHEN WE NEED TO INDENT TEXT IN THE BODY THAT'S NOT IN A LIST OR BLOCKQUOTE
USAGE:   <div markdown="1" class="indent20">
*/
.indent20 {
margin-left: 20px;

}

/* STYLE TO change_pending FIELD ON HANDBOOK SECTIONS */
.hbkChange {
background:  #FC9;
color:  #630;
font-weight: bold;
font-style: italic;
padding:  5px;
width: auto;
}

ul.overviewList li {
margin-left:  280px;
font-weight: bold;
line-height: 1.7em;
}

/*  REPORT A BROKEN LINK AT TOP OF EACH SECTION */
.reportLink {
/*float:right;
position: relative;
top:  20px; left:  -330px;*/
background: #fff url(/academic_affairs_handbook/images/broken-link.gif) 0 50% no-repeat;
padding: 0 10px 0 18px;
margin-left:  5px;
}

.reportLink a {
font-size: 0.9em; color: #666; text-decoration: none;
}

#reportLink a:hover {
 text-decoration: underline;
}

h4.revisions {
	background: #e6e6e6;
border: 1px solid #E0E0E0;
    color: #333333;
    padding: 5px 10px;
    text-transform: uppercase;
}
