﻿html {
    height: 100%;
}
body {
    background: #fff url(/images/adminbodyBG.png) repeat-x 0 0;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    height: 100%;
}

* { margin: 0; padding: 0; }

form#aspnetForm {
    width: 960px;
    min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -150px; /* the bottom margin is the negative value of the footer's height */
}

a {
    color: #2696db;
    font-weight:bold;
    text-decoration: none;
}
#company_header {
    text-align: right;
}
#main_tab {
    position: relative;
    height: 110px;
    margin-top: 11px;
}
#main_tab ul {
    position: absolute;
    bottom: 10px;
    left: 125px;
}
#main_tab li {
    display: block;
    float: left;
    background: #2696db;
    margin: 0 5px;
    border-radius: 10px 10px 0 0;
    list-style: none;
}

.current {
    display: block;
    float: left;
    background: #fff !important;
    margin: 0 5px;
    border-radius: 10px 10px 0 0;
    border-left: solid 2px #2696db;
    border-right: solid 2px #2696db;
    border-top: solid 2px #2696db;
    list-style: none;
}

.current a {
    color: #2696db !important;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
    padding: 10px 15px 5px 15px;
    display: block;
}


#main_tab li a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
    padding: 10px 15px 5px 15px;
    display: block;
}
#main_tab > a {
    background: blue;
    position: absolute;
    top: 15px;
    left: 15px;
}
#subtab {
    margin: 10px 0 20px 0;
}
#subtab li {
    list-style: none;
    display: inline;
    border-left: 2px solid #000;
    padding: 0 15px;
}
#subtab li a {
    color: #000;
}
#subtab li.selected a {
    color: #2696db;
}
#subtab li:first-child {
    padding-left: 0;
    border-left: none;
}
#ctl00_bcMain_divItems {
    color: #fff;
    word-spacing: 5px;
    padding: 0 0;
    margin-bottom: 8px;
}
#ctl00_bcMain_divItems a, #ctl00_bcMain_divItems .youAreHere {
    color: #fff;
    text-decoration: none;
    margin: 0 5px 0 0;
    word-spacing: 0px;
}
.PeopleFilter {
    height: 40px;
    line-height: 3em;
    color: #2696db;
    font-weight: bold;
    text-align: right;
    margin-bottom: 10px;
}

.PageHeader {
    color: #2696db;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
}

.topBox {
    background: #f2f2f2;
    border: 2px solid #2696db;
    border-radius: 10px;
    padding: 10px 20px;
}
.topBox span {
    font-size: 14px !important;
    font-weight: bold;
    margin-left: 35px;
    display: block;
    margin-top: 5px;
}
.topBox .projectDetails {
    font-size: 14px;
    margin-left: 35px;
}
.topBox a.greybutton {
    display: block;
    padding: 10px 20px;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    background: #72b723; /* Old browsers */
    background: -moz-linear-gradient(top,  #72b723 0%, #46982c 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#72b723), color-stop(100%,#46982c)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #72b723 0%,#46982c 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #72b723 0%,#46982c 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #72b723 0%,#46982c 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #72b723 0%,#46982c 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#72b723', endColorstr='#46982c',GradientType=0 ); /* IE6-9 */
}

p a.greybutton {
    display: block;
    padding: 10px 20px;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    background: #72b723; /* Old browsers */
    background: -moz-linear-gradient(top,  #72b723 0%, #46982c 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#72b723), color-stop(100%,#46982c)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #72b723 0%,#46982c 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #72b723 0%,#46982c 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #72b723 0%,#46982c 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #72b723 0%,#46982c 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#72b723', endColorstr='#46982c',GradientType=0 ); /* IE6-9 */
}

table tr th {
    background: #2696db;
    color: #fff;
    padding: 5px 10px;
}
table tr td { padding: 5px 10px; }
table tr th:first-child {
    border-radius: 5px 0 0 5px;
}
table tr th:last-child {
    border-radius: 0 5px 5px 0;
}

#ctl00_cp_pnlActiveProjects table, #ctl00_cp_pnlArchivedProjects table {
    width: 100%;
}
table tr.alt td {
    background-color: #efefef;
    border: none;
}
table tr.even td {
    background-color: #ffffff;
    border: none;
}

#footer {
    border-top: 2px solid #2696db;
    background: #efefef;
    height: 80px;
    margin-top: 25px;
}
#footer #credit {
    width: 960px;
    margin: 0 auto;
    text-align: right;
    color: #2696db;
    font-size: 12px;
    margin-top: 15px;
}

#spnRemainingCredits {
    color: #2696db;
}

.roundButton {
	background: #fff;
	border-radius: 10px;
	padding: 6px;
	display: block;
	width: auto;
	margin: 10px 5px;
	letter-spacing: .05em;
	font-weight: bold;
	cursor: pointer;
	border: solid 1px #b3b3b3;
	text-align: center;
}

button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}

button,
input {
  *overflow: visible;
  line-height: normal;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
} 

textarea {
  overflow: auto;
  vertical-align: top;
}

.clearfix {
  *zoom: 1;
}

.clear {
     clear: both;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: inline-block;
  height: 20px;
  padding: 4px 6px;
  margin-bottom: 9px;
  font-size: 14px;
  line-height: 20px;
  color: #555555;
  -webkit-border-radius: 3px;
          border-radius: 3px;
}

textarea {
  height: auto;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
     -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
       -o-transition: border linear 0.2s, box-shadow linear 0.2s;
          transition: border linear 0.2s, box-shadow linear 0.2s;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */

  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  *margin-top: 0;
  line-height: normal;
  cursor: pointer;
}

input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}

.FieldTip {
    color: black;
    font-size: 8pt;
    font-style: italic;
}


label {
    vertical-align:middle;
}


label,
input,
button,
select,
textarea {
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
}

input,
button,
select,
textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

select,
input[type="file"] {
  height: 28px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */

  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */

  line-height: 28px;
}

select {
  width: 220px;
  border: 1px solid #bbb;
}

select[multiple],
select[size] {
  height: auto;
}

select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}











.btn {
    display: inline-block;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    display: inline;
  /* IE7 inline-block hack */

  *    zoom: 1;
      padding: 4px 10px 4px;
      margin-bottom: 0;
      font-size: 13px;
      line-height: 18px;
      color: #333333;
      text-align: center;
      vertical-align: middle;
      background-color: #f5f5f5;
      background-repeat: repeat-x;
      -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    cursor: pointer;
    margin-left: .3em;
    background-image: linear-gradient(top, #ffffff, #e6e6e6);
}

.btn:active,
.btn.active {
  background-color: #cccccc \9;
}
.btn:first-child {
  *margin-left: 0;
}
.btn:hover {
  color: #333333;
  text-decoration: none;
  
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -ms-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn.active,
.btn:active {
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  background-color: #e6e6e6;
  background-color: #d9d9d9 \9;
  outline: 0;
}
.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-image: none;
  background-color: #e6e6e6;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-large {
  padding: 9px 14px;
  font-size: 15px;
  line-height: normal;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.btn-large [class^="icon-"] {
  margin-top: 1px;
}
.btn-small {
  padding: 5px 9px;
  font-size: 11px;
  line-height: 16px;
}
.btn-small [class^="icon-"] {
  margin-top: -1px;
}
.btn-mini {
  padding: 2px 6px;
  font-size: 11px;
  line-height: 14px;
}
.btn-primary,
.btn-primary:hover,
.btn-warning,
.btn-warning:hover,
.btn-danger,
.btn-danger:hover,
.btn-success,
.btn-success:hover,
.btn-info,
.btn-info:hover,
.btn-inverse,
.btn-inverse:hover {
  color: #ffffff;
  border: 1px solid #2696db;
}
.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255, 255, 255, 0.75);
}
.btn-primary {
  background-color: #2696db;
  background-repeat: repeat-x;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  background-color: #2696db;
}

.btn-warning {
  background-color: #faa732;
  background-repeat: repeat-x;
      background-image: linear-gradient(top, #fbb450, #f89406);
    border-left-color: #f89406;
    border-right-color: #f89406;
    border-top-color: #f89406;
    border-bottom-color: #ad6704;
}
.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  background-color: #f89406;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #c67605 \9;
}
.btn-danger {
  background-color: #da4f49;
  background-repeat: repeat-x;
      background-image: linear-gradient(top, #ee5f5b, #bd362f);
    border-left-color: #bd362f;
    border-right-color: #bd362f;
    border-top-color: #bd362f;
    border-bottom-color: #802420;
}
.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  background-color: #bd362f;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #942a25 \9;
}
.btn-success {
  background-color: #5bb75b;
  background-repeat: repeat-x;
      background-image: linear-gradient(top, #62c462, #51a351);
    border-left-color: #51a351;
    border-right-color: #51a351;
    border-top-color: #51a351;
    border-bottom-color: #387038;
    min-width: 87px;
}
.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  background-color: #5bb75b;
}
.btn-success:active,
.btn-success.active {
  background-color: #408140 \9;
}
.btn-info {
  background-color: #49afcd;
  background-repeat: repeat-x;
      background-image: linear-gradient(top, #5bc0de, #2f96b4);
    border-left-color: #2f96b4;
    border-right-color: #2f96b4;
    border-top-color: #2f96b4;
    border-bottom-color: #1f6377;
}
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  background-color: #2f96b4;
}
.btn-info:active,
.btn-info.active {
  background-color: #24748c \9;
}
.btn-inverse {
  background-color: #414141;
  background-repeat: repeat-x;
      background-image: linear-gradient(top, #555555, #222222);
    border-left-color: #222222;
    border-right-color: #222222;
    border-top-color: #222222;
    border-bottom-color: #000000;
}
.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  background-color: #222222;
}
.btn-inverse:active,
.btn-inverse.active {
  background-color: #080808 \9;
}
button.btn,
input[type="submit"].btn {
  *padding-top: 2px;
  *padding-bottom: 2px;
}
button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button.btn.btn-large,
input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}
button.btn.btn-small,
input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}
.btn-group {
  position: relative;
  *zoom: 1;
  *margin-left: .3em;
}
.btn-group:before,
.btn-group:after {
  display: table;
  content: "";
}
.btn-group:after {
  clear: both;
}
.btn-group:first-child {
  *margin-left: 0;
}
.btn-group + .btn-group {
  margin-left: 5px;
}
.btn-toolbar {
  margin-top: 9px;
  margin-bottom: 9px;
}
.btn-toolbar .btn-group {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
}
.btn-group .btn {
  position: relative;
  float: left;
  margin-left: -1px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-group .btn:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.btn-group .btn:last-child,
.btn-group .dropdown-toggle {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
.btn-group .btn.large:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
}
.btn-group .btn.large:last-child,
.btn-group .large.dropdown-toggle {
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
}
.btn-group .btn:hover,
.btn-group .btn:focus,
.btn-group .btn:active,
.btn-group .btn.active {
  z-index: 2;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  *padding-top: 3px;
  *padding-bottom: 3px;
}
.btn-group .btn-mini.dropdown-toggle {
  padding-left: 5px;
  padding-right: 5px;
  *padding-top: 1px;
  *padding-bottom: 1px;
}
.btn-group .btn-small.dropdown-toggle {
  *padding-top: 4px;
  *padding-bottom: 4px;
}
.btn-group .btn-large.dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open {
  *z-index: 1000;
}
.btn-group.open .dropdown-menu {
  display: block;
  margin-top: 1px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.btn-group.open .dropdown-toggle {
  background-image: none;
  -webkit-box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn .caret {
  margin-top: 7px;
  margin-left: 0;
}
.btn:hover .caret,
.open.btn-group .caret {
  opacity: 1;
  filter: alpha(opacity=100);
}
.btn-mini .caret {
  margin-top: 5px;
}
.btn-small .caret {
  margin-top: 6px;
}
.btn-large .caret {
  margin-top: 6px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #000000;
}
.btn-primary .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret,
.btn-success .caret,
.btn-inverse .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}


input[type="radio"],
input[type="checkbox"] {
  margin: 3px 0;
  *margin-top: 0;
  /* IE7 */

  line-height: normal;
  cursor: pointer;
}

input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}

select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.radio,
.checkbox {
  min-height: 18px;
  padding-left: 18px;
}

.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -18px;
}

.controls > .radio:first-child,
.controls > .checkbox:first-child {
  padding-top: 5px;
}

.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}

.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}

input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
  background-color: transparent;
}

#ctl00_cp_chkIsTarget {
    display:block;
    margin-left:20px;
    margin-top:9px;
}





th.header {
     background-image: url("../../images/tablesorter/bg.gif");
     background-position: left center;
     background-repeat: no-repeat;
     border-left: 1px solid #DAD9C7;
     border-right: 1px solid #DAD9C7;
     cursor: pointer;
     margin-left: -1px;
     padding-left: 20px;
}

th.headerSortDown {
     background-color: #68b212;
     background-image: url("../../images/tablesorter/desc.gif");
     color: Black;
}

th.headerSortUp {
     background-color: #68b212;
     background-image: url("../../images/tablesorter/asc.gif");
     color: Black;
}


.topPad {
     padding-top: 8px;
}

.NoRatersInGroup {
    font-style:italic;
}

table.RatersTableView th {
    background-color:#777777 !important;
}

table.RatersTableView th:first-child {
    border-radius: 5px 5px 5px 5px;
}

#ctl00_cp_cboTargets{
    margin-top:4px;
    margin-left:2px;
}


.person {
     background-color: #EFEFEF;
     background-image: url("../../images/dragger-f7f7f7.png");
     background-position: left center;
     background-repeat: no-repeat;
     border: 1px solid silver;
     color: black;
     cursor: move;
     font-size: 11px;
     height: 22px;
     line-height: 22px;
     margin-bottom: 4px;
     padding-left: 16px;
     width: 200px;
     font-weight: bold;
}

.GroupHeading {
     color: #000000;
     float: left;
     font-size: 14px;
     font-weight: bold;
}

.drag {
     background: none repeat scroll 0% 0% #CCCCCC;
     border: 1px solid #AAAAAA;
     color: #AAAAAA;
     cursor: move;
     float: left;
     font-size: 80px;
     height: 100px;
     line-height: 100px;
     margin: 10px;
     text-align: center;
     width: 100px;
}

.drop {
     background: none repeat scroll 0% 0% #ffffff;
     border: 2px solid #2696db;
     float: left;
     height: 80px;
     margin-bottom: 10px;
     overflow: auto;
     padding: 10px;
     width: 400px;
}

.ghost {
     background-color: #CCCCFF;
     background-image: none;
     border-color: #AAAADD;
     color: #AAAADD;
     opacity: 0.5;
     position: absolute;
}

.outline {
     background-color: #FFCCCC;
     background-image: none;
     border-color: #000000;
     border-style: dashed;
     color: #DDAAAA;
}

.people {
     border: 2px solid #2696db;
     float: left;
     height: 500px;
     overflow: auto;
     padding: 10px;
     width: 250px;
     background-color: #cccccc;
}

.emailtextheader, .commTemplateTextHeader {
     background-color: #EFEFEF;
     color: #000000;
     font-size: 18px;
     padding: 3px;
     width: 450px;
}

.emailplaceholder, commTemplatePlaceholder {
     padding: 5px;
}


i.fa {
    color: #68b212;
}

i.fa.whiteIcon {
    color: #fff !important;
}

i.fa.grayIcon {
    color: #ccc !important;
    cursor: default !important;
}


i.fa.redIcon {
    color: #68b212 !important;
}

.active {
    background-color: #efefef !important;
}

.TargetName {
     font-size: 14px;
}

.instructionTitle {
    font-size: 14px !important;
}

form[action='MyAccount.aspx'] li.nextSteps {
    font-size: 14px;
    margin: 0 0 20px 35px;
}

/* Begin Styles For New Competencies Edit Page */
#ctl00_cp_btnAddNewSuperCompetency 
{
    display: block;
    font-size: 18px;
    font-weight: bold;
    color: #333;
    text-align: center;
    margin: 25px;
}
.superCompetency {
    border: 10px solid #e4e4e4;
    border-top: 15px solid #e4e4e4;
    border-bottom: 15px solid #e4e4e4;
    margin-bottom: 15px;
    margin-top: 10px;
    border-radius: 15px;
    font-family: Calibri, Arial Narrow, sans-serif;
    padding: 5px 10px;
}
.superCompetency strong {
    font-weight: normal;
    color: #000 !important;
}
.superCompetency .scName {
    font-size: 20px; 
    color: gray;
}
.superCompetency .scName strong {
    font-weight: normal;
    color: #000;
}
.superCompetency .scDescription, .superCompetency .cName, .superCompetency .cDescription, .superCompetency ul > li p {
    margin-top: 10px;
    margin-bottom: 15px;
    font-size: 16px; 
    color: gray;
}
.superCompetency .scDescription strong {
    font-weight: normal;
    color: #000;
}
.superCompetency ul.competencies {
    list-style-type: none;
}
.superCompetency ul.competencies > li, .openEndedQuestions li {
    border-top: 1px solid #e4e4e4;
    margin-bottom: 15px;
}
.superCompetency ul.competencies ol, .openEndedQuestions ol {
    margin: 0 20px 25px 0;
    height: 110px;
    overflow: auto;
    border: 1px solid #e4e4e4;
}
.openEndedQuestions ol {
    margin: 25px 20px 0 0 !important;
}
.superCompetency ul.competencies ol li, .openEndedQuestions li {
    line-height: 2.2;
    border-top: 1px solid #e4e4e4;
    list-style-position: inside;
    padding-left: 5px;
}
.openEndedQuestions li {
    margin-bottom: 0;
}
.superCompetency ul.competencies ol li:first-child, .openEndedQuestions li:first-child {
    border-top: none;
}
 .superCompetency ul.competencies ol li.alt, .openEndedQuestions li.alt {
    background: #efefef;
}
#addNewSuperCompetencyContainer {
    text-align: center;
    margin: 25px 0;
    position: relative;
}
#ctl00_cp_pnlTopSaveButtons { margin-top: 25px; }

/* End Styles For New Competencies Edit Page */

#tblSettings input, select {
    margin-bottom: 5px !important;
}

ul.whatnow {
     margin-left: 50px !important;
}

ul.whatnow li {
     padding: 5px !important;
     font-size: 14px !important;
}

.feeddate {
     color: gray;
     font-size: 0.9em;
}

.feedname {
     color: #777777;
     font-size: 1.1em;
     font-weight: bold;
}

.feeditem {
     border-bottom: 1px solid #EFEFEF;
     padding-bottom: 10px;
     padding-top: 10px;
     width: 100%;
}

.LogonHeader {
     height: 100%;
     margin-left: 12px;
}

.LogonHeader {
     border-bottom: 1px solid silver;
     color: black;
     font-size: 14pt;
}

.LogonHeader2 {
     color: #777777;
     font-size: 10pt;
     padding-top: 5px;
     margin-left: 12px;
}

.innerBox table tr td {
    vertical-align: middle;
}

#footer, .push {
	height: 122px; /* .push must be the same height as .footer */
}

.inactive {
    color:#ccc !important;
}

#ctl00_msgPanel_lblErrorMsg ul {
    margin-left:35px;
}






.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 940px;
}

.navbar-inverse .nav > .active > a > [class^="icon-"],
.navbar-inverse .nav > .active > a > [class*=" icon-"]


.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid #000000;
  content: "";
}

.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}

.navbar {
  *position: relative;
  *z-index: 2;
  margin-bottom: 20px;
  overflow: visible;
}

.navbar-inner {
  min-height: 40px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fafafa;
      background-repeat: repeat-x;
    border: 1px solid #d4d4d4;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    zoom: 1;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
    background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);*
}

.navbar-inner:before,
.navbar-inner:after {
  display: table;
  line-height: 0;
  content: "";
}

.navbar-inner:after {
  clear: both;
}

.navbar .container {
  width: auto;
}

.nav-collapse.collapse {
  height: auto;
  overflow: visible;
}

.navbar .brand {
  display: block;
  float: left;
  padding: 10px 26px 10px;
  margin-left: -20px;
  font-size: 16px;
  font-weight: 200;
  color: #777777;
  text-shadow: 0 1px 0 #ffffff;
}

.navbar .brand:hover,
.navbar .brand:focus {
  text-decoration: none;
}

.navbar-text {
  margin-bottom: 0;
  line-height: 40px;
  color: #777777;
}

.navbar-link {
  color: #777777;
}

.navbar-link:hover,
.navbar-link:focus {
  color: #333333;
}

.navbar .divider-vertical {
  height: 40px;
  margin: 0 9px;
  border-right: 1px solid #ffffff;
  border-left: 1px solid #f2f2f2;
}

.navbar .btn,
.navbar .btn-group {
  margin-top: 5px;
}

.navbar .btn-group .btn,
.navbar .input-prepend .btn,
.navbar .input-append .btn,
.navbar .input-prepend .btn-group,
.navbar .input-append .btn-group {
  margin-top: 0;
}

.navbar-form {
  margin-bottom: 0;
  *zoom: 1;
}

.navbar-form:before,
.navbar-form:after {
  display: table;
  line-height: 0;
  content: "";
}

.navbar-form:after {
  clear: both;
}

.navbar-form input,
.navbar-form select,
.navbar-form .radio,
.navbar-form .checkbox {
  margin-top: 5px;
}

.navbar-form input,
.navbar-form select,
.navbar-form .btn {
  display: inline-block;
  margin-bottom: 0;
}

.navbar-form input[type="image"],
.navbar-form input[type="checkbox"],
.navbar-form input[type="radio"] {
  margin-top: 3px;
}

.navbar-form .input-append,
.navbar-form .input-prepend {
  margin-top: 5px;
  white-space: nowrap;
}

.navbar-form .input-append input,
.navbar-form .input-prepend input {
  margin-top: 0;
}

.navbar-search {
  position: relative;
  float: left;
  margin-top: 5px;
  margin-bottom: 0;
}

.navbar-search .search-query {
  padding: 4px 14px;
  margin-bottom: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  -webkit-border-radius: 15px;
     -moz-border-radius: 15px;
          border-radius: 15px;
}

.navbar-static-top {
  position: static;
  margin-bottom: 0;
}

.navbar-static-top .navbar-inner {
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  margin-bottom: 0;
}

.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
  border-width: 0 0 1px;
}

.navbar-fixed-bottom .navbar-inner {
  border-width: 1px 0 0;
}

.navbar-fixed-top .navbar-inner,
.navbar-fixed-bottom .navbar-inner {
  padding-right: 0;
  padding-left: 0;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 940px;
}

.navbar-fixed-top {
  top: 0;
}

.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
     -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
}

.navbar-fixed-bottom {
  bottom: 0;
}

.navbar-fixed-bottom .navbar-inner {
  -webkit-box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
     -moz-box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
}

.navbar .nav {
  position: relative;
  left: 0;
  display: block;
  float: left;
  margin: 0 10px 0 0;
}

.navbar .nav.pull-right {
  float: right;
  margin-right: 0;
}

.navbar .nav > li {
  float: left;
}

.navbar .nav > li > a {
  float: none;
  padding: 10px 15px 10px;
  color: #777777;
  text-decoration: none;
  text-shadow: 0 1px 0 #ffffff;
}

.navbar .nav .dropdown-toggle .caret {
  margin-top: 8px;
}

.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
  color: #333333;
  text-decoration: none;
  background-color: transparent;
}

.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
  color: #555555;
  text-decoration: none;
  background-color: #e5e5e5;
  -webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
     -moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
          box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
}

.navbar .btn-navbar {
  display: none;
  float: right;
  padding: 7px 10px;
  margin-right: 5px;
  margin-left: 5px;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #ededed;
  *background-color: #e5e5e5;
  background-repeat: repeat-x;
      -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
    background-image: linear-gradient(to bottom, #f2f2f2, #e5e5e5);
    border-left-color: #e5e5e5;
    border-right-color: #e5e5e5;
    border-top-color: #e5e5e5;
    border-bottom-color: #bfbfbf;
}

.navbar .btn-navbar:hover,
.navbar .btn-navbar:focus,
.navbar .btn-navbar:active,
.navbar .btn-navbar.active,
.navbar .btn-navbar.disabled,
.navbar .btn-navbar[disabled] {
  color: #ffffff;
  background-color: #e5e5e5;
  *background-color: #d9d9d9;
}

.navbar .btn-navbar:active,
.navbar .btn-navbar.active {
  background-color: #cccccc \9;
}

.navbar .btn-navbar .icon-bar {
  display: block;
  width: 18px;
  height: 2px;
  background-color: #f5f5f5;
  -webkit-border-radius: 1px;
     -moz-border-radius: 1px;
          border-radius: 1px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
     -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}

.btn-navbar .icon-bar + .icon-bar {
  margin-top: 3px;
}

.navbar .nav > li > .dropdown-menu:before {
  position: absolute;
  top: -7px;
  left: 9px;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-left: 7px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}

.navbar .nav > li > .dropdown-menu:after {
  position: absolute;
  top: -6px;
  left: 10px;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-left: 6px solid transparent;
  content: '';
}

.navbar-fixed-bottom .nav > li > .dropdown-menu:before {
  top: auto;
  bottom: -7px;
  border-top: 7px solid #ccc;
  border-bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.2);
}

.navbar-fixed-bottom .nav > li > .dropdown-menu:after {
  top: auto;
  bottom: -6px;
  border-top: 6px solid #ffffff;
  border-bottom: 0;
}

.navbar .nav li.dropdown > a:hover .caret,
.navbar .nav li.dropdown > a:focus .caret {
  border-top-color: #333333;
  border-bottom-color: #333333;
}

.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
  color: #555555;
  background-color: #e5e5e5;
}

.navbar .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #777777;
  border-bottom-color: #777777;
}

.navbar .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}

.navbar .pull-right > li > .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.navbar .pull-right > li > .dropdown-menu:before,
.navbar .nav > li > .dropdown-menu.pull-right:before {
  right: 12px;
  left: auto;
}

.navbar .pull-right > li > .dropdown-menu:after,
.navbar .nav > li > .dropdown-menu.pull-right:after {
  right: 13px;
  left: auto;
}

.navbar .pull-right > li > .dropdown-menu .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right .dropdown-menu {
  right: 100%;
  left: auto;
  margin-right: -1px;
  margin-left: 0;
  -webkit-border-radius: 6px 0 6px 6px;
     -moz-border-radius: 6px 0 6px 6px;
          border-radius: 6px 0 6px 6px;
}

.navbar-inverse .navbar-inner {
  background-color: #1b1b1b;
      background-repeat: repeat-x;
    border-color: #252525;
    background-image: linear-gradient(to bottom, #222222, #111111);
}

.navbar-inverse .brand,
.navbar-inverse .nav > li > a {
  color: #999999;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.navbar-inverse .brand:hover,
.navbar-inverse .nav > li > a:hover,
.navbar-inverse .brand:focus,
.navbar-inverse .nav > li > a:focus {
  color: #ffffff;
}

.navbar-inverse .brand {
  color: #999999;
}

.navbar-inverse .navbar-text {
  color: #999999;
}

.navbar-inverse .nav > li > a:focus,
.navbar-inverse .nav > li > a:hover {
  color: #ffffff;
  background-color: transparent;
}

.navbar-inverse .nav .active > a,
.navbar-inverse .nav .active > a:hover,
.navbar-inverse .nav .active > a:focus {
  color: #ffffff;
  background-color: #111111;
}

.navbar-inverse .navbar-link {
  color: #999999;
}

.navbar-inverse .navbar-link:hover,
.navbar-inverse .navbar-link:focus {
  color: #ffffff;
}

.navbar-inverse .divider-vertical {
  border-right-color: #222222;
  border-left-color: #111111;
}

.navbar-inverse .nav li.dropdown.open > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
  color: #ffffff;
  background-color: #111111;
}

.navbar-inverse .nav li.dropdown > a:hover .caret,
.navbar-inverse .nav li.dropdown > a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

.navbar-inverse .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #999999;
  border-bottom-color: #999999;
}

.navbar-inverse .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

.navbar-inverse .navbar-search .search-query {
  color: #ffffff;
  background-color: #515151;
  border-color: #111111;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
     -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
  -webkit-transition: none;
     -moz-transition: none;
       -o-transition: none;
          transition: none;
}

.navbar-inverse .navbar-search .search-query:-moz-placeholder {
  color: #cccccc;
}

.navbar-inverse .navbar-search .search-query:-ms-input-placeholder {
  color: #cccccc;
}

.navbar-inverse .navbar-search .search-query::-webkit-input-placeholder {
  color: #cccccc;
}

.navbar-inverse .navbar-search .search-query:focus,
.navbar-inverse .navbar-search .search-query.focused {
  padding: 5px 15px;
  color: #333333;
  text-shadow: 0 1px 0 #ffffff;
  background-color: #ffffff;
  border: 0;
  outline: 0;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
     -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}

.navbar-inverse .btn-navbar {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0e0e0e;
  *background-color: #040404;
  background-repeat: repeat-x;
      background-image: linear-gradient(to bottom, #151515, #040404);
    border-left-color: #040404;
    border-right-color: #040404;
    border-top-color: #040404;
    border-bottom-color: #000000;
}

.navbar-inverse .btn-navbar:hover,
.navbar-inverse .btn-navbar:focus,
.navbar-inverse .btn-navbar:active,
.navbar-inverse .btn-navbar.active,
.navbar-inverse .btn-navbar.disabled,
.navbar-inverse .btn-navbar[disabled] {
  color: #ffffff;
  background-color: #040404;
  *background-color: #000000;
}

.navbar-inverse .btn-navbar:active,
.navbar-inverse .btn-navbar.active {
  background-color: #000000 \9;
}


.tileBoxes li {
    cursor: pointer;
    display: inline;
    float: left;
    width: 198px;
    list-style: none;
    text-align: center;
    border: 2px solid #ccc;
    border-radius: 10px 10px 10px 10px;
    padding: 20px 5px 0px 5px;
    font-size: 14px;
    margin: 10px;
}
.tileBoxes .selected {
    border: 2px solid #2696db !important;
}
.tileBoxes .selected div.heading {
    color: #72b723;
}
.tileBoxes li a {
    font-size: 10px;
    display: inline;
    color: #333;
}
.tileBoxes .heading {
    height:50px;
    font-weight:bold;
}

.tileBoxes .description {
    height:135px;
}
.css-checkbox {
    display:none;
}
.roundedTop {
    border-radius: 15px 15px 0px 0px;
}
.roundedBottom {
    border-radius: 0px 0px 15px 15px;
}
.failureMessage li {
    margin-left:20px !important;
}





#content {
    position: relative;
}
#content > div { padding-top: 10px; }
#content p {
    margin: 10px 0;
}

#ctl00_gettingStarted {
    background: transparent url(/../images/gettingStartedBG.png) no-repeat -17px 0;    
    height: 370px;
    position: relative;
}

#ctl00_lnkHideGettingStarted {
    font-weight: bold;
    text-decoration: none;
    color: #2696db;
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 20px;
    background: transparent url(/../images/closeGettingStarted.png) no-repeat right center;
    padding-right: 30px;
}
#ctl00_gettingStarted h2 {
    color: #2696db;
    padding-top: 35px;
    margin-left: 80px;
}
#ctl00_gettingStarted p {
    margin-top: 10px;
    margin-left: 80px;
    font-style: italic;
}
#ctl00_gettingStarted p#videoLinks {
    margin: 40px 0 0 0;
    text-align: center;
}
#ctl00_gettingStarted p#videoLinks img {
    width: 290px;
}
#ctl00_reopenGettingStarted {
    text-align: right;
}
#ctl00_reopenGettingStarted a {
    font-weight: bold;
    color: #2696db;
    font-size: 18px;
    text-decoration: underline;
}
#ctl00_reopenGettingStarted a em {
    font-style: italic;
}



/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; *z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
.cboxElement{outline:none;}
#cboxOverlay{background:#000;z-index:1000;}
#colorbox{outline:0;}
    #cboxContent{margin-top:20px;background:#000;z-index:1001;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{border:5px solid #000; background:#fff;}
        #cboxTitle{position:absolute; top:-20px; left:0; color:#ccc;}
        #cboxCurrent{position:absolute; top:-20px; right:0px; color:#ccc;}
        #cboxLoadingGraphic{background:url(/script/images/loading.gif) no-repeat center center;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }
        
        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}
        
        #cboxSlideshow{position:absolute; top:-20px; right:90px; color:#fff;}
        #cboxPrevious{position:absolute; top:50%; left:5px; margin-top:-32px; background:url(/script/images/controls.png) no-repeat top left; width:28px; height:65px; text-indent:-9999px;}
        #cboxPrevious:hover{background-position:bottom left;}
        #cboxNext{position:absolute; top:50%; right:5px; margin-top:-32px; background:url(/script/images/controls.png) no-repeat top right; width:28px; height:65px; text-indent:-9999px;}
        #cboxNext:hover{background-position:bottom right;}
        #cboxClose{position:absolute; top:5px; right:5px; display:block; background:url(/script/images/controls.png) no-repeat top center; width:38px; height:19px; text-indent:-9999px;}
        #cboxClose:hover{background-position:bottom center;}
        
        
 .smart-forms .gui-input {background:#fff;position:relative;vertical-align:top;border:1px solid #cfcfcf;display:-moz-inline-stack;display:inline-block;color:#626262;outline:0;height:42px;width:100%;*zoom:1}
 .smart-forms *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.smart-forms .field{display:block;position:relative}
 .smart-forms label,.smart-forms input,.smart-forms textarea{margin:0;font-size:14px;outline:0}
 
.sp-preview-inner{display:block;position:absolute;top:0;left:0;bottom:0;right:0; cursor:pointer;}
.sfcolor .gui-input+.sp-replacer{width:63px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box}
.sfcolor{padding-right:63px}
.sp-alpha,.sp-preview,.sp-thumb-el{position:relative;} 
.sp-replacer{cursor:pointer;overflow:hidden;padding:4px 10px;position:absolute;background:#F5F5F5;vertical-align:middle;border:solid 1px #CFCFCF;border-width:1px 1px 1px 0;display:inline-block;*display:inline;height:100%;color:#333;margin:0;*zoom:1;right:0}
.sp-dd{padding:2px 0;height:16px;line-height:16px;float:left;font-size:12px;color:#9F9F9F;position:relative;top:6px}
.sp-preview{width:25px;height:20px;border:solid 1px #222;margin-right:5px;margin-top:6px;float:left;*z-index:0}

#ctl00_cp_xassessmentPreviewFrame {
    -ms-zoom: 0.50;
    -moz-transform: scale(0.50);
    -moz-transform-origin: 0 0;
    -o-transform: scale(0.50);
    -o-transform-origin: 0 0;
    -webkit-transform: scale(0.50);
    -webkit-transform-origin: 0 0;
}




#frameWrap {
    position:relative;
    height: 550px;
    width: 530px;
    background:#f0f0f0;
    
}

#loader1 {
    position:absolute;
    left:42%;
    top:42%;
    border-radius:20px;
    padding:25px;
    background:#ffffff;
}

.footerText {
    color:#2696db;
}

.entry {
    display:none;
}

.helpContent h3 {
    cursor:pointer;
}

