
/* html tags */
body { 
background: #fff;
color: #000;
font: 11px Arial, Helvetica, sans-serif;
text-align: left;
margin: 0;
padding: 0;
}
h1 { 
display: block;
font-size: 22px;
}
h2 { 
font-size: 20px;
color: #333;
margin: 0;
font-weight: normal;
text-align: left;
}
h3 { 
font-size: 15px;
margin: 8px 0;
}
input, select, textarea, label {
display: none;
}
a { 
color: #2C4485;
}

#header {
background: none;
}
div.printTop {
display: none;
}
div.printBottom {
display: none;
}

div#content {
padding: 0;
margin: 0;
border-top: solid 1px #eee;
}

#gmapInfoWindow, #gmapInfoWindow *, #gmapInfoList, #gmapInfoList * {

}
#gmapInfoWindow dt,#gmapInfoList dt {

}
#gmapInfoWindow dt span, #gmapInfoList dt span {

}
#gmapInfoWindow dd,#gmapInfoList dd {

}
#map {
}

table {
clear: both;
margin: 0 0 10px;
width: 100%;
}
table th {
background: none;
color: #000;
}
table th div.only_label {
display: none;
}
table td {
vertical-align: top;
padding: 0;
}
table td.checks {
display: none;
}
table td.checks label.label {
display: none;
}
table td a {
display:none;
}

div#psf-table table {
display: block;
margin: 10px 0;
border-left: solid 1px #CBD8C3;
}
div#psf-table table th {
background: none;
border-bottom: solid 2px #000;
color: #000;
font-size: 12px;
font-weight: bold;
padding: 3px 4px;
}
div#psf-table table td {
border-bottom: solid 1px #CBD8C3;
border-right: solid 1px #CBD8C3;
padding: 3px 4px;
}
div#psf-table table td img {
width: 24px;
height: 27px;
}
div#psf-table table tr.table_row_even td {
background: none;
}

