/*//////////////////////////////////////////////////////////////////////////////////////////////////
//
//	calculator-common-1.0.0.css
//
//////////////////////////////////////////////////////////////////////////////////////////////////*/

/*//////////////////////////////////////////////////////////////////////////////////////////////////
//	table definitions
//////////////////////////////////////////////////////////////////////////////////////////////////*/

div.hvgCalculator table {

	border-collapse: collapse;
	margin-bottom: 12px;
}

div.hvgCalculator thead tr td {

	background-color: #333;
}

div.hvgCalculator thead td {

	border: 1px solid #555555;
}

div.hvgCalculator thead td p {

	text-align: center;
	color: #eeeeee;
	margin: 8px 0;
}

div.hvgCalculator tbody tr {

	background-color: #e0e0e0;
}

div.hvgCalculator tbody td {

	border: 1px solid #cccccc;
}

div.hvgCalculator tbody td p {

	text-align: center;
	color: #2a2a2a;
	margin: 6px 0;
}

div.hvgCalculator tfoot tr.hvgOdd td {

	background: #fff;
}

div.hvgCalculator tfoot tr.hvgEven {

	background-color: #ececec;
}

div.hvgCalculator tfoot td {

	border: 1px solid #cccccc;
}

div.hvgCalculator tfoot td p {

	text-align: center;
	color: #2a2a2a;
	margin: 6px 10px;
}

div.hvgCalculator tfoot td.hvgLeft p {

	text-align: left;
}

div.hvgCalculator tfoot td.hvgRight p {

	text-align: right;
}

/*//////////////////////////////////////////////////////////////////////////////////////////////////
//	type definitions
//////////////////////////////////////////////////////////////////////////////////////////////////*/

div.hvgCalculator h1 {

	text-transform: uppercase;
	font-weight: bold;
	font-size: 28px;
	line-height: 40px;
	color: #2a2a2a;
	border-bottom: 5px solid #f4720a;
	margin-bottom: 12px;
	padding-bottom: 2px;
}

div.hvgCalculator h2 {

	text-transform: uppercase;
	font-weight: bold;
	font-size: 20px;
	line-height: 28px;
	color: #666666;
	border-bottom: 5px solid #cccccc;
	margin-bottom: 12px;
	padding-bottom: 4px;
}

div.hvgCalculator h3 {

	font-weight: bold;
	font-size: 15px;
	line-height: 20px;
	color: #2a2a2a;
	margin-bottom: 12px;
}

div.hvgCalculator p {

	font-size: 14px;
	line-height: 20px;
	color: #2a2a2a;
	margin-bottom: 12px;
}

div.hvgCalculator p span.hvgError {

	color: #f4720a;
}

div.hvgCalculator p span.hvgLight {
    display: block;
    margin: 10px 0 0;
	color: #c0c0c0;
}

/*//////////////////////////////////////////////////////////////////////////////////////////////////
//	list definitions
//////////////////////////////////////////////////////////////////////////////////////////////////*/

div.hvgCalculator ul {

	margin-bottom: 12px;
}

div.hvgCalculator ol {

	margin: 12px 0 12px 20px;
}

div.hvgCalculator li {

	font-size: 14px;
	line-height: 20px;
	color: #2a2a2a;
	padding-bottom: 6px;
}

div.hvgCalculator ul li {

	background: transparent url(/skins/default/images/calc/hvg-bullet.png) no-repeat 0 8px;
	padding-left: 16px;
}

/*//////////////////////////////////////////////////////////////////////////////////////////////////
//	form definitions
//////////////////////////////////////////////////////////////////////////////////////////////////*/

div.hvgCalculator input.hvgInput,
div.hvgCalculator input.hvgOutput {

	text-align: right;
	font-weight: bold;
	font-size: 14px;
	color: #2a2a2a;
	width: 100%;
	border: 1px solid #888;
}

div.hvgCalculator input.hvgInput {

	background: #eee;
}

div.hvgCalculator input.hvgOutput {

	background-color: #fff2ca;
}

div.hvgCalculator select.hvgSelect {

	background-color: #eeeeee;
	text-align: left;
	font-weight: bold;
	font-size: 14px;
	color: #2a2a2a;
	width: 100%;
	border: 1px solid #888888;
}

div.hvgCalculator input.hvgCheck,
div.hvgCalculator input.hvgRadio {

	vertical-align: middle;
}

div.hvgCalculator label {

	vertical-align: middle;
	font-size: 14px;
	line-height: 20px;
	color: #2a2a2a;
	padding-left: 6px;
}

div.hvgCalculator button {
    margin: 10px 0;
	background: transparent url(/skins/default/images/calc/hvg-button.png) no-repeat 0 0;
	cursor: pointer;
	width: 117px;
	height: 49px;
	border: none;
}

/*//////////////////////////////////////////////////////////////////////////////////////////////////
//
//	calculator-common-1.0.0.css
//
//////////////////////////////////////////////////////////////////////////////////////////////////*/

div.hvgCalculator div.hvgBlock.hvgResult {
    display: none;
    background: #fff;
    margin: 0 -20px;
    padding: 20px;
    border-radius: 4px;
}

div.hvgCalculator div.hvgBlock table { margin: 0; }

div.hvgCalculator div.hvgBlock.hvgResult thead td {
    background: #d2d2d2;
    border-color: #c0c0c0;
}
div.hvgCalculator div.hvgBlock.hvgResult h3  { 
    color: #545454;
    font-size: 16px;
    text-align: left;
    padding: 7px 10px;
    margin: 0;   
    background: #d2d2d2;
    border-radius: 4px 4px 0 0;
}

div.hvgCalculator div.hvgBlock.hvgResult tr.hvgEven { background: #fff; }

div.hvgCalculator div.hvgBlock.hvgResult input { 
    border: 0;
    min-height: 28px;
}
div.hvgCalculator div.hvgBlock.hvgResult td.output { 
    padding: 0 5px 0 0; 
    background: #fff2ca; 
} 

div.hvgCalculator div.hvgBlock.hvgResult table { margin: 0; }

div.hvgCalculator div.hvgBlock.hvgResult thead td p { color: #545454; }

div.hvgCalculator div.hvgBlock.hvgResult tfoot td p { margin: 0; }

div.hvgCalculator div.hvgBlock.hvgResult td.hvgLeft { padding: 5px 10px;  }

div.hvgCalculator div.hvgBlock.hvgResult td.hvgLeft p { font-size: 12px;  }

div.hvgCalculator div.hvgBlock.hvgResult tfoot td img { 
    display: inline; 
    margin: 3px 0 0; 
}

div.hvgCalculator div.hvgBlock.hvgResult div.button {
    border: 1px solid #d2d2d2;
    border-top: 0;
    padding: 10px 20px;
    border-radius: 0 0 4px 4px;
    font-size: 12px;
    background: white;
    opacity: 1;
    text-align: left;
}

div.hvgCalculator div.hvgBlock.hvgResult div.button a.fl { margin: 5px 0 0; }

div.hvgCalculator div.hvgBlock.hvgResult div.button a.fl:hover { text-decoration: underline; }

/* teaor */

div.hvgCalculator div.hvgBlock h6 { 
    background: #fff;
    padding: 0 20px;
    margin: 0 -20px;
}
div.hvgCalculator div.hvgBlock h6.first { padding-top: 20px; } 

div.hvgCalculator.teaor tbody td p {
    text-align: left;
    padding: 0 10px;
}
div.hvgCalculator.teaor tbody td p span { font-weight: bold; }