form table, .columnBox table {
    margin:0 0 10px;
    border:solid 1px #EEE;
	line-height: 1.5em;
}
form table td, .columnBox table td {
    padding:4px;
	vertical-align: middle;
}
form table .even, .columnBox table .even {
    background:#EFEFEF;
}
form table .header, .columnBox table .header {
    font-weight:bold;
}
form table .header td, .columnBox table .header td {
    background:#E7F5F9;
	color: #555555;
	font-size: 14px;
	font-weight: bold;
}
form table .header .checkboxColumn {
    width:25px;
}
form table .header .urlColumn {
    width:475px;
}
form table .header .dateColumn {
    width:150px;
}
form table .header .domainColumn {
    width:200px;
}
form table .header .sentToColumn {
    width:225px;
}

form table a{
	color: #28AFFF;
	text-decoration: none;
}

form table a:hover{
	text-decoration: underline;
}


