/*-------------------------------------------------
DB BASE SETTING
-------------------------------------------------*/
form	{
	margin:0px auto;
	padding:0px;
}

/*-------------------------------------------------
DB MENU SETTING
-------------------------------------------------*/
#menu li.current	{
	width:73px;
	height:34px;
	display:block;
	background:url("../../img/menu-company.jpg") bottom left no-repeat;
	list-style-type:none;
	margin:0px;
	padding:0px;
	float:left;
}


/*-------------------------------------------------
DB TITLE SETTING
-------------------------------------------------*/
#title-text	{
	margin:0px auto;
	padding:0px 0px 25px 0px;
	font-size:10pt;
	line-height:12pt;
	text-align:left;
	color:#666565;
}

#content-title	{
	border-width:3px 0px 0px 0px;
	border-color:#17447D;
	border-style:solid;
	padding:3px 0px 20px;
	margin:0px auto;
	text-align:left;
}


/*-------------------------------------------------
DB SEARCH
-------------------------------------------------*/
#search-table	{
	width:660px;
	margin:0px auto;
	padding:0px;
	text-align:center;
	border-collapse:collapse;
	border-right:1px solid #17447D;
}

#search-table td	{
	vertical-align:top;
	width:163px;
	padding:0px 5px;
	text-align:left;
	font-size:10pt;
	line-height:1.3;
	color:#666565;
	border-left:1px solid #17447D;
}

#search-table h3	{
	padding:0px 0px 10px;
	margin:0px auto;
	text-align:left;
	font-size:10pt;
	line-height:1.3;
	color:#17447D;
	font-weight:normal;
}

#search-table td input	{
	vertical-align:middle;
	margin-top:3px;
}

#search-button	{
	margin:0px auto;
	padding:25px 0px 10px;
	text-align:center;
}

#search-button input	{
	width:108px;
}

/*-------------------------------------------------
DB LIST
-------------------------------------------------*/
#list-search	{
	width:572px;
	margin:15px auto 0px;
	padding:8px 0px;
	text-align:left;
	font-size:9pt;
	color:#666565;
	border-top:1px solid #17447D;
	border-bottom:1px solid #17447D;
}

#list-search h3	{
	margin:0px auto;
	padding:0px 0px 3px 0px;
	font-size:10pt;
	font-weight:normal;
}

#list-list	{
	width:572px;
	margin:0px auto;
	padding:30px 0px 20px;
}

#list-list p	{
	margin:0px auto;
	padding:0px 0px 5px 0px;
	text-align:left;
	font-size:10pt;
	color:#666565;
}

#list-list ul	{
	margin:0px;
	padding:0px;
	list-style-type:none;
}

#list-list ul li	{
	display:block;
	padding:5px;
	text-align:left;
	font-size:10pt;
}

#list-list ul li.blue	{ background:#DFF2FC; }
#list-list ul li.white	{ background:none; }


#list-list a:link				{ color:#666565; text-decoration:none; }
#list-list a:visited	{ color:#666565; text-decoration:none; }
#list-list a:hover			{ color:#666565; text-decoration:underline; }
#list-list a:active		{ color:#666565; text-decoration:underline; }


div.list-button	{
	margin:0px auto;
	padding:0px 0px 20px 0px;
	text-align:center;
}

div.list-button input	{
	width:108px;
	margin-left:5px;
	margin-right:5px;
}


/*-------------------------------------------------
DB ITEM
-------------------------------------------------*/
#item-box	{
	width:572px;
	margin:0px auto;
	padding:15px 0px 0px;
}

#item-box h3	{
	margin:0px auto;
	padding:8px;
	text-align:left;
	font-size:11pt;
	color:#ffffff;
	background:#17447D;
}

table#item-table	{
	width:572px;
	margin:0px auto;
	border-collapse:collapse;
}

table#item-table td	{
	text-align:left;
	padding:5px;
	color:#666565;
	font-size:10pt;
	vertical-align:top;
	line-height:1.4;
}

table#item-table td.w-index	{
	white-space:nowrap;
	border-right:3px solid #ffffff;
}

table#item-table td.b-index	{
	white-space:nowrap;
	border-right:3px solid #ffffff;
	background:#DFF2FC;
}

table#item-table td.w-value	{ }

table#item-table td.b-value	{ background:#DFF2FC; }

div#item-button	{
	margin:0px auto;
	padding:20px 0px;
	text-align:center;
}

div#item-button input	{
	width:108px;
	margin-left:5px;
	margin-right:5px;
}

