﻿
/*
	TagBox table styles
	written by TagBox http://www.tagbox.de
*/

body {
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666;
}
img {border:none; }

a img{
	border: 0;
}
td{
    vertical-align:middle;
}

table, td, tr, th{
	padding: 0;
	margin: 0;
}
table#locations{
    padding:0;
    margin:0;
    width:571px;
    height:415px;
    border-collapse:collapse;
    text-align:left;
}
table#locations th{
    height:25px;
    color: #fff;
	text-align: center;
    vertical-align:middle;
    font-weight:bold;
}

table#locations th.loc{
    width:210px;
    border-left: 1px #ccc solid;
    background: url(/vp/images/location-table-header-middle.jpg) no-repeat;
}
table#locations td.loc{
    border-left: 1px #ccc solid;
    border-bottom: 1px #ccc solid;
	padding-left: 10px;
    padding-right:5px;
    width:210px;
}

table#locations th.sel{
    background: url(/vp/images/location-table-header-middle.jpg) repeat;
	border-left: 1px #ccc solid;
	padding-left: 10px;
    width:347px;
}

table#locations td.sel{
    width:341px;
    border-left: 1px #ccc solid;
	border-right: 1px #ccc solid;
	border-bottom: 1px #ccc solid;
	padding: 10px 5px 10px 5px;
}


.error {
    font-weight : bold;
	color : blue;
    text-decoration: underline;
    font-size: 0.833em; /* 10px */
}

.feature1 {
    border-left: 4px #9BB3E3 solid;
	border-right: 4px  #9BB3E3 solid;
    border-top: 4px  #9BB3E3 solid;
    border-bottom: 4px  #9BB3E3 solid;
    padding-left: 6px;
    padding-right: 6px;
    padding-bottom: 6px;
    padding-top: 6px;
}

.find1 {
    border-left: 2px #ccc solid;
	border-right: 2px  #ccc solid;
    border-top: 2px  #ccc solid;
    border-bottom: 2px  #ccc solid;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-top: 5px;
}
table#findProvider {
    padding:0;
    margin:0;
    width:571px;
    height:415px;
    border-collapse:collapse;
    text-align:left;

    border-left: 5px #ccc solid;
	border-right: 5px  #ccc solid;
    border-top: 5px  #ccc solid;
    border-bottom: 5px  #ccc solid;

}
table#barCell {
   height:100%;
    border-left: 5px #ccc solid;
	border-right: 5px  #ccc solid;
    border-top: 5px  #ccc solid;
    border-bottom: 5px  #ccc solid;

}
table#findProvider td#findTD{
    width: 210px;
    border-left: 1px #ccc solid;
	border-right: 2px #ccc solid;
	border-bottom: 1px #ccc solid;
	padding: 10px 5px 10px 20px;
}
table#find td.findTDWords{
    width:341px;
    border-left: 1px #ccc solid;
	border-right: 1px #ccc solid;
	border-bottom: 1px #ccc solid;
	padding: 10px 5px 10px 5px;
}