.dk-select, 
.dk-select *, 
.dk-select *:before, 
.dk-select *:after, 
.dk-select-multi, 
.dk-select-multi *, 
.dk-select-multi *:before, 
.dk-select-multi *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
}

.dk-select, .dk-select-multi {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	line-height: 18px;
	width: 100%;
	cursor: pointer;
}

.dk-select.profile_chooser{
	width: 250px;
	text-align: left;
}

.dk-selected {
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	position: relative;
	background-color: white;
	border: 1px solid #CCCCCC;
	border-radius: 0.4em;
	padding: 0 1.5em 0 0.5em;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	padding: 9px;
	font-size: 13px;
	color: #CCC;
	background-color: #404040;
	border-radius: 3px;
	border: medium none;
}

.dk-selected:before, .dk-selected:after {
	content: '';
	display: block;
	position: absolute;
	right: 0;
}

.dk-selected:before {
	top: 50%;
	border: solid transparent;
	border-width: 0.25em 0.25em 0;
	border-top-color: #CCCCCC;
	margin: -0.125em 0.5em 0 0;
}

.dk-selected:after {
	top: 0;
	height: 100%;
	border-left: 1px solid #CCCCCC;
	margin: 0 1.5em 0 0;
}

.dk-selected-disabled {
	color: #BBBBBB;
}

.dk-select .dk-select-options {
	position: absolute;
	display: none;
	left: 0;
}

.dk-select-open-up .dk-select-options {
	border-radius: 0.4em 0.4em 0 0;
	margin-bottom: -1px;
	bottom: 100%;
}

.dk-select-open-down .dk-select-options {
	border-radius: 0 0 0.4em 0.4em;
	margin-top: -1px;
	top: 100%;
}

.dk-select-multi .dk-select-options {
	max-height: 10em;
}

.dk-select-options {
	width: 100%;
	z-index: 100;
	border: 1px solid #000000;
	overflow-x: hidden;
	overflow-y: auto;
	max-height: 10.5em;
	list-style: none;
	padding: 0.25em 0;
	margin: 0;
	
	background-color: #212121;
	color: #6CF;
	text-shadow: none;
	font-size: 12px;
}
	
.dk-option-selected {
	background-color: #FFCC00;
	color: #000000;
}

.dk-select-options-highlight .dk-option-selected {
	background-color: transparent;
	color: inherit;
}

.dk-option {
	border-bottom: 1px solid #000;
	font-weight: normal;
	padding: 8px 5px;
	margin: 0px;
}

.dk-select-options .dk-option-highlight {
	background-color: #FFCC00;
	color: #000000;
}

.dk-select-options .dk-option-disabled {
	color: #BBBBBB;
	background-color: transparent;
}

.dk-optgroup {
	border: solid #CCCCCC;
	border-width: 1px 0;
	padding: 0.25em 0;
	margin-top: 0.25em;
}

.dk-optgroup + .dk-option {
	margin-top: 0.25em;
}

.dk-optgroup + .dk-optgroup {
	border-top-width: 0;
	margin-top: 0;
}

.dk-optgroup:nth-child(2) {
	padding-top: 0;
	border-top: none;
	margin-top: 0;
}

.dk-optgroup:last-child {
	border-bottom-width: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

.dk-optgroup-label {
	padding: 0 0.5em 0.25em;
	font-weight: bold;
	width: 100%;
}

.dk-optgroup-options {
	list-style: none;
	padding-left: 0;
}

.dk-optgroup-options li {
	padding-left: 1.2em;
}

.dk-select-open-up .dk-selected {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-color: #FFCC00;
}

.dk-select-open-down .dk-selected {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	border-color: #FFCC00;
}

.dk-select-open-up .dk-selected:before, .dk-select-open-down .dk-selected:before {
	border-width: 0 0.25em 0.25em;
	border-bottom-color: #FFCC00;
}

.dk-select-open-up .dk-selected:after, .dk-select-open-down .dk-selected:after {
	border-left-color: #FFCC00;
}

.dk-select-open-up .dk-select-options, .dk-select-open-down .dk-select-options, .dk-select-multi:focus .dk-select-options {
	display: block;
	border-color: #000000;
}

.dk-select-multi:hover, .dk-select-multi:focus {
	outline: none;
}

.dk-selected:hover, .dk-selected:focus {
	outline: none;
	border-color: #FFCC00;
}

.dk-selected:hover:before, .dk-selected:focus:before {
	border-top-color: #FFCC00;
}

.dk-selected:hover:after, .dk-selected:focus:after {
	border-left-color: #FFCC00;
}

.dk-select-disabled {
	opacity: 0.6;
	color: #BBBBBB;
	cursor: not-allowed;
}

.dk-select-disabled .dk-selected:hover, .dk-select-disabled .dk-selected:focus {
	border-color: inherit;
}

.dk-select-disabled .dk-selected:hover:before, .dk-select-disabled .dk-selected:focus:before {
	border-top-color: inherit;
}

.dk-select-disabled .dk-selected:hover:after, .dk-select-disabled .dk-selected:focus:after {
	border-left-color: inherit;
}

select[data-dkcacheid] {
	display: none;
}
/*
Version: 3.5.1 Timestamp: Tue Jul 22 18:58:56 EDT 2014
*/
.select2-container {
    margin: 0;
    position: relative;
    display: inline-block;
    /* inline-block for ie7 */
    zoom: 1;
    *display: inline;
    vertical-align: middle;
}

.select2-container,
.select2-drop,
.select2-search,
.select2-search input {
  /*
    Force border-box so that % widths fit the parent
    container without overlap because of margin/padding.
    More Info : http://www.quirksmode.org/css/box.html
  */
  -webkit-box-sizing: border-box; /* webkit */
     -moz-box-sizing: border-box; /* firefox */
          box-sizing: border-box; /* css3 */
}

.select2-container .select2-choice {
    display: block;
    height: 26px;
    padding: 0 0 0 8px;
    overflow: hidden;
    position: relative;

    border: 1px solid #aaa;
    white-space: nowrap;
    line-height: 26px;
    color: #444;
    text-decoration: none;

    border-radius: 4px;

    background-clip: padding-box;

    -webkit-touch-callout: none;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;

    background-color: #fff;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.5, #fff));
    background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 50%);
    background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#eeeeee', GradientType = 0);
    background-image: linear-gradient(to top, #eee 0%, #fff 50%);
}

html[dir="rtl"] .select2-container .select2-choice {
    padding: 0 8px 0 0;
}

.select2-container.select2-drop-above .select2-choice {
    border-bottom-color: #aaa;

    border-radius: 0 0 4px 4px;

    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.9, #fff));
    background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 90%);
    background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 90%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
    background-image: linear-gradient(to bottom, #eee 0%, #fff 90%);
}

.select2-container.select2-allowclear .select2-choice .select2-chosen {
    margin-right: 42px;
}

.select2-container .select2-choice > .select2-chosen {
    margin-right: 26px;
    display: block;
    overflow: hidden;

    white-space: nowrap;

    text-overflow: ellipsis;
    float: none;
    width: auto;
}

html[dir="rtl"] .select2-container .select2-choice > .select2-chosen {
    margin-left: 26px;
    margin-right: 0;
}

.select2-container .select2-choice abbr {
    display: none;
    width: 12px;
    height: 12px;
    position: absolute;
    right: 24px;
    top: 8px;

    font-size: 1px;
    text-decoration: none;

    border: 0;
    background: url('http://www.aboutourwork.com/cache_css/select2.png') right top no-repeat;
    cursor: pointer;
    outline: 0;
}

.select2-container.select2-allowclear .select2-choice abbr {
    display: inline-block;
}

.select2-container .select2-choice abbr:hover {
    background-position: right -11px;
    cursor: pointer;
}

.select2-drop-mask {
    border: 0;
    margin: 0;
    padding: 0;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 9998;
    /* styles required for IE to work */
    background-color: #fff;
    filter: alpha(opacity=0);
}

.select2-drop {
    width: 100%;
    margin-top: -1px;
    position: absolute;
    z-index: 9999;
    top: 100%;

    background: #fff;
    color: #000;
    border: 1px solid #aaa;
    border-top: 0;

    border-radius: 0 0 4px 4px;

    -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
            box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
}

.select2-drop.select2-drop-above {
    margin-top: 1px;
    border-top: 1px solid #aaa;
    border-bottom: 0;

    border-radius: 4px 4px 0 0;

    -webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
            box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
}

.select2-drop-active {
    border: 1px solid #5897fb;
    border-top: none;
}

.select2-drop.select2-drop-above.select2-drop-active {
    border-top: 1px solid #5897fb;
}

.select2-drop-auto-width {
    border-top: 1px solid #aaa;
    width: auto;
}

.select2-drop-auto-width .select2-search {
    padding-top: 4px;
}

.select2-container .select2-choice .select2-arrow {
    display: inline-block;
    width: 18px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;

    border-left: 1px solid #aaa;
    border-radius: 0 4px 4px 0;

    background-clip: padding-box;

    background: #ccc;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ccc), color-stop(0.6, #eee));
    background-image: -webkit-linear-gradient(center bottom, #ccc 0%, #eee 60%);
    background-image: -moz-linear-gradient(center bottom, #ccc 0%, #eee 60%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#eeeeee', endColorstr = '#cccccc', GradientType = 0);
    background-image: linear-gradient(to top, #ccc 0%, #eee 60%);
}

html[dir="rtl"] .select2-container .select2-choice .select2-arrow {
    left: 0;
    right: auto;

    border-left: none;
    border-right: 1px solid #aaa;
    border-radius: 4px 0 0 4px;
}

.select2-container .select2-choice .select2-arrow b {
    display: block;
    width: 100%;
    height: 100%;
    background: url('http://www.aboutourwork.com/cache_css/select2.png') no-repeat 0 1px;
}

html[dir="rtl"] .select2-container .select2-choice .select2-arrow b {
    background-position: 2px 1px;
}

.select2-search {
    display: inline-block;
    width: 100%;
    min-height: 26px;
    margin: 0;
    padding-left: 4px;
    padding-right: 4px;

    position: relative;
    z-index: 10000;

    white-space: nowrap;
}

.select2-search input {
    width: 100%;
    height: auto !important;
    min-height: 26px;
    padding: 4px 20px 4px 5px;
    margin: 0;

    outline: 0;
    font-family: sans-serif;
    font-size: 1em;

    border: 1px solid #aaa;
    border-radius: 0;

    -webkit-box-shadow: none;
            box-shadow: none;

    background: #fff url('http://www.aboutourwork.com/cache_css/select2.png') no-repeat 100% -22px;
    background: url('http://www.aboutourwork.com/cache_css/select2.png') no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
    background: url('http://www.aboutourwork.com/cache_css/select2.png') no-repeat 100% -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('http://www.aboutourwork.com/cache_css/select2.png') no-repeat 100% -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('http://www.aboutourwork.com/cache_css/select2.png') no-repeat 100% -22px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
}

html[dir="rtl"] .select2-search input {
    padding: 4px 5px 4px 20px;

    background: #fff url('http://www.aboutourwork.com/cache_css/select2.png') no-repeat -37px -22px;
    background: url('http://www.aboutourwork.com/cache_css/select2.png') no-repeat -37px -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
    background: url('http://www.aboutourwork.com/cache_css/select2.png') no-repeat -37px -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('http://www.aboutourwork.com/cache_css/select2.png') no-repeat -37px -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('http://www.aboutourwork.com/cache_css/select2.png') no-repeat -37px -22px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
}

.select2-drop.select2-drop-above .select2-search input {
    margin-top: 4px;
}

.select2-search input.select2-active {
    background: #fff url('http://www.aboutourwork.com/cache_css/select2-spinner.gif') no-repeat 100%;
    background: url('http://www.aboutourwork.com/cache_css/select2-spinner.gif') no-repeat 100%, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
    background: url('http://www.aboutourwork.com/cache_css/select2-spinner.gif') no-repeat 100%, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('http://www.aboutourwork.com/cache_css/select2-spinner.gif') no-repeat 100%, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('http://www.aboutourwork.com/cache_css/select2-spinner.gif') no-repeat 100%, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
}

.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
    border: 1px solid #5897fb;
    outline: none;

    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
            box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}

.select2-dropdown-open .select2-choice {
    border-bottom-color: transparent;
    -webkit-box-shadow: 0 1px 0 #fff inset;
            box-shadow: 0 1px 0 #fff inset;

    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;

    background-color: #eee;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #fff), color-stop(0.5, #eee));
    background-image: -webkit-linear-gradient(center bottom, #fff 0%, #eee 50%);
    background-image: -moz-linear-gradient(center bottom, #fff 0%, #eee 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
    background-image: linear-gradient(to top, #fff 0%, #eee 50%);
}

.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
    border: 1px solid #5897fb;
    border-top-color: transparent;

    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(0.5, #eee));
    background-image: -webkit-linear-gradient(center top, #fff 0%, #eee 50%);
    background-image: -moz-linear-gradient(center top, #fff 0%, #eee 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
    background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
}

.select2-dropdown-open .select2-choice .select2-arrow {
    background: transparent;
    border-left: none;
    filter: none;
}
html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow {
    border-right: none;
}

.select2-dropdown-open .select2-choice .select2-arrow b {
    background-position: -18px 1px;
}

html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow b {
    background-position: -16px 1px;
}

.select2-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/* results */
.select2-results {
    max-height: 200px;
    padding: 0 0 0 4px;
    margin: 4px 4px 4px 0;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html[dir="rtl"] .select2-results {
    padding: 0 4px 0 0;
    margin: 4px 0 4px 4px;
}

.select2-results ul.select2-result-sub {
    margin: 0;
    padding-left: 0;
}

.select2-results li {
    list-style: none;
    display: list-item;
    background-image: none;
}

.select2-results li.select2-result-with-children > .select2-result-label {
    font-weight: bold;
}

.select2-results .select2-result-label {
    padding: 3px 7px 4px;
    margin: 0;
    cursor: pointer;

    min-height: 1em;

    -webkit-touch-callout: none;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
}

.select2-results-dept-1 .select2-result-label { padding-left: 20px }
.select2-results-dept-2 .select2-result-label { padding-left: 40px }
.select2-results-dept-3 .select2-result-label { padding-left: 60px }
.select2-results-dept-4 .select2-result-label { padding-left: 80px }
.select2-results-dept-5 .select2-result-label { padding-left: 100px }
.select2-results-dept-6 .select2-result-label { padding-left: 110px }
.select2-results-dept-7 .select2-result-label { padding-left: 120px }

.select2-results .select2-highlighted {
    background: #3875d7;
    color: #fff;
}

.select2-results li em {
    background: #feffde;
    font-style: normal;
}

.select2-results .select2-highlighted em {
    background: transparent;
}

.select2-results .select2-highlighted ul {
    background: #fff;
    color: #000;
}

.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-ajax-error,
.select2-results .select2-selection-limit {
    background: #f4f4f4;
    display: list-item;
    padding-left: 5px;
}

/*
disabled look for disabled choices in the results dropdown
*/
.select2-results .select2-disabled.select2-highlighted {
    color: #666;
    background: #f4f4f4;
    display: list-item;
    cursor: default;
}
.select2-results .select2-disabled {
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}

.select2-results .select2-selected {
    display: none;
}

.select2-more-results.select2-active {
    background: #f4f4f4 url('http://www.aboutourwork.com/cache_css/select2-spinner.gif') no-repeat 100%;
}

.select2-results .select2-ajax-error {
    background: rgba(255, 50, 50, .2);
}

.select2-more-results {
    background: #f4f4f4;
    display: list-item;
}

/* disabled styles */

.select2-container.select2-container-disabled .select2-choice {
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default;
}

.select2-container.select2-container-disabled .select2-choice .select2-arrow {
    background-color: #f4f4f4;
    background-image: none;
    border-left: 0;
}

.select2-container.select2-container-disabled .select2-choice abbr {
    display: none;
}


/* multiselect */

.select2-container-multi .select2-choices {
    height: auto !important;
    height: 1%;
    margin: 0;
    padding: 0 5px 0 0;
    position: relative;

    border: 1px solid #aaa;
    cursor: text;
    overflow: hidden;

    background-color: #fff;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eee), color-stop(15%, #fff));
    background-image: -webkit-linear-gradient(top, #eee 1%, #fff 15%);
    background-image: -moz-linear-gradient(top, #eee 1%, #fff 15%);
    background-image: linear-gradient(to bottom, #eee 1%, #fff 15%);
}

html[dir="rtl"] .select2-container-multi .select2-choices {
    padding: 0 0 0 5px;
}

.select2-locked {
  padding: 3px 5px 3px 5px !important;
}

.select2-container-multi .select2-choices {
    min-height: 26px;
}

.select2-container-multi.select2-container-active .select2-choices {
    border: 1px solid #5897fb;
    outline: none;

    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
            box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}
.select2-container-multi .select2-choices li {
    float: left;
    list-style: none;
}
html[dir="rtl"] .select2-container-multi .select2-choices li
{
    float: right;
}
.select2-container-multi .select2-choices .select2-search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap;
}

.select2-container-multi .select2-choices .select2-search-field input {
    padding: 5px;
    margin: 1px 0;

    font-family: sans-serif;
    font-size: 100%;
    color: #666;
    outline: 0;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    background: transparent !important;
}

.select2-container-multi .select2-choices .select2-search-field input.select2-active {
    background: #fff url('http://www.aboutourwork.com/cache_css/select2-spinner.gif') no-repeat 100% !important;
}

.select2-default {
    color: #999 !important;
}

.select2-container-multi .select2-choices .select2-search-choice {
    padding: 3px 5px 3px 18px;
    margin: 3px 0 3px 5px;
    position: relative;

    line-height: 13px;
    color: #333;
    cursor: default;
    border: 1px solid #aaaaaa;

    border-radius: 3px;

    -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
            box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);

    background-clip: padding-box;

    -webkit-touch-callout: none;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;

    background-color: #e4e4e4;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#f4f4f4', GradientType=0);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));
    background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: linear-gradient(to top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
}
html[dir="rtl"] .select2-container-multi .select2-choices .select2-search-choice
{
    margin: 3px 5px 3px 0;
    padding: 3px 18px 3px 5px;
}
.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
    cursor: default;
}
.select2-container-multi .select2-choices .select2-search-choice-focus {
    background: #d4d4d4;
}

.select2-search-choice-close {
    display: block;
    width: 12px;
    height: 13px;
    position: absolute;
    right: 3px;
    top: 4px;

    font-size: 1px;
    outline: none;
    background: url('http://www.aboutourwork.com/cache_css/select2.png') right top no-repeat;
}
html[dir="rtl"] .select2-search-choice-close {
    right: auto;
    left: 3px;
}

.select2-container-multi .select2-search-choice-close {
    left: 3px;
}

html[dir="rtl"] .select2-container-multi .select2-search-choice-close {
    left: auto;
    right: 2px;
}

.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
  background-position: right -11px;
}
.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
    background-position: right -11px;
}

/* disabled styles */
.select2-container-multi.select2-container-disabled .select2-choices {
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
    padding: 3px 5px 3px 5px;
    border: 1px solid #ddd;
    background-image: none;
    background-color: #f4f4f4;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {    display: none;
    background: none;
}
/* end multiselect */


.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match {
    text-decoration: underline;
}

.select2-offscreen, .select2-offscreen:focus {
    clip: rect(0 0 0 0) !important;
    width: 1px !important;
    height: 1px !important;
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    position: absolute !important;
    outline: 0 !important;
    left: 0px !important;
    top: 0px !important;
}

.select2-display-none {
    display: none;
}

.select2-measure-scrollbar {
    position: absolute;
    top: -10000px;
    left: -10000px;
    width: 100px;
    height: 100px;
    overflow: scroll;
}

/* Retina-ize icons */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 2dppx)  {
    .select2-search input,
    .select2-search-choice-close,
    .select2-container .select2-choice abbr,
    .select2-container .select2-choice .select2-arrow b {
        background-image: url('http://www.aboutourwork.com/cache_css/select2x2.png') !important;
        background-repeat: no-repeat !important;
        background-size: 60px 40px !important;
    }

    .select2-search input {
        background-position: 100% -21px !important;
    }
}
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('http://www.aboutourwork.com/cache_css/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('http://www.aboutourwork.com/cache_css/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('http://www.aboutourwork.com/cache_css/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('http://www.aboutourwork.com/cache_css/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
	background-color: #222222;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('http://www.aboutourwork.com/cache_css/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('http://www.aboutourwork.com/cache_css/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}/*** CSS for Fancyboxes ***/

#fancybox-wrap {
	width: auto !important;
	z-index: 2000;
	padding: 20px 0px 0px 10px !important;
	margin: 0px !important;
	-webkit-animation-duration: .3s;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-timing-function: linear;
}

#fancybox-outer {
	background: none;
	-webkit-border-radius:7px;
	-moz-border-radius:7px;
	border-radius:7px;
	-webkit-box-shadow:0px 0px 20px rgba(0,0,0,.25);
	-moz-box-shadow:0px 0px 20px rgba(0,0,0,.25);
	box-shadow:0px 0px 20px rgba(0,0,0,.25);
	z-index:2500;
}

#fancybox-content {
	background: none;
	border-width:0px !important;
	-webkit-border-radius:7px;
	-moz-border-radius:7px;
	border-radius:7px;	
	overflow-x:hidden;
	z-index: 26000;
}

.fancybox-bg {
	display:none;
}

#fancybox-close{
	z-index: 26001;
}

.fancybox-overlay{
	background-color: rgba(0, 0, 0, 0.7);
	background: -webkit-radial-gradient(rgba(127, 127, 127, .75), rgba(50, 50, 50, .5) 60%, rgba(0, 0, 0, 1));
}

#fancybox-overlay{
	position: fixed;
}

.fancybox-skin {
	background-color: transparent;
	box-shadow: unset !important;
}

form, fieldset { 
	margin-bottom: 0px;
}

.aow.deboss, .aow .deboss {
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	background: #242424;
	padding-top: 0px;
}

.aow.deboss.ghost{
	opacity: 0.8;
}

.form.aow p,
.form.aow label {
	font-size: 14px;
	font-weight: bold;
	color: #999;
	margin-top: 15px;
	margin-bottom: 0px;
	line-height: 150%;
}

.aow .strip {
	background: #1e1e1e;
	border-bottom: 1px solid #2d2d2d;
	padding: 10px 15px 25px 15px;
	margin: 0px -15px 0px -15px;
	text-align: center;
	color: #999;
	line-height: 16px;
	padding: 35px 25px;
	font-family: "Georgia","Times New Roman",serif;
	font-style: italic;
	font-weight: normal;
	font-size: 14px;
}

.aow .strip p {
	margin: 0px;
}

#signupSecond{
	display: none;
}

#signupThird{
	display: none;
}

#signupFourth{
	display: none;
}

.aow .strip.bottom {
	-webkit-border-radius: 0px 0px 7px 7px;
	-moz-border-radius: 0px 0px 7px 7px;
	border-top: 1px solid #2d2d2d;
	margin: 12px -15px -15px -15px;
	padding: 0px 15px 10px 15px;
}

.aow .strip.bottom .submit {
	text-align: center;
	margin: 15px auto 20px;
}

#signupBack,
#signupSubmit{
	display: inline-block;
	font-size: 12px;
	color: #FC0;
	cursor: pointer;
	width: 100px;
}
		
.form.aow fieldset {
	width: 358px;
	padding: 15px 15px 0px 15px;
	overflow: hidden;
}

#biowordcount{
	float: right;
}

.form.aow textarea {
	width: 325px;
	padding: 15px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	font-size: 14px;
	color: #333;
	background-color: #ccc;
}

.form.aow fieldset h2 {
	width: 100%;
	margin: -15px -15px 0 -15px;
	padding: 14px 15px 14px 15px;
	font-weight: bold;
	background: #111;
	border-bottom: 1px solid #333;
	font-size: 12px;
	text-transform: uppercase;
	color: #fff;
	-webkit-border-radius: 7px 7px 0px 0px;
	-moz-border-radius: 7px 7px 0px 0px;
	border-radius: 7px 7px 0px 0px;
	line-height: 12px;
	font-family: "HelveticaNeue","Helvetica Neue",Arial,sans-serif;
}

.form.aow label {
	color: #999999;
	font-size: 14px;
	margin-bottom: 7px;
	font-weight: bold;
	display: block;
	line-height: 100%;
	margin-top: 5px;
	text-align: inherit;
}

.form.aow .input {
	margin-bottom: 17px;
	width: 100%;
	position: relative;
}

.form.aow .select,
.form.aow .file{
	min-height: 62px;
}
			
.form.aow input[type='text'],
.form.aow input[type='password'],
.form.aow textarea {
	width: 339px;
	padding: 9px;
	font-size: 13px;
	color: #ccc;
	background-color: #404040;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: none;
	font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

.form.aow input[type="file"]{
	height: 30px;
	float: left;
	padding-left: 0px;
	padding-right: 20px;
}

.form.aow input.card-cvc {
	width: 153px;
}

.form.aow input.card-zip {
	width: 153px;
}

.form.aow input[type='text']: focus,
.form.aow textarea: focus {
	background-color: #737373 !important;
	color: #e6e6e6 !important;   
	outline: none;
}

.aow input[type='submit'] {
	display: inline-block;
	padding: 9px 24px 11px 24px;
	border: 1px solid #222;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-family: "Helvetica","Arial",sans-serif;
	font-size: 14px !important;
	font-weight: bold;
	cursor: pointer;
}

.aow input[type='submit'] {
	/* main yellow */
	background: #fc0 !important;
	background: -moz-linear-gradient(top, rgba(254,247,194,1) 0%, rgba(254,247,194,1) 2%, rgba(251,226,50,1) 3%, rgba(242,182,8,1) 100%) !important; /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,247,194,1)), color-stop(2%,rgba(254,247,194,1)), color-stop(3%,rgba(251,226,50,1)), color-stop(100%,rgba(242,182,8,1))) !important; /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(254,247,194,1) 0%,rgba(254,247,194,1) 2%,rgba(251,226,50,1) 3%,rgba(242,182,8,1) 100%) !important; /* Chrome10+,Safari5.1+ */
	color: #332900;
}

.aow input[type='submit']:hover {
	background: rgb(254,250,211) !important; /* Old browsers */
	background: -moz-linear-gradient(top, rgba(254,250,211,1) 0%, rgba(254,250,211,1) 2%, rgba(251,237,106,1) 3%, rgba(246,204,31,1) 100%) !important; /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,250,211,1)), color-stop(2%,rgba(254,250,211,1)), color-stop(3%,rgba(251,237,106,1)), color-stop(100%,rgba(246,204,31,1))) !important; /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(254,250,211,1) 0%,rgba(254,250,211,1) 2%,rgba(251,237,106,1) 3%,rgba(246,204,31,1) 100%) !important; /* Chrome10+,Safari5.1+ */
}

.aow input[type='submit']:active {
	background: rgb(183,140,5) !important; /* Old browsers */
	background: -moz-linear-gradient(top, rgba(183,140,5,1) 0%, rgba(183,140,5,1) 1%, rgba(242,182,8,1) 2%, rgba(251,226,50,1) 100%) !important; /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(183,140,5,1)), color-stop(1%,rgba(183,140,5,1)), color-stop(2%,rgba(242,182,8,1)), color-stop(100%,rgba(251,226,50,1))) !important; /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(183,140,5,1) 0%,rgba(183,140,5,1) 1%,rgba(242,182,8,1) 2%,rgba(251,226,50,1) 100%) !important; /* Chrome10+,Safari5.1+ */
}

.aow .input.checkbox label{
	display: inline;
	line-height: 23px;
	text-align: right;
}

.signup_oauth{
	width: 100%;
	text-align: center;
	padding: 15px 0px 20px;
}

.oauth {
	display: inline-block;
	width: 48px;
	height: 48px;
	margin-right: 5px;
	vertical-align: middle;
}
		
#oauth_screen_name {
	display: inline-block;
	margin-top: 15px;
}

.oauth.twitter {
	background: url('../images/icons/twitter-48x48.png');
	width: 48px;
	height: 48px;
}

.oauth.linkedin {
	background: url('../images/icons/linkedin-48x48.png');
	width: 48px;
	height: 48px;
}

.oauth.facebook {
	background: url('../images/icons/facebook-48x48.png');
	width: 48px;
	height: 48px;
}

.autoClickRegistration,
.autoClickLogin,
.autoClickGraph{
	display: none;
}

.aow .strip.bottom a.btn {
	margin: 30px 25px 30px;
}

@-webkit-keyframes zoom {
	0% {
		opacity: 0;
		-webkit-transform: scale(.50);
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(1.00);
	}
}

@-webkit-keyframes attention {
	0% {
		-webkit-transform:scale(1.0);
	}
	10% {
		-webkit-transform:scale(1.05);
	}
	30% {
		-webkit-transform:scale(0.9);
	}
	60% {
		-webkit-transform:scale(1.03);
	}
	90% {
		-webkit-transform:scale(1.00);
	}
	100% {
		 -webkit-transform:scale(1.00);
	}
}/* "iPhone Style" check box styles */

.iPhoneCheckContainer {
	position: relative;
	height: 27px;
	cursor: pointer;
	overflow: hidden;
	float: right;
	top: -4px;
}
	
.iPhoneCheckContainer input {
	position: absolute !important;
	top: 5px !important;
	left: 30px;
	opacity: 0;
	-ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
	filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
}

.iPhoneCheckContainer label {
	white-space: nowrap;
	font-size: 17px !important;
	line-height: 17px !important;
	font-weight: bold !important;
	font-family: "HelveticaNeue","Helvetica Neue",Arial,sans-serif !important;
	text-transform: uppercase;
	cursor: pointer;
	display: block !important;
	height: 27px;
	position: absolute;
	width: auto !important;
	top: 0px;
	padding-top: 5px;
	overflow: hidden;
}

.iPhoneCheckContainer, .iPhoneCheckContainer label {
	user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
}

.iPhoneCheckDisabled {
	opacity: 0.5;
	-ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=50);
	filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=50);
}

label.iPhoneCheckLabelOn {
	color: white !important;
	background: url('../images/iphone-style-checkboxes/on_1282083753.png') no-repeat;
	text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.6);
	text-align: right !important;
	left: 0;
	margin: 0px !important;
	padding: 5px 5px;
}

label.iPhoneCheckLabelOn span {
	padding-left: 8px;
}

label.iPhoneCheckLabelOff {
	color: #8B8B8B !important;
	background: url('../images/iphone-style-checkboxes/off_1282083753.png') no-repeat scroll right 0px transparent;
	text-shadow: 0px 0px 2px rgba(255, 255, 255, 0.6);
	text-align: right !important;
	right: 0px;
	margin: 0px !important;
	padding: 5px 10px;
}

label.iPhoneCheckLabelOff span {
	padding-right: 8px;
}

.iPhoneCheckHandle {
	display: block;
	height: 27px;
	cursor: pointer;
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	background: url('../images/iphone-style-checkboxes/slider_left_1282083753.png') no-repeat;
	padding-left: 3px;
}

.iPhoneCheckHandleRight {
	height: 100%;
	width: 100%;
	padding-right: 3px;
	background: url('../images/iphone-style-checkboxes/slider_right_1282083753.png') no-repeat right 0;
}

.iPhoneCheckHandleCenter {
	height: 100%;
	width: 100%;
	background: url('../images/iphone-style-checkboxes/slider_center_1282083753.png');
}
/* Font-Face */
@font-face {
	font-family: 'Museo300';
	src: url('../css/marketing/fonts/Museo300-Regular-webfont.eot');
	src: url('../css/marketing/fonts/Museo300-Regular-webfont.eot#iefix') format('embedded-opentype'),
		 url('../css/marketing/fonts/Museo300-Regular-webfont.woff') format('woff'),
		 url('../css/marketing/fonts/Museo300-Regular-webfont.ttf') format('truetype'),
		 url('../css/marketing/fonts/Museo300-Regular-webfont.svg') format('svg');
	font-weight: normal;
	font-style: normal;

}

/* common colors */
.blue {
	color:#6cf;
}
.green {
	color:#6c0;
}
.yellow {
	color: #fc0;
}

/* form elements */

.form input[type='text'].color {
	width: 100px;
}

/* minicolors */
.miniColors-trigger {
	height: 32px;
	width: 32px;
	background: url(../img/miniColor/trigger.png) center no-repeat;
	vertical-align: middle;
	margin-bottom:3px;
	margin-left:10px;
	display: inline-block;
	outline: none;
}

.miniColors-selector {
	position: absolute;
	width: 175px;
	height: 150px;
	background: #FFF;
	border: solid 1px #BBB;
	-moz-box-shadow: 0 0 6px rgba(0, 0, 0, .25);
	-webkit-box-shadow: 0 0 6px rgba(0, 0, 0, .25);
	box-shadow: 0 0 6px rgba(0, 0, 0, .25);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 5px;
	z-index: 999999;
}

.miniColors-selector.black {
	background: #000;
	border-color: #000;
}

.miniColors-colors {
	position: absolute;
	top: 5px;
	left: 5px;
	width: 150px;
	height: 150px;
	background: url(../img/miniColor/gradient.png) center no-repeat;
	cursor: crosshair;
}

.miniColors-hues {
	position: absolute;
	top: 5px;
	left: 160px;
	width: 20px;
	height: 150px;
	background: url(../img/miniColor/rainbow.png) center no-repeat;
	cursor: crosshair;
}

.miniColors-colorPicker {
	position: absolute;
	width: 11px;
	height: 11px;
	background: url(../img/miniColor/circle.gif) center no-repeat;
}

.miniColors-huePicker {
	position: absolute;
	left: -3px;
	width: 26px;
	height: 3px;
	background: url(../img/miniColor/line.gif) center no-repeat;
}

.maintenance{
	margin: 50px auto;
	width: 800px;
	font-size: 2em;
	line-height: 1.2em;
}

/* all dropdowns */
.select2-results li,
.dk-option{
	font-family: "Museo300";
	font-weight: 600;
	font-size: 14px;
	padding: 10px;
	margin: 0px;
	line-height: 18px;
	border-bottom: 1px solid #000;
	color: #6CF;
	text-shadow: none;
}
.select2-results .select2-highlighted,
.dk-option-selected,
.dk-select-options .dk-option-highlight {
	background: #3875d7;
/* 	background: #FC0; */
	color: #fff;
}

/* select2 */
.select2-container-active .select2-choice,
.select2-container-active .select2-choices,
.select2-container-multi.select2-container-active .select2-choices {
	border: none;
}
.select2-container-multi .select2-choices {
	position: relative;
	border: medium none;
	cursor: text;
	overflow: hidden;
	margin-bottom: 7px;
	width: 339px;
	font-size: 13px;
	color: #CCC;
	border-radius: 3px;
	font-family: "Helvetica Neue","Helvetica","Arial",sans-serif;
	background-color: #404040;
	background-image: none;
	height: auto !important;
	padding: 0px 9px 2px;
}
#signup_fields input {
	margin-bottom: 0px;
}
.select2-dropdown-open.select2-drop-above .select2-choice, 
.select2-dropdown-open.select2-drop-above .select2-choices {
	border-style: none;
	border-right: none;
	border-color: transparent;
	-moz-border-top-colors: none;
	-moz-border-right-colors: none;
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	border-image: none;
	background-image: none;
	border-width: 0px;
}
.select2-drop-active {
	border: none;
}
.select2-drop.select2-drop-above.select2-drop-active {
	border-top: none;
}
.select2-drop.select2-drop-above {
	border: none;
}
.select2-results {
	padding: 0.25em 0px;
	position: relative;
	overflow-x: hidden;
	overflow-y: auto;
	background-color: #212121;
	color: #6CF;
	text-shadow: none;
	font-size: 12px;
	max-height: 200px;
	margin: 0px;
	border: 1px solid #000;
}

.select2-results .select2-no-results, 
.select2-results .select2-searching, 
.select2-results .select2-ajax-error, 
.select2-results .select2-selection-limit {
	background: none;
}
.select2-results li {
	background-image: none;
	border-bottom: 1px solid #000;
	padding: 8px 5px;
	margin: 0px;
}
.select2-container-multi .select2-choices .select2-search-choice {
	border: 1px solid #000;
	border-radius: 3px;
	display: block;
	float: left;
	padding: 5px 10px 7px 20px;
	text-decoration: none;
	background: -webkit-gradient(linear, center top, center bottom, from(#262626), to(#040404));
	background: -webkit-linear-gradient(#262626, #040404);
	background: -moz-linear-gradient(#262626, #040404);
	background: -o-linear-gradient(#262626, #040404);
	background: -ms-linear-gradient(#262626, #040404);
	background: linear-gradient(#262626, #040404);
	color: #CCC;
	margin: 5px 0px 0px 5px;;
	font-size: 13px;
	z-index: 100;
	position: relative;
	cursor: pointer;
	box-shadow: none;
}
.select2-container-multi .select2-search-choice-close {
	left: 5px;
}
.select2-container .select2-choice abbr {
	background: url('../css/select2/select2.png') right top no-repeat;
}
.select2-container .select2-choice .select2-arrow b {
	background: url('../css/select2/select2.png') no-repeat 0 1px;
}
.select2-search input {
	background: #404040 url('../css/select2/select2.png') no-repeat 100% -22px;
	background: url('../css/select2/select2.png') no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #404040), color-stop(0.99, #303030));
	background: url('../css/select2/select2.png') no-repeat 100% -22px, -webkit-linear-gradient(center bottom, #404040 85%, #303030 99%);
	background: url('../css/select2/select2.png') no-repeat 100% -22px, -moz-linear-gradient(center bottom, #404040 85%, #303030 99%);
	background: url('../css/select2/select2.png') no-repeat 100% -22px, linear-gradient(to bottom, #404040 85%, #303030 99%) 0 0;
}
html[dir="rtl"] .select2-search input {
	background: #404040 url('../css/select2/select2.png') no-repeat -37px -22px;
	background: url('../css/select2/select2.png') no-repeat -37px -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #404040), color-stop(0.99, #303030));
	background: url('../css/select2/select2.png') no-repeat -37px -22px, -webkit-linear-gradient(center bottom, #404040 85%, #303030 99%);
	background: url('../css/select2/select2.png') no-repeat -37px -22px, -moz-linear-gradient(center bottom, #404040 85%, #303030 99%);
	background: url('../css/select2/select2.png') no-repeat -37px -22px, linear-gradient(to bottom, #404040 85%, #303030 99%) 0 0;
}
.select2-search input.select2-active {
	background: #404040 url('../css/select2/select2-spinner.gif') no-repeat 100%;
	background: url('../css/select2/select2-spinner.gif') no-repeat 100%, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #404040), color-stop(0.99, #303030));
	background: url('../css/select2/select2-spinner.gif') no-repeat 100%, -webkit-linear-gradient(center bottom, #404040 85%, #303030 99%);
	background: url('../css/select2/select2-spinner.gif') no-repeat 100%, -moz-linear-gradient(center bottom, #404040 85%, #303030 99%);
	background: url('../css/select2/select2-spinner.gif') no-repeat 100%, linear-gradient(to bottom, #404040 85%, #303030 99%) 0 0;
}
.select2-search-choice-close {
	top: 6px;
	background: url('../css/select2/select2.png') no-repeat scroll right top transparent;
}
.select2-more-results.select2-active {
	background: #404040 url('../css/select2/select2-spinner-dark.gif') no-repeat 100%;
}
.select2-container-multi .select2-choices .select2-search-field input.select2-active {
	background: #404040 url('../css/select2/select2-spinner-dark.gif') no-repeat 100% !important;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 2dppx)  {
	.select2-search input,
	.select2-search-choice-close,
	.select2-container .select2-choice abbr,
	.select2-container .select2-choice .select2-arrow b {
		background-image: url('../css/select2/select2x2.png') !important;
		background-repeat: no-repeat !important;
		background-size: 60px 40px !important;
	}
	.select2-search input {
		background-position: 100% -21px !important;
	}
}
			
/* autocomplete ui */
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
	border-bottom-right-radius: 4px;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
	border-bottom-left-radius: 4px;
}
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
	border-top-right-radius: 4px;
}
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
	border-top-left-radius: 4px;
}
.ui-widget-content {
	border: 1px solid #000;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: -webkit-gradient(linear, center top, center bottom, from(#262626), to(#040404));
	background: -webkit-linear-gradient(#262626, #040404);
	background: -moz-linear-gradient(#262626, #040404);
	background: -o-linear-gradient(#262626, #040404);
	background: -ms-linear-gradient(#262626, #040404);
	background: linear-gradient(#262626, #040404);
	color: #ccc;
}
.ui-menu-divider{
	display: none;
}
.ui-widget {
	font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
	font-size: 1.1em;
}
.ui-menu {
	list-style: none outside none;
	padding: 2px;
	margin: 0px;
	display: block;
	float: left;
}
.ui-autocomplete {
	position: absolute;
	cursor: default;
	font-size: 13px;
	color: #CCC;
	width: 351px !important;
	font-family: "Helvetica Neue","Helvetica","Arial",sans-serif;
	overflow: hidden;
}
.ui-menu .ui-menu-item {
	margin: 0px;
	padding: 0px;
	float: left;
	clear: left;
	width: 100%;
	font-family: "HelveticaNeue","Helvetica Neue",Arial,sans-serif;
	text-decoration: none;
	display: block;
	padding: 0.2em 0.4em;
	line-height: 1.75;
	color: rgb(204, 204, 204);
}
.ui-menu .ui-menu-item:hover{
	background: none repeat scroll 0% 0% #3875D7;
	color: #FFF;
}

/* fancybox */
.fancybox-close{
	top: -2px;
	right: -2px;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('../images/fancybox/fancybox_sprite.png');
}

.fancybox-nav {
	background: transparent url('../images/fancybox/blank.gif'); /* helps IE */
}

#fancybox-loading div {
	background: url('../images/fancybox/fancybox_loading.gif') center center no-repeat;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('../images/fancybox/fancybox_sprite-2x.jpg');
	}
	   
	#fancybox-loading div {
		background-image: url('../images/fancybox/fancybox_loading-2x.jpg');
	}
}

.fancybox-error{
	background: none repeat scroll 0% 0% #242424;
}

/* header/footer */
.homedesc {
	text-align: left;
	position: absolute;
	top: 17px;
	left: 185px;
	display:inline-block;
	border-left:1px solid #666;
	padding-right:15px;
	padding-left:15px;
	font-weight:bold;
	font-size:10px;
	text-transform:uppercase;
}

.footdesc {
	margin-right: 5px;
}
#header a: last-child {
	margin-right: 0px !important;
	padding-right: 0px !important;
	border-right: 0px !important;
}