/* Product Lookup Search Form */
/* main frame css */

html
{
	height: 100%;
}

*
{
	color: #FFF;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a
{
	color: #FFF;
	font-weight: normal;
	text-decoration: none;
	border-bottom: 1px solid #FFF;
}
a:active,
a:hover
{
	color: #FFF;
	font-weight: normal;
	text-decoration: none;
	background-color: #1A244D;
	border-bottom: 1px solid #FFF;
	text-align: left;
}

h1, h1 *
{
	color: #d0bfab;
	font-family: Arial, Verdana;
	margin-top: 30px;
	margin-bottom: 20px;
	text-align: left;
	font-size: 24px;
	font-weight: bold;
}

body
{
	color: #FFF;
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: left;
}

body#site
{
	background: #41071a url("http://www.jelenko.com.php5-4.dfw1-1.websitetestlink.com/site/tmpl/img/header_bgr.png") repeat-x 0 -176px;
	text-align: center;
}

#container_search
{
	width: 850px;
	margin: 0 auto;
}

#container_chart
{
	width: 95%;
	margin: 0 auto;
}

#container_prop
{
	width: 850px;
	margin: 0 auto;
}

#content_table
{
	margin-bottom: 30px;
}

#content_table input,
#content_table select,
#content_table select *
{
	color: #000;
}

#search_table td
{
	height: 40px;
	vertical-align: middle;
	border-top: 1px solid #FFF;
}

#search_table td.rgt
{
	text-align: right;
	padding-right: 5px;
}

#search_table td.lft
{
	text-align: left;
	padding-left: 5px;
}

#search_table input.text
{
	padding: 2px;
	text-align: center;
}

#chart_table
{
	border: 1px solid #FFF;
	border-left: 0;
	margin-left: 25px;
	margin-bottom: 30px;
}

#chart_table td
{
	height: 25px;
	border-left: 1px solid #FFF;
	padding-left: 2px;
	padding-right: 2px;
}

#chart_table tbody td
{
	border-top: 1px solid #FFF;
}

#chart_table .alloy_name
{
	white-space: nowrap;
}

#prop_links
{
	float: left;
	margin-top: 25px;
	margin-right: 30px;
	text-align: left;
}

#prop_links a
{
	display: block;
}

#prop_table
{
	margin-top: 25px;
	margin-bottom: 30px;
	border: 1px solid #FFF;
	border-left: 0;
	border-bottom: 0;
}

#prop_table thead td
{
	height: 30px;
	font-size: 18px;
}

#prop_table td
{
	text-align: left;
	height: 25px;
	padding-left: 3px;
	padding-right: 3px;
	vertical-align: middle;
	border-bottom: 1px solid #FFF;
	border-left: 1px solid #FFF;
}
#prop_table td td
{
	border: 0;
}

#prop_table td.rgt
{
}

#prop_table table.prop_subtable td
{
	border: 0;
}
