﻿/* button styles */

/* #188bc0, #0046ad,  #BFE4F7 */
.albu-button {
	background:#25A6E1;
	cursor: pointer;
	background:-moz-linear-gradient(top,#25A6E1 0%,#188BC0 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#25A6E1),color-stop(100%,#188BC0));
	background:-webkit-linear-gradient(top,#25A6E1 0%,#188BC0 100%);
	background:-o-linear-gradient(top,#25A6E1 0%,#188BC0 100%);
	background:-ms-linear-gradient(top,#25A6E1 0%,#188BC0 100%);
	background:linear-gradient(top,#25A6E1 0%,#188BC0 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#25A6E1',endColorstr='#188BC0',GradientType=0);
	padding:3px 5px;
	color:#fff;
	/* font-family:'Helvetica Neue',sans-serif;
	font-size:17px; */
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border:1px solid #1A87B9
}

.mike-gradient {
	background:#f7f7f7;
	cursor: pointer;
	background:-moz-linear-gradient(top,#f4f4f4 0%,#a4a5a5 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#f4f4f4),color-stop(100%,#a4a5a5));
	background:-webkit-linear-gradient(top,#f4f4f4 0%,#a4a5a5 100%);
	background:-o-linear-gradient(top,#f4f4f4 0%,#a4a5a5 100%);
	background:-ms-linear-gradient(top,#f4f4f4 0%,#a4a5a5 100%);
	background:linear-gradient(top,#f4f4f4 0%,#a4a5a5 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f4f4',endColorstr='#a4a5a5',GradientType=0);
	padding:0px;
	color:#fff;
	/* font-family:'Helvetica Neue',sans-serif;
	font-size:17px; */
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border:2px solid #bfbfbf;
}

.mus-button {
	background:#25A6E1;
	cursor: pointer;
	background:-moz-linear-gradient(top,#acc0c6 0%,#188BC0 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#acc0c6),color-stop(100%,#188BC0));
	background:-webkit-linear-gradient(top,#acc0c6 0%,#188BC0 100%);
	background:-o-linear-gradient(top,#acc0c6 0%,#188BC0 100%);
	background:-ms-linear-gradient(top,#acc0c6 0%,#188BC0 100%);
	background:linear-gradient(top,#acc0c6 0%,#188BC0 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#acc0c6',endColorstr='#188BC0',GradientType=0);
	padding:3px 5px;
	color:#fff;
	/* font-family:'Helvetica Neue',sans-serif;
	font-size:17px; */
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border:1px solid #1A87B9
}

button.albu-button2 {
    background: #a83022 none repeat scroll 0 0;
    /* background: #eeeeee none repeat scroll 0 0; */
	background-image: url(/mybenefits/assets/images/tasks/Internal_Link.gif);
	/* background-image: url(img_flwr.gif), url(paper.gif); */
    background-position: left top;
    background-repeat: no-repeat;
    border: 2px solid #800040;
    border-radius: 4px;
    color: #ffffff;
	font-weight: bold;
    cursor: pointer;
    padding: 3px 5px;
	/* opacity: 0.2; */
	/* filter: alpha(opacity=50); */
}

.styled-button-10 {
	background:#5CCD00;
	cursor: pointer;
	background:-moz-linear-gradient(top,#5CCD00 0%,#4AA400 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#5CCD00),color-stop(100%,#4AA400));
	background:-webkit-linear-gradient(top,#5CCD00 0%,#4AA400 100%);
	background:-o-linear-gradient(top,#5CCD00 0%,#4AA400 100%);
	background:-ms-linear-gradient(top,#5CCD00 0%,#4AA400 100%);
	background:linear-gradient(top,#5CCD00 0%,#4AA400 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5CCD00',endColorstr='#4AA400',GradientType=0);
	padding:3px 5px;
	color:#fff;
	/* font-family:'Helvetica Neue',sans-serif; */
	/* font-size:16px; */
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:1px solid #459A00
}

.styled-button-8 {
	background:#25a6e1;
	cursor: pointer;
	background:-moz-linear-gradient(top,#25A6E1 0%,#188BC0 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#25A6E1),color-stop(100%,#188BC0));
	background:-webkit-linear-gradient(top,#25A6E1 0%,#188BC0 100%);
	background:-o-linear-gradient(top,#25A6E1 0%,#188BC0 100%);
	background:-ms-linear-gradient(top,#25A6E1 0%,#188BC0 100%);
	background:linear-gradient(top,#25A6E1 0%,#188BC0 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#25A6E1',endColorstr='#188BC0',GradientType=0);
	padding:3px 5px;
	color:#fff;
	/* font-family:'Helvetica Neue',sans-serif;
	font-size:17px; */
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border:1px solid #1A87B9
}
