p {
  margin: .6em;
  margin-top: .1em;
  margin-left: 1em;
}

p {
  word-spacing: .2em;
  line-height: 1.6em;
  
  color: #444;
  font-size: 11px;
  font-family: Verdana, sans-serif;
}

/* Header Area */

.HeaderFields {
	padding-top: 3px;
}

.HeaderFields p {
	text-align: center;
}

/* Search Stuff */

.searchBar {
	width: 778px;
	padding-top: 3px;
/*	width: 65em;*/
}

#searchForm {
	text-align: center;
}
.hidden {
	display: none;
}
.searchFields {
	margin: 0px;
	margin-top: -.15em;
	background-color: #3c709c;
	padding: .5em;
	border: solid 1px #999;
}
.searchFields td a {
	font-size: 12px;
	color: black;
}
.searchFields td p a {
	font-size: 10px;
	line-height: 95%;
}
/*
.searchFields input {
  background-image: url(http://img.domaintools.com/search_bg.png);
  background-repeat: repeat-x;
}
*/

#searchTabs {
	margin: 0px;
	margin-bottom: 1px;
	text-align: center;
}


#searchTabs a {
    font-size: 12px;
    
}
#searchTabs a:link {
	text-decoration: none;
	color: white;
}
#searchTabs a:visited {
	text-decoration: none;
	color: white;
}
#searchTabs a:hover {
	text-decoration: underline;
	color: white;
}
#searchTabs a:active {
	text-decoration: none;
	color: white;
}

.searchTab, .ipTab, .dsTab, .rdTab, .wsTab, .iwTab {
	padding-left: 1.2em;
	padding-right: 1.2em;
	padding-top: 2px;
	padding-bottom: 1px;
	color: white;
	margin-left: -.2em;
	margin-right: .2em;
	
	
	border: solid 1px #999;
	border-bottom: none;
	background-color: #4a7fae;
	background-image:url(http://www.lbase.net/images/header_bg.png);
	background-repeat: repeat-x;
	background-position: bottom;
	text-decoration: none;
}

.searchTab:hover {
	text-decoration: underline;
	color: white;
}
.ipTab, .dsTab, .rdTab, .wsTab, .iwTab {
	text-decoration: none;
	font-weight: bold;
	color: white;
	background-color: red;
	/* background-image: url(http://www.lbase.net/images/pro_bg.png); */
}

/* fixes yet another IE bug */
#searchTabs .ipTab, #searchTabs .dsTab, #searchTabs .rdTab, #searchTabs .wsTab, #searchTabs .iwTab  {
	color: white;
}

#ipSearch, .ipTab {
	background-color: #d2e4fc;
	border: solid 1px  #4a7fae;
}
.ipTab {
	border-bottom: solid 1px  #4a7fae;
}
#dsSearch, .dsTab {
	background-color: #d2e4fc;
	border: solid 1px  #4a7fae;
}
.dsTab {
	border-bottom: solid 1px  #4a7fae;
}
#rdSearch, .rdTab {
	background-color: #d2e4fc;
	border: solid 1px  #4a7fae;
}
.rdTab {
	border-bottom:  solid 1px  #4a7fae;
}
#wsSearch, .wsTab {
	background-color: #d2e4fc;
	border: solid 1px #4a7fae;
}
.wsTab {
	border-bottom: solid 1px #4a7fae;
}
#iwSearch, .iwTab {
	background-color: #d2e4fc;
	border: solid 1px #4a7fae;
}
.iwTab {
	border-bottom: solid 1px #4a7fae;
}

/* Result Area */
.ResultArea {
	width: 778px;
	padding-top: 3px;
/*	width: 65em;*/
}

.ResultFields {
	margin: 0px;
	margin-top: -.15em;
	background-color: #fafafa;
	padding: .5em;
	border: solid 1px  #a4a4a4;
}

.ResultFields td {
	font-size: 14px;
	color: black;
}

.ResultFields td p a {
	font-size: 10px;
	line-height: 95%;
}

/* Link Area */
.LinkArea {
	width: 778px;
	padding-top: 3px;
/*	width: 65em;*/
}

.LinkFields {
	margin: 0px;
	margin-top: -.15em;
	background-color: #d2e4fc;
	padding: .5em;
	border: solid 1px #4a7fae;
}

.LinkFields td {
	font-size: 12px;
	color: black;
}
.LinkFields td a:visited {
	text-decoration: none;
	font-size: 12px;
	color: black;
}
.LinkFields td a:link {
	text-decoration: none;
	font-size: 12px;
	color: black;
	font-family: Verdana, sans-serif;
}
.LinkFields td a:hover {
	text-decoration: underline;
	font-size: 12px;
	color: black;
}
.LinkFields td p a {
	font-size: 10px;
	line-height: 95%;
}

/* Toolbox Area */
.ToolboxArea {
	width: 778px;
	padding-top: 3px;
/*	width: 65em;*/
}

.ToolboxFields {
	margin: 0px;
	margin-top: -.15em;
	background-color: #d2e4fc;
	padding: .5em;
	border: solid 1px #4a7fae;
}

.ToolboxFields td {
	font-size: 12px;
	color: black;
}
.ToolboxFields td a:visited {
	text-decoration: none;
	font-size: 12px;
	color: black;
}
.ToolboxFields td a:link {
	text-decoration: none;
	font-size: 12px;
	color: black;
	font-family: Verdana, sans-serif;
}
.ToolboxFields td a:hover {
	text-decoration: underline;
	font-size: 12px;
	color: black;
}
.ToolboxFields td p a {
	font-size: 10px;
	line-height: 95%;
}

/* Help Content */
.HelpContent{
	text-align: left;
	margin-bottom : 2px;
	margin-top : 2px;
	margin-left : 10px;
	margin-right : 2px;
}
.HelpContent p{
	margin:0.75em 0;
	font-size: 14px;
	line-height:1.5em;
}
.HelpContent h1{
	font-weight:bold;
}
.HelpContent li{
	margin:0.5em 0;
	line-height:1.5em;
	padding-left:12px;
	background:url(blue-dot.gif) left 8px no-repeat;
}
.HelpContent ul{
	margin:0.75em 0;
}

/* Knowledge Content */
.KnowledgeContent{
	text-align: left;
	margin-bottom : 2px;
	margin-top : 2px;
	margin-left : 10px;
	margin-right : 2px;
}
.KnowledgeContent p{
	margin:0.75em 0;
	font-size: 14px;
	line-height:1.5em;
}
.KnowledgeContent h1{
	font-weight:bold;
}
.KnowledgeContent li{
	margin:0.5em 0;
	line-height:1.5em;
	padding-left:12px;
	background:url(blue-dot.gif) left 8px no-repeat;
}
.KnowledgeContent ul{
	margin:0.75em 0;
}
.KnowledgeContent a:visited {
	text-decoration: none;
	font-size: 14px;
	color: #4a7fae;
}
.KnowledgeContent a:link {
	text-decoration: none;
	font-size: 14px;
	color: #4a7fae;
}
.KnowledgeContent a:hover {
	text-decoration: underline;
	font-size: 14px;
	color: blue;
}
.KnowledgeContent a:active {
	text-decoration: underline;
	font-size: 14px;
	color: red;
}
