@charset "UTF-8";

body {
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;
}

td.cday, td.mlday {
	font-weight: bold;
	background: url(/visuals/layout/rbar-dark-left.png) no-repeat top center;
	padding: 10px;
	color: #D8E3E8;
	font-size: 15px;
  vertical-align: middle;
}

td.mlday {
	background-position: top left;
	padding-left: 14px;
	width: 18px;
  padding-right: 0;
}

td.cdaybottom {
  text-align:right;
	background: url(/visuals/layout/rbar-dark-left.png) no-repeat bottom left;
	padding: 4px 10px 6px 10px;
}

td.ciphoto, td.cititle, td.citext, td.cbtext, td.citime, td.cbtime, td.cizoom, td.sumphoto, td.sumtitle, td.sumsubt, td.sumtime, td.sumphoto2, td.sumtitle2, td.sumsubt2, td.sumdel2 {
	padding: 0;
  margin: 0;
}

td.sumphoto, td.sumtitle, td.sumsubt, td.sumtime {
	background-color: #CDD7DC;
}

td.sumphoto, td.sumtitle, td.sumsubt, td.sumtime, td.sumphoto2, td.sumtitle2, td.sumsubt2, td.sumdel2 {
  border-bottom: 1px;
  border-color: #857185;
  border-style: solid;
}

td.ciphoto {
	width: 140px;
	padding-right: 10px;
  border-bottom: 2px;
  border-color: #330033;
  border-style: solid;
}

td.sumphoto, td.sumphoto2 {
	width: 51px;
}

td.cititle {
	font-weight: bold;
	color: #5D114A;
	height: 40px;
	padding-right: 5px;
	width: 75%;
  border-bottom: 1px;
  border-color: #330033;
  border-style: solid;
}

td.sumtitle, td.sumtitle2 {
	font-weight: bold;
	color: #5D114A;
	padding-left: 30px;
	padding-right: 10px;
  width: 25%;
}

td.sumdel2 {
  text-align: right;
	padding-right: 10px;
  width: 30px;
}

td.citime, td.cbtime {
	font-weight: bold;
	color: #5D114A;
	height: 40px;
	padding-right: 10px;
	text-align: right;
	width: 80px;
}

td.citime {
  border-bottom: 1px;
  border-color: #330033;
  border-style: solid;
}

td.cbtime {
  border-bottom: 2px;
  border-color: #330033;
  border-style: solid;
}

td.sumtime {
	color: #5D114A;
	padding-right: 10px;
	text-align: right;
	width: 80px;
}

td.cbtext {
	width: 75%;
	text-align: left;
	vertical-align: middle;
	margin-top: 5px; margin-bottom: 5px; margin-right: 5px;
	border-bottom: 2px;
	border-style: solid;
	border-color: #330033;
	height: 52px;
}

td.citext {
	text-align: left;
	vertical-align: middle;
	margin-top: 5px; margin-bottom: 5px; margin-right: 5px;
	border-bottom: 2px;
	border-style: solid;
	border-color: #330033;
	height: 63px;
}

td.cizoom {
	padding-right: 10px;
	padding-left: 10px;
  text-align: right;
	border-bottom: 2px;
	border-style: solid;
	border-color: #330033;
}

img.cithumbnail, img.cbthumbnail, img.sumthumbnail { 
	margin: 0;
	padding: 0;
}

img.cithumbnail { 
	width: 140px;
	height: 104px;
}

img.cbthumbnail { 
	width: 140px;
	height: 52px;
}

img.sumthumbnail { 
	width: 54px;
	height: 40px;
}

span.cisubtitle {
	font-weight: normal;
	font-size: 11px;
}

