body,td  {
	font-family: 'Arial';
	font-size: 14px;
	color: #000000;
}

img
{
	border:none;
}

input,select,option,textarea {
	font-family: 'Arial';
	font-size: 14px;
	color: #000000;
	margin-bottom:10px;
}

a {
	color: #000000;
}
a:hover {
	color: #FF0000;
}

h1 {
	font-size: 28px;
	font-weight: normal;
	display: inline;
	color: #000000;
}
h2 {
	font-size: 24px;
	font-weight: normal;
	display: inline;
	color: #000000;
}
h3 {
	font-size: 18px;
	font-weight: bold;
	display: inline;
	color: #000000;
}
h4 {
	font-size: 14px;
	font-weight: bold;
	display: inline;
	color: #000000;
}
h5 {
	font-size: 12px;
	font-weight: bold;
	display: inline;
	color: #000000;
}
h6 {
	font-size: 11px;
	font-weight: bold;
	display: inline;
	color: #000000;
}


table.app_form
{
	margin-top:50px;
}
	table.app_form th
	{
		font-size:.8em;
		text-align:left;
		border-bottom:1px solid grey;
		padding:4px;
	}
	
	table.app_form td
	{
		padding:8px;
		font-size:.8em;
	}
	
	table.app_form td.field
	{
		font-weight:bold;
		text-align:left;
		width:180px;
	}
	
	table.app_form td.submit
	{
		
	}
	
	table.app_form td.value input,
	table.app_form td.value select
	{
		padding:4px;
	}
	
/**************************/
/*         TABLE          */
/**************************/
table.app-table
{
	border: 2px solid #d3d3d3;
	width:80%;
	margin-bottom:20px;
	margin-top:20px;
	font-size:.7em;
}

	table.app-table a
	{
		color:grey;
	}
	
	table.app-table th
	{
		text-align:left;
		height:30px;
		padding: 0px 10px;
		color:#fff;
		font-size:1.2em;
		background-color: #000
	}	

	table.app-table td
	{
		height:30px;
		padding: 5px 10px;
		color:#000;
	}
	
	table.app-table tr.odd td
	{
		background-color:#FFF;
	}
	
	table.app-table tr.even td
	{
		background-color:#ddd;
	}
	
	table.app-table tr.summary td
	{
		background-color:#E8E9F2;
	}
	
	table.app-table td.price_up
	{
		color:#800000;
	}
	
	table.app-table td.price_down
	{
		color:#008000;
	}
	
	table.app-table td.price_normal
	{
		color:#000;
	}
	
	table.app-table td input[type="text"]
	{
		padding:4px;
		width:80px;
	}
	
	table.app-table td select
	{
		padding:4px;
	}