#ForumContainer #AccountBox {
  float: right;
  margin-top: 10px;
}
#ForumContainer #AccountBox a {
  border: 1px solid #cccccc;
  border-left-width: 0px;
  padding: 6px 10px;
  float: left;
  background: #f4f4f6;
  color: #2f292b;
}
#ForumContainer #AccountBox a:first-child {
  border-left-width: 1px;
  -moz-border-radius: 7px 0px 0px 7px;
  border-radius: 7px 0px 0px 7px;
}
#ForumContainer #AccountBox a:last-child {
  -moz-border-radius: 0px 7px 7px 0px;
  border-radius: 0px 7px 7px 0px;
}
#ForumContainer #AccountBox a:hover {
  background-color: #00bad3;
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(#42cedd, #00bad3);
  /* FF 3.6+ */
  background-image: -ms-linear-gradient(#42cedd, #00bad3);
  /* IE10 */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #42cedd), color-stop(100%, #00bad3));
  /* Safari 4+, Chrome 2+ */
  background-image: -webkit-linear-gradient(#42cedd, #00bad3);
  /* Safari 5.1+, Chrome 10+ */
  background-image: -o-linear-gradient(#42cedd, #00bad3);
  /* Opera 11.10 */
  background-image: linear-gradient(#42cedd, #00bad3);
  /* the standard */

  color: white;
  border-color: #0092a6;
}
#ForumContainer .forumGrid {
  background: #f7f7f7;
  position: relative;
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
  padding: 40px 20px 20px 20px;
  margin-bottom: 20px;
}
#ForumContainer .forumGrid div.newIndicator {
  position: absolute;
  left: 20px;
  top: 15px;
}
#ForumContainer .forumGrid div.newIndicator img {
  display: none;
}
#ForumContainer .forumGrid li {
  position: relative;
  margin-left: 10px;
}
#ForumContainer .forumGrid li h2 {
  font-size: 20px;
  margin-bottom: 5px;
  width: 670px;
}
#ForumContainer .forumGrid li.forum {
  font-family: museo-sans-1, museo-sans-2, sans-serif;
  background: white;
  -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
}
#ForumContainer .forumGrid li.forum p.forumDescription {
  color: black;
  margin-bottom: 5px;
}
#ForumContainer .forumGrid li.forum div.maintext {
  padding: 15px 0px;
}
#ForumContainer .forumGrid .rightpanel {
  position: absolute;
  right: 0px;
  top: 0px;
  padding: 0px 15px;
  height: 100%;
  width: 200px;
  border-left: 1px dotted #cccccc;
}
#ForumContainer .forumGrid .rightpanel table {
  margin: 12px 0px;
}
#ForumContainer .forumGrid .rightpanel th {
  text-align: left;
  padding: 2px 0px;
  padding-right: 10px;
  white-space: nowrap;
}
#ForumContainer .forumGrid .rightpanel td {
  width: 100%;
  padding: 2px 0px;
}
#ForumContainer .forumGrid .messageList {
  background: white;
  -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
  width: 100%;
}
#ForumContainer .forumGrid .messageList a {
  font-size: 20px;
}
#ForumContainer .forumGrid .messageList li {
  border-bottom: solid 1px #cccccc;
  padding: 15px 15px 15px 15px;
}
#ForumContainer .forumGrid .messageList li:last-child {
  border-bottom-width: 0px;
  padding-bottom: 17px;
}
#ForumContainer .forumGrid .messageList li.messagedeletedItem {
  opacity: 0.3;
}
#ForumContainer .forumGrid li:last-child {
  margin-bottom: 0px;
}
#ForumContainer .forumGrid li.buttons {
  text-align: right;
  padding-top: 15px;
}
#ForumContainer .forumGrid .topbuttonbar {
  top: 8px;
  right: 20px;
  position: absolute;
  line-height: 26px;
}
#ForumContainer .forumGrid .topbuttonbar form,
#ForumContainer .forumGrid .topbuttonbar span {
  float: left;
  display: block;
}
#ForumContainer .forumGrid .topbuttonbar span {
  line-height: 17px;
}
#ForumContainer .forumGrid .avatar {
  width: 100px;
}
#ForumContainer .forumGrid tr.deletedItem {
  opacity: 0.3;
}
#ForumContainer .forumGrid tr.postItem td {
  border-bottom: 2px solid #fece2e;
  vertical-align: top;
  padding: 15px;
  font-size: 14px;
  line-height: 20px;
}
#ForumContainer .forumGrid tr.postItem td div.container {
  position: relative;
  padding-bottom: 30px;
  width: auto;
}
#ForumContainer .forumGrid tr.postItem td .posttime {
  float: left;
  font-size: 12px;
  color: #aaaaaa;
}
#ForumContainer .forumGrid tr.postItem td.posttext {
  border-bottom-width: 0px;
}
#ForumContainer .forumGrid tr.postItem td.posttext p {
  margin-bottom: 1em;
}
#ForumContainer .forumGrid tr.postItem a {
  font-size: 12px;
}
#ForumContainer .forumGrid tr.postItem td.profile {
  padding: 15px;
  border-right: 1px dotted #cccccc;
  width: 120px;
  font-size: 12px;
  line-height: 16px;
}
#ForumContainer .forumGrid tr.postItem td.profile img {
  display: block;
  margin-bottom: 5px;
}
#ForumContainer .forumGrid tr.postItem div.postTools {
  float: right;
}
#ForumContainer .forumGrid tr.postItem div.postTools form {
  display: inline;
}
#ForumContainer .forumGrid tr.postItem div.postTools a,
#ForumContainer .forumGrid tr.postItem div.postTools span.bluebutton,
#ForumContainer .forumGrid tr.postItem div.postTools span.greybutton {
  display: block;
  float: left;
  font-size: 12px;
  padding: 5px 15px;
}
#ForumContainer .forumGrid tr.optsbar td {
  height: 30px;
  vertical-align: bottom;
}
#ForumContainer .forumGrid div.bottombuttons {
  padding-top: 15px;
}
#ForumContainer .forumGrid blockquote {
  background: #f7f7f7;
  border-left: 3px solid #cccccc;
  padding: 10px;
  margin-bottom: 10px;
}
#ForumContainer .forumGrid blockquote blockquote {
  margin-bottom: 0px;
}
#ForumContainer .titleinside {
  padding-top: 0px;
}
#ForumContainer .postForm {
  margin-left: 150px;
  margin-bottom: 10px;
}
#ForumContainer .postForm textarea {
  width: 780px;
}
.breadcrumb {
  margin-bottom: 7px;
  margin-top: 10px;
  color: #7f7f7f;
}
.breadcrumb a {
  color: #5693ca;
}
#NewTopic .postForm {
  margin-left: 0px;
}
#NewTopic .postForm label {
  padding: 5px 20px 5px 0px;
  margin-bottom: 5px;
  display: block;
  float: left;
}
#NewTopic .postForm input.text {
  margin-bottom: 5px;
  padding: 3px;
  width: 727px;
  font-family: museo-sans-1, museo-sans-2, sans-serif;
  font-size: 14px;
}
body#tinymce {
  font-family: museo-sans-1, museo-sans-2, sans-serif !important;
  font-size: 14px;
}
body {
  margin: 0px;
  padding: 0px;
}
#msgCompose {
  font-family: "museo-sans-1", "museo-sans-2", sans-serif;
}
#msgCompose h1 {
  margin: 0px;
  margin-bottom: 15px;
  text-shadow: 0 1px 0 #f7f7f7;
  font-weight: 700;
  font-size: 20pt;
  color: #5f5f5f;
}
#msgCompose .postForm {
  margin: 0px;
  width: 560px;
}
#msgCompose .postForm textarea {
  width: 200px;
}
#msgCompose .postForm input,
#msgCompose .postForm #PMToBox,
#msgCompose .postForm textarea {
  padding: 3px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: solid 1px #cccccc;
  font-family: "museo-sans-1", "museo-sans-2", sans-serif;
  font-size: 14px;
  width: 450px;
}
#msgCompose .postForm textarea {
  height: 200px;
}
#msgCompose td {
  padding-right: 15px;
  vertical-align: top;
}
#msgCompose #PMToBox {
  background: white;
}
#msgCompose #PMToBox input {
  border-width: 0px;
  padding: 0px;
  width: 90px;
}
#msgCompose #SendButton {
  width: auto;
}
#msgCompose.haserror textarea {
  height: 165px;
}
#msgCompose .warning {
  color: red;
  font-weight: bold;
}
.prvMessages td {
  vertical-align: middle;
  border-bottom: 1px dotted #cccccc;
  padding: 5px 0px;
}
.prvMessages td.newIndicator {
  padding-left: 10px;
}
.prvMessages td a {
  font-size: 14px !important;
}
.msgexchange td {
  border-bottom: 1px dotted #cccccc;
  padding: 10px;
  font-size: 14px;
  line-height: 20px;
  vertical-align: top;
}
.msgexchange td.userdetails {
  font-size: 12px;
}
.msgexchange td.lastdetails {
  text-align: right;
}
.msgexchange a {
  font-size: 14px !important;
}
/* Markdown editor styles */

#ForumContainer .forumGrid td.posttext ul {
  margin-left: 25px;
  list-style: square;
}
#ForumContainer .forumGrid td.posttext ul li {
  padding: 0px;
  margin-top: 1em;
  list-style: square !important;
  border: none;
}
#ForumContainer .forumGrid td.posttext ol {
  margin-left: 25px;
  list-style: decimal;
}
#ForumContainer .forumGrid td.posttext ol li {
  padding: 0px;
  margin-top: 1em;
  list-style: decimal !important;
  border: none;
}
#ForumContainer .forumGrid td.posttext a {
  font-size: 14px;
}
.editForm label {
  padding-right: 10px;
}
.editForm #Title {
  width: 735px;
}
.editForm #Comment {
  height: 100px;
}
.editForm textarea {
  margin: 0px;
}
.editForm .wmd-bg {
  margin-top: 10px;
}
.topbuttons {
  margin: 20px 0px;
}
.topbuttons span:first-child {
  margin-left: 0px;
}
.bottombuttons span:first-child {
  margin-left: 0px;
}
.pagerLinks {
  float: right;
  margin-top: -5px;
}
.pagerLinks .currentPager {
  padding: 0px 10px;
}
.pagerLinks a,
.pagerLinks a:hover {
  padding: 3px 7px;
  background: #29c0d5;
  color: white;
  margin: 0px 2px;
}
.pagerLinks .pagelink,
.pagerLinks .endlink {
  background: #aaaaaa;
}
.wmd-prompt-dialog {
  background: white;
  border: solid 1px #cccccc;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.wmd-prompt-dialog h3 {
  font-size: 14px;
  padding: 5px 5px;
}
.recordsetterstaff {
  background: url("/cassette.axd/file/site-static/smallflame-d5dadb550d1eaf0e10de3d5fa23b46b83805e3f9.gif") no-repeat -2px 1px;
  padding: 2px 0px 2px 16px;
  color: #cb851b;
}
