@CHARSET "UTF-8";


.button
{
	background: #dcdcdc; /* Old browsers */
	background: -moz-linear-gradient(top,  #dcdcdc 0%, #9b9b9b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dcdcdc), color-stop(100%,#9b9b9b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #dcdcdc 0%,#9b9b9b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #dcdcdc 0%,#9b9b9b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #dcdcdc 0%,#9b9b9b 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #dcdcdc 0%,#9b9b9b 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dcdcdc', endColorstr='#9b9b9b',GradientType=0 ); /* IE6-9 */
	
	color: black;
	cursor: hand;
	cursor: pointer;
	
	box-shadow: 		0px 3px 8px 0px rgba(0, 0, 0, 0.6);
	-moz-box-shadow:	0px 3px 8px 0px rgba(0, 0, 0, 0.6);
	-webkit-box-shadow:	0px 3px 8px 0px rgba(0, 0, 0, 0.6);
	
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	
	display: none;
	
	text-align: center;
	
	height: 140px;
	margin-top: 10px;
	padding: 15px;
}
.button:hover
{
	background: #dcdcdc; /* Old browsers */
	background: -moz-linear-gradient(top,  #fafafa 0%, #b9b9b9 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafafa), color-stop(100%,#b9b9b9)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fafafa 0%,#b9b9b9 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fafafa 0%,#b9b9b9 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fafafa 0%,#b9b9b9 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fafafa 0%,#b9b9b9 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#b9b9b9',GradientType=0 ); /* IE6-9 */
}
.button:active
{
	position: relative;
	left: 1px;
	top: 1px;
}

.button_dis
{
	background: #9b9b9b; /* Old browsers */
	
	color: black;
	cursor: default;
	
	box-shadow: 		0px 3px 8px 0px rgba(0, 0, 0, 0.6);
	-moz-box-shadow:	0px 3px 8px 0px rgba(0, 0, 0, 0.6);
	-webkit-box-shadow:	0px 3px 8px 0px rgba(0, 0, 0, 0.6);
	
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	
	text-align: center;
	
	height: 140px;
	margin-top: 10px;
	padding: 15px;
}

.button .category_btn_black,
.button_dis .category_btn_black
{
	background-color: black;
	
	box-shadow: 		0px 3px 8px 0px rgba(0, 0, 0, 0.6);
	-moz-box-shadow:	0px 3px 8px 0px rgba(0, 0, 0, 0.6);
	-webkit-box-shadow:	0px 3px 8px 0px rgba(0, 0, 0, 0.6);
	
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	
	color: white;

	display: inline-block;
	
	line-height: 30px;

	height: 30px;	
	margin-left: 12px;
	margin-right: 12px;
	width: 135px;
}

.button:hover .category_btn_black
{
	background-color: black;
	
	-webkit-box-shadow: 0px 0px 8px 4px rgba(255,255,255,1);
	-moz-box-shadow: 0px 0px 8px 4px rgba(255,255,255,1);
	box-shadow: 0px 0px 8px 4px rgba(255,255,255,1);
	
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	
	color: white;

	display: inline-block;
	
	line-height: 30px;

	height: 30px;	
	margin-left: 12px;
	margin-right: 12px;
	width: 135px;
}

.button .category_btn_blue,
.button_dis .category_btn_blue
{
	box-shadow: 		0px 3px 8px 0px rgba(0, 0, 0, 0.6);
	-moz-box-shadow:	0px 3px 8px 0px rgba(0, 0, 0, 0.6);
	-webkit-box-shadow:	0px 3px 8px 0px rgba(0, 0, 0, 0.6);
	
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	
	margin-left: 12px;
	margin-right: 12px;
	margin-top: 10px;
}

.button:hover .category_btn_blue
{
	-webkit-box-shadow: 0px 0px 8px 4px rgba(255,255,255,1);
	-moz-box-shadow: 0px 0px 8px 4px rgba(255,255,255,1);
	box-shadow: 0px 0px 8px 4px rgba(255,255,255,1);
	
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	
	margin-left: 12px;
	margin-right: 12px;
	margin-top: 10px;
}

.button #l_btn,
.button_dis #l_btn
{
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	
	box-shadow:         1px 1px 6px 0px rgba(0, 0, 0, 0.41);	
	-webkit-box-shadow: 1px 1px 6px 0px rgba(0, 0, 0, 0.41);
	-moz-box-shadow:    1px 1px 6px 0px rgba(0, 0, 0, 0.41);

	margin-top:10px;	
}
.button:hover #l_btn
{
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	
	-webkit-box-shadow: 0px 0px 8px 4px rgba(255,255,255,1);
	-moz-box-shadow: 0px 0px 8px 4px rgba(255,255,255,1);
	box-shadow: 0px 0px 8px 4px rgba(255,255,255,1);

	margin-top:10px;	
}

.buttons_bkg
{
	background: #646464; /* Old browsers */
	background: -moz-linear-gradient(top,  #646464 0%, #6c737a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#646464), color-stop(100%,#6c737a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #646464 0%,#6c737a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #646464 0%,#6c737a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #646464 0%,#6c737a 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #646464 0%,#6c737a 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#646464', endColorstr='#6c737a',GradientType=0 ); /* IE6-9 */
	color: white;
	
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	
	border-style: none;
	border-width: 1px;
	
	box-shadow:         1px 1px 6px 0px rgba(0, 0, 0, 0.41);	
	-webkit-box-shadow: 1px 1px 6px 0px rgba(0, 0, 0, 0.41);
	-moz-box-shadow:    1px 1px 6px 0px rgba(0, 0, 0, 0.41);

	min-height: 620px;
	padding: 20px;
}

.demo_button
{
	background: #dcdcdc; /* Old browsers */
	background: -moz-linear-gradient(top,  #dcdcdc 0%, #9b9b9b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dcdcdc), color-stop(100%,#9b9b9b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #dcdcdc 0%,#9b9b9b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #dcdcdc 0%,#9b9b9b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #dcdcdc 0%,#9b9b9b 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #dcdcdc 0%,#9b9b9b 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dcdcdc', endColorstr='#9b9b9b',GradientType=0 ); /* IE6-9 */
	
	box-shadow: 		0px 3px 8px 0px rgba(0, 0, 0, 0.6);
	-moz-box-shadow:	0px 3px 8px 0px rgba(0, 0, 0, 0.6);
	-webkit-box-shadow:	0px 3px 8px 0px rgba(0, 0, 0, 0.6);
	
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;

	color: black;
	cursor: hand;
	cursor: pointer;
	
	margin-top: 10px;
	padding: 10px;
	text-align: center;
}
.demo_button:hover
{
	background: #dcdcdc; /* Old browsers */
	background: -moz-linear-gradient(top,  #fafafa 0%, #b9b9b9 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafafa), color-stop(100%,#b9b9b9)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fafafa 0%,#b9b9b9 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fafafa 0%,#b9b9b9 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fafafa 0%,#b9b9b9 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fafafa 0%,#b9b9b9 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#b9b9b9',GradientType=0 ); /* IE6-9 */
}
.demo_button { position: absolute; right: 20px; top: 5px; }
.demo_button:active { position: absolute; right: 19px; top: 6px; }

.demo_button_blue
{
	background: #dcdcdc; /* Old browsers */
	background: -moz-linear-gradient(top,  #dcdcdc 0%, #9b9b9b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dcdcdc), color-stop(100%,#9b9b9b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #dcdcdc 0%,#9b9b9b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #dcdcdc 0%,#9b9b9b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #dcdcdc 0%,#9b9b9b 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgb(30,150,190)  0%,rgb(0,111,180) 100%); /* W3C */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dcdcdc', endColorstr='#9b9b9b',GradientType=0 ); /* IE6-9 */*/
	
	box-shadow: 		0px 3px 8px 0px rgba(0, 0, 0, 0.6);
	-moz-box-shadow:	0px 3px 8px 0px rgba(0, 0, 0, 0.6);
	-webkit-box-shadow:	0px 3px 8px 0px rgba(0, 0, 0, 0.6);
	
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;

	color: white;
	cursor: hand;
	cursor: pointer;
	
	margin-top: 10px;
	padding: 10px;
	text-align: center;
}
.demo_button_blue:hover
{
	background: #dcdcdc; /* Old browsers */
	background: -moz-linear-gradient(top,  #fafafa 0%, #b9b9b9 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafafa), color-stop(100%,#b9b9b9)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fafafa 0%,#b9b9b9 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fafafa 0%,#b9b9b9 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fafafa 0%,#b9b9b9 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgb(80,200,240)  0%,rgb(0,111,180) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#b9b9b9',GradientType=0 ); /* IE6-9 */
}
.demo_button_blue { position: absolute; right: 20px; top: 5px; }
.demo_button_blue:active { position: absolute; right: 19px; top: 6px; }


#login
{
	background: #646464; /* Old browsers */
	background: -moz-linear-gradient(top,  #646464 0%, #6c737a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#646464), color-stop(100%,#6c737a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #646464 0%,#6c737a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #646464 0%,#6c737a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #646464 0%,#6c737a 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #646464 0%,#6c737a 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#646464', endColorstr='#6c737a',GradientType=0 ); /* IE6-9 */
	
	color: white;
	
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	
	box-shadow:         1px 1px 6px 0px rgba(0, 0, 0, 0.41);	
	-webkit-box-shadow: 1px 1px 6px 0px rgba(0, 0, 0, 0.41);
	-moz-box-shadow:    1px 1px 6px 0px rgba(0, 0, 0, 0.41);
}

#login_button,
#logout_button,
#force_logout_button,
#buy_login_button_edriver,
#buy_login_button_edriver_truck
{
	background: #dcdcdc; /* Old browsers */
	background: -moz-linear-gradient(top,  #dcdcdc 0%, #9b9b9b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dcdcdc), color-stop(100%,#9b9b9b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #dcdcdc 0%,#9b9b9b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #dcdcdc 0%,#9b9b9b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #dcdcdc 0%,#9b9b9b 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #dcdcdc 0%,#9b9b9b 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dcdcdc', endColorstr='#9b9b9b',GradientType=0 ); /* IE6-9 */
	
	box-shadow: 		0px 3px 8px 0px rgba(0, 0, 0, 0.6);
	-moz-box-shadow:	0px 3px 8px 0px rgba(0, 0, 0, 0.6);
	-webkit-box-shadow:	0px 3px 8px 0px rgba(0, 0, 0, 0.6);
	
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;

	color: black;
	cursor: hand;
	cursor: pointer;
	
	margin-top: 10px;
	padding: 10px;
	text-align: center;
}
#login_button:hover,
#logout_button:hover,
#force_logout_button:hover
{
	background: #dcdcdc; /* Old browsers */
	background: -moz-linear-gradient(top,  #fafafa 0%, #b9b9b9 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafafa), color-stop(100%,#b9b9b9)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fafafa 0%,#b9b9b9 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fafafa 0%,#b9b9b9 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fafafa 0%,#b9b9b9 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fafafa 0%,#b9b9b9 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#b9b9b9',GradientType=0 ); /* IE6-9 */
}
#login_button:active,
#force_logout_button:active
{
	position: relative;
	left: 1px;
	top: 1px;
}

#logout_button { position: absolute; right: 20px; top: 5px; }
#logout_button:active { position: absolute; right: 19px; top: 6px; }

#logout_progress
{
	border-style: none;
	border-width: 1px;
	
	display: none;
	float: right;
	height: 34px;
}

#login_div
{
	border-style: none;
	border-width: 1px;
	
	bottom: 0px;
	position: absolute;
	top: 60px;
	left: 0px;
	width: 650px;
}

#password,
#user_id
{
	font-family:Helvetica,Arial,sans-serif;
	font-size:16px;
	
	height: 35px;
	margin: 5px;
	padding-left: 5px;
	width: 270px;
}

#password_bkg,
#user_id_bkg
{
	background: #383A3C;
	
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	
	height: 50px;
	width: 290px;
}
#progress
{
	border-style: none;
	border-width: 1px;
	
	display: none;
	height: 34px;
	margin-top: 20px;
}

#select_topic
{
	line-height: 35px;
}
table, 
table tr, 
table td 
{ 
	padding:none;
	border:none;
	border-spacing:5px;
}

#user_id_label, #password_label { font-size: 16px; font-weight: bold; }
