﻿* {
  font-family: Verdana, Arial, Serif;
  font-size: 8pt;
}
html {
  font-size: 8pt;
}
body {
  text-align: center;
  margin: auto;
  width: 950px;
}
#PageWrapper {
  background: url(../Images/BG.jpg);
  padding-bottom: 10px;
  width: 950px;
}
#Logo {
  width: 950px;
  height: 35px;
  background: url(../Images/LogoBG.jpg);
  text-align: left;
  vertical-align: middle;
}
#ImageLogo {
  float: left;
  width: 282px;
}
#MenuWrapper {
  height: 30px;
  text-align: left;
  background-color: #ff9966;
  padding: 20px 10px 0 10px;
  width: 930px;
}
#Menu {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#Menu li {
  float: left;
  width: 77px;
}
#Menu li a {
  background-image: url(../Images/MainMenu.png);
  color: white;
  font-family: Arial;
  font-size: 15px;
  font-weight: bold;
  height: 21px;
  padding: 9px 0 0 0;
  text-align: center;
  width: 77px;
  display: block;
  text-decoration: none;
}
#Menu a:hover {
  background-image: url(../Images/MainMenu.png);
  background-position: 0 -30px;
  color: #FF6600;
}
#Menu li a.Selected {
  background-image: url(../Images/MainMenu.png);
  background-position: 0 -30px;
  color: #FF6600;
}
#SubMenu {
  height: 26px;
  text-align: left;
  background-color: #fff;
  line-height: 26px;
  padding: 0 10px 0 14px;
  width: 926px;
}
#SubMenuItems {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#SubMenuItems li {
  float: left;
}
#SubMenuItems li a {
  color: Black;
  text-decoration: none;
  display: block;
  margin-right: 10px;
  font-size: 9px;
}
#SubMenuItems li a.Selected {
  font-weight: bold;
}
img {
  border: 0;
}
.SideBar {
  width: 238px;
  margin: 0 10px 10px 10px;
  text-align: left;
  float: left;
  display: inline;
  background-color: #fff;
  border: 1px solid #ff6636;
  position: relative;
}
.SideBarContent,
.SideBarContentSelected {
  padding: 10px;
}
.SideBarContentSelected {
  background-color: #f0f0f0;
}
#MainContent {
  min-height: 400px;
  width: 648px;
}
#MainContent,
.Footer {
  border: 1px solid #ff6636;
  padding: 10px;
  margin: 0 10px 10px 260px;
  background-color: #fff;
  text-align: left;
}
.TextQuickDocId,
.TextQuickSearch {
  height: 15px;
  background-color: #feccaa;
  border: 1px solid #a5a3a1;
  width: 100px;
  width: 125px;
}
#QuickSearchWrapper {
  width: 220px;
  float: left;
  line-height: 35px;
  text-align: right;
  margin-left: 0;
  padding-right: 0;
}
#QuickErrorsWrapper {
  width: 150px;
  float: left;
  line-height: 35px;
  text-align: right;
  margin-left: 0;
  padding-right: 0;
  color: Red;
  font-weight: bold;
}
#QuickStuff {
  width: 280px;
  float: left;
  margin-right: 0;
  line-height: 35px;
}
h1,
h2,
h2 a,
h3,
h1 b {
  padding: 0;
  color: #cc3300;
  font-weight: bold;
  font-size: 18px;
  text-decoration: none;
  margin-bottom: 5px;
  margin-top: 0;
}
h1.home-page {
  font-size: 14px;
}
h2,
h2 a {
  font-size: 13pt;
}
h3 {
  font-size: 8pt;
  margin-top: 10px;
  margin-bottom: 0;
  font-weight: bold;
}

h4 {
  margin-bottom: 0;
  color: #cc3300;
}

a {
  color: #cc3300;
  text-decoration: none;
}
p {
  margin-top: 0;
}
.Summary {
  margin-bottom: 15px;
}
#MainContent ul {
  list-style-image: url(../Images/Generic/ListStyleImage.gif);
  list-style-type: square;
}
/* Begin Styles for Article content */
.TextQuote {
  font-size: 1em;
  background-color: #eeeeee;
  padding: 0 2px 0 2px;
  margin: 0;
}
.TextQuote ul,
.TextQuote li {
  background-color: #eeeeee;
}
.CodeBorder {
  border: 1px solid #c2c2c2;
  margin-top: 1em;
  margin-bottom: 1em;
}
.CodeForeground {
  font-family: "Courier New", Courier, mono;
  font-size: 1em;
  background-color: #eeeeee;
  padding: 0 2px 0 2px;
  margin: 0;
}
.CodeBackground {
  font-family: "Courier New", Courier, mono;
  font-size: 1em;
  background-color: #fff;
  padding: 0 2px 0 2px;
  margin: 0;
}
.CodeForeground strong,
.CodeForeground b,
.CodeBackground strong,
.CodeBackground b {
  font-family: "Courier New", Courier, mono;
  font-weight: bold;
  color: #cc3300;
}
.CodeForeground em,
.CodeForeground i,
.CodeBackground em,
.CodeBackground i {
  font-family: "Courier New", Courier, mono;
  font-style: italic;
}
.CodeInText {
  font-family: "Courier New", Courier, mono;
  font-size: 1em;
}
.FileName {
  font-family: "Courier New", Courier, mono;
  font-size: 1.0em;
}
.ScreenText {
  font-family: Helvetica, sans-serif;
  font-size: 1.0em;
}
.DatabaseName {
  font-family: "Courier New", Courier, mono;
  font-size: 1.0em;
}
.Keys {
  font-style: italic;
}
/* End Styles for Content Articles */
.TableHeading {
  background-color: #ccc;
  font-weight: bold;
}
.TableHeading td {
  border-bottom: 1px solid #000;
}
.TabularData {
  border: 1px solid #000;
  font-size: 0.9em;
}
/* Start Borders */
.bbr {
  border-bottom: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
}
.bb {
  border-bottom: 1px solid #cccccc;
}
.br {
  border-right: 1px solid #cccccc;
}
.FullBorder {
  border: 1px solid #000;
}
/* End Borders */
.Label,
label {
  font-weight: bold;
}
.SmallLabel {
  font-weight: bold;
  font-size: 7pt;
}
.Small,
.Small a {
  font-size: 7pt;
}
.PagerLinks a,
.PagerLinks span {
  width: 18px;
  height: 18px;
  display: block;
  float: left;
  text-align: center;
  padding-top: 7px;
  margin-right: 7px;
  font-size: 10px;
}
.PagerLinks a.LessThan10 {
  margin-right: 0;
}
.PagerLinks span {
  background-image: url(../Images/Page.png);
  font-weight: bold;
}
a.read-more {
  display: block;
  margin: 5px 0 10px 0;
  width: 70px;
}
.CommentBody,
.MyCommentBody {
  background-image: url(../Images/Post.jpg);
  background-repeat: no-repeat;
  padding-top: 3px;
  padding-left: 3px;
  margin-bottom: 10px;
}
.MyCommentBody {
  background-image: url(../Images/MyPost.jpg);
}
.comment-header {
  font-weight: bold;
}
.posted-by {
  font-style: italic;
}
.SideBar ul {
  margin: 0;
  list-style: none;
  padding: 0;
  font-weight: bold;
}
.SideBar ul li {
  margin: 0;
  margin-bottom: 10px;
  padding: 0;
}
.SideBar ul li ul {
  margin-left: 10px;
  font-weight: normal;
}
.SideBar ul li ul li {
  margin: 0;
}
.SideBarSelected {
  font-weight: bold;
}
.CatListImage {
  border-width: 0;
  margin-left: 40px;
}
.row {
  min-height: 30px;
}
.row .label {
  width: 140px;
  display: block;
  float: left;
}
#contactform .user-input,
.insert-comments .user-input {
  width: 400px;
  border: 1px solid black;
  margin-bottom: 10px;
}
#contactform textarea.user-input,
.insert-comments textarea.user-input {
  height: 136px;
}
.insert-comments .required,
.front-end-required {
  background-image: url(/Images/Required.png);
  background-repeat: no-repeat;
}
.front-end-required {
  width: 250px;
  border: 1px solid black;
  margin-bottom: 4px;
}
.screen-tip {
  font-size: 80%;
  color: Gray;
}
.banner-ads {
  border: 1px solid #ff6636;
  width: 100%;
  margin-bottom: 15px;
}
.rating-table {
  width: 135px;
  margin-left: 18px;
}
.rating-table .cell {
  width: 27px;
  text-align: center;
}
.centered {
  text-align: center;
}
.admin-input {
  width: 486px;
  border: 1px solid #ff5b00;
  margin-bottom: 4px;
}
textarea.admin-input {
  height: 100px;
}
fieldset {
  border: 1px solid #ff5b00;
  padding-left: 10px;
  padding-bottom: 10px;
}
legend {
  margin-bottom: 10px;
  margin-left: 20px;
  padding: 2px 4px;
  border: 1px solid #ff5b00;
  color: #ff5b00;
}
.now-reading ul {
  list-style: none;
}
.now-reading {
  text-align: center;
  padding: 0 20px;
}
.now-reading img {
  width: 120px;
}
.print-only,
.print-only-inline {
  display: none;
}
th {
  text-align: left;
}
.field-validation-error,
.validation-summary-errors {
  color: Red;
}
.specs-table tr td {
  vertical-align: top;
}
.FigureNote {
  font-weight: bold;
  margin-top: 4px;
  display: block;
}
.ContentType {
  float: left;
  display: block;
  height: 53px;
  width: 70px;
  margin-left: 5px;
}
.Blogs {
  background-image: url(../Images/ContentTypes.png);
  background-position: 0 0;
}
.FAQs {
  background-image: url(../Images/ContentTypes.png);
  background-position: 0 -53px;
}
.Articles {
  background-image: url(../Images/ContentTypes.png);
  background-position: 0 -106px;
}
.About {
  background-image: url(../Images/ContentTypes.png);
  background-position: 0 -159px;
}
.Snippets {
  background-image: url(../Images/ContentTypes.png);
  background-position: 0 -212px;
}
.SideBarContent .ContentType {
  margin-left: 10px;
}
.foot-note {
  color: Gray;
}
a.rssIcon {
  background: url(/Images/Rss.gif);
  background-position: right;
  line-height: 20px;
  padding: 10px 20px 10px 10px;
  background-repeat: no-repeat;
}

.mobile-only {
    display: none;
}
