body {
	max-width: 850px;
	margin: 30px auto;
	font-family: helvetica;
	font-size: 11px;
}

table {
	width: 100%;
}

input[type='checkbox'] {
    -webkit-appearance:none;
    width:30px;
    height:30px;
    background:white;
    border-radius:5px;
    border:2px solid #555;
}
input[type='checkbox']:checked {
    background: #abd;
}
input {
	height: 30px;
	width: 100%;
	border-radius: 2px;
    -webkit-border-radius: 2px; 
    -webkit-appearance: none;
    background-color: #fff;
    border: 1px solid #999;
	margin-top: 2px;
	margin-bottom: 2px;
}
input[type='submit']:hover {
    background-color: #c00;
    color: #fff;
    cursor: pointer;
}
input[type='submit'] {
    background-color: #eee;
	color: #333;
}
input[type='submit'].actionbutton {
    background-color: #00a;
    color: #fff;
}
input[type='submit'].dismissbutton {
    background-color: #a00;
    color: #fff;
}
a:link.actionbutton {
    background-color: #00a;
    color: #fff;
}
a:link.dismissbutton {
    background-color: #a00;
    color: #fff;
}
select {
	height: 30px;
	width: 100%;
	border-radius: 2px;
    -webkit-border-radius: 2px; 
	margin-top: 2px;
	margin-bottom: 2px;
}
select:hover {
    cursor: pointer;
}
a:link {
	border-radius: 2px;
    -webkit-border-radius: 2px; 
    background-color: #eee;
	display: inline-block;
	color: #000;
    border: 1px solid #999;
	padding: 5px 10px;
	text-decoration: none;
	margin-top: 2px;
	margin-bottom: 2px;
}
a:hover {
    background-color: #c00;
    color: #fff;
	text-decoration: underline;
	border: 1px dashed #c00;
}
a:visited {
	border-radius: 2px;
    -webkit-border-radius: 2px; 
    background-color: #eee;
	display: inline-block;
	color: #000;
    border: 1px solid #999;
	padding: 5px 10px;
	text-decoration: none;
	margin-top: 2px;
	margin-bottom: 2px;
}
a:visited:hover{
    background-color: #c00;
    color: #fff;
	text-decoration: underline;
	border: 1px dashed #c00;
}

.identifierTable tr:hover {
	background-color: #dedede;
}
th {
	font-size: 17px;
	font-family: helvetica;
	background-color: #000;
	color: #fff;
}
td {
	font-size: 15px;
	font-weight: bold;
	font-family: helvetica;
}

.maxWith {
	width: 100%;
}
.boldtext {
	font-weight: bold;
	font-size: 17px;
}