﻿/* Contact By Location */
table.ContactByLocation table.USA 
{
    width: 210px;
    height: 138px;
    background-image: url('../../Images/USABackground.gif');
    background-repeat: no-repeat;
    background-position: center center;
}

table.ContactByLocation table.World 
{
    width: 250px;
    height: 138px;
    background-image: url('../../Images/GlobeBackground.gif');
    background-repeat: no-repeat;
    background-position: center center;
}

table.ContactByLocation table td,
table.ContactByLocation table th
{
    text-align: center;
}

table.ContactByLocation table td 
{
    vertical-align: top;
}

table.ContactByLocationResults {
	border-collapse: collapse;
}

table.ContactByLocationResults th {
	background-color: #eeeeee;
}

table.ContactByLocationResults th,
table.ContactByLocationResults td {
	padding: 1px 2px 1px 2px;
	border: 1px solid #dadada;
}


