body {
    margin: 0;
    padding: 0;
}

img {
    border: 0;
    vertical-align: bottom;
}

* {
    font-family: Arial, Helvetica, Sans-serif;
    font-size: 12px;
    margin-top: 0;
    margin-bottom: 0;
}

p, ol, ul, table {
    margin-bottom: 10px;
}

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

h1, h1 * {
    color: #00C;
    font-size: 22px;
    margin-bottom: 4px;
}

h2, h2 * {
    color: #066;
    font-size: 16px;
    margin-bottom: 2px;
}

h3, h3 * {
    font-size: 13px;
    margin-bottom: 2px;
}

h4, h4 * {
    font-weight: bold;
}

.error {
    color: red;
    font-weight: bold;
}

.important {
  color: red;
  font-weight: bold;
}

.fine {
    color: #666;
    font-size: 10px;
}

a:link, a:visited {
    color: blue;
}

a:hover {
}

.nav-link-set a:link, .nav-link-set a:visited {
    color: #066;
    text-decoration: none;
}

.nav-link-set a:hover {
    text-decoration: underline;
}

.disabled {
    color: #777;
}

.more-info {
    text-align: right;
}

#banner {
    height: 85px;
    background-repeat: repeat-x;
}

/*
    Don't apply margins or padding to fixed-width elements (left and right
    columns) ... we get inconsistent results across browsers. Instead, apply
    to first-child elements (e.g. nav-head, nav-link-set).
*/
#left-column {
    float: left;
    width: 175px;
    padding-bottom: 50px;
}

#right-column {
    float: right;
    width: 125px;
    padding-bottom: 50px;
}

#center-column {
    margin-left: 175px;
    margin-right: 125px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 100px;
}

#left-column h3, #right-column h3 {
    color: #066;
    background-color: #EEE;
    border: 1px solid #CCC;
    padding: 1px;
    padding-left: 3px;
    margin-bottom: 5px;
    margin-left: 10px;
    margin-right: 10px;
    font-weight: bold;
}

#footer{
    margin-top: 25px;
    border-top: 1px solid #CCC;
    padding: 10px;
    font-size: 10px;
    text-align: center;
    color: #666;
}

#footer ul li{
	list style: none;
	display: inline;
	padding-left: 2px;
}
#footer ul{
    margin-bottom: 0px;
}
#footer img{
	float: right;
	border: 0px;
}

#footer a:link,#footer a:visited {
    text-decoration: none;
}

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

.nav-link-set, .nav-callout, .nav-ad {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 7px;
}

.nav-callout {
    color: #555;
}

.nav-link-set ol {
    padding-left: 0px;
    margin-left: 25px;
}

.nav1 {
    font-weight: bold;
}

.nav2 {
    padding-left: 15px;
}

.nav3 {
    padding-left: 30px;
}

.nav1-disabled {
   font-weight: bold;
   color: #777;
}

.bigbox {
    border: 1px solid #CCC;
    margin-bottom: 20px;
}

.bigbox-head {
    background-color: #EEE;
    border-bottom: 1px solid #CCC;
    padding: 3px;
    padding-left: 6px;
}

.bigbox-table {
  border-top: 1px solid #CCC;
  border-left: 1px solid #CCC;
}

.bigbox-th {
  border-right:1px solid #CCC;
  border-bottom:1px solid #CCC;
  white-space: nowrap;
  background-color: #EEE;
  padding: 3px;
  padding-left: 6px;
  font-size: 1.4em;
  text-align: left;
}

.bigbox-bottomline {
  border-bottom: 1px solid #CCC;
  border-right: 1px solid #CCC;
  font-size: 1.4em;
  padding: 6px;
}

.bigbox-head * {
    margin: 0;
}

.bigbox-body {
    padding: 6px;
}

form {
    padding-top: 15px;
    padding-bottom: 15px;
}

.form-overhead {
    margin-bottom: 15px;
}

.form-head {
    text-align: center;
}

form td {
    vertical-align: top;
}

form td label {
    padding-right: 2px;
}

.form-buttons {
    margin-top: 25px;
}

.note {
    font-size: 11px;
    color: #555;
    font-style: italic;
}

.checkout-total {
    font-weight: bold;
    text-decoration: underline;
}

.even-row {
    background-color: #EEE;
}

.padded {
    margin-bottom: 15px;
}

.dept-title {
    color: #666;
    font-weight: bold;
    font-style: italic;
    border-bottom: 1px solid #666;
    margin-bottom: 10px;
}

/*
 * For Display Tag
 */

table.displaytag {
  border: 1px solid #666;
  /* I want to say this width: 100% but IE farks it up, of course */
  margin: 20px 0 20px 0;
}
table.displaytag th, table.displaytag td {
  padding: 2px 4px 2px 4px;
  text-align: left;
  vertical-align: top;
}
table.displaytag thead tr {
  background-color: #CCC;
  color: black;
}
th.sorted {
    background-color: orange;
}
table.displaytag th a, table.displaytag th a:visited {
  color: black;
}
table.displaytag th a:hover {
  text-decoration: underline;
  color: black;
}
th.sorted a, th.sortable a {
  background-position: right;
  display: block;
  width: 100%;
}
th.sortable a {
  background-image: url(/BizEx/images/arrow_off.png);
  background-repeat: no-repeat;
}
th.order1 a {
  background-image: url(/BizEx/images/arrow_down.png);
  background-repeat: no-repeat;
}
th.order2 a {
  background-image: url(/BizEx/images/arrow_up.png);
  background-repeat: no-repeat;
}
tr.odd {
  background-color: #fff
}
tr.even {
  background-color: #EEE
}


/*
 * admin module
 */
td.adminModule {
  vertical-align: top;
  text-align: left;
}

td.title {
  font-weight: bold;
}

td.value {
  padding-left: 1em;
}

.rightCheckboxTd {
  vertical-align: top;
  padding-left:   1em;
  text-align:     right;
}

.bold {
  font-weight: bold;
}

.grey {
  color: #999999;
}

.modify_td {
  text-align:left;
  vertical-align: top;
  width: 50%;
}

.ital {
  font-style: italic;
}

.right {
  text-align: right;
}

.center {
 text-align: center;
}

.visible_row {
  display: table-row;
}

.hidden {
  display: none;
}

/* Tips */
a.tip:hover { /* Tip2: Tip box appears on the left */
    position: relative;
    z-index: 100;
}

a.tip span {
    display: none;
}

a.tip:hover span {
    display: block;
    position: absolute;
    float: left;
    white-space: nowrap;
    top: -3px;
    left: 20px;
    background: #a2db4d;
    border: 1px solid #73c000;
    color: #000000;
    font-weight: normal;
    font-size: 11px;
    padding: 3px 7px;
    z-index: 10;
    text-align: left;
    text-decoration: none;
}