/*** button.css ***/

.sm-primary-button {
    background: #668F23 !important;
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#BCCB33', endColorstr='#668F23');
    background: -webkit-gradient(linear, left top, left bottom, from(#BCCB33), to(#668F23)) !important;
    background: -moz-linear-gradient(top,  #BCCB33,  #668F23) !important;
    color: #FFFFFF;
    padding: 6px 8px;
    border-size: 0px !important;
    text-shadow: 1px 1px 0 #668F23 !important;
    border: 1px solid #668F23 !important;
}

.sm-primary-button:link, .sm-primary-button:visited, .sm-primary-button:active, .sm-watch-button:link, .sm-watch-button:visited, .sm-watch-button:active, input.sm-primary-button {
    color: #FFFFFF;
    font-weight: bold;
    padding: 6px 8px;
    text-align: center;
    text-decoration: none;
    font-size: 12px;
    display: block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.sm-primary-button:hover {
    background: #668F23 !important;
    text-shadow: 1px 1px 0 #668F23 !important;
    color: #FFFFFF !important;
}

.sm-watch-button {
    background: #cccccc !important;
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#cccccc');
    background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#cccccc)) !important;
    background: -moz-linear-gradient(top,  #ededed,  #cccccc) !important;
    color: #555555 !important;
    border-size: 0px !important;
    text-shadow: 1px 1px 0 #ffffff !important;
    border: 1px solid #BBBBBB !important;
}

.sm-watch-button:hover {
    background: #cccccc !important;
    text-shadow: 1px 1px 0 #ffffff !important;
    color: #555555 !important;
}

#companyLeftSide .sm-primary-button {
    width: 140px;
}

#companyLeftSide .sm-watch-button {
    width: 164px;
}

#profileLeftSide .sm-primary-button {
    width: 140px;
}

#profileLeftSide .sm-invite-connected, #profileLeftSide .sm-invite-pending  {
	width: 156px;
}

.sm-edit-image-button {
    width: 132px;
}

.sm-button {
    display: block;
    margin-bottom: 0px;
    margin-top: 0;
    padding: 6px 8px;
    border: 1px solid #bbbbbb !important;
    border-top:0px solid #eee;
    border-left:0px solid #eee;
    background: #cccccc;
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#cccccc');
    background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#cccccc));
    background: -moz-linear-gradient(top,  #ededed,  #cccccc);
    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:100%;
    text-align: center;
    text-decoration:none;
    font-weight:bold;
    color: #555555 !important;
    text-shadow: 1px 1px 0 #ffffff;
    cursor:pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.sm-button:hover {
    background: #cccccc !important;
    color: #777777;
    text-shadow: 1px 1px 0 #ffffff;
    text-decoration: none;
}

.sm-mini-profile-button {
	width: 74px;
	float: left;
	margin-right: 10px;
	font-size: 10px;
	letter-spacing: 0.5px;
	height: auto;
	margin-top: 10px;
	padding: 3px 0px;
}

#profileListings .sm-mini-profile-button{
	margin-right: 0px;	
}

a.sm-mini-profile-link:link, a.sm-mini-profile-link:active, a.sm-mini-profile-link:visited, a.sm-mini-profile-link:hover {
	color: #555555;
	text-decoration: none;
}

.sm-button img {
    float: left;
    left: 20px;
    position: relative;
    top: 0px;
}

.acceptInvitation button, .ignoreInvitation button {
    margin-left: 5px;
    margin-top: 7px;
}

.sm-invite-button {
	display: block; /* change from inline */
    /* float: none; this is messing stuff up */
    margin-bottom: 0px;
    margin-right: 0px;
    margin-top: 0;
    padding: 6px 7px;
    border: 1px solid #bbbbbb !important;
    border-top:0px solid #eee;
    border-left:0px solid #eee;
    background: #cccccc;
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff');
    background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ffffff));
    background: -moz-linear-gradient(top,  #ededed,  #ffffff);
    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:100%;
    text-align: center;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color: #555555 !important;
    text-shadow: 1px 1px 0 #ffffff;
    cursor:pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.sm-invite-button:hover {
    background: #EEE !important;
    color: #777777;
    text-shadow: 1px 1px 0 #ffffff;
    text-decoration: none;
}