/* CSS Document */
/* * Style for Research Guides; used by the Reference Dept. Located on Ref drive. Modified 9/2010 * */

/** HTML tags **/

body {
	font-family: Arial, Helvetica, sans-serif;
}

cite {    font-weight: bold; 
	font-style: italic;}
	

/** classes **/
.annotation {font-size: smaller}
.bgblue {	background-color: #A3B2CC;}	
#blue {	font-weight: bold;
	background-color: #9BB7EA;}
.bold {	font-weight: bold;}	

.cite {    font-weight: bold; 
	font-style: italic;}
	
/* a pale gray type; use for pages where html code is displayed. */
.code {	font-family: Arial, Helvetica, sans-serif;
	color: #666666;}

#colortable td {
	border: 1px solid #999999;
	vertical-align: top;
	padding: 5px;}
	
#colortable th {
	border: 1px solid #999999;
	vertical-align: top;
	padding: 5px;
	background-color: #CCCCCC; }
	
.contents {font-weight: bold; text-align: left;}
.emphasis {color: #333399;
font-weight: bold;}

.header {
	text-align: center;}

	
/*  Optional:  A pale yellow; can be used as a highlight */ 	
.highlight {	background-color: #FFFFCC;}
#highlighttag {	background-color: #FFFFCC;}
/*Optional: Blue matches background of Ref pages  */ 	
.highlightbar {	background-color: #C5D1E8;}

.highlightpink {	background-color: #FFCCFF;}

.indent {margin-left: 20px;}
.superindent {margin-left: 40px;}

.italic {font-style: italic;}
.jump {font-size: smaller;}

.larger {
	font-size: larger;
	font-weight: bold;
}

#list ul {
	list-style-image: url(http://www.lib.udel.edu/images/design/tabarrow.gif);
}
.list a, .list a:link, .list a:visited, .list a:active 
{text-decoration: none;}
.list a:hover {text-decoration: underline;}


#footer {
	font-size: smaller;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;}
	
#footer a {
	text-decoration: none;
	color:#333399;}
#footer a:hover {	text-decoration:underline; }

.maintain {
	font-size: smaller;
	font-style: italic;
}
.nobullet {	list-style-type: none;}
.note {	font-size: small;	}
	
/** Optional **/		
.note1 {
	font-size: 10px;}
/** Optional **/	
.note2 {		font-size: 10px;
	margin-left: 20px;}	
.note3 {
	font-size: smaller;
	color:#666666
}	
	
.quotation {	font-style: italic;
	text-indent: 3em}
	
/* Change the horrible aqua color for live links */
	
#text a {
	text-decoration: none;
	color:#333399;}
#text a:hover {	text-decoration:underline; }

/* Optional: showline changes a section where links are not underlined to display the underline */	
.showline a:link, showline a:visited, showline a:active, showline a:hover {color: #003366;
text-decoration: underline;}

.strike {
	text-decoration: line-through;}
	
.style1 {color: #FF3366}
.subtitle {
	color: #000066;
	font-size: x-large;
	padding-top: 10px;
	padding-bottom: 10px;
}
	
.tablecolor {
vertical-align: top;
	border: thin solid #CCCCCC;}	
	
.tableline td {
	vertical-align: top;
	border: thin solid #999999;
	padding-right: 2px;
	padding-left: 4px;
	padding-top: 4px;
	padding-bottom: 4px;}
.tableline th {
	vertical-align: top;
	border: thin solid #999999;
	padding-right: 2px;
	padding-left: 4px;
	padding-top: 4px;
	padding-bottom: 4px;}
	
.tableline2 td {
	vertical-align: top;
	border: thin dashed #666666;
	padding: 10px;}
	
.tableline2 th {
	vertical-align: top;
	border: thin dashed #666666;
	padding: 10px;}
	
.tableline3 td {
	vertical-align: top;
	border: thin dashed #CCCCCC;
	padding: 4px;}
	
.tableline3 th {
	vertical-align: top;
	border: thin dashed #CCCCCC;
	padding: 4px;}
	
.tablenoline td {
	vertical-align: top;
	padding-right: 2px;
	padding-left: 4px;
	padding-top: 4px;
	padding-bottom: 4px;}	
.classtable {
	border: thin solid #CCCCCC;}
	
.classtable td {	vertical-align: top;
	border: thin solid #CCCCCC;
	padding: 4px;}
	
#pubtable td {border: 1px solid #999999;
	vertical-align: top;
	padding: 5px;}

#pubtable th {
	border: 1px solid #999999;
	vertical-align: top;
	padding: 5px;
	background-color: #CCCCCC; }
	
.textnote {	color: #666666;}
.textstyle2 {	color: #FF33CC;}
/** updated 8/13/08 by rk **/

.texttitle {
	text-align: center;
	font-size: x-large;
	font-weight: bold;
	padding-top: 20px;
	padding-bottom: 6px;}
	
.textguidesub {
	color: #000000;
	font-size: large;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 6px;
	text-align: center;
}
	
.textsub {color: #394B9F;
	font-size: x-large;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 6px;}

.textbox {	background-color: #ECE9D8;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border: thin dashed #999966;}
	
.textboxtitle {
	font-weight: bold;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;}

.textsubtitle {
	font-size: large;}

.congtable  td {vertical-align: top;}

/*Special styles for markup documentation*/
p.selected {
	color: #FFFFFF;
	background-color: #0000FF
	}
p.citation {
	line-height: 2;
	}
p.indent {
	text-indent: 25px;
	}
.special {
	text-decoration:none;
	}
.wc {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	margin: 0px 0px 0px 50px;
	line-height: 2;
	text-align:center;
}

div.example {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	margin: 0px 0px 25px 50px;
	line-height: 2;
	}
li div.example {
	margin: 0px;
	}
div.example p {
	text-indent: 0px;
	line-height: 2;
	margin: 0;
	}
div.example p.citation {
	line-height: 2;
	padding-left: 25px;
	text-indent: -25px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}
