@CHARSET "ISO-8859-1";
#search-docs{
	margin-top: 30px;
}
	#search-docs h3#search-docs-heading{
		font-size: 17px;
		text-align: center;
		font-weight: bold;
	}
		#search-docs #search-wrap{
			width: 93%;
			position: relative;
		}
			#search-docs #search{
				width: 453px;
				padding-left: 0;
				padding-right: 0;
			}
				#search-input p{
					margin: 12px;
				}
					#search-input p span{
						width: 140px;
						margin-right: 71px;
					}
					#search-input p input{
						width: 203px;
					}
					 #search-input p select{
					 	width: 207px;
					 }
						#input-btn{
							float: right;
							margin-right: 10px;
						}
					/* unable to use background-color: transparent because of _sigh_ ie6 */
				table.nas-table{
					width: 94%;
					margin: 10px auto;
					color: #000000;
				}
				table.nas-table a:hover, table.nas-table a:active {
					text-decoration:underline !important;
				}
				table.nas-table a:link, table.nas-table a:visited {
					text-decoration:none;
				}
					table.nas-table th{
						background-color: transparent;
						border-color: #E0EBFF;
						text-align: left;
						padding-bottom: 10px;
					}	
					table.nas-table tr td{
						border: 1px solid #E0EBFF;
						border-bottom: 1px solid #FFFFFF;
						background-color: #E0EBFF !important;
						padding-top: 4px;
						padding-bottom: 4px;
						vertical-align: middle;
					}
					
					table.nas-table tr th.td-first, table.nas-table tr td.td-first{
						width: 250px;
					}
					table.nas-table tr th.td-fourth, table.nas-table tr td.td-fourth{
						width: 96px;
					}
						table.nas-table tr td.td-first h3{
							text-decoration: underline;
						}
					
					table.nas-table tr.inner-table-category td{
						border-color: #E0EBFF;
						padding-bottom: 4px;
					}
					
					table.nas-table tr.inner-table-spacer td{
						border-color: #E0EBFF;
						height: 25px;
					}
					table.nas-table tr.nbb td, table.nas-table th.nbb td{
						border-bottom-color: #E0EBFF !important;
					}
				.results-message{
					margin: 10px 28px 10px 0;
					font-size: 11px;
					text-align: right;
				}
					.results-message span{
						display: block;
						margin-top: 4px;
					}
					
				.search-fail-message{
					font-weight: bold;			
				}
					
				
