﻿html, body {
	height: 100%;
}
body {
	padding: 0;
	margin: 0;
	font-family: "Trebuchet MS", Trebuchet, Verdana;
	font-size: 13px;
}
#mainbody {
	background: #fff url(/images/InteriorGradient.png) repeat-x left 0;
}
* html #container
{
	height: 100%;
}
img {
	border: 0;
}
#outercontainer {	
	margin: 0 auto;
}
#container {
	min-height: 100%;
	margin: 0 auto;
	text-align: left;
	width: 925px;
}
#content {
	margin-top: 99px;
	padding: 0 25px 25px 25px;
	clear: both;
}
#header {
	margin: 0 auto;
	width: 925px;
	padding: 5px;
	height: 89px;
	position: absolute;
	top: 0;
}
#header h1, #header strong {
	font-size: 36px;
	font-weight: bold;
  margin: 22px 0 0 0;
	color: #000;
	float: left;
}
#header h1 a, #header strong a {
	color: #000;
}
#outerfooter {
	clear: both;
	background-color: #eee;
}
#footer {
	margin: 0 auto;
	width: 880px;
	color: #888;
	padding: 20px 0;
	clear: both;
}
#footer a {
	color: #888;
	text-decoration: underline;
}
#footer a:hover {
	text-decoration: none;
	background-color: #888;
	color: #fff;
}
#footerleft {
	float: left;
}
#footerright {
	margin-top: 40px;
	float: right;
}
#belowfooterlinks {
	text-align: center;
	padding: 10px;
}
#belowfooterlinks li {
	display: inline;
}
#belowfooterlinks a {
	padding: 5px 10px;
	color: #888;
}
#belowfooterlinks a:hover {
	background-color: #888;
	color: #fff;
}
#logo {
	padding: 2px 15px 2px 2px;
	float: left;
	width: 97px;
	height: 90px;
}
#nav {
	font-size: 16px;
	float: right;
}
#nav a {
	padding: 5px 10px;
	background-color: #fff;
}
#nav a:hover {
	color: #000;
	background-color: #eee;
}
#login {
	text-align: right;
	margin-bottom: 40px;
}
#login a {
	color: #555;
	background-color: #eee;
	padding: 2px 10px;
}
#login a:hover {
	color: #fff;
	background-color: #888;
}
#breadcrumb {
	padding: 25px 0 0 0;	
}
#breadcrumb, #breadcrumb a {
	color: #bbb;
}
#breadcrumb a:hover {
	color: #2f97d0;
}
#subtitle {
	color: #bbb;
	padding: 0 0 10px 0;
	font-size: 36px;
}
#subtitle a {
	color: #bbb;
}
#promo {
	clear: both; color: #fff; height: 100px;
}
#promo a {
	color: #fff;
}
#promo th {
	text-align: right;
}
#promo th strong {
	font-size: 52px; line-height: 48px;
}
#promo th i {
	font-size: 20px;
}
#promo td {
	vertical-align: top;
	text-align: left;
}
#promo ul {
	margin-top: 10px;
}
#message {
	border: solid 5px #2f97d0;
	padding: 10px;
	margin-bottom: 5px;
	font-size: 16px;
	color: #555;
}
#importantmessage {
	border: solid 5px #fc0;
	padding: 10px;
	margin-bottom: 5px;
	font-size: 16px;
	color: #555;
}
h1 {
	font-size: 24px;
	margin: 0;
}
h2 {
	font-size: 18px;
	margin: 0;
}
h3 {
	font-size: 15px;
	margin: 0;
}
h1, h2, h3, h4, h5, h6 {
	color: #888;
	font-weight: normal;
}
h3, h4, h5, h6 {
	margin: 0;
}
a {
	color: #2f97d0;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#BigForm label {
	display: block;
	font-size: 16px;
	font-weight: bold;
	color: #555;
	padding: 0 10px 0 0;
}
#BigForm input {
	font-size: 16px;
	font-weight: bold;
	padding: 5px;
}
#BigForm input[type="text"] {
	width: 400px;
}
table.reference {
	margin-bottom: 25px;
	width: 100%;
}
table.reference th {
	font-family: Courier New;
	font-weight: bold;
	font-size: 15px;
	width: 200px;
	padding: 5px;
	border-bottom: 1px solid #eee;
	text-align: center;
}
table.reference tr.hasexample:hover {
	background-color: #e3f4fc;
	cursor: pointer;
}
table.reference td {
	padding: 5px;
	border-bottom: 1px solid #eee;
}
div.example {
	display: none;
	padding: 5px;
	margin-top: 5px;
	border-top: dotted 1px #fff;
}
div.example code {
	font-family: Courier New;
	background-color: #fff;
	font-weight: bold;
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
}
div.example b {
	color: #000;
	background-color: #ff8;
	border-top: solid 1px #fc5;
	border-bottom: solid 1px #fc5;
}
div.example strong {
	color: #555;
	background-color: #eee;
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
}
#questions {
	width: 660px;
	margin: 0 auto;
	padding-top: 20px;
	font-size: 14px;
}
#questions .qa {
	margin: 20px 0 25px 0;
	color: #888;
}
#questions .qa:hover, #questions .qa:hover h3 {
	color: #000;
}
#questions h3 {
	font-weight: bold;
	margin-bottom: 5px;
	font-size: 14px;
	color: #888;
}
#newsfeed {
	width: 660px;
	margin: 10px auto;
	padding-top: 10px;
}
#newsfeed a, #newsfeed h2 a {
	color: #888;
	display: block;
}
#newsfeed div.newsitem {
	padding-bottom: 25px;
	color: #888;
}
#LearnOrBuy {
	float: right; font-size: 14px; margin-top: 5px;
}
#Learn {
	background-color: #eee; padding: 5px; font-weight: bold; color: #555;
}
#Buy {
	background-color: #def; padding: 5px; font-weight: bold;
}
#BigTable {
	font-size: 16px;
}
#BigTable th {
	text-align: right;
	padding: 5px;
}
.quote {
	border: dotted 5px #ddd;
	padding: 15px;
	margin: 20px 0;
	color: #555;
	width: 100%;
}
.quote:hover {
	color: #000;
	border: dotted 5px #bbb;
}
br {
	clear: both;
}
#__asptrace {
	margin-top: 100px;
}
label.error {
	font-size: 14px !important;
	color: Red !important;
	padding: 0 !important;
}

#SearchTags {
	border-left: 1px dotted #888; padding-left: 25px; width: 200px; float: right; color: #888;
}
#SearchTags ul {
	list-style-type: none;
	padding: 0;
	margin: 20px 0 0 0;
}
#SearchTags ul li {
	margin: 10px 0;
}
#SearchTags ul li a {
	color: #888;
	background-color: #f8f8f8;
	padding: 2px 4px 2px 4px;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
#SearchTags ul li a:hover {
	color: #000;
	background-color: #eee;
}
.vote-count {
	color: #888;
	width: 45px;
	text-align: center;
	line-height: 16px;
	padding: 10px;
	background-color: #eee;
	font-size: 14px;
}
.view-count {
	color: #888;
	width: 45px;
	text-align: center;
	line-height: 16px;
	padding: 10px;
	font-size: 14px;
}
.vote-count strong, .view-count strong {
	font-size: 24px;
	font-weight: normal;
	display: block;
}