fieldset {
  border: none;
}

fieldset input[type=submit],
fieldset input[type=reset],
.primary-button {
  width: auto;
  padding: 5px 10px;
  font-weight: bold;
  border: solid 1px rgb(254, 254, 255);
  cursor: pointer;
  color: rgb(254, 254, 255);
  background-color: rgb(89, 143, 148);
}

* {
  margin: 0px;
  padding: 0px;
  outline: none;
}

body {
  font: 12px/16px arial, Helvetica, sans-serif;
  color: rgb(61, 61, 61);
  background-color: #f9f9f9;
  border-top: solid 4px rgb(89, 143, 148);
  /* corporate website: */
  /*
    font-family:Strait, sans-serif;
    font-size:15px;
    line-height: 1.6;
*/
}

a {
  text-decoration: none;
  color: rgb(89, 143, 148);
}
a:hover {
  text-decoration: underline;
}
a.button:hover, a.button:focus, 
input[type=submit]:hover, input[type=submit]:focus {
  background-color: rgb(136, 180, 183);
}

.flt {
  float: left;
}

.view-Slideshow {
  margin-left: 9px;
}

.rft {
  float: right;
}

.clr {
  clear: both;
}

img {
  border: none;
}


h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-family: arial, Helvetica, sans-serif;
}

#header {
  background-image: url(../images/header-bg-small.png);
  border-bottom-color: rgb(213, 213, 213);
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

#banner {
  height: 453px;
  overflow: hidden;
}

#mid-content {
  overflow: hidden;
  clear: both;
}

.mid-center-bg {
  margin-bottom: 34px;
}

.hide,
.image-preload {
  display: none;
}

.wrap {
  width: 960px;
  margin: auto;
}

/* header */

#logo {
  float: left;
  width: 195px;
  height: 52px;
  margin: 10px 20px 6px 0;
}

#logo h1 a {
  display: block; /*height:52px;background:url(images/logo.gif) no-repeat;*/
}

#logo span {
  display: none;
}

.punchline {
  font-size: 16px;
  color: #616161;
  font-style: italic;
  margin: 32px 0px 0px 0px;
  line-height: 22px;
  float: left;
  width: 400px;
  height: 42px;
  font-family: Georgia, "Times New Roman", Times, serif;
}

.contact-us {
  float: right;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 16px;
  color: #616161;
  margin: 32px 14px 0 0;
}

.contact-us span {
  font-style: italic;
  color: #00843d;
}

.contact-us a {
  color: #616161;
  text-decoration: none;
}

.contact-us a span {
  color: #00843D;
  font-style: italic;
}

.contact-us a:hover {
  color: #000;
}

.top-part {
  background: url(../images/header-bg-small.png);
  height: 69px;
}


#banner {
  position: relative;
  width: 946px;
  padding: 8px 0px 18px 16px;
  height: 309px;
  overflow: hidden;
}

#banner h2 {
  font-size: 36px;
  color: #231f20;
  line-height: normal;
  font-family: Georgia, "Times New Roman", Times, serif;
  width: 332px;
  float: right;
  text-transform: uppercase;
  text-align: right;
  margin-bottom: 15px;
}

#mid-content .wrap {
}

#banner a.readmore {
  margin: 30px 0px 0px 0px;
  display: block;
  clear: both;
  float: right;
  width: 118px;
  height: 47px;
  background: url(../images/readmore.png) no-repeat;
}

#banner a.readmore:hover {
  background: url(../images/readmore-up.png) no-repeat;
}

.left-img {
  float: left;
}

.right-content {
  float: left;
  width: 324px;
  background: url(../images/right-banner-bg.jpg) no-repeat top right;
  height: 287px;
  font-size: 14px;
  line-height: 24px;
  padding: 40px 52px 0px 25px;
}

.pre-next a.next {
  position: absolute;
  background: url(../images/right-arrow.png) no-repeat;
  width: 24px;
  height: 32px;
  top: 45%;
  right: 20px;
}

.pre-next a.next:hover {
  background: url(../images/right-arrow-up.png) no-repeat;
}

.pre-next a.previous {
  position: absolute;
  background: url(../images/left-arrow.png) no-repeat;
  width: 24px;
  height: 32px;
  top: 45%;
  left: 30px;
}

.pre-next a.previous:hover {
  background: url(../images/left-arrow-up.png) no-repeat;
}

.paging {
  position: absolute;
  bottom: 15px;
  left: 45%;
}

.paging a {
  color: #ffffff;
  display: block;
  float: left;
  padding: 2px 4px;
  background: url(../images/search-bg.gif) no-repeat center;
  text-decoration: none;
  margin: 0px 2px;
}

.paging a:hover, .paging a.active {
  background: url(../images/menu-bg.png) no-repeat center;
}

#box-container {
  padding: 13px 0px 0px 16px;
  position: relative;
  height: 96px;
}

#box-container .box {
  width: 291px;
  margin: 0 12px;
  overflow: hidden;
  position: absolute;
  z-index: 10000;
  background: url(../images/box-top.png) no-repeat top;
  padding-top: 11px;
  cursor: pointer;
  bottom: 0px;
}

.box-center {
  padding: 0px 15px;
  background: url(../images/box-center.png) repeat-y;
  overflow: hidden;
  height: 61px;
}

.box-center-new {
  padding: 0px 15px;
  background: url(../images/box-center.png) repeat-y;
  overflow: hidden;
}

.box-bottom {
  background: url(../images/box-bottom.png) no-repeat bottom;
  padding-bottom: 25px;
  clear: both;
}

#box-container .box2 {
  left: 335px;
}

#box-container .box3 {
  right: 18px;
}

#box-container .box a {
  color: #008036;
}

#box-container .box img {
  float: left;
  margin: 0 10px 10px 0px;
}

.full-text {
  overflow: visible;
  height: auto;
}

.right-box-content h3 {
  font-size: 17px;
  color: #231f20;
  margin: 5px 0px 5px 4px;
}

#left-container {
  width: 638px;
  float: left;
  margin-top: 15px;
}

#right-container {
  width: 314px;
  float: right;
  margin-top: 15px;
}

#left-container .blue-heading a {
  float: right;
  font-size: 12px;
  text-decoration: underline;
  color: #FFF;
}

#right-container .right-heading {
  background: url(../images/right-readmore.png) no-repeat;
  height: 29px;
  padding: 15px 20px 5px 20px;
}

.right-heading h3 {
  color: #ffffff;
}

#footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: rgb(92, 92, 92);
  min-height: 34px;
  color: rgb(181, 181, 181);
  border-top: 3px solid rgb(89, 143, 148);
}

#footer .container {
  padding-top: 12px;
}

#footer a {
  text-decoration: none;
  color: #dfdfdf;
  ;
}

#footer a:hover {
  text-decoration: underline;
}

#left-container-inner {
  float: left;
  width: 190px;
  padding: 21px 0px 0px 0px;
  width: 280px;
}

#content-container-inner {
  float: left;
  padding: 0;
  min-height: 400px;
  margin-bottom: 20px;
  margin-left: 30px;
  width: 640px;
}

#right-container-inner {
  width: 268px;
  float: right;
  margin-top: 50px;
}

.text {
  padding: 18px 0px;
}

h2#page-title {
  font-family: Georgia, "Times New Roman", Times, serif;
  margin-bottom: 15px;
  display: inline;
  font-size: 30px;
  line-height: 36px;
}

.page-title-decoration {
  opacity: 1;
  overflow: hidden;
  width: 100px;
  background: url(../images/cross-line-bg.png);
  padding-top: 0px;
  height: 20px;
  display: inline-block;
  margin-top: 6px;
}

.text p {
  padding: 12px 0px;
  font-size: 12px;
  line-height: 20px;
  color: #231f20;
}

.text h3 {
  font-size: 18px;
  line-height: normal;
  margin: 10px 0px 0px 0px;
}

#right-container-inner h3, #right-container-inner h2 {
  width: 268px;
  height: 28px;
  background: url(../images/black-head-bg.png) no-repeat;
  padding: 10px 0px 5px 20px;
  color: #FFF;
  font-size: 14px;
  font-weight: normal;
}

#right-container-inner h3.blue-head {
  background: url(../images/blue-head-bg.png) no-repeat;
  height: 29px;
}

.leftbarbox h3, .leftbarbox h2 {
  width: 268px;
  height: 28px;
  background: url(../images/black-head-bg1.png) no-repeat;
  padding: 10px 0px 5px 35px;
  color: #FFF;
  font-size: 14px;
  font-weight: normal;
  margin-left: -25px;
}

.leftbarbox h3.blue-head {
  background: url(../images/blue-head-bg1.png) no-repeat;
  height: 29px;
}

.block-content {
  padding: 0px 30px 0px 15px;
}

.block-content p {
  padding: 10px;
}

#right-container-inner .latest-news {
  padding: 0;
}

#right-container-inner .social-link {
  width: 90px;
  font-size: 11px;
}

.sf-sub-indicator {
  display: none;
}

#block-block-4, #block-block-3, #block-block-5 {
  float: left;
}

.block ul {
  margin: 0px;
  padding: 0px;
}

#left-container-inner .node ul {
  margin-left: 25px;
  margin-bottom: 10px;
}

#left-container-inner .node ul li {
  margin: 3px 0px;
}

.galleries ul {
  list-style: none;
}

.galleries a {
  color: #333;
}

.node h2 {
  font-size: 14px;
  margin: 10px 0px;
  font-weight: bold;
}

.content h1 {
  font-size: 18px;
  padding: 10px 0px;
  font-weight: bold;
}

.node .content p {
  padding: 5px 0px;
  line-height: 18px;
}

.node .content p a {
  color: #333;
  color: #4f8d97;
}

.post {
  overflow: hidden;
  padding: 13px 0;
}

.postheading {
  overflow: hidden;
}

.postdate {
  background: url("../images/date-bg.jpg") no-repeat scroll 0 0 transparent;
  color: #FFFFFF;
  float: left;
  height: 36px;
  text-align: center;
  width: 36px;
  margin-right: 10px;
}

.postheadingright h2 {
  color: #595959;
  font-size: 13px;
  font-weight: bold;
  font-family: Georgia, "Times New Roman", Times, serif;
}

.postheadingright h2 a {
  color: #00843D;
  text-decoration: none;
}

.postmetadata {
  border-top: 1px solid #E2E2E2;
  padding-top: 10px;
}

.postmetadata .readfullpost {
  background: url("../images/read-bullet.jpg") no-repeat scroll 2px 5px transparent;
  float: left;
  padding-left: 15px;
}

.readfullpost a, .usercomment a {
  color: #0155a5;
  font-size: 11px;
  font-style: italic;
  font-weight: bold;
  text-decoration: none;
  text-transform: capitalize;
}

.postmetadata .usercomment {
  background: url("../images/read-bullet.jpg") no-repeat scroll 2px 5px transparent;
  float: right;
  padding-left: 15px;
}

a.feed-icon {
  float: right;
}

.entry {
  padding: 10px 0px;
}

.postdate span.date {
  font-size: 18px;
}

.postdate span {
  display: block;
  line-height: normal;
}

.postdate span.day {
  font-size: 10px;
  text-transform: uppercase;
}

.block-tagadelic .content, #block-block-7 .content {
  padding: 10px 17px 10px 20px;
}

.block-tagadelic .content a {
  color: #00843D;
  text-decoration: none;
}

#block-block-7 .content p a {
  color: #00843D;
  text-decoration: none;
  padding: 10px 17px 10px 0px;
}

#block-block-7 .content p a:hover, .block-tagadelic .content a:hover {
  text-decoration: underline;
}

#block-block-8 {
  text-align: center;
  padding-left: 74px;
  padding-bottom: 10px;
}

#block-block-8 a {
  color: #014695;
  text-decoration: none;
  background: url("../images/forum-button.jpg") no-repeat;
  font-size: 15px;
  display: block;
  font-weight: bold;
  height: 15px;
  width: 78px;
  padding: 5px;
}

#right-container-inner h3 a, #right-container-inner h2 a {
  color: #ffffff;
  text-decoration: none;
}

#comment-form {
  background: #fbfbfb;
  border-top: 3px solid #dddddd;
  padding: 5px;
  margin: 10px 0px;
}

.thmr_call h2 {
  margin-top: 15px;
}

#comment-form .form-item {
  margin: 5px 0px;
  overflow: hidden;
}

#comment-form label {
  width: 150px;
  float: left;
  text-align: right;
  padding-right: 5px;
  display: block;
  margin-right: 5px;
}

#comment-form input, #comment-form textarea {
  width: 250px;
  border: 1px solid #cfcfcf;
}

#comment-form textarea {
  height: 150px;
}

.grippie {
  display: none;
}

#comment-form input#edit-preview, input#edit-submit {
  width: auto;
  padding: 5px 10px;
  color: #fff;
  font-weight: bold;
  background: url(../images/menu-bg.png) no-repeat center;
  border: 1px solid #0b3667;
}

#forum tr td.forum {
  padding-left: 40px;
}

.thmr_call .postheadingright h2 {
  margin-top: 0px;
}

#mid-content .item-list ul {
  list-style: none;
}

.thmr_call .item-list ul li {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

#right-container-inner .item-list li {
  border-bottom: 1px solid #D9D9D9;
  overflow: hidden;
  padding: 10px 0;
}

#mid-content .item-list ul.thirdlinks li a {
}


#right-container-inner .item-list li.views-row-last {
  border: none;
}

#mid-content #right-container-inner .item-list ul {
  margin: 0px 26px;
}

#right-container .block ul {
  padding: 0px;
}

#right-container-inner .item-list li a {
  text-decoration: none;
  color: #00843D;
}

#right-container-inner .item-list li a:hover {
  text-decoration: underline;
}

.item-list ul li {
  margin: 0px;
}

.blog-post {
  margin: 0px 0px 25px;
}

span.author {
  display: block;
  margin: 10px 0;
}

span.author-image {
  float: left;
  margin-right: 10px;
}

span.author-data {
  clear: right;
  display: block;
  margin-top: 0;
}

span.date {
  display: block;
  margin: 5px 2px;
}

.leftbarbox {
  float: left;
  width: 215px;
  padding-left: 15px;
  margin-top: 50px;
}

.leftbarbox ul {
  list-style: none;
  list-style-type: none;
}

.wrap #left-container-inner .left-exist {
  width: 400px;
  float: left;
}

.leftbarbox ul li {
  padding: 4px 0px 4px 10px;
  list-style: none;
  background: none;
}

.leftbarbox ul li.expanded {
  background: url(../images/plus-sign.jpg) no-repeat 0 9px;
  padding-left: 10px;
}

.leftbarbox ul li.expand {
  background: url(../images/minus-sign.jpg) no-repeat;
}



/* slider */

#slider-container {
  width: 946px;
  height: 327px;
  position: relative;
  margin: auto;
  overflow: hidden;
  padding: 10px 10px 0 7px;
}

#slider ul {
  margin: 0px;
  padding: 0px;
}

#slider ul li {
  width: 946px;
  list-style: none;
  height: 327px;
  padding: 0px;
  margin: 0px;
}

#slider ul li div.slide {
  height: 327px;
  position: relative;
}

#slider h2 {
  font-size: 24px;
  line-height: 30px;
  color: #FFF;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
  text-transform: uppercase;
}

#prevBtn, #nextBtn, #prevBtn, #controls #nextBtn, #controls #prevBtn {
  position: absolute;
  top: -135px;
  overflow: hidden;
  cursor: pointer;
}

#prevBtn a, #nextBtn a {
  text-indent: -500px;
  display: block;
  width: 24px;
  height: 32px;
}

#slider ul li .button-right {
  bottom: 30px;
  right: 41px;
}


#slider ul li .button-left {
  bottom: 30px;
  left: 35px;
}

#slider ul li .button-center {
  bottom: 30px;
  right: 41px;
}

#slider ul li .right-position {
  text-align: right;
}

#slider ul li .left-position {
  text-align: left;
}

#slider ul li .center-position {
  text-align: center;
}

#attachments {
  width: 97%;
}

#attachments tr td {
  padding: 5px 10px;
}

#node-17 td {
  padding: 5px 10px;
}

ul.tertiary-links ul {
  padding-left: 10px;
}

ul.tertiary-links li, ul.thirdlinks li {
  list-style: none;
}

.webform-client-form label {
  font-weight: normal;
  float: left;
  width: 130px;
  text-align: left;
  padding-right: 10px;
  display: block;
}

.webform-client-form #edit-submitted-enter-a-description-of-your-company-wrapper label {
  float: none;
  width: auto;
  padding: 0px;
}

.webform-client-form #edit-submitted-enter-a-description-of-your-company-wrapper {
  clear: both;
}

.webform-client-form input, .webform-client-form select {
  float: left;
  width: 250px;
  border: 1px solid #cfcfcf;
  padding: 2px;
}

#webform-client-form-103 .resizable-textarea textarea {
  margin: 10px 0px 10px 128px;
  border: 1px solid #cfcfcf;
  width: 269px;
}



.webform-client-form .form-item {
  overflow: hidden;
  margin: 10px 0;
}

.webform-client-form {
  padding-bottom: 15px;
  overflow: hidden;
}

.webform-client-form input#edit-submit {
  margin: 0px 0px 0px 135px;
}

div.error, tr.error {
  background: none;
  border: none;
  color: #ff0000;
}

div.error ul, tr.error ul {
  list-style: none;
  background: none;
}

div.error ul li, tr.error ul li {
  list-style: none;
  background: none;
  font-weight: bold;
}

.item-list ul li {
  list-style: none;
}

#node-17 td img {
  margin-top: 8px;
}

#webform-client-form-105 textarea#edit-submitted-comments {
  border: 1px solid #CFCFCF;
  width: 253px;
}

#webform-client-form-105 input#edit-submit {
  margin: 0 0 0 140px;
}

.image-preload {
  display: none;
}

.success, .notice, .empty {
  padding: 1em;
  margin-bottom: .5em;
  color: #43300f;
  font-weight: bold;
  border: none;
  background: #ffee7d;
}

.error .error-highlight label {
  color: #bb2222;
  border: 1px solid #f19696;
  background: #f1cece;
}

input.error,
select.error,
textarea.error {
  border: 1px solid #f19696;
}

.notification ul {
  padding-left: 30px;
}

.success {
  color: #124b71;
  border: 1px solid #3281b7;
  background: #96c9ea;
}

.no-results {
  padding-top: 20px;
  padding-bottom: 20px;
}

.minimal {
  padding-top: 10px;
  padding-bottom: 10px;
}

/* sidebar navigation */

.sub-nav-item {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  position: relative;
  margin-bottom: 25px;
}

#left-container-inner .sub-nav-item h2 {
  font-size: 15px;
  font-weight: normal;
  height: 28px;
  color: rgb(102, 102, 102);
  font-size: 20px;
  letter-spacing: -1px;
  display: inline;
  background-color: #f9f9f9;
  padding: 0 5px 0 5px;
  position: relative;
  top: -5px;
}

#left-container-inner .sub-nav-item span {
  opacity: 1;
  overflow: hidden;
  width: 10px;
  background: url(../images/cross-line-bg.png);
  padding-top: 0px;
  height: 10px;
  display: inline;
}

#left-container-inner .sub-nav-item a {
}

#left-container-inner .sub-nav-item span.left {
  float: left;
}

#left-container-inner .sub-nav-item span.right, span.right {
  float: right;
}

#left-container-inner .sub-nav-item ul {
}

#left-container-inner .sub-nav-item ul li {
  list-style-type: none;
  text-align: left;
  background-color: rgb(240, 240, 240);
  border-left: solid 3px rgb(89, 143, 148);
  margin-bottom: 3px;
  height: 22px;
  padding-bottom: 0px;
  padding-left: 10px;
  padding-right: 0px;
  padding-top: 10px;
  text-align: left;
  vertical-align: baseline;
  width: 268px;
}

.page-actions {
  display: block;
  float: right;
  margin-bottom: 15px;
}

ul.page-actions li {
  list-style-type: none;
  float: left;
  margin-right: 5px;
}

button, a.button {
  font-weight: bold;
  cursor: pointer;
  padding: 4px 6px;
  font-size: 1.1em;
  margin: 0;
  width: auto;
  overflow: visible;
  text-decoration: none;
  border: solid 1px rgb(254, 254, 255);
  color: rgb(254, 254, 255);
  background-color: rgb(89, 143, 148);
}

ul.page-actions li button {
  padding: 4px 6px;
  line-height: 1em;
  font-size: 1.1em;
  margin: -6px 0;
}

ul.page-actions li a.button {
  padding-top: 5px;
  display: block;
}

.notification,
.error-list {
  /* border-radius */
  border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  padding: 10px;
  margin-bottom: 1.5em;
}

div.error-list {
  border: 2px solid #e51937;
  background-color: #FEF1EC;
  color: #000;
}

div.error-list ul, .notification .success ul {
  margin-left: 25px;
}

.notification .success ul li {
  list-style-type: none;
}

div.error-list ul li label {
  float: none;
  text-decoration: underline;
  cursor: pointer;
  width: 20em;
}

.error-list h4 {
  margin-bottom: 5px;
}

.error-list p {
  margin-bottom: 5px;
}

#LoginForm input {
  width: 150px;
}

#LoginForm a {
  padding-top: 11px;
  display: inline-block;
  margin-left: 10px;
}

#LoginForm .error-message {
  color: #E51937;
}

/* change severity page */
#severity-meanings h3,
#severity-meanings h4,
#severity-meanings h5 {
  margin-bottom: 5px;
  font-weight: bold;
}

#severity-meanings h3 {
  font-size: 16px;
  font-weight: bold;
}

#severity-meanings h4 {
  font-size: 15px;
}

#severity-meanings h5 {
  font-size: 14px;
}

.loading {
  text-align: center;
}

.search-container button {
  min-width: 50px;
}

.results-view fieldset {
  margin: 0;
  padding: 0;
}

.query-container {
  margin: 0;
  margin-bottom: 10px;
}

.results-view #Keywords {
  margin-right: 10px;
}

.results-view button {
  width: 75px;
}

.results-view .no-results {
  text-align: center;
  clear: left;
}

.search-container #Keywords {
  line-height: 25px;
  height: 25px;
  width: 350px;
  padding: 0 3px;
}

fieldset input[type=text] {
  width: 30em;
}

textarea {
  width: 30em;
  height: 10em;
  padding: 3px;
}

select {
  width: 30.3em;
}

.required-indicator {
  color: red;
}

em + .countdown {
  margin-left: 5px;
}

.countdown {
  margin-top: 5px;
  margin-left: 11.5em;
  display: inline-block;
  color: #A6A6A6;
}

.advanced-search legend {
  margin-bottom: 10px;
}

.section-title .search-query {
  font-size: 12px;
}

.subscribe {
  float: right;
  border: 1px solid #231F20;
  padding: 1em 1em;
  margin: 1em;
  width: 25em;
  border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  background-color: #ddeeee;
}

.subscribe h2 {
  margin-bottom: 1em;
}

.error-message {
  margin-top: 25px;
  width: 75%;
}

.error-message p {
  font-weight: bold;
  margin-bottom: 10px;
}

.error-message span {
  display: block;
}

.revision-list {
  padding-left: 35px;
}

ul.revision-list li.item {
  list-style-type: disc;
  padding-left: 0;
}

.revision {
  position: relative;
}

.revision strong {
  position: absolute;
  left: 0;
  top: 0;
}

.revisions-container h4 {
  font-weight: bold;
  font-size: 14px;
  margin: 5px 0;
  padding-bottom: 4px;
  border-bottom: solid 1px #eee;
}

.license-key span.copy {
  float: right;
}

.license-key button span {
  float: none;
}

.clear {
  clear: both;
}

.license-key textarea {
  width: 100%;
}

#license-key-container fieldset {
  margin: 0;
  padding: 0;
  width: auto;
}

#license-key-container ul {
  padding-left: 20px;
}

#license-key-container #expired-key-action {
  float: right;
  margin: 0;
}

#expired-keys {
  display: none;
}

#expired-keys .notice {
  text-align: center;
  font-size: 14px;
}

/* notification widget */
#dt-notifier {
  display: none;
  position: fixed !important;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 16px;
  width: 100%;
}

.default {
  background: #eee;
  border-bottom: solid 2px #B3B3B3;
}

#dt-message {
  text-align: center;
  width: 100%;
  padding: 10px;
}

#dt-notifier .note {
  background: #ffee7d;
  color: #43300f;
  border-bottom: solid 2px #FFE74D;
}

#how-to-license-keys li {
  margin-left: 25px;
}

code {
  display: block;
  margin: 10px 0;
  padding: 20px;
  border-left: solid 5px #0155a5;
  background-color: #eee;
}

.row-submit {
  line-height: 25px;
}

#no-account {
  padding: 10px 0;
  border-top: solid 1px #eee;
}

#no-account h3 {
  font-weight: bold;
}

#ResetPasswordRequest .loading {
  text-align: left;
}

/* license page */
#dovetail-license ol {
  list-style-type: decimal;
  padding-left: 20px;
}

#dovetail-license li {
  padding-bottom: 10px;
}

#dovetail-license ol ol {
  list-style-type: lower-alpha;
}

#dovetail-license label {
  margin: 0;
  float: none;
}

#revision-history td,
#revision-history th {
  padding: 5px 30px 5px 5px;
}

#revision-history thead {
  background-color: #b2c3dd;
}

#revision-history th {
  border-bottom: solid 1px black;
}

#Search-Tips {
  display: none;
}

/* New Styles to be consistent with dovetailsoftware.com wordpress icemag theme */

.container {
  position: relative;
  width: 960px;
  margin: 0 auto;
  padding: 0;
}

.header-menu-shadow {
  height: 44px;
  position: relative;
  margin-bottom: 20px;
}

li.navcrosslinkhr a {
  background: #0054A4;
  color: white;
  text-transform: none;
}

li.navcrosslinkclarify a {
  background: #00853F;
  color: white;
  text-transform: none;
}

.nav select {
  display: none;
}

.selectNav {
  background: #dfdfdf;
  font-size: 18px;
  width: 100%;
  color: #666666;
}

li.navlinkabout .navlinkaboutlink {
  background: rgb(92,92,92);
  background: rgb(89, 143, 148);
  color: #fff;
}

a.homelink:hover {
  background-color: rgb(92,92,92);
  color: #fff;
}

.breadcrumbs {
  list-style: none;
  font-size: 12px;
  color: #999999;
  display: block;
  text-transform: uppercase;
}

.breadcrumbs li {
  display: block;
  float: left;
  margin-right: 10px;
  font-size: 11px;
}

.breadcrumbs li a, .breadcrumbs li span {
  display: block;
}

.content {
  margin-top: 20px;
}

/* Dynamic About Menu */
ul.sub-menu {
  z-index: 9999;
  display: none border-top:solid 1px red;
}

.down-arrow {
  padding-left: 5px;
  background-image: url(../images/white-arrow-down.png);
  background-position: right;
  background-repeat: no-repeat;
}

.nav ul ul li:first-child, ul.nav ul li:first-child {
  border-color: rgb(89, 143, 148);
}

/* Adjustments for log notes page */

#CaseNoteForm textarea {
  height: 25em;
  width: 40em;
}

#CaseNoteForm fieldset div.row:nth-of-type(1) label {
  display: none;
}

/* Adjustments for create case page */
#CreateCaseForm fieldset input[type=text] {
  width: 40em;
  height: 1.5em;
}

#CreateCaseForm textarea {
  width: 40em;
  height: 15em;
  padding: 3px;
}

#CreateCaseForm select {
  width: 40.3em;
  height: 1.8em;
}

#CreateCaseForm span.countdown {
  float: left;
  margin-left: 0;
}

#ContactInformationForm span.countdown {
  float: left;
  margin-top: 4px;
  margin-left: 134px;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 20px;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre;
  white-space: pre-wrap;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border: 1px solid rgba(0,0,0,0.15);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

#tabs .ui-widget-header .highlighted.ui-state-active.ui-state-default a {
  color: #ffffff;
  background-color: #598f94;
}
#tabs .ui-widget-header .highlighted.ui-state-default a {
  color: #ffffff;
  background-color: #89B4B8;
}