/*
  Bootstrap v1.1
  Variables and mixins to bootstrap any new web development project.
*//* Variables
-------------------------------------------------- *//* Mixins
-------------------------------------------------- */#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: -khtml-gradient(linear, left top, left bottom, from(#42cedd), to(#00bad3));
  /* Konqueror */
  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 */
  /*   filter: e(%("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=0)",@startColor,@endColor)); /* IE6 & IE7 */
  /*   -ms-filter: %("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=0)",@startColor,@endColor); /* IE8+ */
  background-image: linear-gradient(#42cedd, #00bad3);
  /* the standard */
  color: #ffffff;
  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: #ffffff;
  -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: #000000;
  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: #ffffff;
  -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: #ffffff;
}
#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: #ffffff;
  margin: 0px 2px;
}
.pagerLinks .pagelink, .pagerLinks .endlink {
  background: #AAAAAA;
}
.wmd-prompt-dialog {
  background: #ffffff;
  border: solid 1px #cccccc;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.wmd-prompt-dialog h3 {
  font-size: 14px;
  padding: 5px 5px;
}
.recordsetterstaff {
  background: url("/site-static/smallflame.gif") no-repeat -2px 1px;
  padding: 2px 0px 2px 16px;
  color: #CB851B;
}

