img.button {
    border-style: outset;
    border-color: #e7e7e7;
}

img.button:active {
    border-style: inset;
    border-color: #e7e7e7;
}

p.title {
    text-align: center;
    font-size: large;
}

.toprow {
    background-color: #E4E4E4;
    color: #312c1c;
}

.oddrow {
    background-color: #FFFFFF;
}

.evenrow {
    background-color: #EEEEEE;
}

.highlightrow {
  background-color: #FFFFD0;
}

.help {
    background-color: #FFFFC0;
    border: 1px solid #000000;
    margin: 0px 10px 10px 10px;
    padding: 4px 8px 4px 8px;
    font-family: arial, verdana, helvetica, sans-serif;
    font-size: smaller;
    float: right;
}

body {
    background-color: #9C9C9C;
    margin: 0px;
    padding-top: 5px;
    padding-bottom: 15px;
}

.super-root {
    border-top: 4px solid #AA5555;
}

.root {
    border-top: 4px solid #CCCC55;
}

body,td {
    font-family: arial, verdana, helvetica, sans-serif;
    font-size: 95%;
    color: #333333;
    text-align: left;
}

h1, h2, h3 {
    font-weight: bold;
    clear: both;
}

h1 {
    font-family: arial, verdana, helvetica, sans-serif;
    font-size: 140%;
    color: #CE6500;
    font-style: normal;
    letter-spacing: -1px; margin: 0px;
}

td.title h2 {
    border-bottom: none;
}

h2 {
    font-size: 120%;
    border-bottom: 1px solid #333333;
    margin-bottom: 10px;
    padding-top: 0px;
}

h3 {
    font-size: 110%;
}

td.white {
    color: white;
    font-size: 10px;
}

.alignright {
    text-align: right;
}

.aligncenter {
    text-align: center;
}

td.content {
    font-size: 90%;
    width: 95%;
    background-color: #FFFFFF;
    padding-top: 10px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 15px;
    font-family: arial, verdana, helvetica, sans-serif;
}

td.separator {
    width: 5%;
}

input {
    font-size: 10px;
    border-width: 2px;
    margin-top: 3px;
    margin-bottom: 0px;
}

input.hilite {
    	background-color: #FFFFFF;
}

input.hilite:disabled {
    	background-color: #DDDDDD;
}

input.hilite:focus {
    	background-color: #FFFFD0;
}

.fakelink {
    color: #3366cc;
    cursor: pointer;
}

a {
    color: #3366cc;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a.white {
    color: white;
}

p {
    margin-top: 1px
}

th {
    font-size: 10px;
    font-family: arial, verdana, helvetica, sans-serif;
    font-weight: bold;
    color: #312C1C;
}

.link {
    font-size: 11px;
    font-family: arial, verdana, helvetica, sans-serif;
    color: #312C1C;
    font-weight: bold;
}

.from_text {
	color: #A07000;
}

.returnpath_text {
	color: #A00000;
}

.subject_text {
	color: #00A000;
	font-size: larger;
}

.smaller {
	font-size: smaller;
}

.nowrap {
	white-space: nowrap;
}

.curpage {
	color: #00A000;
}

.copyright {
	text-align: center;
	font-size: smaller;
}

.txtarea_normal {
	overflow: auto;
}

.txtarea_break {
	white-space: pre;
	overflow: auto;
	background-color: #FFFFFF;
}

.txtarea_break:focus {
	white-space: pre;
	overflow: auto;
	background-color: #FFFFD0;
}

.chart {
	float: left;
	margin: 2px;
}

.chart h2 {
	background-color: #E0E0E0;
	border-bottom: 0px;
}

.locked_addr {
	border: 1px solid #000000;
	margin: 2px 15px 2px 15px;
	padding: 2px 10px 2px 10px;
}

.IntSection {
   margin: 2px 30px 2px 2px;
}

.IntSection p {
   margin: 0px;
}

.IntSection h2 {
   margin-bottom: 5px;
}

.small-button {
   border: 0px;
   padding: 0px;
   border-style: none;
   background-color: transparent;
}

.setting-id {
	font-size: smaller;
	cursor: pointer;
}

.setting-id-cur {
	font-weight: bold;
	font-size: smaller;
	cursor: pointer;
}
.dbquery {
	background-color: #FFFFFF;
	margin-top: 25px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 4px 4px 4px 4px;
	-moz-border-radius: 15px;
}

.dbresult {
	background-color: #F0FFF0;
	border-collapse: collapse;
}

.dbcell {
	border: 1px solid #000000;
}
.dbhead {
	border: 1px solid #000000;
}

.logintable {
	border: 1px solid #000000;
}

.activelink {
	color: #799a9e;
}

.neutral {
	color: #000000;
}

.good {
	color: #00A000;
}

.warning {
	color: #A07000;
}

.high_score {
	color: #C0B000;
}

.bad {
	color: #A00000;
}

div.motd {
	color: #000000;
	background-color: #FFFFDD;
	padding: 10px 10px 0px 10px;
	border: 1px solid #FFFF00;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 10px;
}

div.error {
	color: #800000;
	background: #FFDDDD url(../../images/warning.png) no-repeat 5px 5px;
	padding: 10px 10px 10px 50px;
	border: 1px solid #FF0000;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 10px;

}

div.infomsg {
	color: #008000;
	background: #DDFFDD url(../../images/info.png) no-repeat 5px 5px;
	padding: 10px 10px 0px 50px;
	border: 1px solid #00FF00;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 10px;
}

.pagebg {
	background-color: white;
}

.title {
  background-color: #007DC6;
  color: #FFFFFF;
  text-align: center;
  font-size: larger;
}

.title-small {
  background-color: #007DC6;
  color: #FFFFFF;
  text-align: center;
}

.origin-string {
    font-size: smaller;
    font-family: arial, verdana, helvetica, sans-serif;
    background-color: #FFFFE0;
    border-style: outset;
    border-width: 1px;
    cursor: pointer;
}

.to-delete {
    text-decoration: line-through;
    color: #A00000;
}
.disabled {
    background-color: #FFFFC0;
    border-width: 1px;
    border-style: solid;
    border-color: #000000;
    margin: 5px;
    padding: 5px;
}
.daterow {
  background-color: #FFFFC0;
  border-top: 1px solid #000000;
}

ul.menu1 {
    list-style: none;
    margin-left: 5px;
    margin-right: 0px;
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 5px;
    white-space: nowrap;
}

ul.menu2 {
    list-style: none;
    margin-left: 20px;
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 5px;
    white-space: nowrap;
}

ul.menu1 li a {
    color: #FFFFFF;
}
ul.menu2 li a {
    color: #FFFFFF;
}

ul.menu1 li.active a {
    font-weight: bold;
}

ul.menu2 li.active a {
    font-weight: bold;
}

ul.menu3 {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline;
    white-space: nowrap;
}

ul.menu3 li {
    display: inline;
    padding-left: 10px;
    padding-right: 10px;
    white-space: nowrap;
}

ul.menu3 li.active a {
    color: #CE6500;
    font-weight: bold;
}

td.info {
    background-color: #ffffff;
    color: #000000;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 0px;
    padding-bottom: 0px;
    border-top: 5px;
    border-top-style: solid;
    border-top-color: #ffffff;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
}

td.logo {
    background-color: #ffffff;
    color: #000000;
    padding-left: 5px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 5px;
    border-top: 5px;
    border-top-style: solid;
    border-top-color: #FFFFFF;
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
}

td.menu {
    vertical-align: top;
    background-color: #005DA6;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom: 5px;
    padding-top: 5px;
    border-bottom-color: #005DA6;
    border-bottom-width: 5px;
}

td.content {
    vertical-align: top;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom: 5px;
    border-bottom-color: #ffffff;
    border-bottom-width: 5px;
}
table.footer {
    color: #000000;
    margin-top: 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border-style: solid;
    border-color: #fff;
    border-width: 5px;
}

table.footer tr td {
    text-align: center;
}

form.theme-selection {
    display: inline;
    margin-left: 20px;
}
span.switch-form form {
    display: inline;
}
span.realm-switch-form {
    margin-left: 40px;
}

td.quicklink_menu {
    background-color: #005DA6;
    color: #FFFFFF;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 0px;
    padding-bottom: 5px;
}

ul.quicklink_menu {
    list-style: none;
    display: inline;
}

ul.quicklink_menu li {
    display: inline;
    margin-left: 5px;
    margin-right: 5px;
}

ul.quicklink_menu li a {
    color: #FFFFFF;
}
ul.quicklink_menu li.active a {
    font-weight: bold;
}

ul.guides {
    display: inline;
    list-style: none;
}

ul.guides li {
    display: inline;
    padding-left: 10px;
    padding-right: 10px;
}
.rounded {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border-width: 5px;
    border-color: #fff;
    border-style: solid;
}
div.pager {
    font-size: smaller;
    background-color: #F0F0FF;
}

div.Filter {
    font-size: smaller;
    background-color: #F0F0FF;
}

div.audit-trail-link {
    font-size: smaller;
    background-color: #F0F0FF;
}
