/* CSS for web pages showing an IPTC specification */
body {
	font-family: "Open Sans", Calibri, Candara, Arial, sans-serif;
    font-size: 1.1em;
}
.pageheader{
    /*color:#455f72; dark*/
    color:#4a90e2;
}
table {
    border-collapse: collapse;
}
table, th, td {
    border: 1px solid gray;
}
th {
    background-color:  #99d6ff;
    font-size: 1em;
    height: 40px;
}
td {
    padding-left: 5px;
    padding-right: 3px;
    font-size: 0.85em;
}
.hdrcolIptc{
    background-color: #99d6ff;
}
.hdrcolNoniptc{
    background-color: #ccffcc;
}
.hdrcolNoniptc2{
    background-color: #ffe6b3;
}
.note1{

}
.smallnote1{
	font-size: 0.8em;
}
.modified{
    background-color: lightgray;
}
.isnew{
    background-color: #ccffcc;
}
/* Video Metadata Hub */
.vmhmapping td{
    font-size: 0.75em;
}
