﻿
.grayButton,
.profileButton,
.greenButton
{
    border-radius:5px;
    border:1px solid gray;
    font-size:14px;
    font-weight:bold;
    height:30px;
    line-height:30px;
    margin-top:10px;
    display:block;
    padding:0 5px;
    cursor:pointer;
    
    font-family:Futura-Light;
    text-decoration:none;
	outline:none;
}



.profileButton
{
	background: #ffc422; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffc422 0%, #a87f17 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffc422), color-stop(100%,#a87f17)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffc422 0%,#a87f17 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffc422 0%,#a87f17 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffc422 0%,#a87f17 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffc422 0%,#a87f17 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc422', endColorstr='#a87f17',GradientType=0 ); /* IE6-9 */
    color:White;
}

.profileButton.inlineButton,
.grayButton.inlineButton,
.greenButton.inlineButton {
	display:inline-block;
}

.greenButton
{
    background:linear-gradient(180deg, #00CC00, #009900);
    background: -webkit-linear-gradient(top, #00CC00, #009900);
    color:White;
}

.grayButton
{
    color:#878787;
}

.btn-ListView
{
    display:inline;
}

.profileButton:hover
{
background: #ffd05b; /* Old browsers */
background: -moz-linear-gradient(top,  #ffd05b 0%, #cc971c 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffd05b), color-stop(100%,#cc971c)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffd05b 0%,#cc971c 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffd05b 0%,#cc971c 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffd05b 0%,#cc971c 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffd05b 0%,#cc971c 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd05b', endColorstr='#cc971c',GradientType=0 ); /* IE6-9 */
}

.greenButton:hover
{
   background:linear-gradient(180deg, #00FF00, #00AA00); 
   background: -webkit-linear-gradient(top, #00FF00, #00AA00);
   
}

.grayButton:hover
{
    background-color:#E3E3E3;
}

.greenButton:active
{
	background:linear-gradient(180deg, #00AA00, #007700); 
	background: -webkit-linear-gradient(top, #00AA00, #007700);
}
.profileButton:active
{
	background:#dead30;
}

.profileButton:disabled
{
   background:linear-gradient(180deg, #AAA, #999); 
   background: -webkit-linear-gradient(top, #AAA, #999); 
}

.disabledButton
{
   background:linear-gradient(180deg, #AAA, #999); 
   background: -webkit-linear-gradient(top, #AAA, #999); 
}

.lButton
{
    font-size:14px;
    display:block;
    border-radius:5px;
    height:35px;
    line-height:35px;
    margin:5px;
}