﻿body {
}


/*==========================================*/
/*
.templateTable
{
	border-collapse: collapse;
	background-color: #F3F8F7;
	width:620px;
}
.templateTable td
{
	border: Solid 1px #C2D4DA;
}
.templateCaption
{
	background-color: #ECF2F3;
	width: 100px;
	vertical-align:top;
}
.templateCaption2
{
	background-color: #ECF2F3;
	vertical-align:top;
}

.noBorderField td
{
	border:0;
}
*/
.quote
{
	font-size: 11px;
	font-family: Verdana;
	background-color: #FBFBFB;
	color: #666666;
	margin: 10px 20px 20px 0px;
}

.quote input
{
	color: #666666;
	font-size: 11px;
}

.noBorderField td, .noBorderField input
{
	border:none;
	vertical-align:middle;
}

.quoteHeader
{
	border-top-style: solid;
	border-bottom-style: solid;
	border-width: thin;
	border-color: #666666;
	background-color: #E3E3E3;
	color: #666666;
	font-weight: bold;
	padding-bottom: 3px;
	padding-left: 5px;
}

.quoteTable
{
	border: none;
	padding: 0;
	margin: 0;
	empty-cells: show;
	width:100%;
}

.quote td
{
	vertical-align:top;
	
}

.quote .empty1
{
	width:10px;
}

.quote .empty2
{
	width:30px;
}

.quote .tableHead
{
	font-weight: bold;
	padding-bottom: 3px;
	padding-left: 5px;
	background-color: #E3E3E3;
}

.quote .textbox
{
	width:110px;
}

.quote .textbox2
{
	width:220px;
}

