/* This CSS was created by Jennifer Argote for IT207 002. */
body{
	color: #333;
	background-color: #55aacc;
	text-align: center;
	font-family: 'Bookman Old Style', Bookman, 'URW Bookman L', 'Palatino Linotype', serif;
}

#container{
	width: 675px;
	margin: auto;
	padding: 15px;
	background-color: #eee;
	border: 3px solid #333;
}

/* Link styles */
a:link, a:visited, input[type=checkbox] + .dateInfo > label {
	color: #ee44bb;
	text-decoration: none;
	font-weight: bold;
}

a:hover, input[type=checkbox] + .dateInfo > label:hover {
	color: #ee44bb;
	background-color: #eeaacc;
	border-bottom: 5px solid #ccc;
}

a.day {
	padding: 10px 0px;
	border: 0px;
	display: inline-block;
	width: 100%;
	height: 20px;
}

#choosenDay {
	color: #eee;
	background-color: #55aacc;
}

.deadLink {
	text-decoration: line-through;
	font-weight: bold;
}

/* Spacing styles */
h3 {
	margin-bottom: 0px;
}

.calMonYearLinks {
	margin-top: 0px;
}

/* Text styles */
.bold {
	font-weight: bold;
}

.deco {
	font-style: italic;
}

.error {
	color: red;
}

/* Toggle styles for dates */
#birthForm, #changeDateLinks {
	display: none;
}

input[type=checkbox], input#bdayToggle[type=checkbox]:checked + .dateInfo {
	display: none;
}

input[type=checkbox] + .dateInfo > label {
	cursor: pointer;
}

input#bdayToggle[type=checkbox]:checked ~ #birthForm, input#dateToggle[type=checkbox]:checked ~ #changeDateLinks {
	display: block;
}

input#dateToggle[type=checkbox] + .dateInfo label:after {
	content: "Change";
}

input#dateToggle[type=checkbox]:checked + .dateInfo label:after {
	content: "Hide Options";
}

/* Table styles */
table {
	width: 400px;
	border: 2px solid #333;
	margin: auto;
	text-align: center;
}

table#horizonal td, table#vertical td {
	padding: 5px;
}

td.num {
	background-color: #ccc;
}

table#horizonal td.num {
	border-right: 1px dotted #333;
}

table#vertical td.num {
	border-top: 1px dotted #333;
}

td.star {
	background-color: #eeaacc;
}

table#calendar {
	width: auto;
}

table#calendar td {
	border: 1px dotted #333;
	padding: 0px;
	width: 80px;
}