﻿body{}

table
{
	/*border-collapse:collapse;*/
}

/******* Quote Table in Printed and Emailed Quote **********/
table.PrintQuote
{
	border-collapse:collapse;
	width:100%;
	font-family: Verdana, Arial, Helvetica;
}
table.PrintQuote th
{
	/*background-color: #9c9c9c;
	background-image: url(../images/1by1Pixel_Gray.gif);
	background-repeat: repeat;*/
	padding: 2px;
	border: 1px solid #5E5E5E;
	color: black;
	font-size: 12px;
	font-weight:bold;
}
table.PrintQuote td
{
	border: 1px solid #5E5E5E;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 10px;
}


/***** Modal Popup *****/
.modalpopup
{
	background: url(/css/images/TTWpopUPbanner.jpg);
	width: 800px;
	height: 110px;
	color: #FFFFFF;
}
.modalpopup h4
{
	padding-left: 18px; font-size: 12px; background: url(../imgs/h_back.gif) no-repeat; color: #ffeda6; line-height: 20px; height: 32px
}
.modalpopup form
{
	padding-left: 18px
}
.modalpopup input
{
	border-right: #a2c2cf 1px solid; border-top: #a2c2cf 1px solid; border-left: #a2c2cf 1px solid; width: 160px; border-bottom: #a2c2cf 1px solid
}
.modalpopup button
{
	margin-left: 14px
}
.modalpopup label
{
	font-size: 10px; color: #9c9c9c; line-height: 16px
}
.modalpopup ul
{
	list-style-type: none
}

#popuplayer {
	top: 180px;
/*	margin-left: 180px; */
	margin-left: 75px;
}

.modalpopup #Popup_text{
	width: 450px;
	margin-left: 270px;
	margin-top: 5px;
	font-size: 15px;
	line-height: 1.25em;
}

.modalpopup #Popup_close{
	display: block;
	float: right;
	width: 25px;
	height: 110px;
}

.registration .modalpopup #Popup_text{
	text-align: left;
	margin-left: 190px;
}
