body,td {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: xx-small;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-base-color: #E6E6E6;
	scrollbar-shadow-color: #E6E6E6;
	scrollbar-face-color: #E6E6E6;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-darkshadow-color: #808080;
	scrollbar-3d-light-color: #E6E6E6;
}
img {
	border: none;
}
td.client_name {
	font-size: 18px;
	font-weight: bold;
}
td.content_folder {
	font-size: 12px;
	font-weight: bold;
}
td.content_file {
	font-size: 12px;
}
a.content_folder, a.content_target_folder{
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
a:hover.content_folder, a:hover.content_target_folder {
	text-decoration: underline;
}
a.content_file {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
a:hover.content_file {
	text-decoration: underline;
}
td.clock_large {
	background-image: url(../images/mca_bg_clock_large.jpg);
	width: 60px;
	background-repeat: no-repeat;
}
td.clock_small {
	background-image: url(../images/mca_bg_clock_small.jpg);
	width: 40px;
	background-repeat: no-repeat;
}
span.previouspath {
	color: #B2B2B2;
}
a.previouspath {
	text-decoration: none;
	color: #B2B2B2;
}
a.previouspath:hover {
	text-decoration: underline;
}

.button-cell img, .button-cell a {
	display: block;
}


