﻿html, body {
	height: 100%;
}
body {
	padding: 0;
	margin: 0;
	font-family: "Trebuchet MS", Trebuchet, Verdana;
	font-size: 13px;
}
#mainbody {
	background: #fff url(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 0 25px 0;
	clear: both;
}
#header {
	margin: 0 auto;
	width: 925px;
	padding: 5px 0;
	height: 89px;
	position: absolute;
	top: 0;
	clear: both;
}
#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: 925px;
	color: #777;
	padding: 20px 0; 
	clear: both;
} 
#footer a {
	color: #777;
	text-decoration: underline;
}
#footer a:hover {
	text-decoration: none;
	background-color: #777;
	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: #777;
}
#belowfooterlinks a:hover {
	background-color: #777;
	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; height: 200px; width: 100%; color: #77919f;
	border-bottom: 1px solid #bfe8ff;
}
#promo a {
	color: #fff;
}
#promo ul {	
	font-size: 12px;
	padding: 0;
	margin: 0 0 0 15px;
	list-style-type: none;
}
#promo li {	
	 line-height: 14px;
}
#promo h1 {
	color: Black;
}
#promo h2 {
	font-weight: normal;
	color: #77919f;
}
#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: #777;
	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: 650px;
	float: left;
	font-size: 14px;
}
#questions .qa {
	margin: 20px 0 25px 0;
	color: #777;
}
#questions .qa:hover, #questions .qa:hover h3 {
	color: #000;
}
#questions h3 {
	font-weight: bold;
	margin-bottom: 5px;
	font-size: 14px;
	color: #777;
}
#blog {
	float: right;
	width: 200px;
}
#newsfeed {
	margin: 10px 0;
}
#newsfeed a {
	color: #777;
	line-height: 20px;
	text-decoration: underline;
}
#newsfeed h2 a {
	color: #777;
	text-decoration: none;
}
#newsfeed a:hover {
	color: #000;
	text-decoration: underline;
}
#newsfeed div.newsitem {
	padding-bottom: 25px;
	color: #777;
}
#LearnOrBuy {
	float: right; font-size: 14px; margin-top: 5px; 
}
#Learn {
	background-color: #eee; padding: 5px; color: #555;
}
#Buy {
	background-color: #def; padding: 5px; width: 190px; display: inline-block;
}
#BigTable {
	font-size: 16px;
}
#BigTable th {
	text-align: right;
	padding: 5px;
}
.quote {
	border: 1px solid #ddd;
	padding: 15px;
	margin: 15px 0;
	color: #555;	
}
br {
	clear: both;
}
#__asptrace {
	margin-top: 100px;
}
label.error {
	font-size: 14px !important;
	color: Red !important;
	padding: 0 !important;
}

#SearchTags {
	border-left: 1px dotted #777; padding-left: 25px; width: 200px; float: right; color: #777;
}
#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;
}
