* {
  box-sizing: border-box;
}
@media (max-width: 768px) {
  div.submitFormLeft,
  div.submitFormRight {
    width: 100% !important;
    /* Override fixed width */
    float: none !important;
    /* Override float */
    padding: 16px 0 0 0;
    /* Adjust padding if necessary */
  
  }
  div.submitForm select {
    height: auto;
  }
  div.submitUtility {
    margin-top: 10px;
    overflow: visible;
  }
  div.submitUtility ul {
    float: none;
    text-align: center;
  }
  div.submitUtility li {
    display: block;
    margin-bottom: 10px;
  }
  div.submitFormLeft div.uploadContainer {
    width: 100%;
    padding: 10px;
  }
  div.submitFormLeft div.uploadContainer a,
  div.submitFormLeft div.uploadContainer div.uploadInactive span.iconPlaceholder {
    width: 100%;
    height: auto;
    margin: 10px 0;
  }
  div.submitFormRight div.whereContainer div.realFields div.fieldContainer {
    width: 100%;
  }
  div.submitFormRight div.whenContainer select {
    width: 100%;
    margin-bottom: 10px;
  }
  div.submitFormRight div.halfContainer {
    width: 100%;
    padding-top: 10px;
  }
  div.submitFormRight div.rulesContainer ul.tagEditor li span.removeTag {
    right: 10px;
  }
  div.submitFormRight div.storyContainer div.realFields div.fieldContainer textarea {
    width: 100% !important;
  }
  div.submitFormRight div.container {
    min-height: auto;
    border-bottom: none;
  }
}
.formContainer {
  display: flex;
  flex-wrap: wrap;
}
.formContainer::after {
  content: "";
  display: table;
  clear: both;
}
.submitFormLeft,
.submitFormRight {
  box-sizing: border-box;
  /* Ensure padding and border are included in the element's total width and height */

}
.modernButton {
  background-color: #1bb8ce;
  /* Green background */
  border: none;
  /* Remove borders */
  color: white;
  /* White text */
  padding: 15px 32px;
  /* Some padding */
  text-align: center;
  /* Centered text */
  text-decoration: none;
  /* Remove underline */
  display: inline-block;
  /* Make the button inline-block */
  font-size: 16px;
  /* Increase font size */
  margin: 4px 2px;
  /* Some margin */
  cursor: pointer;
  /* Pointer/hand icon */
  border-radius: 4px;
  /* Rounded corners */

}
.modernButton:hover {
  background-color: #45a049;
  /* Darker green on hover */

}
@media (max-width: 768px) {
  .bottomUtility {
    text-align: center;
    /* Center the button on smaller screens */
  
  }
  .modernButton {
    width: 100%;
    /* Full width on smaller screens */
    padding: 12px 0;
    /* Adjust padding */
  
  }
}
.bottomUtility {
  text-align: right;
  padding: 0 20px 20px 0;
}
.bottomUtility a,
.bottomUtility button {
  background-color: #4caf50;
  /* Green background */
  border: none;
  /* Remove borders */
  color: white;
  /* White text */
  padding: 15px 32px;
  /* Some padding */
  text-align: center;
  /* Centered text */
  text-decoration: none;
  /* Remove underline */
  display: inline-block;
  /* Make the button inline-block */
  font-size: 16px;
  /* Increase font size */
  margin: 4px 2px;
  /* Some margin */
  cursor: pointer;
  /* Pointer/hand icon */
  border-radius: 4px;
  /* Rounded corners */

}
.bottomUtility a:hover,
.bottomUtility button:hover {
  background-color: #45a049;
  /* Darker green on hover */

}
@media (max-width: 768px) {
  .bottomUtility {
    text-align: center;
    /* Center the button on smaller screens */
    padding: 0 10px 10px 10px;
    /* Adjust padding */
  
  }
  .bottomUtility a,
  .bottomUtility button {
    width: 100%;
    /* Full width on smaller screens */
    padding: 12px 0;
    /* Adjust padding */
  
  }
}
@media (max-width: 768px) {
  .formContainer {
    display: block;
  }
  .submitFormLeft,
  .submitFormRight {
    width: 100% !important;
    /* Override fixed width */
    float: none !important;
    /* Override float */
    padding: 16px 0 0 0;
    /* Adjust padding if necessary */
  
  }
}
div.submitForm select {
  height: 33px;
}
div.submitUtility {
  margin-top: 18px;
  overflow: hidden;
}
div.submitUtility ul {
  float: left;
}
div.submitUtility li {
  display: inline;
}
div.submitUtility li a {
  text-transform: uppercase;
  text-decoration: underline;
  font-size: 12px;
}
div.submitUtility li.back:after {
  content: " |";
  text-decoration: none;
  color: #bec0c2;
}
div.submitUtility span.alert {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  float: right;
  height: 9px;
  width: 437px;
  background: url('/cassette.axd/file/site-static/sprites-9c0f33c7990d999a90ce58f3f82a9fd7f37f2b04.png') no-repeat;
  background-position: left -440px;
  text-indent: -999em;
  overflow: hidden;
  margin: 0 0 18px 0;
}
aside.welcomeAlert,
aside.breakingRecordAlert {
  width: 968px;
  margin: 0 0 0 -22px;
  background: #fece45;
  padding: 24px;
  overflow: hidden;
  position: relative;
}
aside.breakingRecordAlert {
  padding-bottom: 10px;
}
aside.breakingRecordAlert div.breakRecord {
  background-color: #f05133;
  width: 963px;
  min-height: 214px;
  *height: 214px !important;
  padding: 0 26px;
  padding-top: 1px;
  margin-bottom: 10px;
  margin-left: -23px;
  margin-top: -24px;
  display: block;
}
/*aside.breakingRecordAlert div.breakRecord{
	display:none;
}*/

aside.breakingRecordAlert div.breakRecord strong.breakRecordHeader {
  display: block;
  text-indent: -999em;
  overflow: hidden;
  height: 23px;
  width: 686px;
  background: url('/cassette.axd/file/site-static/sprites-9c0f33c7990d999a90ce58f3f82a9fd7f37f2b04.png') no-repeat;
  background-position: left -70px;
  margin: 17px 0 0 0;
}
aside.breakingRecordAlert div.breakRecord span.value {
  display: block;
  color: white;
  font-size: 11px;
  line-height: 16px;
  text-transform: uppercase;
  margin: 0 0 3px 0;
}
aside.breakingRecordAlert div.breakRecord span.amount,
aside.welcomeAlert div.breakRecord span.unit {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 6px;
  background: #f9b6a9;
  margin-right: 1px;
  color: #231f20;
}
aside.breakingRecordAlert div.breakRecord p {
  font-weight: 700;
  color: white;
  font-size: 22px;
  line-height: 30px;
  margin: 20px 0 16px 0;
}
aside.breakingRecordAlert div.breakRecord a.videoThumbnail {
  display: block;
  width: 245px;
  padding: 10px;
  position: absolute;
  right: 24px;
  top: 18px;
  background: white;
}
aside.breakingRecordAlert div.breakRecord div.thumbHolder {
  height: 138px;
  width: 245px;
  background: #cccccc;
  position: relative;
}
aside.breakingRecordAlert div.breakRecord a.videoThumbnail span {
  display: block;
  margin: 8px 0 3px 0;
  font-weight: 700;
  font-size: 12px;
  color: #231f20;
}
aside.breakingRecordAlert div.breakRecord div.thumbHolder span.playButton {
  display: block;
  width: 35px;
  height: 35px;
  text-indent: -999em;
  overflow: hidden;
  background: url('/cassette.axd/file/site-static/sprites-9c0f33c7990d999a90ce58f3f82a9fd7f37f2b04.png') no-repeat;
  background-position: -922px -907px;
  position: absolute;
  top: 27px;
  left: 50%;
  margin-left: -17px;
}
aside.welcomeAlert strong.alertHeader {
  display: block;
  height: 62px;
  width: 371px;
  background: url('/cassette.axd/file/site-static/sprites-9c0f33c7990d999a90ce58f3f82a9fd7f37f2b04.png') no-repeat;
  background-position: left -374px;
  text-indent: -999em;
  overflow: hidden;
  float: left;
}
aside.breakingRecordAlert strong.alertHeader {
  display: none;
}
aside.welcomeAlert ul {
  overflow: hidden;
  float: right;
}
aside.breakingRecordAlert ul {
  float: none;
  margin: 0 auto;
  width: 426px;
}
aside.welcomeAlert li {
  display: block;
  float: left;
  width: 180px;
  position: relative;
  border-left: 1px solid #df9c16;
  border-right: 1px solid #ffdd80;
  height: 56px;
  padding-top: 5px;
  text-align: center;
}
aside.breakingRecordAlert li {
  text-align: left;
  height: 45px;
  padding-left: 32px;
}
aside.welcomeAlert li.upload {
  border-left: none;
}
aside.welcomeAlert li.submit {
  border-right: none;
}
aside.welcomeAlert li span.icon {
  display: block;
  height: 29px;
  width: 30px;
  margin: 0 auto;
  background: url('/cassette.axd/file/site-static/sprites-9c0f33c7990d999a90ce58f3f82a9fd7f37f2b04.png') no-repeat;
  background-position: -311px -657px;
  text-indent: -999em;
  overflow: hidden;
}
aside.breakingRecordAlert li span.icon {
  float: left;
  margin-right: 11px;
}
aside.welcomeAlert li.submit span.icon {
  background-position: -387px -657px;
  left: 15px;
}
aside.welcomeAlert li.getVotes span.icon {
  background-position: -465px -657px;
}
aside.welcomeAlert li strong {
  font-weight: 700;
  font-size: 15px;
  color: #231f20;
  display: block;
  margin: 6px 0 0;
}
aside.welcomeAlert li p {
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  margin: 4px 0 0 0;
  color: #414142;
}
aside.welcomeAlert li a {
  color: white;
  font-weight: 500;
  text-decoration: underline;
  display: block;
  margin: 4px 0 0 0;
}
aside.welcomeAlert a.xButton {
  display: block;
  height: 10px;
  width: 10px;
  text-indent: -999em;
  background: url('/cassette.axd/file/site-static/sprites-9c0f33c7990d999a90ce58f3f82a9fd7f37f2b04.png') no-repeat;
  background-position: -429px -743px;
  overflow: hidden;
  position: absolute;
  top: 3px;
  right: 4px;
}
aside.breakingRecordAlert a.xButton {
  background-position: -967px -915px;
}
div.submitForm,
section.submitForm {
  margin-top: 18px;
  width: 1016px;
  /* margin-left:-22px; */
  -moz-box-shadow: 0px 1px 5px 1px #dbdbdb;
  -webkit-box-shadow: 0px 1px 5px 1px #dbdbdb;
  box-shadow: 0px 1px 5px 1px #dbdbdb;
}
div#home_title,
div.home_title {
  height: 40px;
  padding: 1px 0 0;
  width: 1016px;
  background: #fece45;
}
div#home_title h2 {
  display: block;
  text-indent: -999px;
  overflow: hidden;
  background: url('/cassette.axd/file/site-static/sprites-9c0f33c7990d999a90ce58f3f82a9fd7f37f2b04.png') no-repeat;
  background-position: -311px -635px;
  float: left;
}
div#home_title h2.set {
  height: 13px;
  width: 225px;
  background-position: -311px -635px;
  margin: 14px 10px 0 22px;
}
span.lastSaved {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  position: relative;
  top: 8px;
}
div.utility {
  float: right;
  margin-right: 22px;
}
div#home_title div.utility a,
div.bottomUtility a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  background: no-repeat url('/cassette.axd/file/site-static/gradientSprites-71fae14c306ceef7a98c4b96c2e1b14ae86b579f.png');
  height: 27px;
  width: 142px;
  text-indent: -999em;
  overflow: hidden;
  margin: 7px 0 0 10px;
}
div.bottomUtility {
  text-align: right;
  padding: 0 20px 20px 0;
}
div.bottomUtility a {
  background-position: -244px -622px;
  text-indent: 999em;
}
div#home_title div.utility a.saveDraftOff {
  background-position: -244px -659px;
}
div#home_title div.utility a.submitOff {
  background-position: -244px -622px;
}
div#home_title div.utility a.submitOn {
  background-position: -244px -622px;
}
div.submitForm form {
  padding: 0 22px;
}
aside.wizardBox {
  display: none;
}
div.submitFormLeft {
  width: 600px;
  float: left;
  padding: 16px 0 0 0;
}
div.submitFormLeft div.fieldContainer {
  background-color: #d4d4d4;
  border: 1px solid #d4d4d4;
  height: 31px;
  width: 553px;
  margin: 0 0 10px 0;
  position: relative;
}
div.submitFormLeft div.fieldContainer input {
  font-size: 22px;
  font-weight: 700;
  width: 90%;
  padding: 0 0 0 10px !important;
}
div.submitFormLeft label {
  display: block;
  font-size: 11px;
  text-transform: uppercase;
  margin: 0 0 4px 0;
}
div.submitFormLeft div.fieldContainer input,
div.submitFormLeft div.fieldContainer input:focus,
div.submitFormRight div.fieldContainer input,
div.submitFormRight div.fieldContainer input:focus {
  border: none;
  background: transparent;
  outline: none;
  padding: 0;
}
div.submitFormRight div.halfContainer input,
div.submitFormRight div#tagsContainer input {
  color: dimgray;
}
input::-webkit-input-placeholder {
  color: dimgray !important;
}
input:-moz-placeholder {
  color: dimgray !important;
}
div.focusedSubmitInput input {
  color: black !important;
}
div.submitFormLeft div.uploadContainer {
  width: 555px;
  height: auto;
  border: none;
}
div.submitFormLeft div.uploadInactive {
  padding: 31px 67px 0 99px;
  float: left;
  margin-top: 0;
  display: block;
  z-index: 200;
  border: none;
}
div.submitFormLeft div.uploadActive {
  padding: 30px 66px 0 98px;
  border: 1px solid gray;
  overflow: hidden;
}
div.submitFormLeft div.uploadContainer a,
div.submitFormLeft div.uploadContainer div.uploadInactive span.iconPlaceholder {
  display: block;
  width: 164px;
  height: 124px;
  float: left !important;
  background: url('/cassette.axd/file/site-static/gradientSprites-71fae14c306ceef7a98c4b96c2e1b14ae86b579f.png');
  text-align: center;
  margin: 0 30px 30px 0;
  position: relative;
  z-index: 100;
  *zoom: 1;
  font-size: 200px;
}
div.submitFormLeft div.uploadContainer a {
  overflow: hidden;
}
div.submitFormLeft div.uploadContainer aside a {
  display: inline;
  width: auto;
  height: auto;
  float: none !important;
  background: none;
  text-align: left;
  margin: 0;
}
div.submitFormLeft div.uploadContainer a.dragDrop {
  background-position: -180px -54px;
}
div.submitFormLeft div.uploadContainer div.uploadInactive span.dragDrop {
  background-position: left -54px;
}
div.submitFormLeft div.uploadContainer a.upload {
  background-position: -180px -199px;
}
div.submitFormLeft div.uploadContainer div.uploadInactive span.upload {
  background-position: left -199px;
}
div.submitFormLeft div.uploadContainer a.webcam {
  background-position: -180px -343px;
}
div.submitFormLeft div.uploadContainer div.uploadInactive span.webcam {
  background-position: left -343px;
}
div.submitFormLeft div.uploadContainer a.youtube {
  background-position: -180px -487px;
}
div.submitFormLeft div.uploadContainer div.uploadInactive span.youtube {
  background-position: left -487px;
}
div.submitFormLeft div.uploadContainer div.uploadInactive:hover {
  cursor: pointer;
}
div.submitFormLeft div.fieldContainer a,
div.submitFormRight div.fieldContainer a {
  position: absolute;
  right: 4px;
  top: .8em;
}
div.breakingRecordSubmitForm div.submitFormLeft div.titleContainer {
  border: none !important;
  background: white !important;
  margin-bottom: 0 !important;
}
div.breakingRecordSubmitForm div.submitFormLeft div.titleContainer aside.wizardBox,
div.breakingRecordSubmitForm div.submitFormLeft div.titleContainer a,
div.breakingRecordSubmitForm div.submitFormLeft label.titleLabel {
  display: none !important;
}
div.breakingRecordSubmitForm div.submitFormLeft div.uploadContainer {
  margin-top: 20px;
}
div.submitFormRight div.storyContainer div.realFields div.fieldContainer a {
  position: relative;
  right: auto;
  top: auto;
}
div.submitFormRight div.storyContainer div.realFields div.fieldContainer a.revealWizard {
  position: absolute;
  right: 4px;
  top: 8px;
}
div.submitFormLeft div.uploadContainer a,
div.submitFormLeft div.uploadContainer div.uploadInactive span {
  position: relative;
  right: auto;
  top: auto;
  float: left;
}
div.submitFormLeft div.uploadContainer a span,
div.submitFormLeft div.uploadContainer div.uploadInactive span span {
  display: block;
  width: 100px;
  position: absolute;
  bottom: 10px;
  left: 50%;
  margin-left: -50px;
  font-size: 12px;
  color: #858789;
}
div.submitFormLeft div.uploadContainer a.dragDrop span,
div.submitFormLeft div.uploadContainer div.uploadInactive span.dragDrop span {
  width: 140px;
  margin-left: -70px;
  text-transform: uppercase;
  top: 48px;
  font-size: 16px;
  font-weight: 700;
}
div.submitFormLeft div.uploadContainer a:hover span {
  color: #404041;
}
div.submitFormLeft div.uploadContainer a.dragDrop span {
  color: white !important;
}
ul.filesAdded li {
  display: block;
  clear: both;
  height: 100px;
  padding: 0 0 0 20px;
  margin: 0 0 12px 0;
  position: relative;
}
div.submitForm div.thumbnail {
  width: 180px;
  height: 100px;
  position: relative;
  float: left;
  background: url('/cassette.axd/file/site-static/gradientSprites-71fae14c306ceef7a98c4b96c2e1b14ae86b579f.png') no-repeat;
  background-position: left -845px;
  background-color: #bbbbbc;
  margin: 0 8px 0 0;
  overflow: hidden;
}
div.submitForm li.loading div.thumbnail img {
  display: none;
}
div.submitForm span.progress {
  display: block;
  height: 100px;
  background: url('/cassette.axd/file/site-static/loader-2b31a6512975e7e79ffccc9cd9ea2409cbc7f376.gif');
  position: relative;
  z-index: 50;
  width: 5%;
}
div.submitForm li.failed span.progress {
  width: 100%;
  background: url('/cassette.axd/file/site-static/gradientSprites-71fae14c306ceef7a98c4b96c2e1b14ae86b579f.png') no-repeat;
  background-position: left -622px;
}
div.submitForm div.thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
}
div.submitForm li a.xButton {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 12px;
  width: 12px;
  text-indent: -999em;
  overflow: hidden;
  background: url('/cassette.axd/file/site-static/gradientSprites-71fae14c306ceef7a98c4b96c2e1b14ae86b579f.png') no-repeat;
  background-position: -244px -771px;
}
ul.filesAdded li div.thumbText {
  /*font-family:arial,helvetica,sans-serif;*/
  color: gray;
}
ul.filesAdded li div.thumbText span.status {
  font-style: italic;
  display: block;
  margin: 0 0 4px 0;
}
ul.filesAdded li.complete div.thumbText span.status {
  color: #59bc16;
}
ul.filesAdded li.failed div.thumbText span.status {
  color: #f05133;
}
ul.filesAdded li div.thumbText p,
ul.filesAdded li div.thumbText a.mainImage {
  line-height: 19px;
}
div.submitFormRight {
  width: 380px;
  float: left;
  margin-right: -10px;
  padding: 16px 0 0 0;
}
div.submitFormRight label {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 179px;
  font-size: 11px;
  text-transform: uppercase;
  margin: 0 0 4px 0;
  clear: both;
}
div.submitFormRight span.optional {
  color: #9a9c9d;
  font-size: 10px;
  font-style: italic;
  /* float:right; */
  text-transform: uppercase;
  margin-right: 12px;
  margin-top: 1px;
}
div.bottomUtility {
  clear: both;
}
div.submitFormRight div.fieldContainer {
  background-color: #d4d4d4;
  border: 1px solid #d4d4d4;
  height: 31px;
  width: 366px;
  margin: 0 10px 10px 0;
  clear: both;
  position: relative;
}
div.submitFormRight div.filledIn div.setContainer {
  background: white !important;
}
div.submitFormRight div.filledIn div.setContainer input {
  color: #9a9c9d !important;
}
div.submitFormRight div.whenContainer div.realFields div.fieldContainer,
div.submitFormRight div.whereContainer div.realFields div.fieldContainer {
  border-color: white;
  height: auto;
}
div.submitFormRight div.whereContainer div.realFields div.fieldContainerHalf {
  border: 1px solid #d4d4d4;
  height: 31px;
}
div.submitFormRight div.whereContainer div.realFields div.fieldContainer {
  width: 373px;
}
div.submitFormRight div.whereContainer div.realFields div.fieldContainer a {
  right: 170px;
  top: 50px;
}
div.submitFormRight div.setter div.fieldContainer,
div.rulesContainer div.realFields div.fieldContainer,
div.filledInSubmitInput {
  background-color: white !important;
  border: 1px solid #d4d4d4;
}
div.submitFormRight div.setter div.halfContainer {
  padding-top: 0;
}
div.submitFormRight div.whenContainer select {
  width: 106px;
  margin-right: 5px;
}
div.submitFormRight div.whenContainer select#day,
div.submitFormRight div.whenContainer select.year {
  width: 80px;
}
div.submitFormRight div.whereContainer select {
  width: 180px;
  margin-right: 5px;
  margin-bottom: 8px;
}
div.submitFormRight span.calendarSelector {
  position: relative !important;
  right: auto;
  top: -9px;
  z-index: 200;
  float: none;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 31px;
  width: 36px;
  text-indent: -999em;
  background-color: #fece45;
  background-image: url('/cassette.axd/file/site-static/sprites-9c0f33c7990d999a90ce58f3f82a9fd7f37f2b04.png');
  background-position: -444px -732px;
}
div.submitFormRight span.calendarSelector:hover {
  cursor: pointer;
}
#dp-popup,
div.submitFormRight div.calendarContainer {
  position: absolute;
  z-index: 200;
  top: 31px;
  right: 0;
  width: 256px;
  border-top: 7px solid #fece45;
  display: none;
}
#dp-popup {
  display: block;
  background: white;
  text-align: center;
}
dp-nav-prev-year,
dp-nav-next-year {
  display: none;
}
#dp-popup,
div.submitFormRight span.calendarSelector:hover div.calendarContainer {
  display: block;
  -moz-box-shadow: 2px 2px 4px 1px #b5ab8d;
  -webkit-box-shadow: 2px 2px 5px 1px #b5ab8d;
  box-shadow: 1px 2px 2px 1px #b5ab8d;
  margin-top: 31px;
  margin-left: -220px;
}
#dp-popup table,
div.submitFormRight span.calendarSelector table {
  width: 256px;
  background: white;
  text-align: center;
  overflow: hidden;
  text-indent: 0;
}
div.submitFormRight span.calendarSelector table:hover {
  cursor: auto;
}
/*
.dp-nav-prev-year, .dp-nav-next-year{
	display:none !important;
} 

.dp-nav-prev, .dp-nav-prev a, .dp-nav-next, .dp-nav-next a, div.submitFormRight span.calendarSelector table th.header a{
	position:relative !important;
	top:auto;
	left:auto;
	right:auto;
	display:inline-block;
	*display:inline;
	*zoom:1;
	height:9px;
	width:5px;
	background-image:url('/cassette.axd/file/site-static/sprites-9c0f33c7990d999a90ce58f3f82a9fd7f37f2b04.png');
	text-indent:-999em;
	overflow:hidden;
}

.dp-nav-prev{
	position:absolute !important;
	top:12px;
	left:10px;
	background:none;
}

.dp-nav-next{
	position:absolute !important;
	top:12px;
	left:19px;
}
 */

.dp-nav-prev a {
  /*background-image:url('/cassette.axd/file/site-static/sprites-9c0f33c7990d999a90ce58f3f82a9fd7f37f2b04.png');*/
  background-position: -486px -732px;
  display: block;
}
div.submitFormRight span.calendarSelector table th.header a.lastMonth {
  background-position: -486px -732px;
  margin: 0 4px 0 10px;
}
.dp-nav-next a {
  /*background-image:url('/cassette.axd/file/site-static/sprites-9c0f33c7990d999a90ce58f3f82a9fd7f37f2b04.png');*/
  background-position: -495px -732px;
  display: block;
}
div.submitFormRight span.calendarSelector table th.header a.nextMonth {
  background-position: -495px -732px;
  margin: 0 9px 0 0;
}
#dp-popup h2,
div.submitFormRight span.calendarSelector table th.header strong {
  /*font-family:arial,helvetica,sans-serif;*/
  color: #231f20;
  font-weight: bold;
  font-size: 16px;
  margin-left: 33px;
  text-transform: none;
  text-align: left;
  padding: 8px 0;
}
#dp-popup th,
div.submitFormRight span.calendarSelector table th {
  /*font-family:arial,helvetica,sans-serif;*/
  color: #6d6e70;
  font-size: 14px;
  text-transform: uppercase;
  height: 30px;
  vertical-align: middle;
  border-top: 1px solid #bec0c2;
}
#dp-popup td,
div.submitFormRight span.calendarSelector table td {
  vertical-align: middle;
  border-right: 1px solid #bec0c2;
  border-top: 1px solid #bec0c2;
  height: 30px;
  /*font-family:arial,helvetica,sans-serif;*/
  font-size: 16px;
  color: #231f20;
  font-weight: bold;
}
#dp-popup td.selected,
.submitFormRight span.calendarSelector table td.selected {
  background-color: gainsboro;
}
#dp-popup td.weekday,
div.submitFormRight span.calendarSelector table td a {
  color: #231f20;
  position: relative !important;
  top: auto;
  left: auto;
  right: auto;
}
#dp-popup td.disabled {
  color: gainsboro;
}
#dp-popup td.disabled:hover,
#dp-popup td.other-month:hover {
  background-color: white !important;
  cursor: auto !important;
}
#dp-popup td.weekday:hover,
#dp-popup td.weekend:hover {
  cursor: pointer;
  background-color: gainsboro;
}
#dp-popup td.other-month {
  color: white;
  text-indent: -999em;
  overflow: hidden;
}
div.submitFormRight div.filledInFields div.setter div.fieldContainer {
  border: 1px solid #d4d4d4;
}
div.submitFormRight div.filledInFields div.setter div.fieldContainer input,
div.submitFormRight div.filledInFields select,
div.submitFormRight div.filledInFields textarea,
div.filledInSubmitInput input,
div.submitFormRight div.filledInFields input {
  color: #9a9c9d;
}
div.submitFormRight input,
div.submitFormRight div.fieldPlaceholder p {
  /*font-family:arial,helvetica,sans-serif;*/
  font-size: 14px;
  position: relative;
  top: .58em;
  padding: 0 0 0 10px !important;
  margin: 0;
  width: 90%;
}
div.submitFormRight a.addAnotherRule {
  display: block;
  margin-bottom: 10px;
}
#ForumContainer .forumGrid li.wmd-button {
  left: 0 !important;
}
#ForumContainer .forumGrid .wmd-spacer,
#ForumContainer .forumGrid #wmd-quote-button,
#ForumContainer .forumGrid #wmd-image-button,
#ForumContainer .forumGrid #wmd-heading-button,
#ForumContainer .forumGrid #wmd-olist-button,
#ForumContainer .forumGrid #wmd-ulist-button,
#ForumContainer .forumGrid #wmd-hr-button {
  display: none;
}
#ForumContainer .forumGrid .wmd-preview {
  background-color: white !important;
  border: 1px solid #d1cec5;
  width: 356px;
  padding: 5px;
  /*font-family:arial,helvetica,sans-serif;*/
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#ForumContainer .forumGrid .wmd-preview p {
  margin-bottom: 1em;
}
div.submitFormRight input#minor {
  position: inherit;
  width: inherit;
}
div.submitFormRight div.focus,
div.submitFormLeft div.focus {
  background-color: white;
  border: 1px solid #d4d4d4;
}
div.submitFormRight div.container {
  min-height: 43px;
  clear: both;
  border-bottom: 1px solid white;
  position: relative;
  width: auto;
}
div.submitFormRight div.setterContainer div.realFields {
  padding: 0 0 20px 0;
}
div.submitFormRight div.setter {
  clear: both;
}
div.submitFormRight div.halfContainer {
  width: 179px;
  clear: none;
  float: left;
  margin: 0 10px 0 0;
  position: relative;
  padding-top: 1.3em;
}
div.submitFormRight div.halfContainer label {
  position: absolute;
  top: 0;
  left: 0;
}
div.submitFormRight div.fieldContainerHalf {
  width: 177px !important;
  margin: 0;
}
div.submitFormRight a.minor {
  width: 150px;
  float: right;
}
div.submitFormRight a.addOthers {
  width: 100px;
  float: left;
}
div.submitFormRight div.rulesContainer ul.tagEditor li {
  display: block;
  min-height: 31px;
  *zoom: 1;
  *height: 31px !important;
  border: 1px solid #d4d4d4;
  width: 366px;
  margin-bottom: 5px;
  position: relative;
}
div.submitFormRight div.rulesContainer ul.tagEditor li span {
  color: #9a9c9d;
  /*font-family: arial,helvetica,sans-serif;*/
  font-size: 14px;
  position: relative;
  top: .58em;
  padding: 0 0 0 10px !important;
  margin: 0;
  width: 90%;
  display: block;
}
div.submitFormRight div.rulesContainer ul.tagEditor li span.removeTag {
  display: block;
  overflow: hidden;
  text-indent: -999em;
  position: absolute;
  top: 5px;
  right: 0;
  height: 21px;
  width: 21px;
  background: url('/cassette.axd/file/site-static/gradientSprites-71fae14c306ceef7a98c4b96c2e1b14ae86b579f.png') no-repeat;
  background-position: -349px -555px;
}
div.submitFormRight div.rulesContainer ul.tagEditor li span.removeTag:hover {
  cursor: pointer;
}
div.submitFormRight div.storyContainer div.realFields div.fieldContainer {
  height: auto;
  border-color: white;
  background: white;
}
div.submitFormRight div.storyContainer div.realFields div.fieldContainer textarea {
  width: 362px !important;
  height: 100px;
  text-align: left;
}
div.whenContainer div.realFields div.fieldContainer,
div.whereContainer div.realFields div.fieldContainer {
  background: none;
}
div.realFields {
  display: none;
}
aside.wizardBox {
  width: 395px;
  border: 5px solid #fece45;
  background-color: white;
  padding: 18px 20px 0 20px;
  position: absolute;
  z-index: 250;
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  color: #231f20;
  -moz-box-shadow: 2px 2px 5px 1px #b5ab8d;
  -webkit-box-shadow: 2px 2px 5px 1px #b5ab8d;
  box-shadow: 2px 2px 5px 1px #b5ab8d;
}
aside.wizardBox p {
  margin-bottom: 14px;
}
aside.wizardBoxTop {
  margin-top: 45px;
  top: 0;
}
aside.wizardBoxRight {
  top: 2px;
  left: 0;
  margin-left: 568px;
}
aside.wizardBoxLeft {
  top: -23px;
  margin-right: 398px;
}
div.fieldContainerHalf aside.wizardBoxLeft {
  margin-right: 209px;
}
aside.wizardBoxTop span.point {
  height: 23px;
  width: 55px;
  position: absolute;
  top: -26px;
  left: 20px;
  background: url('/cassette.axd/file/site-static/sprites-9c0f33c7990d999a90ce58f3f82a9fd7f37f2b04.png') no-repeat;
  background-position: -369px -732px;
}
aside.wizardBoxRight span.point {
  height: 52px;
  width: 21px;
  position: absolute;
  top: 32px;
  left: -26px;
  background: url('/cassette.axd/file/site-static/sprites-9c0f33c7990d999a90ce58f3f82a9fd7f37f2b04.png') no-repeat;
  background-position: -310px -731px;
}
aside.wizardBoxLeft span.point {
  height: 39px;
  width: 25px;
  position: absolute;
  top: 16px;
  right: -30px;
  background: url('/cassette.axd/file/site-static/sprites-9c0f33c7990d999a90ce58f3f82a9fd7f37f2b04.png') no-repeat;
  background-position: -339px -731px;
}
aside#uploadWizard strong.document {
  display: block;
  text-indent: -999em;
  overflow: hidden;
  background: url('/cassette.axd/file/site-static/sprites-9c0f33c7990d999a90ce58f3f82a9fd7f37f2b04.png');
  height: 16px;
  width: 305px;
  background-position: -719px -987px;
  margin: 0 0 10px 0;
}
div.submitFormLeft div.fieldContainer aside.wizardBox a.next,
div.submitFormRight aside.wizardBox a.next {
  position: relative;
  top: auto;
  bottom: 18px;
  float: right !important;
  font-weight: 700;
  font-size: 14px;
  margin: 5px 0 0 0;
  line-height: 14px;
}
div.submitFormLeft div.fieldContainer aside.wizardBox a.xButton,
div.submitFormRight aside.wizardBox a.xButton {
  height: 12px;
  width: 12px;
  border: 5px solid #fece45;
  display: block;
  text-indent: -999em;
  overflow: hidden;
  background-color: #fece45;
  top: -5px;
  right: -5px;
  background-image: url('/cassette.axd/file/site-static/sprites-9c0f33c7990d999a90ce58f3f82a9fd7f37f2b04.png');
  background-repeat: no-repeat;
  background-position: -429px -743px;
  position: absolute;
}
div.submitFormLeft div.fieldContainer aside.wizardBox a.xButton:hover,
div.submitFormRight aside.wizardBox a.xButton:hover {
  cursor: pointer;
}
aside.wizardBox div.tip {
  /*font-family:arial,helvetica,sans-serif;*/
  font-size: 12px;
  border-top: 1px solid #bbbbbc;
  margin-top: 20px;
  padding-top: 8px;
  color: #404041;
}
aside.wizardBox div.tip strong {
  font-weight: bold;
  font-style: italic;
  color: #f8971d;
}
aside.wizardBox em {
  font-style: italic;
  color: #f8971d;
}
div.submitForm #tags {
  padding: 0;
  width: auto;
  border: none;
}
div#tagsContainer input#tags {
  width: 330px;
}
/* SUCCESS SLASH CONFIRMATION STYLES */

section.submitFormSuccess h2.getVotesNotice {
  text-indent: -999px;
  overflow: hidden;
  background: url('/cassette.axd/file/site-static/sprites-9c0f33c7990d999a90ce58f3f82a9fd7f37f2b04.png') no-repeat;
  background-position: -311px -813px !important;
  float: left;
  height: 28px;
  width: 117px;
  margin: 6px 0 0 22px;
}
section.submitFormSuccess span.infoSubmitted {
  text-indent: -999px;
  overflow: hidden;
  background: url('/cassette.axd/file/site-static/sprites-9c0f33c7990d999a90ce58f3f82a9fd7f37f2b04.png') no-repeat;
  background-position: -311px -797px !important;
  height: 10px;
  width: 129px;
  float: right;
  margin: 16px 22px 0 0;
}
section.submitFormSuccess {
  text-align: center;
}
section.submitFormSuccess h3.getConfirmationHeader {
  display: block;
  height: 37px;
  width: 819px;
  text-indent: -999em;
  overflow: hidden;
  background-image: url('/cassette.axd/file/site-static/gradientSprites-71fae14c306ceef7a98c4b96c2e1b14ae86b579f.png');
  background-position: left bottom;
  margin: 37px auto 0 auto;
}
section.submitFormSuccess ol.votesNeeded {
  overflow: hidden;
  width: 290px;
  margin: 0 auto;
}
section.submitFormSuccess ol.votesNeeded li {
  display: block;
  float: left;
  width: 56px;
  height: 32px;
  margin: 35px 2px 0 0;
  background-color: #dededf;
  font-weight: 700;
  font-size: 26px;
  color: #00abc7;
  text-align: center;
  padding: 59px 0 0 0;
  background-image: url('/cassette.axd/file/site-static/gradientSprites-71fae14c306ceef7a98c4b96c2e1b14ae86b579f.png');
  background-position: -615px -852px;
  background-repeat: no-repeat;
}
section.submitFormSuccess a.getVotes {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 254px;
  height: 40px;
  background-image: url('/cassette.axd/file/site-static/gradientSprites-71fae14c306ceef7a98c4b96c2e1b14ae86b579f.png');
  text-indent: -999em;
  overflow: hidden;
  margin: 18px 4px 0 0;
}
section.submitFormSuccess a.getVotesFacebook {
  background-position: -238px -809px;
}
section.submitFormSuccess a.getVotesTwitter {
  background-position: -496px -809px;
}
section.submitFormSuccess p {
  /*font-family:arial,helvetica,sans-serif;*/
  margin: 16px 0 0 0;
  color: gray;
}
section.submitFormSuccess p.yourRecordLink {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 9px 37px;
  border: 1px solid #c8c8c8;
  margin-top: 10px;
  font-size: 14px;
  color: #231f20;
}
section.submitFormSuccess div.bottom {
  margin: 40px 19px 0 19px;
  background-color: #dededf;
  padding: 1px 120px 28px 120px;
}
section.submitFormSuccess div.bottom span.rsCouncilLogo {
  display: block;
  height: 85px;
  width: 86px;
  background-image: url('/cassette.axd/file/site-static/gradientSprites-71fae14c306ceef7a98c4b96c2e1b14ae86b579f.png');
  text-indent: -999em;
  overflow: hidden;
  background-position: -383px -897px;
  margin: 20px auto 0 auto;
}
section.submitFormSuccess div.bottom p {
  font-size: 22px;
  color: #6e7071;
}
section.submitFormSuccess a.goToAttempt {
  float: right;
  margin: 9px 19px 20px 0;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
}
/* END SUCCESS SLASH CONFIRMATION STYLES */

div.storyContainer #ForumContainer .forumGrid {
  padding: 0;
  margin: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#ForumContainer .postForm {
  margin-bottom: 0 !important;
}
div.storyContainer #ForumContainer .forumGrid .wmd-bg {
  width: 356px;
}
div.submitFormLeft input:focus,
div.submitFormRight input:focus,
div.submitFormRight select:focus,
div.submitFormRight textarea:focus {
  color: #231f20 !important;
}
div.uploadHelp {
  /* text-align:right; */
  padding-right: 50px;
}
