/* Root CSS document for ooGlossary.com */
body {
	margin: 0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-color: #F9F9F9;
	line-height: 1.5;
}
body {
	font-size: .8em;
}

p {
	margin-top: 0;
}
#Header {
	border-bottom: 1px solid #000;
	padding: .5em 1.5em;
	background-color: #F9F9F9;
	background-image: url(/assets/images/header-background.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
#Header a{
	text-decoration: none;
	color: #000;
	font-size: 2em;
	font-family: Georgia, "Times New Roman", Times, serif
}
#Header h1 {
	margin: 0;
}
#Header img {
	float: right;
}
#Wrapper {
	overflow: hidden;
	background-color: #FCFCFC;
}
#Content {
	float: left;
	width: 75%;
	margin-right: 1em;
	padding: 0px 1em 3000px 1em;
	margin-bottom: -2980px;
}
#Sidebar {
	float: right;
	width: 13%;
	border-left: 1px solid #000;
	padding: 0 1em 1em 1em;
	padding-bottom: 3000px;
	margin-bottom: -2980px;
	background-color: #F2F2F2
}
#Footer {
	border-top: 1px solid #000;
	text-align: center;
	padding: .5em;
	font-size: .8em;
}
a:link{
	color:#666666;
}
textarea {
	width: 100%;
	height:400px;
}
div.code {
	border: 1px solid #000;
	padding: 4px;
	background-color: #FFFFCC;
	font-family: "Courier New", Courier, monospace;
}
div.code p {
	margin: 0;
}
table, th, td {
	border-collapse: collapse;
	padding: 3px;
}
td, th {
	vertical-align: top;
}
th {
	text-align: right;
}
table.versionHistory, th.versionHistory, td.versionHistory {
	border: 1px solid #000;
}
table.versionHistory th {
	text-align: center;
	font-weight: bold;
	background-color: #CCCCCC;
}
table.versionHistory .alt {
	background-color: #EEEEEE;
}
h1, h2, h3, h4 {
	margin-bottom: 0;
}
h1 {
	font-size: 1.5em;
}
h2 {
	font-size: 1.2em;
}
h3 {
	font-size: 1em;
}
h4 {
	font-size: 1em;
}
#LastUpdated {
	margin: 1em;
	font-size: .8em;
	color: #999999;
}
#Sidebar ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#Sidebar li {
	margin: 0;
}
a img {
	border: none;
}