@import "reset.css";

body { 
	color:#000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}

th { font-weight: bold; vertical-align: top; }
td { color: #666; vertical-align: top; }
input, option { padding: 2px; }
strong, b { font-weight: bold; }

/* header */

.header_table { 
	background-color: #426B5A;
	width: 100%;
}
.header_table h1 { 
	color: #FFFFFF;
	font-size: 18px;
	margin: 10px;
	padding: 0px;
}
#lng_form {
	white-space: nowrap;
}
.select_cell {
	color: #fff;
	padding-right: 5px;
}

/* citation */

.popContainer {
	padding: 10px;
	background-color: #efefef;
	margin-bottom: 5px;
}
.popContainer td {
	color: #000;
	padding: 2px;
}

/* targets */

.service, .target {
	color: #000;
	display: inline;
	margin-right: 8px;
	

}
.service, .target {
	color: #333;
	display: inline;
	

}
.search {
	margin-top: 15px;
}
.bullet {
	margin-top: 15px;
	padding-left: 10px;
}
.websearch-target {
	white-space: nowrap;
}

/* more options */

#basic_advanced_toggle td {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.text {
	float: left;
	margin-right: 10px;
	padding-left: 26px;
	background-image: url(../../../img/simplified_template1/general/default/arrow_off.gif);
	background-repeat: no-repeat;
}
.text a {
	font-size: 110%;
	text-decoration: none;
	color: #003366;
	font-weight: bold;
}

/* footer */

#footer {
	margin-top: 10px;
	font-size: 80%;
	color: #666;
	padding: 20px;
}
#footer a { 
	color: #666;
}

/* verde? */

.Popup {
	position:absolute;
	visibility:hidden;
	left:0; 
	top:0; 
	z-index:1000;
	background: #ebebeb;
}

/* dwalker defines the form class like the eXLibrians from the group home should have... jcs */

.Form {
    font-size: 11px;
    color:#000000;
    width:40px;
	height:13px;
}

.objectSourceHeader {
	font-size: 14px;
	display: inline;
	font-weight: normal;
}

.absoluteNoDisplay {
	position:absolute;
	left:-10000px;
	top:auto;
	width:1px;
	height:1px;
	overflow:hidden;
}

