.ie_height_fix {
	height: expression(this.ieHeight ? eval(this.ieHeight.offsetHeight) : "0px");
}

body {
	font-family: verdana;
	font-size: 90%;
}

h1 {
	text-align: center;
}

#box {
	margin: 2em auto;
	width: 85%;
	position: relative;
}

#content {
	padding: 1em;
	border: 2px solid #444;
	background-color: #feb;
}

#alert {
	position: absolute;
	top: 10px;
	right: 10px;
}

#tabs {
	height: 26px;
}

.tab {
	float: left;
	border-width: 2px 2px 0px 0px;
	border-style: solid;
	border-color: #444;
	padding: 2px 5px;
	cursor: pointer;
	height: 22px;
}

.tab_selected {
	background-color: #f00 !important;
}

.tab:hover {
	background-color: #ccc;
}

.tab img {
	border: 1px solid #fff;
}

.tab img:hover {
	border: 1px solid #000;
}

.header {
	font-size: 120%;
	border-bottom: 2px solid #000;
}


.result {
	margin: 3px 0px;
}

.result_header {
	cursor: pointer;
	background-color: #f0e0b0;
	margin-bottom: 3px;
}

.toggle {
	font-weight: bold;
}

.table {
	width: 100%;
	border-collapse: collapse;
}

.table thead td {
	font-weight: bold;
	border-bottom: 1px solid #000;
}

/*--------------- calendar --------------*/
.calendar {
	background-color: #fff;
	border: 1px solid #000;
}

.calendar_year, .calendar_month {
	text-align: center;
	border-bottom: 1px solid #aaa;
	padding: 2px 0px;
}

.calendar table {
	border-collapse: collapse;
	margin-top: 2px;
}

.calendar thead {
	font-weight: bold;
}

.calendar thead td {
	padding: 0px 2px;
}

.calendar td {
	font-size: 80%;
	text-align: center;
	padding: 2px;
}

.calendar td:hover {
	background-color: #ccc;
}

td.calendar_selected {
	background-color: #faa;
}

.calendar_special {
	color: #c55;
}

.link {
	color: #00a;
	cursor: pointer;
}

.link:hover {
	text-decoration: underline;
}

.table tr:hover {
	background-color: #ddd;
}

.important {
	font-weight: bold;
}

#footer {
	font-size: 80%;
	margin: 2em auto;
	width: 200px;
	padding: 1em;
	border-top: 2px solid #aaa;
}