/*
	Calender Styles
*/

a.cal_date:link {
	text-decoration:none;
	color:white;
	display:block;
	width:98%;
	height:100%;
}

a.cal_date:visited {
	text-decoration:none;
	color:white;
	display:block;
	width:98%;
	height:100%;
}

a.cal_date:hover {
	text-decoration:none;
	color:white;
	display:block;
	width:98%;
	height:100%;
}

a.cal_date:active {
	text-decoration:none;
	color:white;
	display:block;
	width:98%;
	height:100%;
}

a.cal {
	width: 3em;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
 float: left;
}

a.cal:link {
	text-decoration:none;
	color:red;
	display:block;
	width: 98%;
	height:80%;
	padding:0;
	padding-bottom: -1px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: -2px;
}

a.cal:visited {
	text-decoration:none;
	color:red;
	display:block;
	width:98%;
	height:80%;
	padding:0;
	padding-bottom: -1px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: -2px;
}

a.cal:hover {
	text-decoration:none;
	color:white;
	display:block;
	width:98%;
	height:80%;
	background:#dddddd;
	border: 1px solid #666;
	padding-bottom: -1px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: -2px;
}

a.cal:active {
	text-decoration:none;
	color:red;
	display:block;
	width: 98%;
	height:80%;
	padding:0;
	padding-bottom: -1px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: -2px;
}

 a.birthday:link {
	text-decoration:none;
	color:blue;
	width: 4.5em;
	max-width: 97%;
	background:#f4fcc5;
	padding:3px;
	padding-left: 22px;
	padding-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #333;
	font-family: monospace;
	background-image: url(../img/birthday.gif);
	background-position: center left;
	background-repeat: no-repeat;
	z-index:500;
}

a.birthday:visited {
	text-decoration:none;
	color:blue;
	width: 4.5em;
	max-width: 4.5em;
	background:#f4fcc5;
	padding:3px;
	padding-left: 22px;
	padding-bottom:0;
	margin-left: auto;
	margin-right: auto;
	font-family: monospace;
	border: 1px solid #333;
	background-image: url(../img/birthday.gif);
	background-position: center left;
	background-repeat: no-repeat;
}


a.event:link {
	text-decoration:none;
	font-family: monospace;
	color:blue;
	width:4.5em;
	background:#bee1b8;
	padding:3px;
	padding-bottom:0;
	border: 1px solid #333;
	border-left: 0;
}

a.event:visited {
	text-decoration:none;
	font-family: monospace;
	color:blue;
	width:98%;
	background:#bee1b8;
	padding:3px;
	padding-bottom:0;
	border: 1px solid #333;
	border-left: 0;
}

a.deleteevent:link{
	text-decoration:none;
	font-family: monospace;
	color:white;
	font-weight: bold;
	background-color: red;
	padding:3px;
	padding-bottom:0;
	margin-left: 3px;
	border: 1px solid #333;
}

a.deleteevent:visited {
	text-decoration:none;
	font-family: monospace;
	color:red;
	font-weight: bold;
	background-color: red;
	padding:3px;
	padding-bottom:0;
	margin-left: 3px;
	border: 1px solid #333;
}

a.disabled {
	text-decoration:none;
	color:#ccc;
	font-weight: bold;
	font-family: monospace;
	background-color: #ddd;
	padding:3px;
	padding-bottom:0;
	margin-left: 3px;
	border: 1px solid #333;
}

table.cal {
	border: 1px solid #222;
}

th.cal {
	background: #ddd;
	color: #000;
	background-color: #e6f9f0;
	border: 1px solid #999;
	width: 3.5em;
}

td.cal_date {
	background: #333;
	color: #e6f9f0;
	border: 1px solid #333;
	text-align: right;
	padding-right: .2em;
}

td.cal {
	background-image: url(../img/bg.jpg);
	background-position: left top;
	background-repeat: repeat-x;
	border: 1px solid #ddd;
	position: static;
	height: 7.5em;
}

span.datepicker {
	display: block;
	font-family: "trebuchet ms", verdana, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-align: center;	
	width: 98%;
	margin-top: .5em;
}

span.datepicker a {
	text-decoration: none;
}

strong.today {
	color: #bee1b8;
	background-color: #333;
}

#eventcage form {
	width: 17em;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2em;
	margin-bottom: 2em;
}

#eventcage input[type="submit"] {
	width: 7em;
}

#eventcage p {
	padding: .5em;
	font-size: 1.25em;
}

#eventcage input[name='count'] {
	width: 2em;
}

#eventcage input[name='rsvp'] {
	width: 4em;
}

input {
	width: 13.5em;
}

option {
	width: 3em;
}

textarea {
	width: 13.8em;
}

select[name="startampm"], select[name="endampm"] {
	width: 3.7em;
}
