/* title */
.header { width:800px; background-image: url(../img/hdbg.gif); background-repeat: repeat;}
.header h1 { 
	color: #fff; font: 2em/24px Verdana, sans-serif; text-align: center;
	}
.infodescr { background-color: #FFF; text-align: justify; height: 8em; margin: 3px; }
/* content */
.content .item {
	border: 1px solid #EEE;
	background: #FFF;
}
.sidenav {
	background: #EEE;
	border: 1px solid #E5E5E5;
	width: 180px;
}
.sidenav ul {
	border-top: 1px solid #FAFAFA;
	margin: 0;
	padding: 0;
}
.sidenav li {
	border: 1px solid #FAFAFA;
	border-top: none;
	list-style: none;
	margin: 0;
}
.sidenav li a {
	color: #777;
	display: block;
	font-size: 1em;
	padding: 3px 6px 3px 3px;
	text-decoration: none;
	font-weight: bold;
}
.sidenav li a:hover {
	color: #111;
}
.sidenav .results {
	height: 200px;
	padding: 3px 6px 3px 14px;
}
.descr{
	width: 174px;
	padding: 5px;
	overflow:hidden;
/* 	word-wrap: break-word; */ /* IE */
}
.results{
	background-color: #F5F5F5;
	
	height:200px;
	overflow:auto;
}
.styled {
	border: 1px solid #DDD;
	width: 100px;
	height: 18px;
	padding: 3px;
}

.listsearch {
	border: 1px solid #DDD;
	width: 100px;
	height:150px;
}


.styled_textarea {
	border: 1px solid #DDD;
	width: 109px;
	height: 150px;
	padding: 3px;
}	
/* .searchbutton {
	background: url(../img/search.gif) no-repeat left bottom;
	border: none;
	height: 25px;
	width: 25px;
}*/
.searchbutton {
	border: none;
	height: 25px;
	width: 25px;
	vertical-align: top;
	
}


/* footer */
.footer {
	background: #fff;
	border: solid 1px #eee;
	color: #666;
	font-size: 1.1em;
	padding: 6px;
	width: 800px;
	text-align: center;
}
/* Export to CSV Buttom */
#xPortBttn{
        cursor: pointer;
        float: left;
        width:122px;
        height:24px;
        background-image: url("./img/xPortBttn.gif");
        background-position: 0px;
        background-repeat: no-repeat;	visibility:hidden;
}
#giveMeSpace{
        padding: 4px;

}
#descinfoLabel{
        color: #7b287c;/*Magenta*/
        font: bold 14px "Lucida Sans Unicode", normal, sans-serif, Verdana;

}

#descinfo
{
	position:absolute;
	float: left;
	top: 5px;
	left: 190px;
	width: 605px;
	background: white;
	padding: 5px 5px 5px 5px;
}

#leftbars
{
	width:190px;
	float:left;
}


.iframesearch
{
	background-color: #F5F5F5;
	width:100%;
	height:100%;
}

.upbuttom
{
	border:0;
	margin-left:90px;
	height:16px;
}