/* Global rules - apply to all pages on the
   Denison website */
body {
	background:#FFF;
	margin:0px;
	padding:0px;
	font-family:verdana, arial, sans-serif;
	font-size:100%;
}

/* Links for search, directory, etc. */
#searchLinks {
	color: #999;
	font-weight: bold;
	white-space: nowrap;
	text-align: right;
	vertical-align: bottom;
	padding-right: .5em;
	padding-bottom: .4em;
	font-size: 75%;
}

#searchLinks a:hover {
	color: #444;
	text-decoration: none;
}

.searchActive {
	color: #444;
	text-decoration: none;
}

.searchInactive {
	color: #999;
	text-decoration: none;
}

/* Primary content area beneath red bar */
#content {
	width:100%;
	font-size:13px;
}

/* Holds left navigation menu */
#sideNav {
	width:20%;
	margin:0;
	padding-top:120px;
	float:left;
	height:18em;

}


/* Right side of customizable area - holds
   main content of pages */
#contentMain {
	float:left;
	margin-top:0em;
	padding:0.5em 1% 0 2.5%;
	line-height:135%;
	width:65%;

}

#widgets {
	float:left;
	padding:3em 1.5% 0 0.5%;	
	display:none;
}

#widgets .widget {
	padding-bottom:1em;
	min-width:200px;
}


/* h1 styling - aligns the content area with the bottom
   of the navigation bar */
#contentMain a:link {
	color:#A00;
	}

#contentMain a:visited {
	color:#700;
	}

#contentMain a:hover {
	text-decoration:none;
}

#contentMain h1 {
	padding-top:0.6em;
	margin:0;
	font-size:20px;
	}

#contentMain h2 {
	color:#900;
	font-size:18px;
	margin-bottom:12px;
	}

#contentMain h3 {
	font-size:16px;
	margin:2px 0 8px 0;
	padding:0;
	}

#contentMain h4 {
	font-size:13px;
	margin:7px 0 4px 0;
	}

#contentMain dt {
	font-weight:bold;
	margin-bottom:.4em;
	}

#contentMain dd {
	margin-bottom:.7em;
	}

#contentMain p {
	margin:0px;
	padding: 0 0 10px 0;
	}
	
/* BEGIN HEADER */
#banner {
	background:#fff;
	height:40px;
	width: 100%;
	}
	

#navigationBar {
	width: 100%;
	z-index: 5;
	font-weight:bold;
	font-size:85%;
	overflow: visible;
	border-top: 2px solid #8B0000;		
	}
	
#navigationBar table {
	padding: 0;
	margin: 0;
	background-color: white;
	border-spacing: 0px;
}

#navigationBar td {
	padding: 0;
	margin: 0;
	vertical-align: middle;
	line-height:25px;
	text-align: center;
	border-bottom: 1px solid #8B0000;
}

#navigationBar td.mouseOver {
	background-color: #F1F1F1;
}

#navigationBar td.mouseOver a {
	color:#444;
	}

#navigationBar td.mouseOut {
	background: none;
}

#navigationBar a {
	color: #929292;
}

#navigationBar a:link, #navigationBar a:visited {
	/*color: #929292;*/
	text-decoration: none;
	margin: .25em .5em 0em .5em;
	padding-bottom:5px;
	white-space:nowrap;
	}
	
#navigationBar .active {
color: #000000;
font-weight: bolder;
background:url("/css/images/redtriangle.png") bottom center no-repeat;
margin-bottom: -6px;
}

#mainNavLinks {
	float: left;
	clear: none;
	width: 80%;
	height: 25px;

	}		
	
.searchButton {
	float: right;
	clear: none;
	width: 20%;
	height: 25px;
	text-align: right;

	}
	
#searchBar,
#directoryBar {
	position: absolute;
	white-space: nowrap;
	right:0px;
	padding: 5px 10px 5px 5px;
	width: auto;
	z-index: 6;
	background: url(/css/images/80transgraybg.png);
	vertical-align: top;
	display: none;
	border-left: 1px solid black;
	border-bottom: 1px solid black;
}
								
#searchForm,
#directoryForm {
	margin: 0px;
	padding:0px;
}
		
#navigationBar .mouseOver, #navigationBar .mouseOut {
	cursor:pointer;			
}
	
/* subheader holds the red sub-nav bar beneath the tabs */
#subheader {
	font-size:70%;
	font-family:verdana;
        white-space:nowrap;
	margin-top:0px;
	border-spacing:0;
	}

#subheader a:link, #subheader a:visited {
	padding:.5em;
	text-decoration:none;
	color:#DDD;
	margin:0px;
	line-height:20px;
	}

#subheader a:hover {
	color:#FFF;
	}

#subheader .current a:link, #subheader .current a:visited, #subheader .current a:hover 

{
        font-weight:bolder;
	color:#EEE;
	font-size: 110%;
}

#subheadtable {
	width:100%;
	color: #AAA;
}

#subheadtable td{
	white-space:nowrap;
	padding: 0px 0px 0px 0px;
	background-color: #8B0000;
	padding-bottom:1px;

}


		
/*END HEADER*/


/*style of lists*/


#contentMain ol, #contentMain ul { 
	margin-top:0px;
	list-style-position: outside;
}
#contentMain ol li, #contentMain ul li { 
	margin-bottom:0px; 
	padding-bottom:0; 
} 

#contentMain ul.nogap { 
	margin-top:0px !important; 
	margin-bottom:0px !important; 
	padding-top:0 !important; 
	padding-bottom:0px !important; 
} 

	
/* Global footer styles */
#footer {
	width:80%;
	margin:auto;
	text-align:center;
	font-size:10px;
	margin-top:1em;
	}

#footer a{
	color:#084B8A !important;
}
#footer p {
	padding:3px;
	margin:0px;
	}

/* Pseudo-bar with site map, search, bug report links */
#footerSearch {
	font-size:9px;
	margin:auto;
	margin-bottom:1ex !important;
	padding:1ex;
	width:50%;
	text-align:center;
	border-top:1px solid #DDD;
	border-bottom:1px solid #DDD;
	color:#DDD;
	}
	
#footerSearch a:link, #footerSearch a:visited,#footerSearch a:hover {
	text-decoration:none !important;	
	}


/***** Styles for Widgety RSS Feeds *****/
/* container div for all RSS feeds */
/*.rssHolder {
	position:absolute;
	right:0px;
	top:140px;
	margin-left:30px;
	}
*/
/* container div for each RSS widget */
/*.rssFeed {
	line-height:90%;
	width:250px;
	font-family:arial, sans-serif;
	text-align:center;
	background:url("/css/images/rssshinycenter.gif") repeat-y bottom left;
	}

.widgetBottom {
	background:url("/css/images/rssshinybottom.gif") no-repeat bottom left;
	width:250px;
	height:62px;
	margin-top:-34px;
	}

.widgetTop {
	background:url("/css/images/rssshinytop.gif") no-repeat top left;
	width:250px;
	height:29px;
	margin-bottom:-30px;
	}
*/
/* Title of RSS Feed */
/*.rssFeed h3 a:link, .rssFeed h3 a:visited {
	color:#333;
	line-height:100%;
	display:block;
	width:220px;
	margin:auto 11px;
        font-size: 90%;
        text-decoration: none;
	}

.rssFeed h3 a:hover {
	text-decoration:none;
	}
*/
/* container div for list of items in RSS feed */
/*.rssItems {
	width:220px;
	margin:auto 11px;
	margin-bottom:17px;
	}

.rssItems ul {
	list-style-type:none;
	margin:1em 0px 0px 0px;
	padding:0px;
	}

.rssItems li {
	margin:auto;
	font-size:75%;
	border-bottom:1px dotted #BBB;
	padding:4px 0px;
	}
*/
/* title of RSS feed item */
/*.rssItems li.feedItem a:link, .rssFeed li.feedItem a:visited {
	font-weight:bold;
	color:#652990;
        text-decoration: none;
	}

.rssItems li.feedItem a:hover {
	text-decoration:none;
        color: #754F91;
	}
*/
/* Descriptions for RSS items */
/*.rssItems li.feedItem span {
	text-align:left;
	display:block;
	font-size:90%;
	padding:.3em .3em;
	}
*/
/* "Show/hide RSS" pseudo-button */
/*.rssFeed .miniText {
	font-size:60%;
	font-family:tahoma, arial, sans-serif;
	font-size:9px;
	text-transform:uppercase;
	font-weight:bold;
	padding:.2em .3em;
	background:#F60;
	border:1px solid #B20;
	color:#FFF;
	cursor:pointer;
	position:relative;
	top:-5px;
	}
*/
/* define which elements should not be displayed - 
/*    useful for removing unwanted advertisements */
/*.rssItems li.feedItem p, .rssItems li.feedItem img, .rssItems li.feedItem table {
	display:none;
}
*/
/***************************************************
			Index (glue) Pages
***************************************************/

	#indexLinkTable {
		margin: auto;
	}

	#indexLinkTable tr td {
		text-align: center;
		vertical-align: middle;
		background: #fff;
		height: 4em;
		border: 1px solid #999;
		width: 200px;
		padding: 0;
		margin: 0;
	}

	#indexLinkTable a {
		color:#000000 !important;
		font-family:"Georgia",Times,serif;
		font-size:14px;
		font-weight:bold;
		text-decoration: none;
		padding: 0;
		margin: 0;
	}
	
	#indexLinkTable .indexLinkTable-empty {
		border: none;
		background: none;
	}



/*****************************************************
           STYLES THAT SIMPLY NEED A HOME
*****************************************************/

/* expandable widgety boxes (often used for FAQ pages) */
.faqWidget h3 {
	cursor:pointer;
	text-decoration:none;
	color:#000;
	font-weight:bold;
	font-size:12px !important;
	margin:0;
	padding:0;
	}
	
.faqWidget {
	margin:0px;
	padding:0px;
	}
	
.switchcontent {
	font-size:12px;
	background:#EEE;
	border:1px solid #CCC;
	padding:6px 10px 0px 10px;
	font-size:11px;
	margin:0ex 0 6px 3ex;
	}
	
/* Styles for tables */

.contentTable {
	margin-bottom:8px;
	font-size:11px;
	border:1px solid #aaa;
	border-width:1px 0px 1px 1px;
}

.tablehead{
	padding:2px 3px 2px 20px;
	border:1px solid #aaa;
	font-weight:bold;
	border-width:0px 1px 1px 0;

}

.trHeading {
	font-weight:bold;
	margin:0px;
	padding:1px 4px 1px 4px;
	border:1px solid #aaa;
	border-width:0 1px 1px 0;
	border-left-color:#aaa !important;
	text-align:center;
	background:#eee;
	}

.trNormal {
	vertical-align:top;
	font-weight:normal;
	margin:0px;
	padding:1px 4px 1px 4px;
	border:1px solid #aaa;
	border-left-color:#aaa !important;
	border-style:none solid none none;
}

/* Styles for "Recently Updated Files" Area
.recentlyUpdatedArea {
	width:80%;
	margin:1em auto;
	background:#F8F8F8;
	border:1px solid #E3E3E3;
	border-left:15px solid #C80000;
	border-top:0px;
	}

.recentlyUpdatedArea span {
	display:block;
	padding:.3em;
	color:#C80000;
	font-size:120%;
	font-family:tahoma;
	background:#EEE;
	border-bottom:3px solid #E1E1E1;
	border-top:1px solid #E3E3E3;
	}

.recentlyUpdatedArea ul {
	margin-top:.3em;
	margin-bottom:.6em;
	}

.recentlyUpdatedArea li {
	margin-left:-15px;
	margin-bottom:0px !important;
	list-style-type:none;
	padding:.3em 0em .1em 0em;
	}

.recentlyUpdatedArea a:link, .recentlyUpdatedArea a:visited {
	background:url(/css/images/arrow000.gif) no-repeat left center;
	padding-left:15px;
	padding-right:5px;
	color:#555;
	}

.recentlyUpdatedArea a:hover {
	background:#FEFEFE url(/css/images/arrowC8.gif) no-repeat left center;
	color:#C80000;
	border-bottom:1px solid #999;
	border-right:1px solid #999;
	text-decoration:none;
	}
*/

.coreDebug {
        background-color: lime;
        white-space: pre;
}

.debug {
        background-color: orange;
        white-space: pre;
}

/*For Photo Index pages -- facutly staff bio, photo gallery index*/
.photo-index-cell {
	width:130px;
	font-size:12px;
	text-align:center;
	padding:4px;
	vertical-align:top;
}
.photo-index-cell a, .photo-index-cell a:visited {
	color:#000 !important;
	text-decoration:none;
	line-height:120%;
	font-size:11px;
}

.photo-index-cell a:hover {
	color:#555 !important;
}
.photo-index-cell a.email{
	text-decoration:underline;
	color:#084B8A !important;	
}

.index-photo{
	width:130px;
	border: 1px solid #aaa;
}

/* For all images and captions */
img.border {
	border-width:1px; 
	border-style:solid; 
	border-color: #444 !important;
}

.image {
	margin-top:10px;
	margin-bottom:10px;
}

.caption {
	font-family:verdana, arial, sans-serif;
	font-size:10px;
	line-height:12px;
	padding:5px 0px 5px 0px !important;
	border-bottom: 1px solid #999;	
}



/*for News and Research story index pages*/
.news {
	width:100%;
	margin-top:10px;
	}
	
.news_pull {
	padding: 16px 3px 16px 3px;
	font-size:12px;
	border-top: 1px solid #ccc;
	line-height:20px;
	}
	
.newstitle a, .newstitle a:link, .newstitle a:visited, .newstitle a:hover {
	font-family:"Georgia", Times, serif;
	font-weight:bold;
	font-size:13px;
	text-decoration:none;
	color:#000;
	}

	
.news_pull img {
	margin:3px 5px 0px 0px;
	border: 1px solid black;
	width:110px;
	}

.bold-link{
	text-decoration:none;
	font-weight:bold;
	color:#084B8A !important;	
}

.bold-link:hover{
	text-decoration:underline; 
	color:#084B8A !important;	
}
	
/*for Theater Production pages*/	
.theater-td {
	padding: 10px;
	vertical-align:top;
	border-top:1px solid #ccc;
}

/*for Student Research Pages*/

#resLeft{
	width:60%;	
}
#resRight{
	width:40%;	
}

#researchTitle {
	padding:1.5ex;
	border:solid;
	border-color:#bbb;
	border-width:1px 0px 1px 0px;
	margin: 1ex 0ex 1ex 0ex;
	font-size:16px;
	text-align:left;
	margin-right:10px;
}

#researchTable {
	margin-top:1ex;
}
#researchTable table {
	padding:1.5ex 1.5ex 1.5ex 4em;	
	font-family:times;

}
#researchTable td {
	vertical-align:top; 
	padding-bottom:1ex;	
}
#researchTable td td {
	padding: 2px 10px 2px 0px;
}

#researchTable img {
	width:100%;	
}


.leftcell {
	text-align:right;
	font-weight:bold;
	padding: 2px 10px 2px 0px;
}


/*media extentions in square brackets after link*/
.mediaext {
	font-size:11px;	
}



/*For Online Form stories*/
.form {
	vertical-align:middle;
	border-bottom:1px dotted #CCC;
	padding:1ex 1ex;

	padding-right:1ex;
}

.form-text{
	padding-right:1ex;
	font-family: times, serif;
	font-weight:bold;
	font-size:13px;
}

/*for Index pages with a left hover column and a right description column
-- specify a unique hover color for each index page -- */

#homeIndex {
	width:100%;
	margin-top:10px;
	margin-bottom:20px;
}

#homeIndex td {
	padding:10px;
	border-bottom:1px dotted silver;
}

#homeIndex td.link {
	width:25%;
}

#homeIndex a {
	border:1px solid white;
	display:block;
	padding:15px 15px 15px 15px;
}

#homeIndex td.link a, #homeIndex td.link a:visited, #homeIndex td.link a:hover {
	font-family:"Georgia", Times, serif;
	font-weight:bold;
	font-size:14px;
	text-decoration:none;
	color:#000;
}

#homeIndex td.link a:hover {
	border:1px solid silver;
	background-color: #FFFCF2;
}

.highslide-html {
background-color: white;
}
.highslide-html-blur {
}
.highslide-html-content {
position: absolute;
display: none;
width: 400px;
text-align: left;
font-size: 80%;
}

.highslide-html-content p a {
color: #900;
text-decoration: none;
}

.highslide-html-content p a:hover {
color: #F00;
text-decoration: underline;
}

.highslide-html-content p a:visited {
color: #900;
text-decoration: none;
}

.highslide-display-block {
display: block;
}
.highslide-display-none {
display: none;
}

.control {
float: right;
display: block;
/*position: relative;*/
margin: 0 5px;
font-size: 9pt;
font-weight: bold;
text-decoration: none;
text-transform: uppercase;
color: #999;
}
.control:hover {
color: black !important;
}
.highslide-move {
cursor: move;
}

/* ********** */

/* EVENT STYLES */

.highslide-body h3
{
text-align: center;
font-size: 120%;
}

.highslide-body table {
text-align: left;
}

.highslide-body th {
font-size: 95%;
}

.highslide-body table tr td sup {
font-size: 80%;
}

.highslide-html-content img{
float:right; 
padding:0 0.5em .5em 0;
}

h3.roster{
text-align:left;
margin-bottom:0;
margin-top:0;
padding-bottom:.2em;

}

.highslide-body h5 {
margin-top:0;
margin-bottom:.5em;
}
