/* SM style bible */

/* float left */
.sm-l {
    float: left;
}

/* float right */
.sm-r {
    float: right !important;
}

/* bold */
.sm-b {
    font-weight: bold !important;
    /* display: inline; */
}

/* center text */
.sm-ct {
    text-align: center;
}

/* text align left */
.sm-tal {
    text-align: left;
}

/* text align right */
.sm-tar {
    text-align: right;
}

.sm-di {
    display: inline;
}

/* center must have a fixed width */
.sm-c {
    float: none;
    margin-left: auto;
    margin-right: auto;
}

/* orange text */
.sm-ot {
    color: #dd9927;
}

.sm-mt {
    margin-top: 10px;
}

.sm-mts {
	margin-top: 5px;
}

.sm-mb {
    margin-bottom: 10px !important;
}

.sm-mbs {
    margin-bottom: 5px !important;
}

.sm-ml {
    margin-left: 10px;
}
.sm-mls {
    margin-left: 5px;
}

.sm-mr {
    margin-right: 5px;
}

.sm-button-fix {
    padding: 5px 10px !important;
}

:-moz-any-link:focus {
    outline: none;
}

ul.sm-clear-ul {
    list-style-type: none;
    margin: 0;
    padding-left: 0;
}

/************* default ***********/

#main-container {
    color: #444444;
}

a:link, a:visited, a:active {
    color: #11ADD9;
    text-decoration: none;
}

a:hover {
    color: #11ADD9;
    text-decoration: underline;
}

/* ul, ol {
	margin:	0 0 1.5em;
	padding-left:0px;
	list-style-type:none;
} */

.sm-signup-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 !important;
    cursor: pointer;
    text-shadow: 1px 1px 0 #668F23;
    display: block;
    font-size: 14px;
    float: none;
    padding: 7px 10px;
    font-weight: bold;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.sm-signup-button:hover {
    background: #668F23 !important;
    text-decoration: none;
}

.sm-orange-button {
    display: inline;
    float: none;
    margin-bottom: 0;
    margin-right: 5px;
    margin-top: 0;
    padding: 5px 10px 5px 7px;
    border: 0px solid #dedede;
    border-top: 0px solid #eee;
    border-left: 0px solid #eee;
    background: #DD9927;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#FFB43F', endColorstr = '#DD9927');
    background: -webkit-gradient(linear, left top, left bottom, from(#FFB43F), to(#DD9927));
    background: -moz-linear-gradient(top, #FFB43F, #DD9927);
    font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size: 100%;
    line-height: 130%;
    text-decoration: none;
    font-weight: bold;
    color: #FFFFFF;
    text-shadow: 1px 1px 0 #DD9927;
    cursor: pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.sm-orange-button:link, .sm-orange-button:visited, .sm-orange-button:active {
    color: #ffffff !important;
}

.sm-orange-button:hover {
    background: #DD9927;
    text-decoration: none;
}

.sm-blue-button {
    background: #047694 !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#11ADD9', endColorstr = '#047694');
    background: -webkit-gradient(linear, left top, left bottom, from(#11ADD9), to(#047694)) !important;
    background: -moz-linear-gradient(top, #11ADD9, #047694) !important;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 14px;
    float: none;
    padding: 7px 10px;
    height: 21px;
    font-weight: bold;
    text-align: center;
    text-shadow: 1px 1px 0 #047694;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.sm-blue-button:hover {
    background: #047694 !important;
}

.sm-invite-pending, .sm-invite-connected {
    cursor: default !important;
    font-weight: bold;
    padding: 5px 0 !important;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.sm-invite-connected {
    background: #cccccc !important;
    border: 1px solid #BBBBBB !important;
    text-shadow: 1px 1px 0 #FFFFFF;
    color: #555555;
}

.sm-invite-pending {
    background: #cccccc !important;
}

.sm-green-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;
    border-size: 0px !important;
    text-shadow: 1px 1px 0 #668F23 !important;
    border: 1px solid #668F23;
}

.sm-green-button:link, .sm-green-button:visited, .sm-green-button:active, .sm-watch-button:link, .sm-watch-button:visited, .sm-watch-button:active {
    color: #FFFFFF;
    font-weight: bold;
    padding: 5px 0;
    text-align: center;
    text-decoration: none;
    font-size: 12px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.sm-green-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-green-button {
    width: 166px;
}

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

.sm-gray-button {
    display: inline;
    float: none;
    margin-bottom: 5px;
    margin-right: 5px;
    margin-top: 0;
    padding: 5px 10px 5px 10px;
    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%;
    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-gray-button:hover {
    background: #cccccc !important;
    color: #777777;
    text-shadow: 1px 1px 0 #ffffff;
    text-decoration: none;
}

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

#main-container th, #main-container td, #main-container caption {
    vertical-align: top;
}

#fundingListContainer th {
	padding-left: 0px;
	margin-bottom: 10px;
}

#fundingListContainer td {
	padding-bottom: 10px;
}

#main-container table img {
    padding-right: 5px;
    position: relative;
    top: 2px;
}

.sm-ask-quantity {
    border: 1px solid #CCCCCC;
    padding: 4px 1.4em;
}

.sm-ask-quantity h2 {
    font-size: 16px !important;
    margin-bottom: 0 !important;
    margin-left: 0 !important;
}

.sm-listing-card .fix {
    margin-left: 17px;
    margin-top: 17px;
}

/************* header **************/
#header-right {
    display: inline;
    position: relative;
    top: 17px;
}

#sm-header-links {
    display: inline;
}

#sm-header-links a {
    bottom: -2px;
    font-weight: normal;
    padding-right: 19px;
    position: relative;
    text-align: center;
}

#sm-header-links .no-border {
    border-right: 0px;
}

#sm-header-logo img {
    margin-bottom: 5px;
}

.sm-profile-pic {
    padding-left: 0 !important;
    top: 0 !important;
    float: right;
}

.tooltip {
    background-color: #000;
    border: 1px solid #fff;
    padding: 10px 15px;
    width: 130px;
    display: none;
    color: #fff;
    text-align: left;
    font-size: 12px;
    -moz-box-shadow: 0 0 10px #000;
    -webkit-box-shadow: 0 0 10px #000;
    box-shadow: 0 0 10px #000;
}

.tooltip-login {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 5px solid #cccccc;
    display: none;
    font-size: 12px;
    height: auto;
    padding: 0px;
    text-align: left;
    width: auto;
    z-index: 10;
    -webkit-border-radius: 4px;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius: 4px;
    -moz-border-radius-topright: 0;
    border-radius: 4px;
    border-top-right-radius: 0;
    overflow: hidden;
    box-shadow: 0 7px 13px -6px #424143;
    -webkit-box-shadow: 0 7px 13px -6px #424143;
    -moz-box-shadow: 0 7px 13px -6px #424143;
}

.sm-login-tooltip {
    height: 138px;
}

.sm-login-tooltip-button {
    margin-left: 10px;
}

.sm-login-tooltip input {
    margin-bottom: 7px;
    margin-top: 0;
    width: 218px;
}

.sm-login-tooltip h5 {
    line-height: 14px;
    margin-bottom: 3px !important;
    margin-top: 0 !important;
}

.sm-tooltip-error {
    height: 42px;
    padding: 0;
}

#sm-sign-out-button, #sm-sign-in-button {
    display: block;
    margin-right: 0;
    text-align: center;
}

#sm-sign-in #sm-sign-out-button A, #sm-sign-in #sm-sign-out-button a:link, #sm-sign-in #sm-sign-out-button a:visited, #sm-sign-in #sm-sign-out-button a:active {
    text-decoration: none;
    color: #ffffff;
    font-size: 100%;
}

#sm-sign-in #sm-sign-out-button A:hover {
    color: #ffffff;
}

#sm-sign-in a:link, #sm-sign-in a:visited, #sm-sign-in a:active {
    font-size: 10px;
}

/************ search ***********/
#searchBar {
    background: none repeat scroll 0 0 #EDEDED;
    border: 0 solid #C7C7C7;
    color: #898989;
    outline: medium none;
    padding: 5px 10px;
    width: 280px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    box-shadow: inset 0 1px 3px #999;
    -webkit-box-shadow: inset 0 1px 3px #999;
    -moz-box-shadow: inset 0 1px 3px #999;

}

#searchBar.active {
    background: #fff;
    border: 0px solid #abd2ff;
}

#searchbtn {
    background: url("../images/sm-search.png") no-repeat scroll 0 0 transparent;
    border: medium none;
    cursor: pointer;
    height: 18px;
    margin: 0px 0px 0px -27px;
    padding: 0px 0px 0px 31px;
    text-indent: -9999px;
    width: 20px;
}

#searchbtn:hover {
    background-position: 0 -18px;
}

#sm-navigation fieldset {
    border: 0 none;
    margin: 0;
    padding: 0;
}

#sm-navigation input {
    margin-left: -26px;
    margin-top: 8px;
}

.sm-search {
    float: right;
    padding-right: 0px;
}

/*************** navigation ********************/

.sm-bubble {
    background: #EF4A4A;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#EF4A4A', endColorstr = '#AF2B2B');
    background: -webkit-gradient(linear, left top, left bottom, from(#EF4A4A), to(#AF2B2B));
    background: -moz-linear-gradient(top, #EF4A4A, #AF2B2B);
    color: #FFFFFF;
    display: inline;
    font-size: 11px;
    left: 4px;
    min-width: 10px;
    padding: 1px 5px 2px 4px;
    position: relative;
    text-align: center;
    top: -12px;
    width: auto !important;
    z-index: 1;
    text-shadow: 1px 1px 0 #AF2B2B;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -moz-box-shadow: 1px 1px 2px #666666;
    -webkit-box-shadow: 1px 1px 2px #666666;
    box-shadow: 1px 1px 2px #666666;
}

/*** jQuery SuckerFish dropdown **/
#sm-navigation {
    font-size: 14px;
    height: 40px;
    margin: 0;
    padding: 0 0 0 7px; /* background-image: url("../images/sm-nav.png"); */
    background: #67666A;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#67666A', endColorstr = '#424143');
    background: -webkit-gradient(linear, left top, left bottom, from(#67666A), to(#424143));
    background: -moz-linear-gradient(top, #67666A, #424143);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

#sm-navigation ul {
    display: block;
    position: absolute;
}

#sm-navigation ul.children {
    background: #424143;
    margin: 0;
    padding: 0;
    z-index: 100;
    visibility: hidden;
}

#sm-navigation ul.children a {
    border-right: 0px solid !important;
}

#sm-navigation li {
    display: inline;
    float: left;
    height: auto;
}

#sm-navigation li li {
    display: block;
    float: none;
}

#sm-navigation a {
    border-right: 1px solid #424143;
    color: #FFFFFF;
    display: block;
    font-weight: normal;
    padding: 9px 13px;
    text-align: left;
    text-decoration: none;
    text-shadow: 1px 1px 0 #424143;
    width: auto;
}

#sm-navigation a.selected {
/* background: url("../images/sm-nav-active.png") !important; */
    background: #424143;
    color: #FFFFFF;
    text-decoration: none;
    text-shadow: 1px 1px 0 #424143;
}

/* parent hover */
ul#sm-navigation li:hover {
    background: #424143;
    color: #ffffff !important;
    text-shadow: 1px 1px 0 #424143;
}

#sm-navigation a:hover {
    background: #424143; /* background: url("../images/sm-nav-active.png") repeat scroll 0 0 transparent !important; */
    color: #ffffff;
    text-shadow: 1px 1px 0 #424143;
}

#sm-navigation ul a {
    height: 20px;
    min-width: 140px;
    width: auto !important;
    width: 140px;
    color: #ffffff !important;
    text-shadow: 1px 1px 0 #424143;
}

#sm-navigation ul ul a {
    background: #424143;
}

/* child hover */
#sm-navigation ul a:hover, #sm-navigation ul a.selected {
    background: #67666A;
}

#sm-navigation li:hover ul, #sm-navigation li.sf ul {
    visibility: visible;
}

#sm-navigation li:hover ul ul, #sm-navigation li.sf ul ul {
    visibility: hidden;
}

#sm-navigation li:hover ul, #sm-navigation li li:hover ul, #sm-navigation li.sf ul, #sm-navigation li li.sf ul {
    visibility: visible;
}

/**************** main content ******************/

.sm-not-implemented {
    color: #999999;
    padding-bottom: 100px;
    padding-top: 100px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.sm-no-results {
    background-color: #FFFFFF;
    padding-bottom: 150px;
    padding-top: 150px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

/* .wrap {
	min-height:300px;
  	height:auto !important;
  	height:300px;
} */

.sm-feed-icon {
    background-color: #cccccc;
    width: 70px;
    height: 70px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.sm-feed-content {
    min-height: 88px;
}

#sm-sign-up-form-content h3 {
    margin-top: 8px;
    font-weight: normal;
}

.sm-landing-page {
    height: 300px;
}

.sm-landing-page ul {
    list-style-type: disc;
    margin: 0 1.5em 1.5em 0;
    padding-left: 3.333em;
}

.sm-listing-card {
/* background: none repeat scroll 0 0 #F8F8F8; */
    background: #ffffff;
    border: 1px solid #bbbbbb;
    color: #444444;
    letter-spacing: 0.5px;
    padding: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.sm-listing-card-round {
/* background: none repeat scroll 0 0 #F8F8F8; */
    background: #ffffff;
    border: 1px solid #bbbbbb;
    color: #444444;
    letter-spacing: 0.5px;
    padding: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.sm-listing-card-round img {
    margin: 5px 0 0 6px;
}

.sm-listing-card-round button[type] {
/* width: 79px; */
}

.sm-round-card {
    border: 1px solid #BBBBBB;
    padding: 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.sm-listing-card h4 {
    margin-top: 5px;
}

.sm-gradient-box {
    background: #ffffff;
    border: 1px solid #bbbbbb;
    color: #666666;
    letter-spacing: 0.5px;
    display: inline-block;
    padding: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.sm-icon-border {
    background: #dddddd;
    color: #666666;
    height: 150px;
    width: 150px;
    letter-spacing: 0.5px;
    display: inline-block;
    padding: 8px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.sm-non-gradient-box {
    background: #F8F8F8;
    border: 1px solid #bbbbbb;
    color: #444444;
    letter-spacing: 0.5px;
    display: inline-block;
    padding: 4px;
    text-shadow: 1px 1px 0 #F4F4F4;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.sm-search-results-card {
    background: #ffffff; /* background: #F8F8F8; */
    border: 1px solid #bbbbbb;
    color: #444444; /* height: 50px; */
    letter-spacing: 0.5px;
    padding: 8px;
    text-shadow: 1px 1px 0 #F4F4F4;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.sm-gradient-box h4, .sm-listing-card h4, .sm-non-gradient-box h4 {
    background: none !important;
    border: 1px !important;
    padding: 0px !important;
}

.sm-gradient-box h1, .sm-listing-card h1, .sm-gray-box h1 {
    margin-top: 5px;
    font-size: 40px !important;
    font-weight: bold;
}

h1 a {
    margin-top: -9px; /* width: 90px; */
    padding: 7px 18px !important;
}

.sm-gradient-box h2, .sm-listing-card h2 {
    margin-left: 6px;
}

.sm-gradient-box .sm-badge, .sm-listing-card .sm-badge, .sm-non-gradient-box .sm-badge {
    margin-left: 5px;
    margin-top: 4px;
}

.sm-badge {
    width: 50px;
    height: 50px;
}

.sm-non-gradient-box .sm-mt {
    margin-top: 33px !important;
}

.sm-gradient-box hr, .sm-listing-card hr {
    border-bottom: 0 none;
    border-top: 0 none;
    margin-bottom: 6px;
}

#companyDirectory {
/* min-height:810px; */
}

.sm-gray-box {
    background-color: #F8F8F8;
    padding: 23px;
    border: 1px solid #bbbbbb;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.sm-gray-box h2 {
    border: medium none !important;
    margin-bottom: -1px !important;
    margin-left: -1px;
    margin-top: -8px;
}

/* .sm-gray-box img:hover {
	opacity: .7;
} */

.sm-gray-box .sm-mt {
    margin-top: 4px;
}

.sm-gray-box .fix {
    margin-top: -2px;
}

.sm-gray-box ul {
    list-style-type: none;
    margin-top: 4px;
    padding-left: 0;
}

#profileConnect {
    margin-top: 7px;
}

.sm-form .sm-text {
    display: inline-block;
    font-weight: bold;
    letter-spacing: 0.25px;
    margin: 9px 8px 0 0;
}

.sm-checkbox {
    margin: 0;
    position: relative !important;
    top: 0 !important;
    width: 13px !important;
}

.sm-checkbox-big {
    margin: 0 7px 0 0;
    top: 0.25em !important;
}

.sm-checkbox-form, .sm-radio-form {
    margin: 0 7px 3px 0 !important;
    top: 0 !important;
}

/*** bbq ***/
.bbq-loading {
    min-height: 20px;
    min-width: 18px;
    background: url('/static/images/loading.gif') bottom left no-repeat;
}

#listingDirectory {
    background: #EFEFEF;
    height: 509px;
}

.bbq-content tbody tr:nth-child(2n) td, tbody tr.even td {
    background: #ffffff;
}

/*** pagination ***/
.sm-pagination li {
    float: left;
    list-style-type: none;
}

ul.sm-pagination {
    padding-left: 0px;
}

.sm-pagination a:link, .sm-pagination a:visited, .sm-pagination a:active {
    background: #047694;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#11ADD9', endColorstr = '#047694');
    background: -webkit-gradient(linear, left top, left bottom, from(#11ADD9), to(#047694));
    background: -moz-linear-gradient(top, #11ADD9, #047694);
    color: #ffffff;
    margin: 0 2px;
    padding: 3px 8px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-shadow: 1px 1px 0 #047694;
}

.sm-pagination a:hover {
    text-decoration: none;
    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;
    text-shadow: 1px 1px 0 #7B8736 !important;
}

.sm-pagination .current a:link, .sm-pagination .current a:visited, .sm-pagination .current a:active {
    background: #040404 !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#646464', endColorstr = '#040404');
    background: -webkit-gradient(linear, left top, left bottom, from(#646464), to(#040404)) !important;
    background: -moz-linear-gradient(top, #646464, #040404) !important;
    text-shadow: 1px 1px 0 #000000;
    cursor: default;
}

.sm-pagination .current a:hover {
    text-shadow: 1px 1px 0 #000000 !important;
}

.sm-pagination .inactive a:link, .sm-pagination .inactive a:visited, .sm-pagination .inactive a:active {
    background: #707070 !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#A0A0A0', endColorstr = '#707070');
    background: -webkit-gradient(linear, left top, left bottom, from(#A0A0A0), to(#707070)) !important;
    background: -moz-linear-gradient(top, #A0A0A0, #707070) !important;
    color: #ffffff;
    text-shadow: none;
    cursor: default;
    opacity: .8;
}

.sm-pagination img {
/* margin: 0 2px; */
}

.sm-place-bid input {
    width: 138px;
}

.sm-place-bid a.button, .sm-place-bid button {
    margin-right: 0px;
    margin-left: 10px;
}

#listingFilterForm input[type="text"], #listingFilterForm #listingFilterForm input[type="password"], #listingFilterForm input.text, #listingFilterForm input.title, #listingFilterForm textarea
#bidFilterForm input[type="text"], #bidFilterForm #bidFilterForm input[type="password"], #bidFilterForm input.text, #bidFilterForm input.title, #bidFilterForm textarea {
    width: 201px;
    padding: 5px;
}

.invitation-buttons {
    height: 34px;
}

/******************* sidebar content ************/

.sm-shadow-box {
    border: 1px solid #BBBBBB;
    padding: 10px;
    min-height: 40px;
    height: auto !important;
    height: 40px;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

#sm-my-statistics a {
    float: left;
    margin-right: 10px;
    position: relative;
    top: -5px;
}

#sm-my-statistics h1 {
    float: left;
}

#sm-my-statistics h2 {
    float: left;
    margin-bottom: 0px;
}

#sm-my-statistics .number {
    color: #666666;
    display: inline;
    float: right;
    font-size: 19px;
    line-height: 21px;
}

.sm-connections-widget img, .sm-connections-in-common-widget img {
    padding: 4px 4px 4px 5px;
}

.sm-search-results-card img {
    padding: 0px !important;
}

.sm-search-results-card .sm-gray-button {
    margin-right: 0px;
}

.sm-search-box input {
    width: 235px;
}

.sm-watch-list-widget ul, .sm-holdings-list ul {
    font-size: 14px;
    list-style-type: none;
    margin-bottom: 2px;
    padding-left: 2px;
}

.sm-watch-list-widget li, .sm-holdings-list li {
    margin-bottom: 5px; /* display: inline-block; */
}

.sm-watch-list-widget img, .sm-holdings-list img {
    clear: left;
    float: left;
    height: 50px;
    margin-bottom: 10px;
    margin-right: 5px;
    position: relative;
    top: 5px;
    width: 50px;
}

/* left sidebar */

#leftSide li a:link, #leftSide li a:visited, #leftSide li a:active {
    color: #444444;
    display: block;
    padding: 5px 10px;
    text-shadow: 1px 1px 0 #F4F4F4;
}

#leftSide li a:hover, #leftSide li a.bbq-current, #leftSide .current {
    background: #A5A5A5;
    text-decoration: none;
}

#leftSide li {
    background: none repeat scroll 0 0 #D9D9D9;
    list-style-type: none;
}

/************* footer **************/

/* #sm-footer a {
    padding-left: 25px;
} */

#sm-footer {
    font-size: 10px;
}

#sm-footer-links {
}

/************** tabs ****************/

/* root element for tabs  */
.tabs {
    list-style: none;
    padding: 0;
    height: 31px;
    border-bottom: 1px solid #BBBBBB;
}

/* single tab */
.tabs li {
    float: left;
    text-indent: 0;
    padding: 0;
    margin-right: 3px !important;
    list-style-image: none !important;
}

/* link inside the tab. uses a background image */
.tabs a {
    background: #ffffff;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#cfcfcf', endColorstr = '#ffffff');
    background: -webkit-gradient(linear, left top, left bottom, from(#cfcfcf), to(#ffffff));
    background: -moz-linear-gradient(top, #cfcfcf, #ffffff);
    border-color: #BBBBBB;
    border-style: solid;
    border-width: 1px;
    color: #444444;
    display: block;
    height: 30px;
    line-height: 30px;
    margin: 0;
    padding: 0 15px;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: 112px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;

}

.tabs a:active {
    outline: none;
}

.tabs a:hover {
    background: none repeat scroll 0 0 #cfcfcf !important;
    border-bottom: 1px solid #bbbbbb;
    color: #444444;
}

.tabs a.bbq-current {
    background: none repeat scroll 0 0 #FFFFFF !important;
    border-bottom: 1px solid #FFFFFF;
    color: #444444;
}

.tabs .current, .tabs .current:hover, .tabs li.current a {
    background: none repeat scroll 0 0 #FFFFFF !important;
    border-bottom: 1px solid #FFFFFF;
    color: #444444;
}

.panes .pane {
    display: none;
}

.sm-tab-links a {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    padding-left: 20px;
    padding-right: 0;
    width: auto;
}

.sm-tab-links a:hover {
    text-decoration: none;
    opacity: 0.8;
    background: #ffffff !important;
    border-bottom: 1px solid #ffffff;
}

.sm-tab-links img {
    margin: 0 8px -4px;
}

/******* validation *******/
FIELDSET LI {
    width: 310px;
}

FIELDSET SElECT {
    width: 310px;
}

INPUT.validationBox {
    border: 1px solid #FBC2C4;
}

INPUT.validationPassed {
    border: auto;
}

LABEL.validationBox {
    clear: both;
    display: block;
    color: #8A1F11;
    font-weight: normal;
    margin-left: 5px;
    margin-top: 3px;
    padding: 5px 5px 5px 25px;
    z-index: 10;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #FBE3E4;
    background-image: url("../../../docs/admin/images/sm-small-red-x.png");
    background-position: 2px 4px;
    background-repeat: no-repeat;
    border: 1px solid #FBC2C4;
    width: 278px;
    margin-left: 160px;
    margin-bottom: 10px;

}

#addHoldingForm  LABEL.validationBox, #addListingForm  LABEL.validationBox, #addBidForm  LABEL.validationBox {
    margin-left: 120px;
}

.textarea LABEL.validationBox {
    margin-left: 0;
}

LABEL.validationPassed {
    display: none;
    background: none;
    /*
        background-color: transparent !important;
        background-image: url("../images/sm-small-green-check.png");
        background-repeat: no-repeat;
    */
    height: 20px;
    border: none;
    width: 20px;
}

.editProfileTab {
    display: none;
}

#editProfile LABEL.validationBox {
/* margin-left: 435px; */
}

#editProfile LABEL.validationPassed {
    background-color: transparent;
}

#container_supportingDocuments_2, #container_supportingDocuments_3, #container_supportingDocuments_4, #container_supportingDocuments_5 {
    display: none;
}

#profileConnectOverlay {
    background: white;
    width: 400px;
    padding: 20px;
    border: 10px solid #67666A;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

/* user connect form  */
.userConnectForm {
    background: #ffffff; /* overlay is hidden before loading */
}

.userConnectForm p {
    left: 5px;
    position: relative;
    top: -5px;
}

.userConnectForm div.modal-inner {
    /* padding:10px;
     border:1px solid #3B5998;
     background-color:#fff; */
}

.userConnectForm h2 {
    margin: -11px;
    margin-bottom: 0px;
    color: #fff;
    background-color: #6D84B4;
    padding: 5px 10px;
    border: 1px solid #3B5998;
    font-size: 20px;
}

.modal-inner textarea {
    width: 387px;
}