a:link {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	font-size: 12px;
}
a:visited {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	font-size: 12px;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
}
.line_down {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

.day_main_title {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.day_main_text {
	font-size: 12px;
	vertical-align: top;
}
.line_up {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
.confirm_message {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.night_main_title {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.night_main_text {
	font-size: 12px;
	vertical-align: top;
}
.insert_title {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.insert_subtext {
	font-size: 10px;
	color: #FFFFFF;
}
input {
	border-width: 1px;
	border-color: #FFFFFF;
	color: #FFFFFF;
	background-color: #000000;
}
textarea {
	border-width: 1px;
	border-color: #FFFFFF;
	color: #FFFFFF; 
	background-color: #000000;
}
.day_off_button {
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}
.night_off_button {
	font-size: 12px;
	font-weight: bold;
	color: #999999;
}
.row {
	cursor:pointer;
	h: expression(
		onmouseover=new Function("this.style.backgroundColor='#FFFFFF'; this.style.color='#000000';"),
        onmouseout=new Function("this.style.backgroundColor=''; this.style.color='#000000';")
		);
}
.row:hover {
	background-color:#FFFFFF;
	cursor:pointer;
}