﻿body {
    font-family: "Segoe UI","Helvetica",Garuda,Arial,sans-serif;
    font-size: 12px;
    line-height: 21px;
    text-rendering: optimizeLegibility;
    background-color: #f2f2f2;
    color: #605860;
}

/************************** header **************************/
#top {
    background-color: #605860;
    color: #FFF;
    height: 37px;
    z-index: 999;
}
header a
{
    color: #FFF;
    font-weight: bold;
}

#headerContent {
    margin: 0 auto;
    width: 960px;
    padding: 8px 0 8px 0;
}

#languages {
    width: 270px;
    float: left;
    font-size: 14px;
}
#loginStatus {
    width: 570px;
    float: left;
    text-align: right;
}

#authAction {
    width: 90px;
    float: right;
    text-align: right;
}

/************************** footer **************************/
#bottom {
    background-color: #605860;
    color: #FFF;
    height: 40px;
    margin-top: 50px;
}

footer a
{
    color: #FFF;
}

#footerContent {
    margin: 0 auto;
    width: 960px;
    padding: 8px 0 8px 0;
    text-align: right;
}

/************************** body **************************/
#bodyContent {
    margin: 0 auto;
    width: 960px;
    min-height: 800px;
}
#menuHolder {
    width: 250px;
    margin-right: 20px;
    margin-top: 10px;
    float: left;
}
#content {
    width: 690px;
    float: left;
}

#sidebar {
    margin-top: 9px;
}
#sidebar header {
    width: 236px;
    height: 25px;
    text-transform: uppercase;
    padding: 7px;
}

#sidebar header a
{
    text-decoration: none;
    width: 240px;
    display: inline-block;
}

#sidebar header span.image {
    display: inline-block;
    line-height: 12px;
    margin: 0 12px 0 9px;
}

#sidebar header span.image img {
    vertical-align: middle;
}

#sidebar header span.text
{
    display: inline-block;
    line-height: 25px;
    color: #FFF;
    font-size: 18px;
    font-weight: bold;
    vertical-align: middle;
}

#sidebar .green header {
    background-color: #79C942;
}
#sidebar .orange header {
    background-color: #ff931f;
}
#sidebar .purple header {
    background-color: #56267f;
}
#sidebar .blue header {
    background-color: #3fa9f5;
}
#sidebar .grey header {
    background-color: #605860;
}

#sidebar section {
    margin-bottom: 10px;
}

#sidebar section ul {
    padding: 0;
    margin: 0;
}

#sidebar section ul li {
    margin-bottom: 0px;
    padding: 4px 0px 4px 7px;
    list-style: none;
    border-bottom: 1px solid #D4D4D4;
    font-weight: bold;
    background-color: #FFF;
    height: 48px;
    width: 243px;
}
#sidebar section ul li.active
{
    background-image: url('/Content/menu-selected.png')
}

#sidebar section ul li a
{
    font-size: 13px;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    height: 48px;
    color: #605860;
    width: 240px;
}

#sidebar section ul li.last {
    border-bottom: 0px;
}

#sidebar ul .image {
    padding: 0 3px 0 0;
    display: inline-block;
    height: 48px;
    line-height: 12px;
}
#sidebar ul .image img {
    vertical-align: middle;
}

#sidebar ul .text
{
    display: inline-block;
    line-height: 2px;
}

/************************** body **************************/
#breadcrumbs {
    margin-top: 5px;
}

h1 {
    text-transform: uppercase;
    margin: 10px 0 16px 0;
}

.clear {
    clear: both;
}

 .clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

 .clearfix {
    zoom: 1;     /* triggers hasLayout */
    display: block;     /* resets display for IE/Win */
}

#title {
    display: block;
    float: left;
    width: 60%;
}

#search {
    display: block;
    float: left;
    width: 40%;
}

#searchform {
    float: right;
}

section.search-form input.textbox {
    float: left;
    width: 170px;
    border: 1px solid #605860;
    padding: 0px 10px;
    line-height: 29px;
    height: 29px;
    font-size: 13px;
    color: #CCC;
    margin: 0;
}
section.search-form input.textbox:focus {
    color: #605860;
}

section.search-form span.submit-btn {
    float: left;
    width: 29px;
    height: 31px;
    display: inline-block;
    line-height: 29px;
}

section.search-form span.submit-btn input {
    border: 0;
    margin: 0;
    padding: 0;
    width: 29px;
    height: 31px;
    line-height: 29px;
    background: url(/Content/quicksearch.png) no-repeat;
    background-color: #605860;
}

#extendedSearch {
    float: right;
    margin: 10px 0 0 10px;
    height: 21px;
}

#extendedSearch a {
    color: #605860;
}
body #extendedSearch a:hover {
    color: #605860;
}


table {
    width: 100%;
}
table th {
    background: #605860;
    border-right: 1px solid #f2f2f2;
    border-bottom: 3px solid #f2f2f2;
    height: 36px;
    line-height: 36px;
    padding-left: 10px;
    font-size: 13px;
    color: #FFF;
    text-align: left;
    font-weight: bold;
    text-transform: uppercase;
}
table th a {
    color: #FFF;
}
td a {
    text-decoration: none;
}

td a:hover {
    text-decoration: underline;
}

table th.last {
    border-right: 0;
}

table th.actioncolumn {
    width: 133px;
}
table td {
    background-color: #ffffff;
    border-right: 1px solid #f2f2f2;
    border-bottom: 1px solid #d4d4d4;
    height: 27px;
    line-height: 27px;
    padding-left: 10px;
    font-size: 12px;
    color: #605860;
    text-align: left;
    vertical-align: top;
}
.even td {
    background-color: #f8f8f8;
}
table td.last {
    border-right: 1px solid #f2f2f2;
}

#pager {
    float: right;
    width: 350px;
    text-align: right;
    margin-top: 10px;
}
#pageSelector {
    width: 200px;
    float: left;
    line-height: 36px;
    vertical-align: bottom;
}
#pageSizeChoser {
    width: 150px;
    float: left;
    line-height: 36px;
}
#pageInfo, #pageSizeInfo {
    float: left;
    margin-right: 10px;
    height: 24px;
}
#pageButtons {
    float: left;
    height: 24px;
}

.pageButton {
    height: 24px;
    width: 24px;
    display: inline-block;
}
.pageButton.disabled {
    cursor: default;
}

#pageSizeSelector {
    float: right;
}

#backPage
{
    background-image: url('/Content/left.png');
}

#nextPage
{
    background-image: url('/Content/right.png');
}

#backPage.disabled
{
    background-image: url('/Content/left_disabled.png');
}

#nextPage.disabled
{
    background-image: url('/Content/right_disabled.png');
}


tr.disabled td {
    opacity: 0.5;
}
td.disabled {
    opacity: 0.5;
}

/**
 * Default DropKick theme
 *
 * Feel free to edit the default theme
 * or even add your own.
 *
 * See the readme for themeing help
 *
 */

/***** Begin Theme, feel free to edit in here! ******/

/* One container to bind them... */
.dk_container {
  background-color: #e2e2e2;
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 18px;
}

td .dk_container {
    margin-top: 5px;
    margin-bottom: 5px;
}
.editor-field .dk_container {
    margin-top: 5px;
}

  .dk_container:focus {
    outline: 0;
  }
  #content .dk_container a {
    cursor: pointer;
    text-decoration: none;
      color: #605860;
  }

/* Opens the dropdown and holds the menu label */
.dk_toggle {
  /**
   * Help: Arrow image not appearing
   * Try updating this property to your correct dk_arrows.png path
   */
  background-image: url('/Content/dropdown.png');
  background-repeat: no-repeat;
  background-position: 95% center;
  color: #605860;
  padding: 7px 0px 7px 4px;
  text-align: left;
    text-transform: uppercase;
}

  .dk_toggle:hover {

  }
  /* Applied when the dropdown is focused */
  .dk_focus .dk_toggle {
    
  }

/* Applied whenever the dropdown is open */
.dk_open {
  z-index: 10;
}
.dk_open .dk_toggle {
    background-color: #FFF;
      border-bottom: 1px solid #605860;
  }

/* The outer container of the options */
.dk_options {

}
  .dk_options a {
    background-color: #fff;
    padding: 4px;
      text-align: left;
  }
  .dk_options li:last-child a {
    border-bottom: none;
  }
  #content .dk_options a:hover,
  #content .dk_option_current a {
    background-color: #605860;
    color: #fff;
    text-decoration: none;
  }

.dk_options_inner img {
    margin-right: 10px;
    vertical-align: middle;
}

/* Inner container for options, this is what makes the scrollbar possible. */
.dk_options_inner {
  border-bottom-width: 2px;
  border-bottom-color: #605860;
  color: #605860;
  max-height: 250px;
}

/* Set a max-height on the options inner */
.dk_options_inner,
.dk_touch .dk_options {
  max-height: 250px;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

/******  End Theme ******/

/***** Critical to the continued enjoyment of working dropdowns ******/

.dk_container {
  display: none;
  float: left;
  position: relative;
}
  .dk_container a {
    outline: 0;
  }

.dk_toggle {;
  display: inline-block;
  *display: inline;
  position: relative;
  zoom: 1;
}

td .dk_options_inner li:first-child, #search  .dk_options_inner li:first-child{
    display: none;
}

 #search .dk_container {
     float: right;
 }

.dk_open {
  position: relative;
}
  .dk_open .dk_options {
    display: block;
  }
  .dk_open .dk_label {
    color: inherit;
  }

.dk_options {
  display: none;
  margin-top: -1px;
  position: absolute;
  right: 0;
  width: 100%;
}
  .dk_options a,
  .dk_options a:link,
  .dk_options a:visited {
    display: block;
  }
  .dk_options_inner {
    overflow: auto;
    position: relative;
  }

.dk_touch .dk_options {
  overflow: hidden;
}

.dk_touch .dk_options_inner {
  max-height: none;
  overflow: visible;
}

.dk_fouc select {
  position: relative;
  top: -99999em;
  visibility: hidden;
}

/***** End Critical to the continued enjoyment of working dropdowns ******/


legend {
    display: none;
}

fieldset, .panel {
    background-color: #FFF;
    border: 0;
    margin: 0;
    padding-top: 10px;
}
.panel {
    padding: 10px;
    margin-bottom: 10px;
    line-height: normal;
}
.panel h2
{
    margin-top: 0;
}
.panel .buttons {
    margin-bottom: 0;
}

/*************** Forms ***************/

    fieldset legend {
        display: none;
    }
    
    fieldset ol {
        padding: 0;
        list-style: none;
    }

        fieldset ol li {
            padding-bottom: 5px;
        }

    fieldset label  {
        display: block;
        font-size: 1.2em;
        font-weight: 600;
    }

    fieldset label.checkbox {
        display: inline;
    }

    input[type="text"],
    input[type="password"],
    input[type="email"],
    select {
        border: 1px solid #e2e2e2;
        color: #605860;
        font-size: 1.2em;
        margin: 5px 0 6px 0;
        padding: 5px;
        width: 300px;
    }

        textarea {
            border: 1px solid #e2e2e2;
            color: #333;
            font-size: 1.2em;
            margin: 5px 0 6px 0;
            padding: 5px;
            width: 300px;
            height: 120px;
        }

        input[type="text"]:focus,
        input[type="password"]:focus,
        input[type="email"]:focus,
        select:focus,
        textarea:focus {
            outline: 1px solid #605860;
        }

        input.datepicker, input.datetimepicker {
            background-image: url("/content/icons/date.png");
            background-repeat: no-repeat;
            background-position: 98% 50%;
        }

        body .ui-datepicker th {
            padding: 0;
        }
        .ui-datepicker td a {
            text-align: center;
            padding: 0;
        }

/* styles for validation helpers */
.field-validation-error {
    color: #E41F25;
    font-weight: bold;
    display: block;
}

.field-validation-valid {
    display: none;
}

input[type="text"].input-validation-error,
input[type="password"].input-validation-error,
input[type="email"].input-validation-error {
    border: 1px solid #E41F25;
}
input[type="checkbox"] {
    margin-top: 9px;
}

.message {
    color: #FFF;
    font-size: 1.1em;
    padding: 10px;
    margin-bottom: 10px;
}
.message.message-error {
    background-color: #E41F25;
}
.message.message-warning {
    background-color: #D8B801;
}
.message.message-success {
    background-color: #70A610;
}
.message.message-info {
    background-color: #00ACDE;
}

.validation-summary-errors {
    color: #FFF;
    font-size: 1.1em;
    background-color: #E41F25;
    padding: 10px;
    margin-bottom: 10px;
}

.validation-summary-valid {
    display: none;
}

.editor-label {
    float: left;
    width: 30%;
    text-align: right;
     min-height: 40px;
}

.editor-label label {
    padding-top: 10px;
    padding-right: 20px;
}
.editor-field {
    float: left;
    width: 70%;
    text-align: left;
    min-height: 40px;
}

.display-label {
    display: block;
    font-size: 1.2em;
    font-weight: 600;

    float: left;
    width: 30%;
    text-align: right;
    min-height: 27px;
    margin-top: 5px;
}

.display-label span {
    padding-right: 30px;
}


.display-field {
    display: block;
    font-size: 1.2em;

    float: left;
    width: 70%;
    text-align: left;
    min-height: 27px;
    margin-top: 5px;
}



/* BUTTONS */
.buttons
{
	margin-top: 15px;
	margin-bottom: 15px;
}

tfoot.buttons
{
	float: none;
}
tfoot.buttons td
{
	text-align: right;
}
tbody .buttons
{
	float: left;
}

.buttons.padded a
{
	margin-bottom: 15px;
}

.buttons a, .buttons button
{
    display: block;
    float: left;
    margin: 0 7px 0 0;
    background-color: #605860;
    text-decoration: none;
    font-weight: bold;
    color: #FFF;
    cursor: pointer;
    padding: 7px 20px 9px 6px;
    border: 0;
    font-size: 16px;
    text-transform: uppercase;
    font-family: "Segoe UI","Helvetica",Garuda,Arial,sans-serif;
}

.buttons a.big, .buttons button.big
{
	font-size: 120%;
	padding: 10px 20px 12px 14px;
}

.buttons button
{
	width: auto;
	overflow: visible;
}
.buttons button[type]
{
	padding: 5px 10px 5px 7px; /* Firefox */
	line-height: 17px; /* Safari */
}
*:first-child + html button[type]
{
	padding: 4px 10px 3px 7px; /* IE7 */
}

.buttons button img, .buttons a img
{
	margin: 0 5px -7px 0 !important;
	padding: 0;
	border: none;
	width: 24px;
	height: 24px;
}

button:hover, .buttons a:hover, .buttons a:active
{
    outline: 1px solid #605860;
}




.js .radio {
    background: url(/Content/radio_off.png) no-repeat left center;
}

.js .checkbox {
     background: url(/Content/checkbox_off.png) no-repeat left center;
}

.js .checkbox.c_on {
     background: url(/Content/checkbox_on.png) no-repeat left center;
}

.js .radio.r_on {
     background: url(/Content/radio_on.png) no-repeat left center;
}

.js .radio input, .js .checkbox input {
     position: absolute;
     left: -9999px;
}

.js .checkboxList .checkbox {
    margin-bottom: 3px;
}
.js .checkboxList label {
    margin-left: 30px;
}

span.label
{
	padding: 2px 5px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

#sidebar #main-nav ul li.label 
{
	height: 27px;
}
#sidebar #main-nav ul li span.label
{
	padding: 1px 5px;
	margin: 0 3px 0 10px;
}

/* fineuploader*/
.qq-uploader {
    position: relative;
    width: 100%;
    margin-top: 10px;
    width: 310px;
}
.qq-upload-button {
    color: #605860;
    text-decoration: underline;
    outline: 1px dashed #e2e2e2;
    padding: 12px 10px 10px 64px;
    background-image: url('/Content/drag-and-drop.png');
    background-repeat: no-repeat;
    background-position: 15px 8px;
}

.qq-upload-drop-area, .qq-upload-extra-drop-area {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 50px;
    z-index: 2;
    background: #E5E5E5;
    text-align: center;
    outline: 1px dashed #e2e2e2;
}
.qq-upload-drop-area span {
    display: block;
    position: absolute;
    top: 50%;
    width: 100%;
    margin-top: -8px;
    font-size: 16px;
}
.qq-upload-extra-drop-area {
    position: relative;
    margin-top: 50px;
    font-size: 16px;
    padding-top: 30px;
    height: 20px;
    min-height: 40px;
}
.qq-upload-drop-area-active {
    background: #70A610;
    color: #FFF;
}
.qq-upload-list {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 1em;
}
.qq-upload-list li {
    margin: 0;
    padding: 9px !important;
    line-height: 15px;
    font-size: 12px;
    background-color: #E5E5E5;
    outline: 1px solid #e5e5e5;
}
.qq-upload-file, .qq-upload-spinner, .qq-upload-size, .qq-upload-cancel, .qq-upload-retry, .qq-upload-failed-text, .qq-upload-finished, .qq-upload-delete {
    margin-right: 20px;
}
.qq-upload-file {
    font-size: 12px;
}

.qq-upload-spinner {
    display: inline-block;
    background: url("loading.gif");
    width: 15px;
    height: 15px;
    vertical-align: text-bottom;
}
.qq-drop-processing {
    display: none;
}
.qq-drop-processing-spinner {
    display: inline-block;
    background: url("/Content/processing.gif");
    width: 24px;
    height: 24px;
    vertical-align: text-bottom;
}
.qq-upload-finished {
    display:none;
    width:15px;
    height:15px;
    vertical-align:text-bottom;
}
.qq-upload-retry, .qq-upload-delete {
    display: none;
    color: #605860;
}
.qq-upload-cancel, .qq-upload-delete {
	background: url('/Content/close-grey.png') 0 0 no-repeat;
	float: right;
	height:	16px;
	text-indent: -9999px;
	width: 16px;
    margin-right: 0;
}
.qq-upload-retryable .qq-upload-retry {
    display: inline;
}
.qq-upload-size, .qq-upload-cancel, .qq-upload-retry, .qq-upload-delete {
    font-size: 12px;
    font-weight: normal;
}
.qq-upload-failed-text {
    display: none;
    font-style: italic;
    font-weight: bold;
}
.qq-upload-status-text {
    font-weight: bold;
}

.qq-upload-failed-icon {
    display:none;
    width:15px;
    height:15px;
    vertical-align:text-bottom;
}
.qq-upload-fail .qq-upload-failed-text {
    display: inline;
}
.qq-upload-retrying .qq-upload-failed-text {
    display: inline;
    color: #E41F25;
}
.qq-upload-list li.qq-upload-success {
    background-color: #70A610;
    color: #FFFFFF;
}
.qq-upload-list li.qq-upload-fail {
    background-color: #E41F25;
    color: #FFFFFF;
}
.qq-progress-bar {
    background-color: #605860;
	height: 5px;
    margin-bottom: 10px;
    display: none;
}
.qq-upload-list li.qq-upload-success .qq-progress-bar, .qq-upload-list li.qq-upload-fail .qq-progress-bar {
    background-color: #FFF;
}
.qq-upload-list li.qq-upload-success .qq-upload-cancel, .qq-upload-list li.qq-upload-success .qq-upload-delete,
.qq-upload-list li.qq-upload-fail .qq-upload-cancel, .qq-upload-list li.qq-upload-fail .qq-upload-delete {
    background: url('/Content/close.png') 0 0 no-repeat;
}

#FineUploadField {
    width: 480px;
    padding-top: 4px !important;
}

/*************************** autocomplete */
.ui-autocomplete {
        max-height: 180px;
        overflow-y: auto;
        /* prevent horizontal scrollbar */
        overflow-x: hidden;
    }
    /* IE 6 doesn't support max-height
     * we use height instead, but this forces the menu to always be this tall
     */
    * html .ui-autocomplete {
        height: 180px;
    }

    /* css for timepicker */
.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
.ui-timepicker-div dl { text-align: left; }
.ui-timepicker-div dl dt { height: 25px; margin-bottom: -25px; }
.ui-timepicker-div dl dd { margin: 0 10px 10px 65px; }
.ui-timepicker-div td { font-size: 90%; }
.ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }

.ui-timepicker-rtl{ direction: rtl; }
.ui-timepicker-rtl dl { text-align: right; }
.ui-timepicker-rtl dl dd { margin: 0 65px 10px 10px; }

/*************************** add form */
#addMethod {
    margin: 20px 0px;
    padding: 0;
}
#addMethod li {
    width: 33%;
    display: block;
    float: left;
    text-align: center;
    list-style-type: none;
}
#addMethod li span {
    display: block;
    font-size: 16px;
    font-weight: bold;

}
#addMethod li a
{
        color: #79C942;
        text-decoration: none;
}


/*************** SORTABLE ********************/
.ui-sortable td {
    cursor: move;
}


/* Example tokeninput style #2: Facebook style */
ul.token-input-list-facebook {
    overflow: hidden; 
    height: auto !important; 
    height: 1%;
    width: 400px;
    border: 1px solid #e2e2e2;
    cursor: text;
    font-size: 12px;
    font-family: Verdana;
    min-height: 1px;
    z-index: 999;
    margin: 7px 0 0 0;
    padding: 0;
    background-color: #fff;
    list-style-type: none;
    clear: left;
}

ul.token-input-list-facebook li input {
    border: 0;
    width: 100px;
    padding: 3px 8px;
    background-color: white;
    margin: 2px 0;
    -webkit-appearance: caret;
}

li.token-input-token-facebook {
    overflow: hidden; 
    height: auto !important; 
    height: 15px;
    margin: 3px;
    padding: 1px 3px;
    background-color: #e2e2e2;
    color: #000;
    cursor: default;
    border: 1px solid #e2e2e2;
    font-size: 11px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    float: left;
    white-space: nowrap;
}

li.token-input-token-facebook p {
    display: inline;
    padding: 0;
    margin: 0;
}

li.token-input-token-facebook span {
    color: #605860;
    margin-left: 5px;
    font-weight: bold;
    cursor: pointer;
}

li.token-input-selected-token-facebook {
    background-color: #605860;
    border: 1px solid #e2e2e2;
    color: #fff;
}

li.token-input-input-token-facebook {
    float: left;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

div.token-input-dropdown-facebook {
    position: absolute;
    width: 400px;
    background-color: #fff;
    overflow: hidden;
    border-left: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    cursor: default;
    font-size: 11px;
    font-family: Verdana;
    z-index: 1;
}

div.token-input-dropdown-facebook p {
    margin: 0;
    padding: 5px;
    font-weight: bold;
    color: #777;
}

div.token-input-dropdown-facebook ul {
    margin: 0;
    padding: 0;
}

div.token-input-dropdown-facebook ul li {
    background-color: #fff;
    padding: 3px;
    margin: 0;
    list-style-type: none;
}

div.token-input-dropdown-facebook ul li.token-input-dropdown-item-facebook {
    background-color: #fff;
}

div.token-input-dropdown-facebook ul li.token-input-dropdown-item2-facebook {
    background-color: #fff;
}

div.token-input-dropdown-facebook ul li em {
    font-weight: bold;
    font-style: normal;
}

div.token-input-dropdown-facebook ul li.token-input-selected-dropdown-item-facebook {
    background-color: #e2e2e2;
    color: #fff;
}


/**** <pre> styling *****/
code, samp, kbd {
	font-family: "Courier New", Courier, monospace, sans-serif;
	text-align: left;
	color: #555;
	}
pre code {
	line-height: 1.6em;
	font-size: 11px;
	}
pre {
	padding: 0.1em 0.5em 0.3em 0.7em;
	border-left: 11px solid #ccc;
	margin: 1.7em 0 1.7em 0.3em;
	overflow: auto;
	width: 93%;
	}
/* target IE7 and IE6 */
*:first-child+html pre {
	padding-bottom: 2em;
	overflow-y: hidden;
	overflow: visible;
	overflow-x: auto; 
	}
* html pre { 
	padding-bottom: 2em;
	overflow: visible;
	overflow-x: auto;
	}

.checkboxList {
    padding-top: 10px;
    padding-bottom: 1em;
}

/************************ color green */
.green section.search-form input.textbox {
    border: 1px solid #79C942;
}
.green section.search-form span.submit-btn input {
    background-color: #79C942;
}

.green #extendedSearch a, .green td a {
    color: #79C942;
}

.green table th
{
    border-bottom: 3px solid #79C942;
}

#sidebar section.green ul li.active a
{
    color: #79C942;
}

.green #backPage
{
    background-image: url('/Content/left_green.png');
}

.green #nextPage
{
    background-image: url('/Content/right_green.png');
}

.green #backPage.disabled
{
    background-image: url('/Content/left_green_disabled.png');
}

.green #nextPage.disabled
{
    background-image: url('/Content/right_green_disabled.png');
}

  .green .dk_open .dk_toggle
{
    border-bottom-color: #79C942;
}
.green #content .dk_options a:hover,
.green #content .dk_option_current a
{
    background-color: #79C942;
}
.green .dk_open .dk_toggle
{
    background-image: url('/Content/dropdown_green.png');
}

.green input[type="text"]:focus,
.green input[type="password"]:focus,
.green input[type="email"]:focus,
.green select:focus,
.green textarea:focus {
    outline: 1px solid #79C942;
}

.green .buttons a, .green .buttons button
{
    background-color: #79C942;
}

.green .uploadify-btn
{
    color: #79C942;
}

.green .qq-upload-button {
    color: #79C942;
}

.green .ui-state-hover, .green .ui-widget-content .ui-state-hover, .green .ui-widget-header .ui-state-hover, .green .ui-state-focus, .green .ui-widget-content .ui-state-focus, .green .ui-widget-header .ui-state-focus {
    background-color: #79C942;
    color: #FFF;
}

.green li.token-input-token-facebook
{
    background-color: #79C942;
    color: #FFF;
}
.green li.token-input-selected-token-facebook
{
    background-color: #605860;
}

.green div.token-input-dropdown-facebook ul li.token-input-selected-dropdown-item-facebook {
    background-color: #79C942;
    color: #fff;
}


.green li.token-input-token-facebook span
{
    color: #FFF;
}


/************************ color blue */
.blue section.search-form input.textbox {
    border: 1px solid #3fa9f5;
}
.blue section.search-form span.submit-btn input {
    background-color: #3fa9f5;
}

.blue #extendedSearch a, .blue td a {
    color: #3fa9f5;
}

.blue table th
{
    border-bottom: 3px solid #3fa9f5;
}

#sidebar section.blue ul li.active a
{
    color: #3fa9f5;
}

.blue #backPage
{
    background-image: url('/Content/left_blue.png');
}

.blue #nextPage
{
    background-image: url('/Content/right_blue.png');
}

.blue #backPage.disabled
{
    background-image: url('/Content/left_blue_disabled.png');
}

.blue #nextPage.disabled
{
    background-image: url('/Content/right_blue_disabled.png');
}

  .blue .dk_open .dk_toggle
{
    border-bottom-color: #3fa9f5;
}
.blue #content .dk_options a:hover,
.blue #content .dk_option_current a
{
    background-color: #3fa9f5;
}
.blue .dk_open .dk_toggle
{
    background-image: url('/Content/dropdown_blue.png');
}

.blue input[type="text"]:focus,
.blue input[type="password"]:focus,
.blue input[type="email"]:focus,
.blue select:focus,
.blue textarea:focus {
    outline: 1px solid #3fa9f5;
}

.blue .buttons a, .blue .buttons button
{
    background-color: #3fa9f5;
}

.blue .uploadify-btn
{
    color: #3fa9f5;
}
.blue .ui-state-hover, .blue .ui-widget-content .ui-state-hover, .blue .ui-widget-header .ui-state-hover, .blue .ui-state-focus, .blue .ui-widget-content .ui-state-focus, .blue .ui-widget-header .ui-state-focus {
    background-color: #3fa9f5;
    color: #FFF;
}


/************************ color orange */
.orange section.search-form input.textbox {
    border: 1px solid #ff931f;
}
.orange section.search-form span.submit-btn input {
    background-color: #ff931f;
}

.orange #extendedSearch a, .orange td a {
    color: #ff931f;
}

.orange table th
{
    border-bottom: 3px solid #ff931f;
}

#sidebar section.orange ul li.active a
{
    color: #ff931f;
}

.orange #backPage
{
    background-image: url('/Content/left_orange.png');
}

.orange #nextPage
{
    background-image: url('/Content/right_orange.png');
}

.orange #backPage.disabled
{
    background-image: url('/Content/left_orange_disabled.png');
}

.orange #nextPage.disabled
{
    background-image: url('/Content/right_orange_disabled.png');
}

  .orange .dk_open .dk_toggle
{
    border-bottom-color: #ff931f;
}
.orange #content .dk_options a:hover,
.orange #content .dk_option_current a
{
    background-color: #ff931f;
}
.orange .dk_open .dk_toggle
{
    background-image: url('/Content/dropdown_green.png');
}

.orange input[type="text"]:focus,
.orange input[type="password"]:focus,
.orange input[type="email"]:focus,
.orange select:focus,
.orange textarea:focus {
    outline: 1px solid #ff931f;
}

.orange .buttons a, .orange .buttons button
{
    background-color: #ff931f;
}

.orange .uploadify-btn
{
    color: #ff931f;
}

.orange .qq-upload-button {
    color: #ff931f;
}

.orange .ui-state-hover, .orange .ui-widget-content .ui-state-hover, .orange .ui-widget-header .ui-state-hover, .orange .ui-state-focus, .orange .ui-widget-content .ui-state-focus, .orange .ui-widget-header .ui-state-focus {
    background-color: #ff931f;
    color: #FFF;
}

.orange li.token-input-token-facebook
{
    background-color: #ff931f;
    color: #FFF;
}
.orange li.token-input-selected-token-facebook
{
    background-color: #605860;
}

.orange div.token-input-dropdown-facebook ul li.token-input-selected-dropdown-item-facebook {
    background-color: #ff931f;
    color: #fff;
}


.orange li.token-input-token-facebook span
{
    color: #FFF;
}
