@CHARSET "UTF-8";
*{
	padding:0;
	margin:0;
}

.AlertContent{
	z-index:99;
	height:100%;
	width:100%;
	background:rgba(0,0,0, .1);
	left:0;
	top:0;
	position:fixed;
}

.WaitContent{
	z-index:99;
	height:100%;
	width:100%;
	background:rgba(0,0,0, .0);
	left:0;
	top:0;
	position:absolute;
}

.AlertDialog{
	z-index:100;
	height:252px;
	width:390px;
	font-size:14px;
	position:relative;

	-webkit-border-radius: 10px 10px 0px 0px;
	-moz-border-radius: 10px 10px 0px 0px;
	border-top-radius: 10px 10px 0px 0px;

	-webkit-box-shadow: 2px 2px 2px rgba(0,0,0, .29), inset 1px 2px 2px rgba(255,255,255, .44);
	-moz-box-shadow: 2px 2px 2px rgba(0,0,0, .29), inset 1px 2px 2px rgba(255,255,255, .44);
	box-shadow: 2px 2px 2px rgba(0,0,0, .29), inset 1px 2px 2px rgba(255,255,255, .44);

	background: -moz-linear-gradient(top, #ffffff 0%, silver 100%); /*#70c9e3 FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, silver)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%, silver 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%, silver 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%, silver 100%); /* IE10+ */
	background: linear-gradient(top, #ffffff 0%, silver 100%); /* W3C */
}

.TopBar_Hint{
	color: #19667d;
	border-top:1px solid transparent;
	border-bottom:1px solid white;

	-webkit-box-shadow: 1px 1px 1px rgba(0,0,0, .29), inset 1px 2px 2px rgba(255,255,255, .44);
	-moz-box-shadow: 1px 1px 1px rgba(0,0,0, .29), inset 1px 2px 2px rgba(255,255,255, .44);
	box-shadow: 1px 1px 1px rgba(0,0,0, .29), inset 1px 2px 2px rgba(255,255,255, .44);

	background: #124d8c; /* Old browsers */
	background: -moz-linear-gradient(top, #124d8c 0%,#082E54 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#124d8c), color-stop(100%,#082E54)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #124d8c 0%,#082E54 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #124d8c 0%,#082E54 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #124d8c 0%,#082E54 100%); /* IE10+ */
	background: linear-gradient(top, #124d8c 0%,#082E54 100%); /* W3C */
}

.TopBar_Warn{
	color: #19667d;
	border-top:1px solid transparent;
	border-bottom:1px solid white;

	-webkit-box-shadow: 1px 1px 1px rgba(0,0,0, .29), inset 1px 2px 2px rgba(255,255,255, .44);
	-moz-box-shadow: 1px 1px 1px rgba(0,0,0, .29), inset 1px 2px 2px rgba(255,255,255, .44);
	box-shadow: 1px 1px 1px rgba(0,0,0, .29), inset 1px 2px 2px rgba(255,255,255, .44);

	background: #124d8c; /* Old browsers */
	background: -moz-linear-gradient(top, #FF6100 0%,#082E54 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FF6100), color-stop(100%,#082E54)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #FF6100 0%,#082E54 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #FF6100 0%,#082E54 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #FF6100 0%,#082E54 100%); /* IE10+ */
	background: linear-gradient(top, #FF6100 0%,#082E54 100%); /* W3C */
}

.TopBar_Err{
	color: #19667d;
	border-top:1px solid transparent;
	border-bottom:1px solid white;
	-webkit-box-shadow: 1px 1px 1px rgba(0,0,0, .29), inset 1px 2px 2px rgba(255,255,255, .44);
	-moz-box-shadow: 1px 1px 1px rgba(0,0,0, .29), inset 1px 2px 2px rgba(255,255,255, .44);
	box-shadow: 1px 1px 1px rgba(0,0,0, .29), inset 1px 2px 2px rgba(255,255,255, .44);

	background: #124d8c; /* Old browsers */
	background: -moz-linear-gradient(top, red 0%,#082E54 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,red), color-stop(100%,#082E54)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, red 0%,#082E54 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, red 0%,#082E54 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, red 0%,#082E54 100%); /* IE10+ */
	background: linear-gradient(top, red 0%,#082E54 100%); /* W3C */
}

.Btn {
	height:25px;
	width:70px;
	display: inline-block;
	position: relative;
	cursor:pointer;
	color: #F9F9F9;
	font-size:13px;
	text-align:center;
	vertical-align:middle;
	text-decoration: none;
	text-shadow: 1px 1px 1px rgba(255,255,255, .22);

	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;

	/*-webkit-box-shadow: 1px 1px 1px rgba(0,0,0, .29), inset 1px 1px 1px rgba(255,255,255, .44);
	-moz-box-shadow: 1px 1px 1px rgba(0,0,0, .29), inset 1px 1px 1px rgba(255,255,255, .44);
	box-shadow: 1px 1px 1px rgba(0,0,0, .29), inset 1px 1px 1px rgba(255,255,255, .44);*/

	background: #00A4FF; /* Old browsers */
	background: -moz-linear-gradient(top,  #00A4FF 0%, #00A4FF 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00A4FF), color-stop(100%,#00A4FF)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #00A4FF 0%,#00A4FF 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #00A4FF 0%,#00A4FF 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #00A4FF 0%,#00A4FF 100%); /* IE10+ */
	background: linear-gradient(top,  #00A4FF 0%,#00A4FF 100%); /* W3C */
}

.Btn:hover{
	height:25px;
	width:70px;
	display: inline-block;
	position: relative;
	cursor:pointer;
	font-weight:bolder;
	vertical-align:middle;
	text-decoration: none;
	text-shadow: 1px 1px 1px rgba(255,255,255, .22);

	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;

	-webkit-box-shadow: 1px 1px 1px rgba(0,0,0, .29), inset 1px 1px 1px rgba(255,255,255, .44);
	-moz-box-shadow: 1px 1px 1px rgba(0,0,0, .29), inset 1px 1px 1px rgba(255,255,255, .44);
	box-shadow: 1px 1px 1px rgba(0,0,0, .29), inset 1px 1px 1px rgba(255,255,255, .44);

	-webkit-transition: all 0.0s ease;
	-moz-transition: all 0.0s ease;
	-o-transition: all 0.0s ease;
	-ms-transition: all 0.0s ease;
	transition: all 0.0s ease;

	background: #70c9e3; /* Old browsers */
	background: -moz-linear-gradient(top, #70c9e3 0%, blue 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #70c9e3), color-stop(100%, blue)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #70c9e3 0%, blue 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #70c9e3 0%, blue 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #70c9e3 0%, blue 100%); /* IE10+ */
	background: linear-gradient(top, #70c9e3 0%, blue 100%); /* W3C */
}

.Btn:active{
	height:25px;
	width:70px;
	display: inline-block;
	position: relative;
	cursor:pointer;
	color:silver;
	vertical-align:middle;
	text-decoration: none;
	text-shadow: 1px 1px 1px rgba(255,255,255, .22);

	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;

	-webkit-box-shadow: 0px 0px 0px rgba(0,0,0, .49), inset 6px 3px 6px rgba(0,0,0, .75);
	-moz-box-shadow: 0px 0px 0px rgba(0,0,0, .49), inset 6px 3px 6px rgba(0,0,0, .75);
	box-shadow: 0px 0px 0px rgba(0,0,0, .49), inset 6px 3px 6px rgba(0,0,0, .75);

	background: #70c9e3; /* Old browsers */
	background: -moz-linear-gradient(top, #70c9e3 0%, #000000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #70c9e3), color-stop(100%, #000000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #39a0be 0%, #39a0be 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #70c9e3 0%, #000000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #70c9e3 0%, #000000 100%); /* IE10+ */
	background: linear-gradient(top, #70c9e3 0%, #000000 100%); /* W3C */
}
