div#calendarioTreinos {
	font-family: Helvetica, Tahoma, Arial, sans-serif;
	font-size: 12px;
	text-align: center;
	font-weight: normal;
}
div#calendarioTreinos a {
	text-decoration: none;
	color: #000000;
	text-align: center;
}
div#calendarioTreinos a:hover {
	text-decoration: none;
	color: #3163CE;
}
div#calendarioTreinos .year {
	border-style: outset;
	border-width: 1px;
	background-color: #e4e4e4;
	text-align: center;
}
div#calendarioTreinos .month {
	border-style: none;
	background-color: #e4e4e4;
	text-align: center;
}
div#calendarioTreinos .yearname {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}
div#calendarioTreinos .monthname {
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	background-color: #DADADA;
	color: #5D5D5D;
	border-style: outset;
	border-width:1px
}
div#calendarioTreinos .dayname {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	background-color: #DAD7FF;
	color: #000;
	border-style: outset;
	border-width:1px
}
div#calendarioTreinos .weeknumtitle {
	text-align: center;
	font-size: 12px;
	font-weight: normal;
	background-color: #e9e9e9;
	border-style: outset;
	border-width:1px
}
div#calendarioTreinos .weeknum {
	text-align: center;
	font-size: 10px;
	height:20px;
	width:20px;
	color: #000099;
	background-color: #e9e9e9;
}
div#calendarioTreinos .yearnavigation {
	font-size: 12px;
}
div#calendarioTreinos .datepicker {
	background-color: #e4e4e4;
}
div#calendarioTreinos .datepickerform {
	margin: 0px;
}
div#calendarioTreinos .monthnavigation {
	font-family: Tahoma, Arial, sans-serif;
}
div#calendarioTreinos .monthpicker {
	font-size: 11px;
	background-color: #eeeeee;
}
div#calendarioTreinos .yearpicker {
	font-size: 11px;
	background-color: #eeeeee;
}
div#calendarioTreinos .pickerbutton {
	font-size: 11px;
	background-color: #eeeeee;
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
}
div#calendarioTreinos .nomonthday {
	text-align: center;
	vertical-align: top;
	font-size: 10px;
	height:70px;
	width:90px;
	color: #aaaaaa;
	background-color: #F8F8F8;
}
div#calendarioTreinos .monthday {
	text-align: center;
	vertical-align: top;
	font-size: 11px;
	font-weight: bold;
	background-color: #f7f7f7;
	color: #384955;
	height:70px;
	width:90px;
}
div#calendarioTreinos .today {
	text-align: center;
	vertical-align: top;
	font-size: 11px;
	font-weight: bold;
	background-color: #E6F0FF;
	color: #000000;
	height:70px;
	width:90px;
}
div#calendarioTreinos .selectedday {
	text-align: center;
	vertical-align: top;
	font-size: 11px;
	font-weight: bold;
	background-color: #66ff66;
	height:20px;
	width:20px;
}
div#calendarioTreinos .sunday {
	text-align: center;
	vertical-align: top;
	font-size: 11px;
	font-weight: bold;
	color: #667171;
	height:70px;
	width:90px;
	background-color: #f7f7f7;
}
div#calendarioTreinos .sunday a {
	color: #667171;
}
div#calendarioTreinos .saturday {
	text-align: center;
	vertical-align: top;
	font-size: 11px;
	font-weight: bold;
	color: #667171;
	height:70px;
	width:90px;
	background-color: #f7f7f7;
}
div#calendarioTreinos .saturday a {
	color: #667171;
}
div#calendarioTreinos .event {
	text-align: center;
	vertical-align: top;
	font-size: 11px;
	font-weight: bold;
	color: red;
	background-color: #FEFADE;
	height:70px;
	width:90px;
}
div#calendarioTreinos .event a {
	background-color: #ffff99;
	color: red;
}
div#calendarioTreinos .selectedevent {
	text-align: center;
	vertical-align: top;
	font-size: 11px;
	font-weight: bold;
	color: red;
	background-color: #ffff99;
	height:20px;
	width:20px;
}
div#calendarioTreinos .selectedevent a {
	background-color: #ffff99;
	color: red;
}
div#calendarioTreinos .todayevent {
	text-align: center;
	vertical-align: top;
	font-size: 11px;
	font-weight: bold;
	color: red;
	background-color: #ffff99;
	height:70px;
	width:90px;
}
div#calendarioTreinos .todayevent a {
	background-color: #ffff99;
	color: red;
}
div#calendarioTreinos .eventcontent {
	font-size: 10px;
	width: 100%;
	height: 100%;
	background-color: #F9F9F9;
	text-align: left;
	font-weight: normal;
	font-size: 9px;
	border:1px #000000 solid;
}

div#calendarioTreinos .eventcontent td {
	vertical-align:top;
}

div#calendarioTreinos .treino td{
	vertical-align:top;
}
