.nowrap {
  white-space: nowrap;
}

#doc {
  background-image: url('left-trans-gradient.png');
  background-repeat: repeat-y;
  padding-left: 19px;
}

#bg {
  background-image: url('right-trans-gradient.png');
  padding-right: 19px;
  background-repeat: repeat-y;
  background-position: top right;
  margin-left: auto;
  margin-right: auto;
  width: 974px;
}

#bd,#ft {
  padding: 7px;
  background-color: white;
}
#hd,#menu {
  padding-left: 7px;
  padding-right: 7px;
  background-color: white;
}

.yui-panel .hd {
  background-color: #507bb1;
}

#logo img {
  padding: 5px 5px 0px 20px;
}

#accountbox {
  margin-top: -7px;
  margin-right: -7px;
  background-color: #b8b2ab; background-image: url('lower-left-corner-gray.png');
  background-repeat: no-repeat;
  background-position: bottom left;
  text-align: right;
  padding: 10px 5px 10px 10px;
}

#accountbox .info {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
  color: white;
  text-align: left;
}
#accountbox img {
  margin-top: 0.75em;
}

#ft p {
  border-top: 1px solid gray;
  padding: 5px;
  color: gray;
}

.sidebar {
  height: 100%;
  border: 1px solid gray;
}

.sidebar h2 {
  clear: both;
  background-color: #83796d;
  background-image: url('header-gradient.png');
  background-repeat: repeat-x;
  color: white;
  font-size: 1.25em;
  padding: 4px;
}
.sidebar h3 {
  margin: 5px;
  color: gray;
  font-weight: bold;
}
.sidebar p {
  margin: 5px;
}

span.highlight, p b {
  color: #17426b;
  text-decoration: none;
}

table.peform td {
  padding: 2px;
}

.row1 {
  background-color: white;
}

.row1 td {
}

.row2 {
  background-color: #dddacd;
}

.row2 td {
}


.TitleBar {
  background-color: #b8b2ab;
  color: white;
}

.TitleBar th {
  font-weight: bold;
  border-right: medium solid white;
}

.rounded {
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
  border-radius:10px;
}

.rounded5 {
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  border-radius:5px;
  background-color: white;
  color: black;
  padding-right: 3px;
  padding-left: 3px;
}

table.thinline {
  border-collapse: collapse;
  margin-top: 1em;
  margin-bottom: 1em;
}
table.thinline th, table.thinline td {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  padding: 5px;
}
td.rowheader {
  padding: 5px;
  border-right: 1px solid #cccccc;
}

table.darkline {
	border-width: 1px;
	border-spacing: ;
	border-style: solid;
	border-color: gray;
	border-collapse: collapse;
	background-color: white;
}
table.darkline th {
	border-width: 1px;
	padding: 1px;
	border-style: solid;
	border-color: gray;
	background-color: white;
	-moz-border-radius: ;
}
table.darkline td {
	border-width: 1px;
	padding: 1px;
	border-style: solid;
	border-color: gray;
	background-color: white;
	-moz-border-radius: ;
}

.yui3-g .content {
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
}

.nodisplay {
  display: none;
}

.ipsearch-minibox {
  /*
  color: white;
  */
  background-color: #e1e2d9;
  margin-left: 5px;
  margin-right: 5px;
  padding: 10px;
  -moz-border-bottom-left-radius:5px;
  -moz-border-bottom-right-radius:5px;
  -webkit-border-bottom-left-radius:5px;
  -webkit-border-bottom-right-radius:5px;
  border-bottom-left-radius:5px;
  border-bottom-right-radius:5px;
}

input.mini {
  width: 250px;
  border: 1px solid black;
}

input.miniButton, button.miniButton {
  border: 1px solid black;
}

input.initialText {
  color: #999;
  font-style: italic;
}
