/*  This is the 2010+ CSS file that should be used for all ITSS pages from 2010 on.   */
/*  If the design of the ITSS web site header/footer/navigation/etc is updated, this  */
/*  CSS file will be updated and no further changes should be needed by other pages.  */

body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	background-color: #fff;
		background-image: url(/itss/common/images/back.jpg);
		background-repeat: repeat-x; 
	margin: 0;
	padding: 0;
	font-size: 100%;
}
a:link {
	color: #33d;
	text-decoration: none;
}
a:visited {
	color: #a0a;
	text-decoration: none;
}
a:hover, a:focus, a:active {
	color: #7a0019;
	text-decoration: underline;
}



/* ITSS MAIN NAV */
/* HORIZONTAL */
	#Hnav {
		background-color: #616365;
		color: #fff;
		height: 30px;
		margin: 0 0 30px 0;
		font-size: 0.95em;
	}
	#Hnav > ul {
		list-style-type: none;
		margin: 0;
		border-left: 1px solid #ebebeb;
	}
	#Hnav > ul > li {
		float: left;
		position: relative;
		padding: 0;
		margin: 0;
		height: 30px;
		border-right: 1px solid #ebebeb;
	}
	#Hnav > ul > li.dropdown {
		background-image: url(/itss/common/images/triangle-dn.gif); 
		background-repeat: no-repeat; 
		background-position: 0.1em 0.5em; 
		padding-left: 1.1em;
	}
	#Hnav > ul > li.dropdown:hover {
		background-image: url(/itss/common/images/triangle-dn-active.gif);
		background-repeat: no-repeat; 
		background-position: 0.1em 0.5em; 
		padding-left: 1.1em;
	}
	#Hnav > ul > li.left {
		border-left: 1px solid #ebebeb;
	}
	#Hnav > ul.users {
		float: right;
		border-left: 0;
	}
	#Hnav > ul > li:hover, #Hnav > ul > li:focus {
		background-color: #818385;
		color: #fff;
	}
	#Hnav > ul > li > a {
		display: block;
		padding: 5px 8px 5px 8px;
		margin: 0;
		height: 20px;
	}
	#Hnav > ul > li a:link, #Hnav > ul > li a:visited {
		color: #fff;
		text-decoration: none;
	}
	#Hnav > ul > li a:hover, #Hnav > ul > li a:focus, #Hnav > ul > li a:active {
		background-color: #818385;
		color: #fc3;
		text-decoration: underline;
	}
	#Hnav > ul > li.dropdown > a {
		color: #fff;
		text-decoration: none;
	}
	#Hnav > ul > li > ul {
		display: none;
		list-style-type: none;
		font-size: 0.85em;
		background-color: #ebebeb;
	}
	#Hnav > ul > li:hover > ul, #Hnav > ul > li:focus > ul {
		display: block;
		position: absolute;
		left: 0px;
		top: 30px;
		background-color: #d5d6d2;
		text-align: left;
		margin: 0;
		padding: 0px;
		border-top: 1px solid #b7b7b7;
		border-right: 1px solid #b7b7b7;
		border-left: 1px solid #b7b7b7;
	}
	#Hnav > ul > li > ul > li {
		border-bottom: 1px solid #b7b7b7;
		padding: 0;
	}
	#Hnav > ul > li > ul > li a:link, #Hnav > ul > li > ul > li a:visited {
		display: block;
		color: #369;
		text-decoration: none;
		padding: 2px 5px;
	}
	#Hnav > ul > li > ul > li a:hover, #Hnav > ul > li > ul > li a:active, #Hnav > ul > li > ul > li a:focus {
		display: block;
		color: #7a0019;
		text-decoration: underline;
		background-color: #ebebeb;
		padding: 2px 5px;
	}

/* ITSS HEADER */

	#itss-bar {
		font-size: 1em;
		text-align: left;
		background-color: #003;
		padding: 0;
		border-bottom: 1px solid #fff;
		margin: 0;
		height: 36px;
		width: 100%;
	}
	#itss-bar img {
		margin: 0 0.1em 0 0.5em;
		border: 0;
	}
	#itss-bar a {
		color: #fff;
		background-color: transparent;
		text-decoration: none;
		border: 0;
	}
	#itss-bar a:hover, #itss-bar a:focus {
		color: #d3d1c2;
		background-color: transparent;
		text-decoration: none;
		border: 0;
	}
	#itss-bar a:active {
		color: #fc0;
		background-color: transparent;
		text-decoration: none;
		border: 0;
	}
	#searchbox {
		float: right;
		font-size: 0.9em;
		margin: 10px 5px 0 0;
	}
	.nobreak {
		margin: 0;
		padding: 0;
		float: left;
	}

/* ITSS FOOTER */

	div#footer-bar {
		background-color: #fff;
		color: #473b2c;
		border-top: dotted 1px #d3bf96;
		font-size: 0.8em;
		font-weight: bold;
		margin: 50px 0 0 0;
		padding: 5px 5px 0 5px;
		clear: both;
	}
	div#footer-bar p {
		margin: 0 10px 0 10px;
	}
	div#footer-bar a:link, div#footer-bar a:visited {
		background-color: #fff;
		color: #473b2c;
		text-decoration: none;
	}
	div#footer-bar a:hover, div#footer-bar a:focus, div#footer-bar a:active {
		background-color: #fff;
		color: #00f;
		text-decoration: underline;
	}

	div#did-you-find {
		text-align: center;
		margin: 0;
		padding: 2px 0 0 0;
	}

/* SUB NAV */
	#sub_nav {
		float: left;
		display: block;
		font-size: 0.85em;
		background-color: #ebebeb;
		max-width: 25%;
		margin: 0 15px 15px 0;
		padding: 0 0 5px 0;		
	}
	#sub_nav h2 {
		background-color: #ccc;
		font-weight: bold;
		font-size: 1.0em;
		padding: 4px;
		margin: 0;
	}
	#sub_nav ul {
		list-style-type: none;
		margin: 0 8px 0 23px;
		padding: 0;
	}
	#sub_nav ul li {
		padding: 2px 0;
		text-indent: -15px;
	}
	#sub_nav ul li a:link, #sub_nav ul li a:visited {
		color: #369;
		text-decoration: none;
		padding: 2px 5px;
	}
	#sub_nav ul li a:hover, #sub_nav ul li a:active, #sub_nav ul li a:focus {
		color: #7a0019;
		text-decoration: underline;
		padding: 2px 5px;
	}

/* RIGHT NAV */
	#right_nav {
		float: right;
		display: block;
		font-size: 0.85em;
		background-color: #ebebeb;
		max-width: 25%;
		margin: 0 0 15px 15px;
		padding: 0 0 5px 5px;		
	}
	#right_nav h2 {
		background-color: #ccc;
		font-weight: bold;
		font-size: 1.0em;
		padding: 4px;
		margin: 0;
	}
	#right_nav ul {
		list-style-type: none;
		margin: 0 8px 0 23px;
		padding: 0;
	}
	#right_nav ul li {
		padding: 2px 0;
		text-indent: -15px;
	}
	#right_nav ul li a:link, #right_nav ul li a:visited {
		color: #369;
		text-decoration: none;
		padding: 2px 5px;
	}
	#right_nav ul li a:hover, #right_nav ul li a:active, #right_nav ul li a:focus {
		color: #7a0019;
		text-decoration: underline;
		padding: 2px 5px;
	}


	.marginrespect {				/* makes lists and divs behave */
		float: left;
	}
	.sub_nav_margin {				/* another option for sub nav proximity issues */
		margin-left: 28%;
	}




/* MAIN CONTENT */

	#content_frame { 
		margin: 20px 4%;			/* Changed R/L from 5% to 4% */
		padding: 0 10px;			/* Added R/L padding */
		font-size: 0.9em;
		background-color: #fff;
	}

	div#content_frame table {
		background-color: #e2d3a4;	
	}
	div#content_frame table td {
		background-color: #fff;
		vertical-align: top;
	}
	div#content_frame table th {
		background-color: #f0e9d1;
		color: #000;
		font-weight: bold;
		vertical-align: top;
	}
	div#content_frame table th a:link, div#content_frame table th a:visited {
		color: #33d;
		text-decoration: none;
	}
	div#content_frame table th a:active, div#content_frame table th a:hover, div#content_frame table th a:focus {
		color: #7a0019;
		text-decoration: underline;
	}

	h1 {
		background-color: #003;
		color: #fff;
		text-align: center;
		margin: 0 -10px 10px -10px;		/* Changed R/L from 0 to -10 */
		padding: 5px 10px;
		font-weight: bold;
		font-size: 1.25em;
		letter-spacing: 0.1em;
	}
	h2 {
		font-size: 1.2em;
		font-weight: bold;
	}
	h3 {
		font-size: 1.1em;
		font-weight: bold;
	}
	h4 {
		font-size: 1em;
		font-weight: bold;
		padding-bottom: 0;
	}

/* SIDEBAR BOX and PHOTO BOX*/

	div#sidebar, div#photo {
		background-color: #d3d1c2;
		background-image: url(/itss/common/images/backsidebar.jpg);
		background-repeat: repeat-x;
		color: #000;
		border: 1px dotted #91785b;
		padding: 5px 10px;
		margin: 0 0 20px 20px;
		width: 250px;
		float: right;
		font-size: 0.85em;
	}
	div#sidebar h3, div#photo h3 {
		background-color: #7a0019;
		color: #fff;
		font-weight: bold;
		font-size: 1.0em;
		padding: 2px 5px;
		margin: 0 -10px 0 -10px;
	}
	.sidebar-photo {
		background-color: #ebebeb;
		color: #fff;
		padding: 0;
		margin: -5px -10px -5px -10px;
		font-weight: bold;
		text-align: center;
		text-decoration: none;
	}
	.sidebar-subtitle {
		border-top: 1px solid #91785b;
		border-bottom: 1px solid #91785b;
		padding: 2px 0 2px 0;
		margin: 1em -5px 1em -5px;
		font-weight: bold;
		text-align: center;
		text-decoration: none;
	}





/* DEF LISTS  */
/*
	dl {
		margin-left: 20px;
	}
	dt {
		font-weight: bold;
	}
	dd {
		margin: 0 0 10px 10px;
	}

.skip { display: none; }

.revdate { font-size: 0.8em; margin: 1em 0; text-align: right; }

*/

#UMDgoldline {
	display: none;
}

