@charset "utf-8";

.diary td {
	padding: 4px;
}

.diary tr.month{
	background-color: rgb(209, 215, 221);
	border: 1px solid rgb(209, 215, 221);
	font-weight:bold;
}

.diary tr.date {
	background-color: rgb(234, 239, 242);
	border: solid 1px rgb(209, 215, 221);
	font-weight:bold;
}

.diary tr.item {
	border: 1px solid rgb(209, 215, 221);
}

.diary td.action {
	text-align:right;
	width:auto;
}

.diary td.action a{
	padding-left:0.5em;
}

/* override style set in system.css*/
tbody {
  border-top: none;
}

.cgc-itemlist li{
	font-weight:bold;
}

.cgc-time-right {
	width:auto;
	text-align:right;
	display:block;
	padding-bottom:3px;
	font-weight:normal;
}

#webcama #mainImage {
	float: left;
}

#thumbsa{
	float:left;
	border-left: 1px solid #bbb;
	padding: 4px 0 4px 0;
	margin: 0 0 0 4px;
}

#thumbsa div {
	cursor:pointer;
	margin: -1px 0px 0 -1px;
	padding:4px;
	width: 116px;
}

#thumbsa div.selected {
	background:#fff;
	border-left: 1px solid #fff;
	border-top: 1px solid #bbb;
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	font-weight:bold;
	padding: 4px 6px 4px 4px;
}

#thumbsa div.deselected {
	border: 1px solid #bbb;
	background:#ddd;
}
#thumbsa div.hover {
	border: 1px solid #bbb;
	background:#eee;
}

img.thumbnail {
	vertical-align:middle;
	margin: 0 4px 0 0;
}
