@charset "utf-8";
/* CSS Document */
/**********************************************************
	This is TaDELS Database V1 20090410 Howard. K.
***********************************************************/

body {

	background-image: url("../images/bg.gif");
	margin: 10;
	text-align: center;
	font-size: 12;
}

div {
	margin-left: auto;
	margin-right: auto;
}
	
	#innerbottom {
		background: #E6F3F4;
		width: 800;
		height: 20;
		font-size:10px;
		line-height:15pt;
		text-align:center;
	}
	
	#bottomline{
		background: #C6E3EF;
		width: 800;
		height: 30;
		text-align:center;
		padding: 5 0 5 0;
	}
	
	#topImage{
		width: 800;
	}	
	
	#topBar{
		font-size:14px;
		text-align: left;
		padding-left:2;
		background-color:brown;
		height:30;
		line-height:20pt;
	}

	#topBarBox{
		width: 80px;
		height: 25px;
		text-align: center;
		line-height: 22px;
		background-color:#BF4930;	
		border: 2px solid #A62F00;
		float:left;		
	}
	
	#searchwindow {
		
		padding-top: 10;
		padding-bottom: 10;
		width: 796;
		min-height:425;
		height:auto !important;		
		/*height:750;*/
		overflow:hidden;
		
	}

	#simpleQuery {
	
		margin-left:30px; 
		width:700px;
		min-height:150;
		height:auto !important;		
		/*height:750;*/
		overflow:hidden;
		clear:left;
	}
	
	#simpleQueryOption{
	
		text-align:left;
		width:700;
		height:95;
	}

	#advQuery{
		
		margin-left:30px;
		width:700px;
		min-height:150px;
		height:auto !important;		
		/*height:750;*/
		overflow:hidden;	
	}
	
	#advQueryOption{
	
		text-align:left;
		width:700;
		height:160;
		clear:left;
	}
	
	#searchfieldtitle {
	
		float:left;
		width: 250;
		line-height:30px;
		font-size: 13px;
		text-align: right;
	}
	
	#searchfield {
		float:left;
		width: 250;
		text-align: left;
		font-size: 13px;
		padding: 5 0 5 0;
	}

	#connectMode {
		float:left;
		width: 200;
		text-align: left;
		font-size: 13px;
		padding: 5 0 5 0;
	}
	
	#searchMode {
	
		width: 650;
		font-size: 12px;
		color: #666666;
		text-align: left;
		margin-bottom:10;
		margin-left:50;
		clear:left;
	}
	
	#note{
		width: 800;
	}
	
	.tableList {
		/*background-image: url("../images/main_bg2.jpg");*/
		background-repeat: no-repeat;
		background-color: #FFFFFF;
		width:800;
		margin-top:20px;
	}

table {
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
}
	
td {
	font-size: 12;
	padding: 0;
}
	
	#btn {
		padding: 5 5 5 5;
		letter-spacing: 20;
	}


a {
	color: #04676E;
	text-decoration: none;
	font-size: 11px;
}

a:hover {
	text-decoration: underline;
}

.smalltxtbox{
	width: 180;
}

p {
	color: rgb(96,96,96);
	font-size:12px; 
	padding-left:30px
}

h2 {

	font-size:14px; 
	padding-left:30px
}