/* CSS for the specification tools page */

/* column headers with background color, bold text, white font */
.column1h {
    width:270px;
    height: 14px;
    padding:3px;
    margin:0;
    float:left;
    text-align:left;
    color: #FFFFFF;
    font-weight: bold;
	background: #4CB3E6;
    border:1px solid #336699;
 }
 
.column2h {
    width:130px;
    height: 14px;
    padding:3px;
    margin:0;
    float:left;
    text-align:center;
    color: #FFFFFF;
    font-weight: bold;
	background: #4CB3E6;
    border-top:1px solid #336699;
    border-bottom:1px solid #336699;
    border-right:1px solid #336699;
 }
 
 .column3h {
    width:210px;
    height: 14px;
    padding:3px;
    margin:0;
    float:left;
    text-align:center;
	color: #FFFFFF;
    font-weight: bold;
	background: #4CB3E6;
    border-top:1px solid #336699;
    border-bottom:1px solid #336699;
    border-right:1px solid #336699;
 }

 /* columns for the table */
.column1 {
    width:270px;
    height: 14px;
    padding:3px;
    margin:0;
    float:left;
    text-align:left;
    border-left:1px solid #336699;
    border-bottom:1px solid #336699;
    border-right:1px solid #336699;
 }
 
.column2 {
    width:130px;
    height: 14px;
    padding:3px;
    margin:0;
    float:left;
    text-align:center;
    border-bottom:1px solid #336699;
    border-right:1px solid #336699;
 }
 
 .column3 {
    width:210px;
    height: 14px;
    padding:3px;
    margin:0;
    float:left;
    text-align:center;
    border-bottom:1px solid #336699;
    border-right:1px solid #336699;
 }
 
 /* columns for the images */
.imgcolumn1 {
    width:270px;
    float:left;
    text-align:center;
 }
  /* columns for the images */
.imgcolumn2 {
    width:130px;
    float:left;
    text-align:center;
 }
  /* columns for the images */
.imgcolumn3 {
    width:210px;
    float:left;
    text-align:center;
 }