h1
{
  font-size: 131%;
  color: #D3330C;
  background-color: white;
  font-weight: bold;
}

td
{
  padding: 0;
}

a:link { color: #900; }
a:hover { color: #900; }
a:visited { color: #900; }
a:active { color: #f00; }

.error { color: #f00; font-weight: bold; }


/* ----------- Main content area ----------- */

#bodycontent
{
  padding: 1em 1em 3em 1em;
}


#lib-header
{
  background-color: #fac57f;
  color: #900;
  margin-bottom: 1em;
}

#lib-header span
{
  margin-left: .5em;
  line-height: 1.5;
  font-style: italic;
  font-weight: bold;
  font-size: 182%;
}

#lib-header ul
{
  float: right;
  margin: 0;
  padding: 0;
}

#lib-header li
{
  display: block;
  float: left;
  margin: 0;
  padding: 0 .8em;
  list-style: none;
  border-left: 1px solid white;
}

#lib-header a
{
  color: black;
  text-decoration: none;
  line-height: 2.7em;
}

#lib-header a:hover
{
  text-decoration: underline;
}


/* ----------- Index page styles ----------- */

#lib-search
{
  margin: 2em 0 1em 0;
  width: 100%;
  min-height: 108px;
}

#lib-search h1
{
  margin: 0;
  padding-left: 0.578em;
  color: #900;
  font-size: 138.5%;
  font-weight: bold;
}

.lib-searchsection
{
  padding: .8em;
  background-color: #f0f0f0;
  border-top: 1px solid #D59595;
  border-right: 2px solid #C16666;
  border-bottom: 2px solid #C16666;
  border-left: 1px solid #D59595;
}

#lib-search .lib-poweredby
{
  padding-left: .942em;
  font-size: 85%;
  color: #999;
}

#lib-search .lib-poweredby img
{
  vertical-align: middle;
}

#lib-search-simple input.lib-search-keywords
{
  width: 80%;
  font-size: 140%;
  border: 1px solid #D49697;
}

#lib-search-simple #lib-search-useadvanced
{
  display: block;
  color: #900;
  font-size: 85%;
  width: 80%;
  text-align: right;
}

#lib-search-advanced table
{
  width: 100%;
  margin: 0;
  padding: 0;
  border: none;
  border-collapse: collapse;
}

#lib-search-advanced table td
{
  padding: 3px;
  vertical-align: middle;
  white-space: nowrap;
}

#lib-search-advanced td.field
{
  width: 75%;
}

#lib-search-advanced td.field input
{
  width: 100%;
  border: 1px solid #D49697;
}

#lib-search-adv-options
{
  text-align: right;
}

#lib-search-advanced #lib-search-usesimple
{
  font-size: 85%;
  margin-right: 1em;
}


.lib-region
{
  margin: 0 0 1em 0;
  padding: 0;
  background-color: #f0f0f0;
  color: #666;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
}

.lib-region h2
{
  margin: 0.5em;
  padding: 0;
  font-size: 138.5%;
  font-weight: bold;
}

.lib-region p
{
  margin: 1em .75em;
}

.lib-region ul
{
  margin: 0 1em 1em 2em;
  padding: 0;
}

.lib-region ol
{
  margin: 0 1em 1em 3em;
  padding: 0;
}

.lib-region li
{
  margin: 0;
  padding: 0;
  line-height: 1.5;
}

.lib-region ul li
{
  list-style: disc;
}

.lib-region a, .lib-region a:hover, .lib-region a:visited
{
  color: #666;
}


/* #lib-topics */
#dnn_LeftMidPane
{
  float: left;
  width: 49%;
  clear: left;
}

/* #lib-searches */
#dnn_RightMidPane
{
  float: right;
  width: 49%;
}

/* #lib-recent */
#dnn_BottomPane
{
  clear: both;
}

#lib-searches p
{
	text-align: center;
}

#lib-recent li
{
  margin-bottom: .8em;
  line-height: 1.3;
}

#lib-recent .date
{
  white-space: nowrap;
}

#lib-recent .citation
{
  font-size: 85%;
}

#lib-recent a
{
  color: #900;
}



/* ----------- Results and detail styles ----------- */


#lib-results-search
{
  margin: 2em 0;
  padding: 0;
  text-align: center;
}

#lib-results-search input.lib-search-keywords
{
  width: 50%;
}

#lib-results-search a
{
  font-size: 85%;
}

#lib-results-keymatches
{
	position: relative;
	background-color: #FAE7C0;
	width: 100%;
}

#lib-results-keymatches .message
{
	float: right;
	color: #aaa;
	background-color: #FAE7C0;
}

#lib-results-keymatches .match
{
	padding: .5em;
}

.lib-results-paging
{
  font-size: 93%;
  margin: 2em 0;
}

.lib-search-terms
{
  font-style: italic;
}

.lib-results-abstract
{
  font-size: 85%;
}

.lib-results-result .first-logo
{
	float: right;
}

#lib-detail-biblio
{
  line-height: 1.5;
  margin: 1.5em 0;
}

#lib-detail-options
{
  margin: 2em 0 0 0;
  padding: 0;
}

#lib-detail-options a
{
  margin-left: 1em;
}



/* ----------- Results and detail styles ----------- */


#lib-downloads
{
	color: #666;
}

#lib-downloads li
{
	margin-bottom: .5em;
}

#lib-downloads .filesize
{
	font-style: italic;
}

#lib-downloads .citation
{
  font-size: 85%;
}



/* ----------- Outer body and wrapper stuff ----------- */

body
{
  margin: 0;
  padding: 0;
  background-color: #F1F1F1;
  color: black;
}

#wrapper
{
  margin: auto 0;
  max-width: 1100px;
  min-width: 750px;
  background-color: white;
  color: black;
}

table.structural
{
  width: 100%;
  margin: 0;
  padding: 0;
  border: none;
  border-collapse: collapse;
}


/* ----------- Main table defines the drop shadow edges ----------- */

#main
{
}

#main #left_shadow
{
  background: transparent url(images/de_shadow_left.png) repeat-y scroll 0%;
  width: 10px;
}

#main #right_shadow
{
  background: transparent url(images/de_shadow_right.png) repeat-y scroll 0%;
  width: 10px;
}

#main #left_bot_shadow
{
  background: transparent url(images/de_shadow_left_b.png) no-repeat scroll 0%;
  width: 10px;
  height: 20px;
}

#main #bottom_shadow
{
  background: transparent url(images/de_shadow_b2.png) repeat-x scroll left bottom;
  height: 20px;
}

#main #right_bot_shadow
{
  background: transparent url(images/de_shadow_right_b.png) no-repeat scroll 0%;
  width: 10px;
  height: 20px;
}


/* ----------- Inner table defines nav sections ----------- */

#inner
{
}

#inner td
{
  vertical-align: top;
}


/* ----------- Logo and header styles ----------- */

#logospace
{
  display: block;
  background-color: #900;
  height: 94px;
  width: 178px;
}

#logospace img
{
  margin: 7px;
  height: 80px;
  width: 164px;
  border: none;
}

#headerflash
{
  margin: 10px auto;
  height: 70px;
  width: 550px;
  text-align: center;
}

#topmenu {
	background: url(images/AFS_top_nav_bkg.png) no-repeat;
	height: 29px;
	padding-left: 178px;
}

#topnav {
	background: url(images/de_topnav_bg.png) no-repeat;
	width: 183px;
	height: 123px;
}

#topnav div {
	overflow: hidden;
	margin: 0 12px 10px 10px;
	padding-top: 3px;
	height: 108px;
}


/* ----------- Left nav ----------- */

#leftcolumn
{
  width: 178px;
  background-color: #900;
  padding: 0 0 3em 0;
}

#leftcolumn #pouringman
{
  margin: 8px 14px 14px 14px;
  height: 203px;
  width: 150px;
}

#leftcolumn h3
{
  margin: 20px 0 0 0;
	padding: 0 8px;
	font-size: 123.1%;
	font-family: Tahoma;
	font-weight: bold;
	line-height: 29px;
	color: #FF9;
	background-color: #900;
	background-image: url(images/h3_bkg.png);
	background-repeat: no-repeat;
}

#leftcolumn ul
{
  margin: 0;
  padding: 0;
}

#leftcolumn li
{
  margin: 8px 0;
  padding: 0 0 0 15px;
  list-style: none;
}

#leftcolumn a
{
  font-size: 93%;
	color: #FF9;
	background-color: #900;
  text-decoration: none;
  font-weight: bold;
}

#leftcolumn a:hover
{
  color: #F90;
	background-color: #900;
}


/* ----------- Footer styles ----------- */

#botmenu {
  background: url(images/de_bottommenu_bg.png) repeat-x;
  padding-top: 4px;
}

#botmenu ul {
  margin: 0;
  padding: 0;
}

#botmenu li {
  float: left;
  border-right: 1px solid white;
  margin: 0;
  padding: 0;
  list-style: none;
}

#botmenu a {
  display: block;
  float: left;
  padding: 0 15px;
  height: 25px;
  font-family: Tahoma;
  font-size: 85%;
  font-weight: bold;
  line-height: 25px;
  background: none;
  color: #999;
}

#botmenu a:hover {
  background: #e1e1e1;
}

#footer {
  margin-right: 105px;
  text-align: right;
  font-family: Tahoma;
  font-size: 85%;
  line-height: 25px;
  background: none;
  color: #ADADAD;
}



/* ==================== DotNetNuke styles ==================== */

.main_dnnmenu_bar
{
	display: block;
	margin: 2em 0;
	border: 2px dashed red;
	padding: .5em;
	background: #fee;
}

.main_dnnmenu_rootitem
{
	margin: 0 1em;
	font-weight: bold;
}

.main_dnnmenu_submenu
{
	background: white;
	border: 1px solid #ccc;
}

.main_dnnmenu_submenu td
{
	padding: 3px;
}

.main_dnnmenu_itemhover
{
	background: #ff9;
}



/*****************************
 ****       suckerfish    ****
 *****************************/

#safari {
	height: 29px;
	position: relative;
}

#nav_suckerfish {
	position: absolute;
	top: 6px;
	height: 18px;
	width: 100%;
}


#nav_suckerfish a:link,
#nav_suckerfish a:visited {
	display: block;
	float: left;
	height: 18px;
	line-height: 18px;
	padding: 0 5px 0 5px;
	text-decoration: none;
	cursor: pointer;
	background: url(images/topmenu_sep.png) 100% 0 no-repeat;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	font-weight: bold;
	color: #fff;
}


#nav_suckerfish li a {
}

#nav_suckerfish a.topdaddy,
#nav_suckerfish li.active a.topdaddy {
	padding-right: 8px;
}

#nav_suckerfish li li a:link,
#nav_suckerfish li li a:visited{
	background: none;
	font-weight: normal;
	padding: 0;
	text-indent: 15px;
}


#nav_suckerfish li li {
	padding: 0;
	background: none;
	float: left;
	padding: 0;
    width: 170px;
	border-bottom: 1px solid #CCC;
	border-top: 1px solid #F8F8F8;
}

#nav_suckerfish ul ul a:link,
#nav_suckerfish ul ul a:visited {
	display: block;
	text-decoration: none;
	width: 167px;
	text-transform: none;
	background: none;
}

#nav_suckerfish li {
	float: left;
	padding: 0;
  	background: none;
  	height: 18px;
	list-style: none;
}

#nav_suckerfish ul li {
	position: relative;
}

#nav_suckerfish li ul {
	top: 18px;
	position: absolute;
	left: -999em;
	height: auto;
	width: 170px;
	font-weight: normal;
	border-width: 0;
	margin: 0;
	padding: 0;
	border-right: 1px solid #CCC;
	border-left: 1px solid #F8F8F8;
	border-bottom: 1px solid #CCC;
}
	
#nav_suckerfish ul {
	float: left;
	margin: 0;
	padding: 0;
}

/* margin for pullouts */
#nav_suckerfish li ul ul {
	margin: -18px 0 0 170px;
}


#nav_suckerfish ul ul a.daddy:link,
#nav_suckerfish ul ul a.daddy:visited,
#nav_suckerfish ul ul a.subdaddy:link,
#nav_suckerfish ul ul a.subdaddy:visited {
	color:#000;
}

#nav_suckerfish li:hover ul ul, 
#nav_suckerfish li:hover ul ul ul,
#nav_suckerfish li:hover ul ul ul ul,  
#nav_suckerfish li.sfhover ul ul, 
#nav_suckerfish li.sfhover ul ul ul, 
#nav_suckerfish li.sfhover ul ul ul ul {
	left: -999em;
}

#nav_suckerfish li:hover ul, 
#nav_suckerfish li li:hover ul, 
#nav_suckerfish li li li:hover ul, 
#nav_suckerfish li li li li:hover ul,
#nav_suckerfish li.sfhover ul, 
#nav_suckerfish li li.sfhover ul, 
#nav_suckerfish li li li.sfhover ul,
#nav_suckerfish li li li li.sfhover ul{
	z-index: 100;
	left: 0;
	background: #E1E1E1;
}

#nav_suckerfish li:hover,
#nav_suckerfish li.sfhover {
      left: 0;
}

#nav_suckerfish li li.active {
	background: none;
}

#nav_suckerfish ul li a:hover {
	/*background: #990000;*/
	color:#000000;
}

#nav_suckerfish ul li ul li a:hover,
#nav_suckerfish ul li ul li ul li a:hover {
	background: #FFCC00;
	color:#000;
}

#nav_suckerfish ul li.active {
	/*background: #990000;*/
	color:#000000;
}

#nav_suckerfish ul li ul li.active,
#nav_suckerfish ul li ul li ul li.active {
	background: #FFCC00;
}

