html * {
	margin: 0;
	padding: 0;
}

body {
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 80%;
	background-color: #E8E8E8;
	background-image: url(imgs/bg-gray-fade.gif);
	background-position: left top;
	background-repeat: repeat-x;
}

h1, h2, h3, h4, h5 {
	font-family: Helvetica,Arial;
}

h3 {
	margin-bottom: 5px;
}
.notice {
	background: #FFFF66;
	border: 1px solid #CCCC33;
	padding: 5px;
	margin-bottom: 1em;
}
.question, .success {
	background: #E1EdE1;
	border: 1px solid #66A366;
	padding: 5px;
	margin-bottom: 1em;
}

.question {
	background: #E1EdE1 url('/imgs/accept.png') no-repeat 5px center;
	padding-left: 26px;
}
.error {
	background: #F99;
	border: 1px solid #C33;
	padding: 5px;
	margin-bottom: 1em;
}
#headerContainer {
	background:#003300;
}
#header {
	height: 3.5em;
	padding: 0.8em 0;
}

#header h1 {
	font-family: Helvetica,Arial, sans-serif;
	font-size: 2em;
	padding-right: 30px;
	letter-spacing: -1px;
	float: left;
}

#header a {
	text-decoration: none;
	color: white;
}
#header .tagline {
	font-size: 10px;
	text-align: right;
	display: block;
	padding: 0;
	margin: 0;
	color: white;
	font-weight: normal;
	letter-spacing: 0px;
	margin-right: 2ex;
}


.inside {
	width: 980px;
	margin: 0 auto;
}
/* END HEADER */
/* BEGIN CONTENT */

#container {
	padding: 1em 0;
	width: 100%;
}

#sidebar {
	float: left;
	margin-right: 10px;
	width: 150px;
	font-size: 90%;
}

#sidebar input {
	width: 125px;
}
.index, #index {
	float: left;
	width: 490px;
	_width: 450px;
	margin-right: 20px;
}

.index {
	width: 600px;
}
#index input {
	float: left;
	margin-bottom: 1em;
}
#index .after-input {
	float: left;
}
#index label {
	float: left;
	clear: left;
	width: 10em;
	font-weight: bold;
}

#index .explain {
	font-size: small;
	font-style: italic;
	color: #cecece;
	float: left;
	margin: -1em 0em 1em 10em;
}

.explain2 {
	font-size: small;
	font-style: italic;
	color: #888;
	float: left;
	margin: -1em 0em 1em 0em;
}

#sidebar ol {
	list-style-position: inside;
}

#ads h3 {
	text-align: center;
}

#ads {
	float: left;
}

#ads td {
	height: 125px;
	width: 125px;
	padding: 0 10px 10px 0;
}
pre.code {
	background: #ccc;
	border: 1px solid #999;
	margin-bottom: 1em;
	padding: 10px;
}
a img {
	border: 0;
}

table.download {
	margin-bottom: 1em;
}

table.download th {
	text-align: left;
	width: 8em;
}

table.apps {
	border-spacing: 0px;
	float: left;
	font-size: 1.1em;
	width: 50%;
	padding-right: 5px;
}

table.apps thead th {
	background: #66A366;
	color: white;
	padding: 4px;
	text-align: left;
}
table.apps td {
	padding: 2px;
}
table.apps span.num_users {
	display: block;
}
.app-list {
	float: left;
	margin-right: 50px;
}

.app-list li {
}

.app-list h3 {

}
.link-list {
	list-style: none;
}

.link-list small {
	display: block;
}

.link-list li {
	margin-bottom: 3px;
}
#content {
	float: left;
}
#content .page-title {
	margin-bottom: 1em;
}

.two-column .column {
	width: 350px;
	float: left;
}

.chart .embed {
	padding-left: 10px;
}
.chart .embed label {
	font-weight: bold;
}

.chart .embed input {
}
.chart {
	margin-bottom: 2em;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.metadata {
	width: 350px;
	border: 1px dotted #cecece;
	border-spacing: 0px;
}

.metadata tr, .metadata th {
	padding: 2px;
}

.metadata tr {
	border-top: 1px solid #cecece;
}
.metadata th {
	text-align: left;
}
.metadata td {
	margin: 3px;
	padding: 3px;
	text-align: left;
}

tr.odd {
	background: #f0f3f0;
}

p {
	margin-bottom: 1em;
}
.excel {
	display: block;
	height: 16px;
	background: url('imgs/excel.png') no-repeat center left;
	padding-left: 20px;
	line-height: 16px;
}

.clearfix {display: inline-block;}

.tm {
	font-size: 50%;
	vertical-align: super;
}

/* BEGIN FOOTER */
#footer {
	color: #837979;
	margin: 1em 0;
	clear: both;
}

#footer a {
	color: #3f7138;
}

/* Autocomplete */

.searchcontainer {
	width: 175px;
}
.searchcontainer li {
	list-style: none;
	padding-left: 5px;
}



.searchcontainer .yui-ac-content {
	position: absolute;
	z-index: 5000;
	width: 100%;
	background: white;
	border: 1px solid #cecece;
}

.searchcontainer .yui-ac-highlight div {
	background-color: #E1EdE1 !important;
}

dl.faq {
	font-size: 1.1em;
	margin-top: 10px;
}

.faq dt {
	font-weight: bold;
}

.faq dd {
	margin-bottom: 10px;
}


