.Button_Blue
{
	-moz-box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	-webkit-box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #79bbff), color-stop(1, #378de5));
	background:-moz-linear-gradient(top, #79bbff 5%, #378de5 100%);
	background:-webkit-linear-gradient(top, #79bbff 5%, #378de5 100%);
	background:-o-linear-gradient(top, #79bbff 5%, #378de5 100%);
	background:-ms-linear-gradient(top, #79bbff 5%, #378de5 100%);
	background:linear-gradient(to bottom, #79bbff 5%, #378de5 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#378de5',GradientType=0);
	background-color:#79bbff;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #84bbf3;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:arial;
	font-size:20px;
	font-weight:bold;
	padding:8px 16px;
	text-decoration:none;
	text-shadow:0px 1px 0px #528ecc;
}
//.Button_Blue:hover
//{
//	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #378de5), color-stop(1, #79bbff));
//	background:-moz-linear-gradient(top, #378de5 5%, #79bbff 100%);
//	background:-webkit-linear-gradient(top, #378de5 5%, #79bbff 100%);
//	background:-o-linear-gradient(top, #378de5 5%, #79bbff 100%);
//	background:-ms-linear-gradient(top, #378de5 5%, #79bbff 100%);
//	background:linear-gradient(to bottom, #378de5 5%, #79bbff 100%);
//	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#378de5', endColorstr='#79bbff',GradientType=0);
//	background-color:#378de5;
//}
//.Button_Blue:active
//{
//	position:relative;
//	top:1px;
//}



.Button_White
{
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #f6f6f6));
	background:-moz-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:-webkit-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:-o-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:-ms-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:linear-gradient(to bottom, #ffffff 5%, #f6f6f6 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0);
	background-color:#ffffff;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	color:#666666;
	font-family:arial;
	font-size:20px;
	padding:8px 16px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
}
//.Button_White:hover
//{
//	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f6f6f6), color-stop(1, #ffffff));
//	background:-moz-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
//	background:-webkit-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
//	background:-o-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
//	background:-ms-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
//	background:linear-gradient(to bottom, #f6f6f6 5%, #ffffff 100%);
//	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#ffffff',GradientType=0);
//	background-color:#f6f6f6;
//}
//.Button_White:active
//{
//	position:relative;
//	top:1px;
//}



.Button_LightGreen
{
	-moz-box-shadow:inset 0px 1px 0px 0px #d9fbbe;
	-webkit-box-shadow:inset 0px 1px 0px 0px #d9fbbe;
	box-shadow:inset 0px 1px 0px 0px #d9fbbe;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #b8e356), color-stop(1, #a5cc52));
	background:-moz-linear-gradient(top, #b8e356 5%, #a5cc52 100%);
	background:-webkit-linear-gradient(top, #b8e356 5%, #a5cc52 100%);
	background:-o-linear-gradient(top, #b8e356 5%, #a5cc52 100%);
	background:-ms-linear-gradient(top, #b8e356 5%, #a5cc52 100%);
	background:linear-gradient(to bottom, #b8e356 5%, #a5cc52 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#b8e356', endColorstr='#a5cc52',GradientType=0);
	background-color:#b8e356;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #83c41a;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:arial;
	font-size:20px;
	font-weight:bold;
	padding:8px 16px;
	text-decoration:none;
	text-shadow:0px 1px 0px #86ae47;
}
//.Button_LightGreen:hover
//{
//	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #a5cc52), color-stop(1, #b8e356));
//	background:-moz-linear-gradient(top, #a5cc52 5%, #b8e356 100%);
//	background:-webkit-linear-gradient(top, #a5cc52 5%, #b8e356 100%);
//	background:-o-linear-gradient(top, #a5cc52 5%, #b8e356 100%);
//	background:-ms-linear-gradient(top, #a5cc52 5%, #b8e356 100%);
//	background:linear-gradient(to bottom, #a5cc52 5%, #b8e356 100%);
//	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#a5cc52', endColorstr='#b8e356',GradientType=0);
//	background-color:#a5cc52;
//}
//.Button_LightGreen:active
//{
//	position:relative;
//	top:1px;
//}



.Button_Gray
{
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf));
	background:-moz-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background:-webkit-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background:-o-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background:-ms-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background:linear-gradient(to bottom, #ededed 5%, #dfdfdf 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf',GradientType=0);
	background-color:#ededed;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	color:#777777;
	font-family:arial;
	font-size:20px;
	font-weight:bold;
	padding:8px 16px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
}
//.Button_Gray:hover
//{
//	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed));
//	background:-moz-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
//	background:-webkit-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
//	background:-o-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
//	background:-ms-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
//	background:linear-gradient(to bottom, #dfdfdf 5%, #ededed 100%);
//	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed',GradientType=0);
//	background-color:#dfdfdf;
//}
//.Button_Gray:active
//{
//	position:relative;
//	top:1px;
//}


.Button_Red
{
	-moz-box-shadow:inset 0px 1px 0px 0px #f29c93;
	-webkit-box-shadow:inset 0px 1px 0px 0px #f29c93;
	box-shadow:inset 0px 1px 0px 0px #f29c93;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #fe1a00), color-stop(1, #ce0100));
	background:-moz-linear-gradient(top, #fe1a00 5%, #ce0100 100%);
	background:-webkit-linear-gradient(top, #fe1a00 5%, #ce0100 100%);
	background:-o-linear-gradient(top, #fe1a00 5%, #ce0100 100%);
	background:-ms-linear-gradient(top, #fe1a00 5%, #ce0100 100%);
	background:linear-gradient(to bottom, #fe1a00 5%, #ce0100 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe1a00', endColorstr='#ce0100',GradientType=0);
	background-color:#fe1a00;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #d83526;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:arial;
	font-size:20px;
	font-weight:bold;
	padding:8px 16px;
	text-decoration:none;
	text-shadow:0px 1px 0px #b23e35;
}
//.Button_Red:hover
//{
//	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ce0100), color-stop(1, #fe1a00));
//	background:-moz-linear-gradient(top, #ce0100 5%, #fe1a00 100%);
//	background:-webkit-linear-gradient(top, #ce0100 5%, #fe1a00 100%);
//	background:-o-linear-gradient(top, #ce0100 5%, #fe1a00 100%);
//	background:-ms-linear-gradient(top, #ce0100 5%, #fe1a00 100%);
//	background:linear-gradient(to bottom, #ce0100 5%, #fe1a00 100%);
//	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ce0100', endColorstr='#fe1a00',GradientType=0);
//	background-color:#ce0100;
//}
//.Button_Red:active
//{
//	position:relative;
//	top:1px;
//}






.item_flame
{
	border-collapse: collapse;
	border: 1px solid;
	border-color: #c0c0c0;
	background-color: #ddffff;
	font:16pt 'Arial';
	line-height: 99%;
}


.item_flame_Today
{
	border-collapse: collapse;
	border: 1px solid;
	border-color: #c0c0c0;
	background-color: #ddffff;
	font:16pt 'Arial';
	line-height: 99%;
}


.scedule_flame
{
	border-collapse: collapse;
	border: 1px solid;
	border-color: #c0c0c0;
	font:16pt 'Arial';
	line-height: 99%;
}


.scedule_Today
{
	border-collapse: collapse;
	border: 1px solid;
	border-color: #c0c0c0;
	font:16pt 'Arial';
	line-height: 99%;
}


.name_flame
{
	border-collapse: collapse;
	border: 1px solid;
	border-color: #c0c0c0;
	font:16pt 'Arial';
	line-height: 99%;
	padding: 0px 0px 0px 12px;
}


.NameButton
{
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf));
	background:-moz-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background:-webkit-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background:-o-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background:-ms-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background:linear-gradient(to bottom, #ededed 5%, #dfdfdf 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf',GradientType=0);
	background-color:#ededed;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	color:#000000;
	font-family:arial;
	font-size:16px;
	font-weight:bold;
	padding:6px 16px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
}
.NameButton:hover
{
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed));
	background:-moz-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
	background:-webkit-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
	background:-o-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
	background:-ms-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
	background:linear-gradient(to bottom, #dfdfdf 5%, #ededed 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed',GradientType=0);
	background-color:#dfdfdf;
}
.NameButton:active
{
	position:relative;
	top:1px;
}


select
{
	font:16pt 'Arial';
	height: 40px;
}

input
{
	font:16pt 'Arial';
	height: 40px;
}

