table.calendar {
	width: 96%;
	margin-top: 20px;
	border-collapse: collapse;
	border-spacing: 0;
}

th.days {
	width: 20%px;
}

th.month {
	font-size: 16pt;
	border-bottom: 1px solid #4F8DEA;
	color: black;
}
th.month a, th.month a:visited {
	color: black;
}
th.month a:hover {
	color: #4F8DEA;
}

td.calendar {
	border: 1px solid black;
	height: 75px;
	vertical-align: top;
	text-align: left;
	padding-left: 5px;
}

td.this_month {
	background: #FFFFFF;
}

td.other_month {
	background: #CFCFCF;
}
td.today {
	background: #D0D0FF;
}

textarea.input {
	width: 400px;
	height: 100px;
	font-family: sans-serif;
	font-size: 9pt;
}

#content p.raidinfo:first-letter {
	padding-left: 0px;
}

td span.inotice {
	font-weight: bold;
}

td span.inoticered {
	font-weight: bold;
	color: #FF0000;
}

td a img.highlightevent {
	border-top: 2px solid #F99;
	border-left: 2px solid #F99;
	border-bottom: 2px solid #600;
	border-right: 2px solid #600;
	background: red;
}

td a img.highlighteventreserve {
	border-top: 2px solid #99F;
	border-left: 2px solid #99F;
	border-bottom: 2px solid #006;
	border-right: 2px solid #006;
	background: blue;
}

td a img.highlighteventattend {
	border-top: 2px solid #9F9;
	border-left: 2px solid #9F9;
	border-bottom: 2px solid #060;
	border-right: 2px solid #060;
	background: green;
}

div.instancereset {
	position: relative;
	width: 35px;
	text-align: right;
	float: right;
	right: 10px;
	font-weight: bold;
	cursor: default;
}

div.daynum {
	position: relative;
	width: 60px;
	float: left;
}

* a.team {
	cursor: pointer;
}

table.team {
	border-collapse: collapse;
	width: 95%;
	border: 1px solid #4F8DEA;
}

table.team th, table.team td {
	padding: 2px;
}

th.team_title {
	font-size: 12pt;
	border-top: 1px solid #4F8DEA;
}

.team_0 {
	background: #EEF;
}

.team_1 {
	background: #FEE;
}

.team_2 {
	background: #EFE;
}

.team_3 {
	background: #FEF;
}

