.dev_person tbody tr td.column1 {
    width: 110px;
}

#claero-content thead tr th {
	text-align: left;
	background-color: #184A8C;
	padding: 2px;
    border-left: 1px solid #6385B1;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	padding-right: 12px;
	border-top: 1px solid #6385B1;
	background-position: center right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
    color: #EEEEEE;
}

#claero-content tbody tr td {
	text-align: left;
	background-color: #FFFFFF;
	padding: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
    color: #333333;
}

a#printForm:link
{
    width: 70px;
    border: #000000 solid thin;
    background-color: #cccccc;
    text-align: center;
    font-family: Verdana, Geneva, Helvetica, sans-serif;
    text-decoration: none;
    color: red;
}

a#printForm:visited
{
    width: 70px;
    border: #000000 solid thin;
    background-color: #cccccc;
    text-align: center;
    font-family: Verdana, Geneva, Helvetica, sans-serif;
    text-decoration: none;
    color: red;
 }

 a#printForm:hover
{
    width: 70px;
    border: #000000 solid thin;
    background-color: #cccccc;
    text-align: center;
    font-family: Verdana, Geneva, Helvetica, sans-serif;
    text-decoration: underline;
    color: red;
}

a#printForm:active
{
    width: 70px;
    border: #000000 solid thin;
    background-color: #cccccc;
    text-align: center;
    font-family: Verdana, Geneva, Helvetica, sans-serif;
    text-decoration: none;
    color: red;
}
