@charset "UTF-8";
/* CSS Document */

/* Main Styles */

body {
	background-color: #e7ce4e;
	color: #694f02;
}

a {
	color: #694f02;
	text-decoration: underline;
	font-weight: bolder;
}

.detail {
	font-size: 13px;
}

.heading {
	display: block;

	background-color: #f2e397;
	border: 1px solid #8b6802;
	border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; -khtml-border-radius: 5px; -icab-border-radius: 5px; -o-border-radius: 5px;
	
	margin-bottom: 5px;
	margin-top: 5px;
	
	text-indent: 3px;
	text-decoration: none;
	font-size: 20px;
	font-weight: bold;
}

/* Header */

img#logo {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

td#titlebar {
	background-image: url('images/title_center.png');
	font-weight: bold;
	color: #694f02;
}

td#titlebar div#sublinks {
	display: block;
	float: right;
}

td#titlebar a.sublink {
	text-align: right;
	color: #694f02;
	text-decoration: none;
	font-size: 12px;
}

span.error_count {
	color: #6C1D1F;
}

/* Content */

td#content-top {
	background-image: url('images/content_top_center.png');
}

td#content-bottom {
	background-image: url('images/content_bottom_center.png');
}

td#content-left {
	background-image: url('images/content_left.png');
}

td#content-right {
	background-image: url('images/content_right.png');
}

td#content-main {
	background-color: #fff9cf;
}

/* Footer */

td#footerbar {
	background-image: url('images/footer_center.png');
	font-weight: bold;
	color: #FFFFFF;
}

td#footerbar a {
	color: #FFFFFF;
	text-decoration: none;
}

span#microtime {
	float: right;
	text-align: right;
	font-weight: bold;
}

/* Forms */

td.row {
	text-indent: 3px;
	background: #dccf8b;
	border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; -khtml-border-radius: 5px; -icab-border-radius: 5px; -o-border-radius: 5px;
}

/* Calendar */

table.user_activity_calendar {
	background-color: #f2e397;
	border: 1px solid #8b6802;
	border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; -khtml-border-radius: 10px; -icab-border-radius: 10px; -o-border-radius: 10px;
	margin-bottom: 15px;
}

td.calendar_month {
	background-color: #d2bb47;
	border-top-right-radius: 10px; -moz-border-radius-topright: 10px; -webkit-border-top-right-radius: 10px; -khtml-border-top-right-radius: 10px; -icab-border-top-right-radius: 10px; -o-border-top-right-radius: 10px; border-top-left-radius: 10px; -moz-border-radius-topleft: 10px; -webkit-border-top-left-radius: 10px; -khtml-border-top-left-radius: 10px; -icab-border-top-left-radius: 10px; -o-border-top-left-radius: 10px;
}

td.calendar_day {
	background-color: #d2bb47;
	text-align: center;
}

td.calendar_date {
	text-align: center;
	background: #dccf8b;
	font-size: 11px;
	border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; -khtml-border-radius: 5px; -icab-border-radius: 5px; -o-border-radius: 5px;
}

td.calendar_date div.day_number {
	text-align: left;
	background: #d2bb47;
	color: #FFFFFF;
	text-indent: 2px;
	border-top-left-radius: 5px; -moz-border-radius-topleft: 5px; -webkit-border-top-left-radius: 5px; -khtml-border-top-left-radius: 5px; -icab-border-top-left-radius: 5px; -o-border-top-left-radius: 5px; border-bottom-left-radius: 5px; -moz-border-radius-bottomleft: 5px; -webkit-border-bottom-left-radius: 5px; -khtml-border-bottom-left-radius: 5px; -icab-border-bottom-left-radius: 5px; -o-border-bottom-left-radius: 5px;
	border-top-right-radius: 5px; -moz-border-radius-topright: 5px; -webkit-border-top-right-radius: 5px; -khtml-border-top-right-radius: 5px; -icab-border-top-right-radius: 5px; -o-border-top-right-radius: 5px; border-bottom-right-radius: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; -khtml-border-bottom-right-radius: 5px; -icab-border-bottom-right-radius: 5px; -o-border-bottom-right-radius: 5px;
}

td.calendar_total {
	background-color: #d2bb47;
	border-bottom-right-radius: 10px; -moz-border-radius-bottomright: 10px; -webkit-border-bottom-right-radius: 10px; -khtml-border-bottom-right-radius: 10px; -icab-border-bottom-right-radius: 10px; -o-border-bottom-right-radius: 10px; border-bottom-left-radius: 10px; -moz-border-radius-bottomleft: 10px; -webkit-border-bottom-left-radius: 10px; -khtml-border-bottom-left-radius: 10px; -icab-border-bottom-left-radius: 10px; -o-border-bottom-left-radius: 10px;
}