html,body { padding: 0px; margin: 0px; }

html {
	background-image: url(../images/page/bg.png);
	font-size: 62.50% !important;
	font-family: Tahoma, Serif;
	color: white;
}

#super_nav {
	padding: 0px;
	margin: 0px;
	margin-top: 20px;
	float: right;
	margin-right: 30px;
	text-align: left;
	font-size: 1.8em;
	line-height: 1.5em;
	color: #CABC65;
    list-style-type: none;
}

#super_nav a {
	color: #CABC65;
	text-decoration: none;
    background-image: url(../images/inner/echo_dot.gif);
    background-repeat: no-repeat;
    background-position: left middle;
    padding-left: 32px;
}

#super_nav a:hover {
    background-image: url(../images/inner/echo.gif);
}

#top_nav {
	height: 33px;
	list-style-type: none;
	list-style-image: none;
	background-image: url(../images/inner/navi/bg.jpg);
	background-repeat: repeat-x;
	padding: 0px;
	margin: 0px;
	display: block;
}

#top_nav li {
	float: left;
	text-align: left;
	list-style-type: none;
	list-style-image: none;
	list-style-position: inside;
}

#top_nav li a {
	display: block;
	background-image: url(../images/inner/navi/spike.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	float: left;
	height: 28px;
	text-align: center;
	padding-top: 5px;
	padding-left: 15px;
	padding-right: 15px;
	color: #CABC65;
	text-decoration: none;
	font-size: 1.8em;
}

#content_area {
	background-color: white;
	color: black;
	font-size: 2em;
	text-align: left;
	padding-left: 7px;
}

#footer {
	font-size: 1.3em;
	color: #CABC65;
}

#footer a {
	color: #CABC65;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#dropdownlinks {
	position: absolute;
	padding: 0px;
	margin: 0px;
	background-color: #9E8E34;
	width: 175px;
	overflow: hidden;
	border-top: 1px solid #A59538;
	border-left: 1px solid #A59538;
	border-right: 2px solid #9E8E34;
	border-bottom: 2px solid #9E8E34;
    font-size: .8em;
}
#dropdownlinks br {
	display: block;
	width: 175px;
	margin: 0px;
	padding: 0px;
	line-height: 2px;
	margin-bottom: 2px;
}
#dropdownlinks a {
	display: block;
	width: 135px;
	font-family: Tahoma, Serif;
	font-size: 1em;
	background-image: url(arrowbutton.gif);
	background-position: 5px 8px;
	background-repeat: no-repeat;
	padding-right: 20px;
	padding-left: 20px;
	background-color: #615B3B;
	padding-top: 5px;
	padding-bottom: 5px;
}
#dropdownlinks a:link {
	text-decoration: none;
    color: #CEBD55;
}
#dropdownlinks a:visited {
	text-decoration: none;
	color: #262626;
}
#dropdownlinks a:hover {
	background-color: #CEBD55;
    color: #615B3B;
}
#dropdownlinks a:active {
	text-decoration: underline;
	color: #262626;
}

#gradbar {
	margin-top: 10px;
	margin-bottom: 10px;
	height: 28px;
	padding-top: 2px;
	width: 634px;
	padding-left: 30px;
	color: #CABC65;
	font-size: .9em;
	font-weight: bold;
	font-style: italic;
	background-repeat: no-repeat;
	background-image: url(../images/gradbars/empty.gif);
	outline-style: inherit;
	outline-color: black;
	outline-width: 1px;
	text-shadow: black;
}

.fluke_blue {
	color: rgb(1, 70, 139);
	font-weight: bold;
}

ul.bluearrow {
	padding-left: 25px;
}
ul.bluearrow li {
    margin-bottom: 4px;
	list-style-image: url(../images/inner/arrow.jpg);
}

th.nodec a { text-decoration: none; }

fieldset { border: 0px; }

fieldset label {
  display: block;
  float: left;
  width: 100px;
}

td a {
  color: #CEBD55;
  text-decoration: none;
}

.row_highlight {
  background-color: #ffffff;
}

.row_highlight_alt {
  background-color: #CABC65;
}

.row_highlight_alt a {
  color: #615B3B;
}

tbody td { text-align: left; }
thead td { text-align: center; }
tfoot td { text-align: center; }

table.editTable { border: 1px solid #3D3927; background-color: #CABC65; width: 99%; font-size: .8em; color: #615A3F;  }
table.showTable { border: 1px solid #3D3927; background-color: #CABC65; width: 99%; font-size: .8em; color: #615A3F;  }

.question {
  color: #CEBD55;
  text-decoration: underline;
  font-weight: bold;
}
