html {
  height: 100%;
}

body {
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: Tahoma;
  font-size: 9pt;
  	color: #fff;
  background: #f0f0f0 ;
  background-color: #000;
}

td {
  font-family: Tahoma;
  font-size: 9pt;
  	color: #fff;


}

form {
  padding: 0;
  margin: 0;
}

input, textarea, select {
  font-size: 9pt; 
  font-family: Tahoma;
  	color: #900;
}

a {
	color: #F90;
}

#main-content {
  margin: 0px 20px 0px 20px;
  font-family: Tahoma; 
  font-size: 9pt;
  	color: #fff;
  text-align: center;
}

#centered-content {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  width: 900px;
}

.url {
  color: green;
  font-size: 8pt;
}

.small {
  font-size: 8pt;
}

.grey {
  color: #666;
}

.error {
  font-weight: bold;
  color: #d52727;
  padding: 4px;
  padding-left: 10px;
  background-color: #FEE7E8;
}

.notice {
  font-weight: bold;
  color: #0097FF;
  padding: 4px;
  padding-left: 10px;
  background-color: #EFF8E0;
}

.bold {
  font-weight: bold;
}

.hilite {
  background-color: yellow;
}

a.category {
	color: #F90;
}

a.link {
	color: #F90;
}

.plain {
  text-decoration: none;
}

.content-section {
  padding: 8px 12px 8px 12px;
}

.header {
  font-size: 16pt;
  font-weight: bold;
  padding-bottom: 5px;
}

/* tabs */ 
#tab-container {
  background: ;
  padding-top: 10px;
}

#tabs {
  text-align: center;
  margin: 0;
  font: Bold 8pt Tahoma;
  	color: #000;
  padding-left: 15px;
  background: ;
  height: 29px;
}

.tab-l {
  background: ;
  width: 7px;
  height: 29px;
  float: left;
  display: inline;
  margin-left: 6px;
} 

.tab-l.on-l {
  background: ;
  width: 7px;
  height: 29px;
  float: left;
  display: inline;
} 

.tab-r {
  background: ;
  width: auto;
  float: left;
  display: inline;
  padding: 0 13px 0 6px;
  height: 29px;
} 

.tab-r.on-r {
  background: ;
  width: auto;
}

.tab-r a {
	position: relative;
	top: 13px;
	color: #F90;
	text-decoration: none;
}

.tab-r.on-r a {
	color:#F90;
}

/* Search bar */
#search-bar {
	text-align: center;
	padding: 4px 0 12px 0;
	background: #f0f0f0 ;
	background-color: #000;
}

#search-button {
  position: relative; 
  top: 3px;
  border: 0;
}

/* Header bars */
.bar {
  background: ;
  height: 29px;
}

.bar-left {
  background: ;
  height: 29px;
  float: left;
  display: inline;
}

.bar-right {
  background: ;
  height: 29px;
  text-align: right;
}

.bar-text-left {
	position: relative;
	top: 4px;
	left: 10px;
	font-family: Tahoma;
	font-weight: bold;
	font-size: 10pt;
	display: inline;
	color: #FFF;
}

.bar-text-right {
	position: relative;
	top: 5px;
	right: 15px;
	font-family: Tahoma;
	font-weight: bold;
	font-size: 9pt;
	display: inline;
	color: #FFF;
}

.bar-text-right a {
	text-decoration: none;
	color: #F90;
}

/* Footer */
#non-footer {
  position: relative;
  min-height: 100%;
}

* html #non-footer {
  height: 100%;
}

#footer {
  background: ;
	position: relative;
	margin: -45px auto 0 auto;
	height: 45px;
	font-size: 8pt;
	font-family: Tahoma;
	color: #000;
}

#footer-spacer {
  height: 50px;
}

#footer-text {
	position: relative;
	top: 10px;
	left: 10px;
	width: 200px;
	color:#FFF;
}

#footer-text a {
	text-decoration: none;
	font-style:normal;
	color:#F90;
}
