html {
  height: 100%;
}

body {
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: Tahoma;
	font-size: 9pt;
	background-color: #8C7564;
}

td {
  font-family: Tahoma;
  font-size: 9pt;
}

form {
  padding: 0;
  margin: 0;
}

input, textarea, select {
  font-size: 9pt; 
  font-family: Tahoma;
}

a {
  color: #8C7564;
}

#main-content {
  margin: 0px 20px 0px 20px;
  font-family: Tahoma; 
  font-size: 9pt;
  text-align: center;
}

#centered-content {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  width: 700px;
}

.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: #8C7564;
}

a.link {
	color: #8C7564;
	font-weight: bold;
}

.plain {
  text-decoration: none;
}

.content-section {
  padding: 8px 12px 8px 12px;
}

.header {
  font-size: 16pt;
  font-weight: bold;
  padding-bottom: 5px;
}

/* tabs */ 
#tab-container {
  padding-top: 10px;
}

#tabs {
  text-align: center;
  margin: 0;
  font: Bold 8pt Tahoma;
  padding-left: 15px;
  height: 29px;
}

.tab-l {

  width: 7px;
  height: 29px;
  float: left;
  display: inline;
  margin-left: 6px;
} 

.tab-l.on-l {

  width: 7px;
  height: 29px;
  float: left;
  display: inline;
} 

.tab-r {
	background: #886B86;
	width: auto;
	float: left;
	height: 29px;
	padding-top: 0;
	padding-bottom: 0;
	padding-right: 13px;
	padding-left: 13px;
	border-top: 1px dashed #886B86;
	border-right: 1px dashed #886B86;
	border-bottom: 1px none #886B86;
	border-left: 1px dashed #886B86;
} 

.tab-r.on-r {
background: #421E52;
  width: auto;
}

.tab-r a {
  position: relative;
  top: 7px;
  color: #FFF;
  text-decoration: none;
}

.tab-r.on-r a {
  color:#ffffff;
}

/* Search bar */
#search-bar {
	text-align: center;
	padding: 4px 0 12px 0;
	background: #886B86;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	color: #FFFFFF;
}

#search-button {
  position: relative; 
  top: 3px;
  border: 0;
}

/* Header bars */
.bar {
	background: #886B86;
	height: 29px;
	border: 1px dashed #886B86;
	color: #FFFFFF;
}

.bar-left {
	height: 29px;
	float: left;
	display: inline;
	background-color: #886B86;
}

.bar-right {
  height: 29px;
  text-align: right;
}

.bar-text-left {
  position: relative;
  top: 6px;
  left: 10px;
  font-family: Tahoma;
  font-weight: bold;
  font-size: 10pt;
  display: inline;
}

.bar-text-right {
  position: relative;
  top: 5px;
  right: 15px;
  font-family: Tahoma;
  font-weight: bold;
  font-size: 9pt;
  display: inline;  
}

.bar-text-right a {
  text-decoration: none;
}

/* Footer */
#non-footer {
  position: relative;
  min-height: 100%;
}

* html #non-footer {
  height: 100%;
}

#footer {
  background: url('../images/footer.gif') repeat-x top left;
  position: relative;
  margin: -45px auto 0 auto;
  height: 45px;
  font-size: 8pt;
  font-family: Tahoma;
  color: #888;
}

#footer-spacer {
  height: 50px;
}

#footer-text {
  position: relative;
  top: 10px;
  left: 10px;
  width: 200px;
}

#footer-text a {
  text-decoration: none;
}.main-table {
	background-color: #F1F0C7;
  
}h1 {
	margin: 2px;
	padding: 2px;
}
.linkbox {
	background-color: #FFFFFF;
}
.cat-box {
}
.cambox {
	float: right;
	width: 180px;
	margin: 10px;
	height: 1200px;
}
.style1 {
	color: #FFFFFF;
	font-weight: bold;
}.sidenav-top {
	border: 1px dashed #886B86;
	background-color: #886B86;
	padding: 5px;
}
.sidenav-lower {
	background-color: #FFFFFF;
	padding: 5px;
	border-top: 1px none #886B86;
	border-right: 1px dashed #886B86;
	border-bottom: 1px dashed #886B86;
	border-left: 1px dashed #886B86;
	font-weight: bold;
}

