/* Light Custom Google Calendar Theme */

body {
	color:#000;
	font-family:'Open Sans';
	background:#FFF;
}

.date-nav-buttons .navbutton {
	border:1px solid #EBEBEB;
}

.date-nav-buttons:before,
.date-nav-buttons:after,
#todayButton1,#todayButton2 {
	color:#000;
}

/* tab selector */
.ui-rtsr-selected {
	font-weight: normal;
	background: #FFF;
	color: #000;
	border: 1px solid #000;
}
.t2-embed {
	display:none;
}
.ui-rtsr-unselected {
	background: #E8E8E8;
	color: #000;
}
/*no top radius*/
.ui-rtsr >:first-child {
	display:none;
}

/*week*/
body .tg-timedevents,
body .wk-allday {
	background:#FFF;
}

/*grid*/
.mv-dayname {
	color:#000;
}
.mv-event-container {
	background:transparent;
	top:30px;
}
.st-grid .st-dtitle-today,
.st-bg-today {
	background:#E8E8E8;
	border:1px transparent;
}
body .st-dtitle {
	color:#000;
}
body .st-dtitle-nonmonth {
	color:#4A4A4A;
}
.st-dtitle.st-dtitle-today {
	color:#000;
}
.month-row .rb-n {
	border-radius:0px;
	-webkit-border-radius:0px;
	background:#D96363 !important;/*override inline*/
}

/*agenda*/
body .agenda .scrollbox {
	background:#FFF;
}