.calendar * { margin: 0; padding: 0; border: 0; font-weight: normal; color: #000; }
.calendar .invalidday a, .calendar .invalidday a:hover { color: #ccc; background: #fff; cursor: default; }
.calendar .selectedday { background: #ddd; }
.calendar .today { font-weight: bold; color: #00f; }
.calendar a { padding: 2px; color: #000; text-decoration: none; }
.calendar a:hover { background: #EFA307; }
.calendar table { border-collapse: collapse; font-size: 8pt; }
.calendar tbody td { width: 10px; }
.calendar td, .calendar th { padding: 1px; text-align: center; }
.calendar thead td { border-bottom: 1px solid #aaa; }
.calendar thead td { font-weight: bold; }
.calendar thead th a { font-size: 9pt; font-weight: bold; }
.calendar thead th { padding: 2px 0; vertical-align: middle; background: #EFA307; }
.calendar { padding-bottom: 2px; border: 1px solid #aaa; font-size: small; background: #fff; }
.calendaricon { cursor: pointer; }
.calendarlink, .calendaricon { margin: 0 3px; }

.error {
	color: #000;
	font-weight: bold;
}
.tool_link {
	color: #EFA307;
	font-size: 9px;
	text-decoration: none;
	text-transform: uppercase;
}

#progress_1 {
	background: url('/images/widget/tab1_off.png');
	position: absolute;
	top: 10px;
	left: 0px;
	padding: 0;
	margin: 10px 0 0 0;
	height: 50px;
	width: 141px;
}
#progress_1_on {
	background: url('/images/widget/tab1_on.png');
	position: absolute;
	top: 10px;
	left: 0px;
	padding: 0;
	margin: 10px 0 0 0;
	height: 50px;
	width: 141px;
	z-index: 100000;
}
a #progress_1:hover {
	background: url('/images/widget/tab1_hover.png');
	position: absolute;
	top: 10px;
	left: 0px;
	padding: 0;
	margin: 10px 0 0 0;
	height: 50px;
	width: 141px;
	cursor: pointer;
}
#progress_2 {
	background: url('/images/widget/tab2_off.png');
	position: absolute;
	top: 10px;
	left: 136px;
	padding: 0;
	margin: 10px 0 0 0;
	height: 50px;
	width: 141px;
}
#progress_2_on {
	background: url('/images/widget/tab2_on.png');
	position: absolute;
	top: 10px;
	left: 136px;
	padding: 0;
	margin: 10px 0 0 0;
	height: 50px;
	width: 141px;
	z-index: 100000;
}
a #progress_2:hover {
	background: url('/images/widget/tab2_hover.png');
	position: absolute;
	top: 10px;
	left: 136px;
	padding: 0;
	margin: 10px 0 0 0;
	height: 50px;
	width: 141px;
	cursor: pointer;
}
#progress_3 {
	background: url('/images/widget/tab3_off.png');
	position: absolute;
	top: 10px;
	left: 272px;
	padding: 0;
	margin: 10px 0 0 0;
	height: 50px;
	width: 141px;
}
#progress_3_on {
	background: url('/images/widget/tab3_on.png');
	position: absolute;
	top: 10px;
	left: 272px;
	padding: 0;
	margin: 10px 0 0 0;
	height: 50px;
	width: 141px;
	z-index: 100000;
	
}
a #progress_3:hover {
	background: url('/images/widget/tab3_hover.png');
	position: absolute;
	top: 10px;
	left: 272px;
	padding: 0;
	margin: 10px 0 0 0;
	height: 50px;
	width: 141px;
	cursor: pointer;
}
#progress_4 {
	background: url('/images/widget/tab4_off.png');
	position: absolute;
	top: 10px;
	left: 409px;
	padding: 0;
	margin: 10px 0 0 0;
	height: 50px;
	width: 141px;
}
#progress_4_on {
	background: url('/images/widget/tab4_on.png');
	position: absolute;
	top: 10px;
	left: 409px;
	padding: 0;
	margin: 10px 0 0 0;
	height: 50px;
	width: 141px;
	z-index: 100000;
}
#progress_5 {
	background: url('/images/widget/progress_5.png') top left no-repeat;
	position: relative;
	top: 10px;
	left: 0px;
	padding: 0;
	margin: 0px 0 0 0;
	height: 50px;
	width: 550px;
}

#wedding_hidden {
	background: #fff;
	font-size: smaller;
	margin: 0 0 0 10px;
	padding: 0;
	display: inline;
}

#party_hidden {
	background: #fff;
	font-size: smaller;
	margin: 0 0 0 10px;
	padding: 0;
	display: inline;
}

#event_chooser_left {
	color: #EFA307;
	font-weight: bold;
	text-align: right;
	width: 100px;
	vertical-align: top;
}

#event_chooser_right {
	background: #ececec;
	border: none;
	color: black;
	font-weight: normal;
	text-align: left;
	width: auto;
	vertical-align: top;
}

#chooser {
	width: 550px;
	padding: 0;
	margin: 0;
	border-left: 5px solid #fdbb30;
	border-right: 5px solid #fdbb30;
	border-bottom: 5px solid #fdbb30;
	border-top: none;
}
#chooser tr, #chooser td {
	padding: 0;
	margin: 0;
}


#left_col p img {
	border: none;
	float: none;
	margin: 0 0 0 3px;
	padding: 0;
}

#left_col img {
	border: none;
	margin: 10px 0 0 0;
	padding: 0;
}

#left_col {
	margin: 55px 0 0 0;
}

input {
	margin: 0;
	padding: 3px;
}
