@CHARSET "ISO-8859-1";
/* CSS Document */
*{
}

body {
	font-family: Verdana, Georgia, sans-serif;
	font-size: .9em;
	margin:0;
	padding:0;
	height: auto;

}
#container{
	width: 800px;
	min-width: 800px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	

}
#logowrap {
	background-image: url(../images/logo_thedictionary.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 170px;
}
#searchbox {
	background-repeat: repeat;
	background-position: center center;
	height: auto;
}
input#keyword {
	background-color: #FFFFFF;
	border: 1px solid #97A698;
	height: 15px;
	font-size: 0.9em;
	width: 500px;
	padding: 2px;
	
	}
#word {
	background-color: #FFFFFF;
	width: 37.7em;
	margin-top: 3px;
	border: 1px solid #97A698;
	padding: 8px;
	font-size: .9em;
}
#word p{
	margin-top: -10px;
	font-size: 0.8em;
}
#word h2{
	font-size: 1em;
	text-align: center;
	margin-top: 10px;
}

#dbar_popin {
	margin-top: 0;
	width: 35.15em;
	display: none;
	background-color: #036;
}
.dbar_popin {
	display: none;
}

#dbar_popin ul {
	padding-left: 0;
	margin-left: 0;
	background-color: #036;
	color: White;
	float: left;
	
	font-family: arial, helvetica, sans-serif;
}

#dbar_popin ul li { display: inline; }

#dbar_popin ul li a {
	padding: 0.2em 1em;
	background-color: #036;
	color: White;
	text-decoration: none;
	float: left;
	border-right: 1px solid #fff;
}

#dbar_popin ul li a:hover
{
background-color: #369;
color: #fff;
}

#dbar_top {
	height:22px;
	padding:1px; 
	border-bottom: 1px solid #c9d7f1; 
	width: auto;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
}


.db_top {
	height:22px;
	padding:.73em;
	vertical-align:top;
	}

.db_top a {
	font-size: .9em;
	color: blue;
}

.db_top a:visited {
	color: blue;
}

/* new searchbox styles */
#searchbox .b {
  background:url(../js/facebox/b.png);
}

#searchbox .tl {
  background:url(../js/facebox/tl.png);
}

#searchbox .tr {
  background:url(../js/facebox/tr.png);
}

#searchbox .bl {
  background:url(../js/facebox/bl.png);
}

#searchbox .br {
  background:url(../js/facebox/br.png);
}

/*#searchbox {
  position: absolute;
  top: 50;
  left: -10;
  z-index: 100;
  text-align: left;
}
*/
#searchbox .popup {
  position: relative;
}

#searchbox table {
  border-collapse: collapse;
}

#searchbox td {
  border-bottom: 0;
  padding: 0;
}

#searchbox .body {
  padding: 10px;
  background: #fff;
  width: 370px;
  text-align: left;
 	
}

#searchbox .loading {
  text-align: center;
}

#searchbox .image {
  text-align: center;
}

#searchbox img {
  border: 0;	margin: 0;
	padding: 0;
  margin: 0;
}

#searchbox .footer {
  border-top: 1px solid #DDDDDD;
  padding-top: 5px;
  margin-top: 10px;
  text-align: right;
}

#searchbox .tl, #searchbox .tr, #searchbox .bl, #searchbox .br {
  height: 10px;
  width: 10px;
  overflow: hidden;
  padding: 0;
}

#searchbox_overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}

.searchbox_hide {
  z-index:-100;
}

.searchbox_overlayBG {
  background-color: #000;
  z-index: 99;
}

* html #searchbox_overlay { /* ie6 hack */
  position: absolute;
  height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}



	



