/*** CALENDAR STYLE ***/

.calendar {
	margin-top:20px;
	padding:3px;
	background:#e7a126;
}
.year {
	/*border-style: outset;
	border-width: 1px;*/
	/*background-color: #e4e4e4;*/
	text-align: center;
}
.month {
	border-style: none;
	/*background-color: #e4e4e4;*/
	/*width:312px;*/
	/*height:258px;*/
	/*background-image:url(../images/calendar/events_calender.jpg);*/
	font-family: Tahoma, Verdana, sans-serif;
}
.yearname {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}
.monthname {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	height:18px;
	color: #800e2f;
	/*border-style: outset;
	border-width:1px*/
}
.dayname {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	background-color: #efc272;
	height:10px;
	color: #800e2f;
	/*border-style: outset;
	border-width:1px*/
}
.weeknumtitle {
	text-align: center;
	font-size: 12px;
	font-weight: normal;
	background-color: #e9e9e9;
	/*border-style: outset;
	border-width:1px*/
}
.weeknum {
	text-align: center;
	font-size: 10px;
	height:22px;
	width:28px;
	color: #000099;
	background-color: #e9e9e9;
}
.yearnavigation {
	font-size: 12px;
}
.datepicker {
	text-align:center;
	background-color: #e4e4e4;
}
.datepickerform {
	margin: 0px;
	font-family:Arial, Helvetica, sans-serif;
}
.monthnavigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
}
.monthnavigation a {
	text-decoration: none;
	color: #FFFFFF;
}
.monthnavigation a:hover {
	text-decoration: none;
	color: #800e2f;
}
.monthpicker {
	font-size: 12px;
	background-color: #eeeeee;
}
.yearpicker {
	font-size: 12px;
	background-color: #eeeeee;
}
.pickerbutton {
	font-size: 12px;
	background-color: #eeeeee;
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
}
.nomonthday {
	text-align: center;
	font-size: 10px;
	height:22px;
	width:28px;
	color: #aaaaaa;
}
.monthday {
	text-align: center;
	font-size: 10px;
	background-color: #FFFFFF;
	color: #000000;
	height:22px;
	width:28px;
	padding:0px;
}
.today {
	text-align: center;
	font-size: 10px;
	background-color: #FFFFFF;
	color: #800e2f;
	height:18px;
	width:26px;
	padding:0px;
	border:solid 2px #efc272;
}
.selectedday {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	background-color: #66ff66;
	height:22px;
	width:28px;
}
.sunday {
	text-align: center;
	font-size: 10px;
	background-color: #FFFFFF;
	color: #000000;
	height:22px;
	width:28px;
	padding:0px;
}
.sunday a {
	color: #000000;
}
.saturday {
	text-align: center;
	font-size: 10px;
	background-color: #FFFFFF;
	color: #000000;
	height:22px;
	width:28px;
	padding:0px;
}
.saturday a {
	color: #000000;
}

/***** EVENT *****/
.event {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	/*background-image:url(../images/calendar/has_event.gif);
	background-position:center;
	background-repeat:no-repeat;*/
	height:22px;
	width:28px;
	/*border-bottom:solid 1px #0099FF;*/
}
.event a {
	text-decoration: none;
	color: #FFFFFF;
}
.event a:hover {
	cursor:help;
	text-decoration: none;
	color: #00CCFF;
}
.selectedevent {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: red;
	background-color: #ffff99;
	height:22px;
	width:28px;
}
.selectedevent a {
	background-color: #ffff99;
	color: #000000;
}
.todayevent {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-image:url(../images/calendar/has_event.gif);
	background-position:center;
	background-repeat:no-repeat;
	height:22px;
	width:28px;
	border:solid 2px #FECC7F;
}
.todayevent a {
	text-decoration: none;
	color: #FFFFFF;
}
.todayevent a:hover {
	cursor:help;
	text-decoration: none;
	color: #00CCFF;
}
.eventcontent {
	font-size: 10px;
	/*border-style: outset;
	border-width: 1px;*/
	width: 100%;
}

/***** HOME GAME *****/
.homegame {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	background-image:url(../images/calendar/has_homegame.gif);
	background-position:center;
	background-repeat:no-repeat;
	height:22px;
	width:28px;
	/*border-bottom:solid 1px #0099FF;*/
}
.homegame a {
	text-decoration: none;
	color: #000000;
}
.homegame a:hover {
	cursor:help;
	text-decoration: none;
	color: #cf7a00;
}
.selectedhomegame {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: red;
	background-color: #ffff99;
	height:22px;
	width:28px;
}
.selectedhomegame a {
	background-color: #ffff99;
	color: #000000;
}
.todayhomegame {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #OOOOOO;
	background-image:url(../images/calendar/has_homegame.gif);
	background-position:center;
	background-repeat:no-repeat;
	height:22px;
	width:28px;
	border:solid 2px #FECC7F;
}
.todayhomegame a {
	text-decoration: none;
	color: #000000;
}
.todayhomegame a:hover {
	cursor:help;
	text-decoration: none;
	color: #cf7a00;
}
.homegamecontent {
	font-size: 10px;
	/*border-style: outset;
	border-width: 1px;*/
	width: 100%;
}

/***** awaygame GAME *****/
.awaygame {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-image:url(../images/calendar/has_awaygame.gif);
	background-position:center;
	background-repeat:no-repeat;
	height:22px;
	width:28px;
	/*border-bottom:solid 1px #0099FF;*/
}
.awaygame a {
	text-decoration: none;
	color: #FFFFFF;
}
.awaygame a:hover {
	cursor:help;
	text-decoration: none;
	color: #00CCFF;
}
.selectedawaygame {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: red;
	background-color: #ffff99;
	height:22px;
	width:28px;
}
.selectedawaygame a {
	background-color: #ffff99;
	color: #000000;
}
.todayawaygame {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-image:url(../images/calendar/has_awaygame.gif);
	background-position:center;
	background-repeat:no-repeat;
	height:22px;
	width:28px;
	border:solid 2px #FECC7F;
}
.todayawaygame a {
	text-decoration: none;
	color: #FFFFFF;
}
.todayawaygame a:hover {
	cursor:help;
	text-decoration: none;
	color: #00CCFF;
}
.awaygamecontent {
	font-size: 10px;
	/*border-style: outset;
	border-width: 1px;*/
	width: 100%;
}

/***** APPEARANCE *****/
.appear {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	background-image:url(../images/calendar/has_appear.gif);
	background-position:center;
	background-repeat:no-repeat;
	height:22px;
	width:28px;
	/*border-bottom:solid 1px #0099FF;*/
}
.appear a {
	text-decoration: none;
	color: #000000;
}
.appear a:hover {
	cursor:help;
	text-decoration: none;
	color: #A2A3A5;
}
.selectedappear {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: red;
	background-color: #ffff99;
	height:22px;
	width:28px;
}
.selectedappear a {
	background-color: #ffff99;
	color: #000000;
}
.todayappear {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	background-image:url(../images/calendar/has_appear.gif);
	background-position:center;
	background-repeat:no-repeat;
	height:22px;
	width:28px;
	border:solid 2px #FECC7F;
}
.todayappear a {
	text-decoration: none;
	color: #000000;
}
.todayappear a:hover {
	cursor:help;
	text-decoration: none;
	color: #A2A3A5;
}
.appearcontent {
	font-size: 10px;
	/*border-style: outset;
	border-width: 1px;*/
	width: 100%;
}

/***** COMMUNITY *****/
.comm {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	background-image:url(../images/calendar/has_comm.gif);
	background-position:center;
	background-repeat:no-repeat;
	height:22px;
	width:28px;
	/*border-bottom:solid 1px #0099FF;*/
}
.comm a {
	text-decoration: none;
	color: #000000;
}
.comm a:hover {
	cursor:help;
	text-decoration: none;
	color: #A2A3A5;
}
.selectedcomm {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: red;
	background-color: #ffff99;
	height:22px;
	width:28px;
}
.selectedcomm a {
	background-color: #ffff99;
	color: #000000;
}
.todaycomm {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	background-image:url(../images/calendar/has_comm.gif);
	background-position:center;
	background-repeat:no-repeat;
	height:22px;
	width:28px;
	border:solid 2px #FECC7F;
}
.todaycomm a {
	text-decoration: none;
	color: #000000;
}
.todaycomm a:hover {
	cursor:help;
	text-decoration: none;
	color: #A2A3A5;
}
.commcontent {
	font-size: 10px;
	/*border-style: outset;
	border-width: 1px;*/
	width: 100%;
}

/***** TRAINING *****/
.training {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	background-image:url(../images/calendar/has_training.gif);
	background-position:center;
	background-repeat:no-repeat;
	height:22px;
	width:28px;
	/*border-bottom:solid 1px #0099FF;*/
}
.training a {
	text-decoration: none;
	color: #000000;
}
.training a:hover {
	cursor:help;
	text-decoration: none;
	color: #A2A3A5;
}
.selectedtraining {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: red;
	background-color: #ffff99;
	height:22px;
	width:28px;
}
.selectedtraining a {
	background-color: #ffff99;
	color: #000000;
}
.todaytraining {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	background-image:url(../images/calendar/has_training.gif);
	background-position:center;
	background-repeat:no-repeat;
	height:22px;
	width:28px;
	border:solid 2px #FECC7F;
}
.todaytraining a {
	text-decoration: none;
	color: #000000;
}
.todaytraining a:hover {
	cursor:help;
	text-decoration: none;
	color: #A2A3A5;
}
.trainingcontent {
	font-size: 10px;
	/*border-style: outset;
	border-width: 1px;*/
	width: 100%;
}

/***** OTHER *****/
.other {
	text-align: center;
	font-size: 10px;
	color: #FFFFFF;
	background:#800e2f;
	height:22px;
	width:28px;
}
.other a {
	text-decoration: none;
	color: #FFFFFF;
}
.other a:hover {
	cursor:help;
	text-decoration: none;
	color: #e7a126;
}
.selectedother {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: red;
	background-color: #ffff99;
	height:22px;
	width:28px;
}
.selectedother a {
	background-color: #ffff99;
	color: #FFFFFF;
}
.todayother {
	text-align: center;
	font-size: 10px;
	color: #FFFFFF;
	background:#800e2f;
	height:18px;
	width:24px;
	border:solid 2px #efc272;
}
.todayother a {
	text-decoration: none;
	color: #FFFFFF;
}
.todayother a:hover {
	cursor:help;
	text-decoration: none;
	color: #e7a126;
}
.othercontent {
	font-size: 10px;
	/*border-style: outset;
	border-width: 1px;*/
	width: 100%;
}
