@charset "utf-8";
/* CSS Document */


/************/
/* .button0 */
/************/
.button0 {
	-moz-box-shadow: 0px 10px 14px -7px #485f63;
	-webkit-box-shadow: 0px 10px 14px -7px #485f63;
	box-shadow: 0px 10px 14px -7px #485f63;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #c2c9cc), color-stop(1, #889294));
	background:-moz-linear-gradient(top, #c2c9cc 5%, #889294 100%);
	background:-webkit-linear-gradient(top, #c2c9cc 5%, #889294 100%);
	background:-o-linear-gradient(top, #c2c9cc 5%, #889294 100%);
	background:-ms-linear-gradient(top, #c2c9cc 5%, #889294 100%);
	background:linear-gradient(to bottom, #c2c9cc 5%, #889294 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c2c9cc', endColorstr='#889294',GradientType=0);
	background-color:#c2c9cc;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	padding:5px 21px;
	text-decoration:none;
	text-shadow:0px 1px 0px #567e8c;
}
.button0:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #889294), color-stop(1, #c2c9cc));
	background:-moz-linear-gradient(top, #889294 5%, #c2c9cc 100%);
	background:-webkit-linear-gradient(top, #889294 5%, #c2c9cc 100%);
	background:-o-linear-gradient(top, #889294 5%, #c2c9cc 100%);
	background:-ms-linear-gradient(top, #889294 5%, #c2c9cc 100%);
	background:linear-gradient(to bottom, #889294 5%, #c2c9cc 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#889294', endColorstr='#c2c9cc',GradientType=0);
	background-color:#889294;
}
.button0:active {
	position:relative;
	top:1px;
}


/************/
/* .button1 */
/************/
.button1 {
	-moz-box-shadow: 0px 10px 14px -7px #276873;
	-webkit-box-shadow: 0px 10px 14px -7px #276873;
	box-shadow: 0px 10px 14px -7px #276873;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #599bb3), color-stop(1, #408c99));
	background:-moz-linear-gradient(top, #599bb3 5%, #408c99 100%);
	background:-webkit-linear-gradient(top, #599bb3 5%, #408c99 100%);
	background:-o-linear-gradient(top, #599bb3 5%, #408c99 100%);
	background:-ms-linear-gradient(top, #599bb3 5%, #408c99 100%);
	background:linear-gradient(to bottom, #599bb3 5%, #408c99 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#599bb3', endColorstr='#408c99',GradientType=0);
	background-color:#599bb3;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:arial;
	font-size:14px;
	font-weight:bold;
	padding:5px 21px;
	text-decoration:none;
	text-shadow:0px 1px 0px #3d768a;
}
.button1:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #408c99), color-stop(1, #599bb3));
	background:-moz-linear-gradient(top, #408c99 5%, #599bb3 100%);
	background:-webkit-linear-gradient(top, #408c99 5%, #599bb3 100%);
	background:-o-linear-gradient(top, #408c99 5%, #599bb3 100%);
	background:-ms-linear-gradient(top, #408c99 5%, #599bb3 100%);
	background:linear-gradient(to bottom, #408c99 5%, #599bb3 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#408c99', endColorstr='#599bb3',GradientType=0);
	background-color:#408c99;
	color:#F90;
}
.button1:active {
	position:relative;
	top:1px;
	color:#F03;
}
.button1:focus {
	color:#F03;
}


/************/
/* .button2 */
/************/
.button2 {
	-moz-box-shadow: 0px 10px 14px -7px #276873;
	-webkit-box-shadow: 0px 10px 14px -7px #276873;
	box-shadow: 0px 10px 14px -7px #276873;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffea2e), color-stop(1, #dbad15));
	background:-moz-linear-gradient(top, #ffea2e 5%, #dbad15 100%);
	background:-webkit-linear-gradient(top, #ffea2e 5%, #dbad15 100%);
	background:-o-linear-gradient(top, #ffea2e 5%, #dbad15 100%);
	background:-ms-linear-gradient(top, #ffea2e 5%, #dbad15 100%);
	background:linear-gradient(to bottom, #ffea2e 5%, #dbad15 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffea2e', endColorstr='#dbad15',GradientType=0);
	background-color:#ffea2e;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	display:inline-block;
	cursor:pointer;
	color:#000000;
	font-family:arial;
	font-size:14px;
	padding:5px 21px;
	text-decoration:none;
	text-shadow:0px 1px 0px #3d768a;
}
.button2:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #dbad15), color-stop(1, #ffea2e));
	background:-moz-linear-gradient(top, #dbad15 5%, #ffea2e 100%);
	background:-webkit-linear-gradient(top, #dbad15 5%, #ffea2e 100%);
	background:-o-linear-gradient(top, #dbad15 5%, #ffea2e 100%);
	background:-ms-linear-gradient(top, #dbad15 5%, #ffea2e 100%);
	background:linear-gradient(to bottom, #dbad15 5%, #ffea2e 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dbad15', endColorstr='#ffea2e',GradientType=0);
	background-color:#dbad15;
}
.button2:active {
	position:relative;
	top:1px;
}


/************/
/* .button3 */
/************/
.button3 {
	-moz-box-shadow: 0px 10px 14px -7px #276873;
	-webkit-box-shadow: 0px 10px 14px -7px #276873;
	box-shadow: 0px 10px 14px -7px #276873;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #d98e15), color-stop(1, #d96d15));
	background:-moz-linear-gradient(top, #d98e15 5%, #d96d15 100%);
	background:-webkit-linear-gradient(top, #d98e15 5%, #d96d15 100%);
	background:-o-linear-gradient(top, #d98e15 5%, #d96d15 100%);
	background:-ms-linear-gradient(top, #d98e15 5%, #d96d15 100%);
	background:linear-gradient(to bottom, #d98e15 5%, #d96d15 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d98e15', endColorstr='#d96d15',GradientType=0);
	background-color:#d98e15;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:arial;
	font-size:14px;
	padding:5px 21px;
	text-decoration:none;
	text-shadow:0px 1px 0px #3d768a;
}
.button3:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #d96d15), color-stop(1, #d98e15));
	background:-moz-linear-gradient(top, #d96d15 5%, #d98e15 100%);
	background:-webkit-linear-gradient(top, #d96d15 5%, #d98e15 100%);
	background:-o-linear-gradient(top, #d96d15 5%, #d98e15 100%);
	background:-ms-linear-gradient(top, #d96d15 5%, #d98e15 100%);
	background:linear-gradient(to bottom, #d96d15 5%, #d98e15 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d96d15', endColorstr='#d98e15',GradientType=0);
	background-color:#d96d15;
}
.button3:active {
	position:relative;
	top:1px;
}


/************/
/* .button4 */
/************/
.button4 {
	-moz-box-shadow: 0px 10px 14px -7px #276873;
	-webkit-box-shadow: 0px 10px 14px -7px #276873;
	box-shadow: 0px 10px 14px -7px #276873;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #d98e15), color-stop(1, #007700));
	background:-moz-linear-gradient(top, #008800 5%, #007700 100%);
	background:-webkit-linear-gradient(top, #008800 5%, #007700 100%);
	background:-o-linear-gradient(top, #008800 5%, #007700 100%);
	background:-ms-linear-gradient(top, #008800 5%, #007700 100%);
	background:linear-gradient(to bottom, #008800 5%, #007700 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#008800', endColorstr='#007700',GradientType=0);
	background-color:#008800;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff!Important;
	font-family:arial;
	font-size:14px;
	padding:5px 21px;
	text-decoration:none;
	text-shadow:0px 1px 0px #3d768a;
}
.button4:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #d96d15), color-stop(1, #008800));
	background:-moz-linear-gradient(top, #007700 5%, #008800 100%);
	background:-webkit-linear-gradient(top, #007700 5%, #008800 100%);
	background:-o-linear-gradient(top, #007700 5%, #008800 100%);
	background:-ms-linear-gradient(top, #007700 5%, #008800 100%);
	background:linear-gradient(to bottom, #007700 5%, #008800 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#007700', endColorstr='#008800',GradientType=0);
	background-color:#007700;
}
.button4:active {
	position:relative;
	top:1px;
}


/******************/
/* .buttonbigblue */
/******************/
.buttonbigblue {
	-moz-box-shadow: 0px 10px 14px -7px #276873;
	-webkit-box-shadow: 0px 10px 14px -7px #276873;
	box-shadow: 0px 10px 14px -7px #276873;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #39c3f5), color-stop(1, #01acef));
	background:-moz-linear-gradient(top, #39c3f5 5%, #01acef 100%);
	background:-webkit-linear-gradient(top, #39c3f5 5%, #01acef 100%);
	background:-o-linear-gradient(top, #39c3f5 5%, #01acef 100%);
	background:-ms-linear-gradient(top, #39c3f5 5%, #01acef 100%);
	background:linear-gradient(to bottom, #39c3f5 5%, #01acef 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#39c3f5', endColorstr='#01acef',GradientType=0);
	background-color:#39c3f5;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:30px;
	font-weight:bold;
	padding:13px 10px;
	text-decoration:none;
	text-shadow:0px 1px 0px #3d768a;
	width:200px;
	height:36px;
}
.buttonbigblue:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #01acef), color-stop(1, #39c3f5));
	background:-moz-linear-gradient(top, #01acef 5%, #39c3f5 100%);
	background:-webkit-linear-gradient(top, #01acef 5%, #39c3f5 100%);
	background:-o-linear-gradient(top, #01acef 5%, #39c3f5 100%);
	background:-ms-linear-gradient(top, #01acef 5%, #39c3f5 100%);
	background:linear-gradient(to bottom, #01acef 5%, #39c3f5 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#01acef', endColorstr='#39c3f5',GradientType=0);
	background-color:#01acef;
}
.buttonbigblue:active {
	position:relative;
	top:1px;
}


/********************/
/* .buttonadminblue */
/********************/
.buttonadminblue {
	-moz-box-shadow: 0px 10px 14px -7px #276873;
	-webkit-box-shadow: 0px 10px 14px -7px #276873;
	box-shadow: 0px 10px 14px -7px #276873;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #39c3f5), color-stop(1, #01acef));
	background:-moz-linear-gradient(top, #39c3f5 5%, #01acef 100%);
	background:-webkit-linear-gradient(top, #39c3f5 5%, #01acef 100%);
	background:-o-linear-gradient(top, #39c3f5 5%, #01acef 100%);
	background:-ms-linear-gradient(top, #39c3f5 5%, #01acef 100%);
	background:linear-gradient(to bottom, #39c3f5 5%, #01acef 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#39c3f5', endColorstr='#01acef',GradientType=0);
	background-color:#39c3f5;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	display:inline-block;
	cursor:pointer;
	color:#F30;
	font-family:Arial;
	font-size:30px;
	font-weight:bold;
	padding:13px 10px;
	text-decoration:none;
	text-shadow:0px 1px 0px #3d768a;
	width:200px;
	height:36px;
}
.buttonadminblue:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #01acef), color-stop(1, #39c3f5));
	background:-moz-linear-gradient(top, #01acef 5%, #39c3f5 100%);
	background:-webkit-linear-gradient(top, #01acef 5%, #39c3f5 100%);
	background:-o-linear-gradient(top, #01acef 5%, #39c3f5 100%);
	background:-ms-linear-gradient(top, #01acef 5%, #39c3f5 100%);
	background:linear-gradient(to bottom, #01acef 5%, #39c3f5 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#01acef', endColorstr='#39c3f5',GradientType=0);
	background-color:#01acef;
}
.buttonadminblue:active {
	position:relative;
	top:1px;
}


/*********************/
/* .buttonwhiteimg01 */
/*********************/
.buttonwhiteimg01 {
	-moz-box-shadow: 0px 10px 14px -7px #276873;
	-webkit-box-shadow: 0px 10px 14px -7px #276873;
	box-shadow: 0px 10px 14px -7px #276873;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #39c3f5), color-stop(1, #01acef));
	background:-moz-linear-gradient(top, #39c3f5 5%, #01acef 100%);
	background:-webkit-linear-gradient(top, #39c3f5 5%, #01acef 100%);
	background:-o-linear-gradient(top, #39c3f5 5%, #01acef 100%);
	background:-ms-linear-gradient(top, #39c3f5 5%, #01acef 100%);
	background:linear-gradient(to bottom, #39c3f5 5%, #01acef 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#39c3f5', endColorstr='#01acef',GradientType=0);
	/*background-color:#39c3f5;*/
	background-image:url(../images/select_work_order_133x50.png);
	background-repeat:no-repeat;
	background-position:center;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:30px;
	font-weight:bold;
	padding:13px 10px;
	text-decoration:none;
	text-shadow:0px 1px 0px #3d768a;
	width:200px;
	height:36px;
}
.buttonwhiteimg01:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #01acef), color-stop(1, #F60));
	background:-moz-linear-gradient(top, #01acef 5%, #F60 100%);
	background:-webkit-linear-gradient(top, #01acef 5%, #F60 100%);
	background:-o-linear-gradient(top, #01acef 5%, #F60 100%);
	background:-ms-linear-gradient(top, #01acef 5%, #F60 100%);
	background:linear-gradient(to bottom, #01acef 5%, #F60 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#01acef', endColorstr='#F60',GradientType=0);
	background-color:#F60;
	background-image:url(../images/select_work_order_133x50.png);
	background-repeat:no-repeat;
	background-position:center;
}
.buttonwhiteimg01:active {
	position:relative;
	top:1px;
}


/*********************/
/* .buttongreysquare */
/*********************/
.buttongreysquare {
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:linear-gradient(to bottom, #ededed 5%, #dfdfdf 100%);
	background-color:#ededed;
	border-radius:1px;
	border:1px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	color:#777777;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:3px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
	/*width:200px;*/	/* Set wiedth locally on anchor, e.g. style="display:inline-block; width:300px;" */
}
.buttongreysquare:hover {
	background:linear-gradient(to bottom, #dfdfdf 5%, #ededed 100%);
	background-color:#dfdfdf;
}
.buttongreysquare:active {
	position:relative;
	top:1px;
}


/*********************/
/* .hackerbutton */
/*********************/
.hackerbutton {
	display:inline-block;
	cursor:pointer;
	background-image:url(../images/icons/hacker_03_glow_30x30.png)!Important;
	background-repeat:no-repeat;
	background-position:center;
	background-size: 30px 30px!Important;
	width: 30px!Important;
	height: 30px!Important;
	position:relative;
	top:10px;
	margin: 0px 10px;
}
.hackerbutton:hover {
	background-image:url(../images/icons/hacker_30x30.png)!Important;
	background-repeat:no-repeat;
	background-position:center;
	background-size: 30px 30px;
}
.hackerbutton:active {
	background-image:url(../images/icons/hacked_30x30.png)!Important;
	background-repeat:no-repeat;
	background-position:center;
	background-size: 30px 30px;
}

}


