﻿body 
{
	width: 95%;
	background-color: White;
		font-family: Calibri, Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
}

.Warning
{
		font-size: 16px;
			color: Red;
			font-weight:bold;
}

.Explanation
{
	color: Black;

	padding: 0 5px 10px 5px;
	text-align: left;
	font-size: 14px;
}
.Explanation p
{
	font-size: 14px;
	text-indent: 0px;
}

.Explanation img
{
	padding: 5px;
}

.Explanation .section
{
	font-weight:bold;
	font-size: 16px;
	padding-top: 5px;
}

.Explanation a
{
	color: Blue;
}

.Explanation ul
{
	padding-top: 5px;
	padding-left: 5px;
	list-style-type: none;
}
.Explanation ul li
{
	padding-left: 3px;

}

.Explanation .equation
{

	color: black;
	padding: 3px;
	margin: 3px;
	background-color: rgb(228,239,192);
	font-size: 12px;
	text-align: center;
	-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}

table.tableizer-table
{
	border: 1px solid #CCC;
	font-size: 12px;
	background: #fff;
	width: 100%;
}
.tableizer-table td
{
	padding: 3px;
	padding-left: 5px;
	margin: 0px;
	border-bottom: 1px solid #ccc;
	text-align: right;
}
.tableizer-table tr:hover
{
	background: black;
	color: White;
	padding: 3px;
	padding-left: 5px;
	margin: 0px;
	border-bottom: 1px solid #ccc;
	text-align: right;
}
.tableizer-table th
{
	padding: 3px;
	font-size: 12px;
	color: #373737;
	background: rgb(229,229,229);
	background-image: url('../cost/images/panel_background.png');
	background-repeat: repeat-x;
	font-weight: bold;
	text-align: center;
}