/* body */
td {
	font-size:small;
	padding:5px;
}
/* login */
#ct_login th {
	text-align:right;
	padding:5px;
}
#ct_login td {
	border:none;
}
/* case header */
#ct_header {
	margin-bottom:20px;
}
#ct_header th {
	text-align:left;
	padding:5px;
}
/* case details */
#ct_case_details {
	width:90%;
	margin:0 0 10px 0;
	border:1px solid #CCCCCC;
	background-color:#FFFFB7;
}
#ct_case_details table {
	width:100%;
}
#ct_case_details th {
	text-align:left;
	padding:5px;
	border-bottom:none;
}
#ct_case_details td {
	border-bottom:none;
	padding:5px;
}
#ct_navs {
	width: 90%;
}
.ct_highlight {
	color: #003399;
	font-size:110%;
	margin-bottom:10px;
}
td .ct_tick {
	background-image: url(images/tick.gif);
	background-repeat: no-repeat;
	background-position:center;
}

